Commit History

Author SHA1 Message Date
  Ivan Safrin 355ae20d37 New Lua class system. No longer supports super(), use Superclass.method(self, args) convention instead. __index__ and __set_callback renamed to __getvar and __setvar respectively. Full inheritance now supported with getter and setter acessors propagating properly through superclasses. Static methods now accessed as ClassName.staticMethod() 13 years ago
  Ivan Safrin a13feb3801 Simple input events in player 13 years ago
  Ivan Safrin 8b1ae6d785 3D Physics module, minor fixes across the board. 14 years ago
  Ivan Safrin ea513e36b8 More code cleanup, documentation, polycode build tool fixes and player fixes 14 years ago
  Ivan Safrin 09f0e77945 Fixed LUA event handling 14 years ago
  Ivan Safrin 40b5da3e8d Removed GenericScene in favor of just Scene, improved LUA bindings. 14 years ago
  Ivan Safrin f797a8af9d Fixed up Lua bindings, added default API to the player, added some design assets, improved polybuild tool 15 years ago