Commit History

Author SHA1 Message Date
  Alex Szpakowski f51bbb8462 Cleaned up some StrongRef-related code. 9 years ago
  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 years ago
  Alex Szpakowski 46a2e7b85c Happy new year! 🎉 9 years ago
  Alex Szpakowski 66942d5f31 Added the ability to use custom mipmaps in Images, via love.graphics.newImage(filename, {mipmap1, mipmap2, ...}). Resolves issue #1064. 10 years ago
  Alex Szpakowski eee1fbac79 love.filesystem is now loaded by default in threads (see issue #1040.) 10 years ago
  Alex Szpakowski 2f419c1c83 Replaced most cases of type bits and type name strings in love's Lua wrapper code with type id's. 10 years ago
  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 years ago
  Alex Szpakowski c106d9ff53 love.event can now handle any number of event arguments. 10 years ago
  Alex Szpakowski c7b45b3505 Updated copyright for the new year 10 years ago
  Alex Szpakowski d59c76a55f Reduced the number of explicit retain/release method calls on love objects. Less chance of bugs! 11 years ago
  Alex Szpakowski 014b9a46e5 Updated the Lua wrapper code for modules to account for cases where the module's instance is removed from memory completely and recreated during the program's lifetime. 11 years ago
  Alex Szpakowski 1bc8b7346d Added internal thread name support, for use with debuggers. 11 years ago
  Alex Szpakowski 3120a0e650 Goodbye 2013, hello 2014! 11 years ago
  Alex Szpakowski 3e57cfd174 Slightly reduced internal reliance on specific module backends 12 years ago
  Alex Szpakowski 2106ff2403 Added love.threaderror event callback function (re issue #673) 12 years ago
  Alex Szpakowski 4dba3e91e2 Thread:start now clears the thread's error string before starting 12 years ago
  Alex Szpakowski 8ac288876d Added Thread:isRunning 12 years ago
  Bart van Strien f5603b0291 Make love compile against lua5.2 12 years ago
  Bart van Strien 7e50691b6c Threads can now start with arguments, which will be in ... inside of the thread 12 years ago
  Alex Szpakowski 8d7e0b5629 Time-travelling license text 12 years ago
  Alex Szpakowski 22c514e53a Fixed a compiler warning 12 years ago
  Bart van Strien c7c5d0ed6b Fix race conditions and deadlocks in Channels (hopefully) (issue #554) 12 years ago
  Bart van Strien 399a6a6614 Merge in channels from love-experiments 13 years ago