Commit Verlauf

Autor SHA1 Nachricht Datum
  Steve Grenier 31ae00ce14 Fixed a number of memory leaks in the Lua scripting system where memory for objects or arrays passed from Lua to C was not being cleaned up properly. vor 13 Jahren
  Darryl Gough 356ab9e809 Merge branch 'next' of https://github.com/blackberry/GamePlay into next vor 13 Jahren
  Darryl Gough 69fc8b07c0 Added some @script{create} tags. vor 13 Jahren
  Darryl Gough c6dce31cfe Fixed the print function in Lua. vor 13 Jahren
  Darryl Gough 9e2309ced5 Fixed spelling mistakes in the gameplay header files. vor 13 Jahren
  Chris Culy 20afed09b8 Added support for users to generate Lua script bindings for their own classes (with integration into gameplay). vor 13 Jahren
  Chris Culy 00e82485f6 Added the ScriptTarget class, which any class can derive from in order to allow Lua scripts to interact with it (see the class for more information). vor 13 Jahren
  Chris Culy 648dd5474d Refactored all gameplay begin() member functions to start() (to match with the API change of end() to finish()). vor 13 Jahren
  Chris Culy 39280b9f59 Refactored ScriptController's interface to be more clean (moved utility functions that are only used by the generated bindings outside ScriptController into the ScriptUtil namespace). vor 13 Jahren
  Chris Culy bb658af28e Updated BB10 projects to work with Lua script support. vor 13 Jahren
  Chris Culy c4ce16d97f Fixed doxygen warnings. vor 13 Jahren
  Chris Culy c8e7975bd9 Fixed a bug in generating bindings for overloaded inherited functions. vor 13 Jahren
  Chris Culy 29099b6987 Fix for enumerations in Lua scripts so that passing enums from C++ to Lua works properly. vor 13 Jahren
  Chris Culy ea822b6aa3 Adds support for setting up material parameter bindings to Node methods from Lua scripts. vor 13 Jahren
  Chris Culy 7e9c449ffc Fixed another bug with boolean Lua stack values. vor 13 Jahren
  Chris Culy 8167dc4e88 Adds support for detecting name clashes between Lua bindings and Lua keywords. vor 13 Jahren
  Chris Culy 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. vor 13 Jahren