Commit History

Author SHA1 Message Date
  Lasse Öörni 74b348c0a5 Fixed bug with rendering nontextured UI elements. 15 years ago
  Lasse Öörni 956cac7648 Script reloading support. ScriptInstances register themselves with ScriptFile so that on reload, objects can be deleted and recreated. 15 years ago
  Lasse Öörni 044ef4d5a9 Exposed Engine's runFrame() and associated sub-functions to script. 15 years ago
  Lasse Öörni 5d53f2240a Check that script classes implement the empty "ScriptObject" interface. 15 years ago
  Lasse Öörni 27a21e140e Made the CScriptArray a non-garbage collected type; otherwise a full garbage collection cycle would be required each frame to prevent memory use build up. 15 years ago
  Lasse Öörni 19d0ed0e45 Added ScriptTest example, which will be a script-based (partial) reimplementation of NinjaSnowWar. 15 years ago