Историја ревизија

Аутор SHA1 Порука Датум
  Darryl Gough 501334387d Fixed spelling mistakes пре 13 година
  setaylor 1185a57bbb Minor changes to move #include <queue> to Base.h пре 13 година
  Darryl Gough c5ee684b9f Removed ScriptController methods for querying types and setNil(). пре 13 година
  Darryl Gough 019713776b Added methods to ScriptController to query global variables. пре 13 година
  Steve Grenier 9c19d44567 Fixed issue where Lua bindings for overloaded functions with the same number of parameters could be forwarded to the incorrect function. пре 13 година
  Darryl Gough 73ad70d735 Fixed spelling mistakes in source code comments. пре 13 година
  Darryl Gough 1c7a3c6fbf Converted tabs to spaces. пре 13 година
  Darryl Gough 4e31ded1d5 Changed methods in ScriptController to pass vectors by reference instead of by value. пре 13 година
  setaylor 2193c8bee8 Updated the api-docs and regenerated the lua bindings for gesture support. пре 13 година
  Steve Grenier 348b3d89db Fixes a couple issues from previous check-in in ScriptController: пре 13 година
  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. пре 13 година
  Darryl Gough 356ab9e809 Merge branch 'next' of https://github.com/blackberry/GamePlay into next пре 13 година
  Darryl Gough 69fc8b07c0 Added some @script{create} tags. пре 13 година
  Darryl Gough c6dce31cfe Fixed the print function in Lua. пре 13 година
  Darryl Gough 9e2309ced5 Fixed spelling mistakes in the gameplay header files. пре 13 година
  Chris Culy 20afed09b8 Added support for users to generate Lua script bindings for their own classes (with integration into gameplay). пре 13 година
  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). пре 13 година
  Chris Culy 648dd5474d Refactored all gameplay begin() member functions to start() (to match with the API change of end() to finish()). пре 13 година
  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). пре 13 година
  Chris Culy bb658af28e Updated BB10 projects to work with Lua script support. пре 13 година
  Chris Culy c4ce16d97f Fixed doxygen warnings. пре 13 година
  Chris Culy c8e7975bd9 Fixed a bug in generating bindings for overloaded inherited functions. пре 13 година
  Chris Culy 29099b6987 Fix for enumerations in Lua scripts so that passing enums from C++ to Lua works properly. пре 13 година
  Chris Culy ea822b6aa3 Adds support for setting up material parameter bindings to Node methods from Lua scripts. пре 13 година
  Chris Culy 7e9c449ffc Fixed another bug with boolean Lua stack values. пре 13 година
  Chris Culy 8167dc4e88 Adds support for detecting name clashes between Lua bindings and Lua keywords. пре 13 година
  Chris Culy 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. пре 13 година