Commit History

Author SHA1 Message Date
  Alex Szpakowski c7b45b3505 Updated copyright for the new year 10 years ago
  Alex Szpakowski d52bab4221 Updated the new module changes to use more compile/link-time checking rather than runtime checking. 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 fda005c5ff love.graphics.getScissor now has a proper C++ module method 11 years ago
  Alex Szpakowski 3120a0e650 Goodbye 2013, hello 2014! 11 years ago
  rude fc5d5e3f26 Fixed shutdown crash in ~Math. 12 years ago
  Alex Szpakowski a3571b97bd Modules now properly remove themselves from the global registry when they're deleted 12 years ago
  Alex Szpakowski 3e57cfd174 Slightly reduced internal reliance on specific module backends 12 years ago
  Alex Szpakowski aa59761177 Fixed smooth lines with love.graphics.origin() after love.graphics.scale 12 years ago
  Alex Szpakowski 96161c66f6 Updated copyright text for the new year 12 years ago
  vrld e9dcc16f16 Don't throw exception when loading module in thread. 13 years ago
  vrld 1fd12e4596 Add Module::registerInstance() and Module::getInstance(). 13 years ago