Commit History

Author SHA1 Message Date
  Sasha Szpakowski 1e97e09b28 Rework internal module registration to happen in constructors. 1 year ago
  Sasha Szpakowski 64a30f177f Merge branch 'main' into 12.0-development 1 year ago
  Sasha Szpakowski 94d5864144 update year for copyright notice 1 year ago
  Sasha Szpakowski f6cdbdc868 Merge branch 'main' into 12.0-development 2 years ago
  Sasha Szpakowski c823dbca96 Update copyright year for 2023 2 years ago
  Alex Szpakowski 7f3538d2ba Merge branch 'main' into 12.0-development 3 years ago
  Alex Szpakowski 8e7fd10b6f Update copyright year for 2022 3 years ago
  Alex Szpakowski 21f5ba86d3 Merge branch 'master' into 12.0-development 4 years ago
  Alex Szpakowski f89aabb0bb Update copyright year for 2021 4 years ago
  Alex Szpakowski 9ebb6a5c44 Add internal module type enum value for use with out-of-tree third party modules. 5 years ago
  Alex Szpakowski fc4847c69d Update copyright for the new year 5 years ago
  Alex Szpakowski 0752f27bdf Update copyright year for 2019 6 years ago
  Bart van Strien e80247c191 Happy new year! ✨ 7 years ago
  Alex Szpakowski de28c6e6a8 Add the ability to have formally deprecated functions. 8 years ago
  Alex Szpakowski abb72cb813 Happy new year! 🥂 8 years ago
  Bart van Strien d967a755e5 Make love::Type handle type names 8 years ago
  Bart van Strien c761202486 Build type information on first use (load-time), instead of using a hardcoded list 8 years ago
  Alex Szpakowski 46a2e7b85c Happy new year! 🎉 9 years ago
  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