提交历史

作者 SHA1 备注 提交日期
  Alex Szpakowski abb72cb813 Happy new year! 🥂 8 年之前
  Bart van Strien c761202486 Build type information on first use (load-time), instead of using a hardcoded list 8 年之前
  Alex Szpakowski 37520bd18b Added Object:release. Calling it is the equivalent of removing all Lua-side references to an object and doing a full garbage collection cycle (thus deleting the object from memory if nothing else in LÖVE's code is referencing it). 8 年之前
  Alex Szpakowski d0c0240e09 Very minor channel / variant performance improvements and cleanup. 9 年之前
  Alex Szpakowski f51bbb8462 Cleaned up some StrongRef-related code. 9 年之前
  Alex Szpakowski 2dd80fcb49 Fixed a compiler warning... 9 年之前
  Alex Szpakowski 7ea259e38b Optimize constructing a Variant from a Lua table with a non-zero array size. 9 年之前
  Alex Szpakowski 23fcaec89f The Variant class is now meant to be used on the stack instead of allocated on the heap. As a result (and because of related changes), performance of Channels has roughly doubled when pushing and popping most types. 9 年之前
  Alex Szpakowski 46a2e7b85c Happy new year! 🎉 9 年之前
  Alex Szpakowski 2c4e713114 Imported some of the dynamiccore branch from love-experiments: 9 年之前
  Alex Szpakowski 7265f891de Improved support for non-PVRTC compressed texture formats in .pvr files. 9 年之前
  Alex Szpakowski e979455772 love.event.quit now accepts a single (optional) argument, which is used as the program's exit status number. Resolves issue #1070. 10 年之前
  Bart van Strien c15f4b5f26 Modify __tostring so it also shows a pointer, like lua does for tables 10 年之前
  Alex Szpakowski 2f419c1c83 Replaced most cases of type bits and type name strings in love's Lua wrapper code with type id's. 10 年之前
  Alex Szpakowski 33d20620b5 The Proxy struct now stores an actual love::Object pointer (rather than void*), which makes code using Proxies a bit cleaner. 10 年之前
  Alex Szpakowski c7b45b3505 Updated copyright for the new year 10 年之前
  Alex Szpakowski da7cd267ea Changed luax_pushtype to retain the pushed object itself, but only if the object isn't in the Lua state already. 11 年之前
  Alex Szpakowski 3120a0e650 Goodbye 2013, hello 2014! 11 年之前
  Alex Szpakowski 1be8ac5be4 Removed some unused functions and fixed up some wrap_ headers 12 年之前
  Alex Szpakowski ec9dec6b80 Replaced luax_newtype with luax_pushtype (and added luax_rawnewtype for the old functionality of luax_newtype.) 12 年之前
  Alex Szpakowski 719e9253da Fixed a compiler warning 12 年之前
  Bart van Strien 98d92d3e1f Add support for "flat" tables to Variant. 12 年之前
  Alex Szpakowski bcc85f884e ImageData:mapPixel can now take optional x,y,w,h parameters to constrain it to a rectangle in the ImageData 12 年之前
  Alex Szpakowski 35b4f03411 Fixed thread:start crashing with nil arguments 12 年之前
  Alex Szpakowski 96161c66f6 Updated copyright text for the new year 12 年之前
  Bart van Strien 7793e7f02f CRLF to LF 13 年之前
  rude 81c38e22d0 Applied the new style guidelines. 13 年之前
  Bill Meltsner be55579a22 Happy New Year, have an enormous diff 13 年之前
  Bart van Strien 083dd11185 Switch to a custom event system, where SDL pumps into 13 年之前