Histórico de Commits

Autor SHA1 Mensagem Data
  Steve Grenier 9c19d44567 Fixed issue where Lua bindings for overloaded functions with the same number of parameters could be forwarded to the incorrect function. há 13 anos atrás
  Steve Grenier 2e7fcf3ca1 Added 64-bit Windows support. há 13 anos atrás
  Darryl Gough 1c7a3c6fbf Converted tabs to spaces. há 13 anos atrás
  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. há 13 anos atrás
  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). há 13 anos atrás
  Sean Paul Taylor 9551d42a05 Merged conflict changes in ScriptController.inl há 13 anos atrás
  Sean Paul Taylor 349826e3f5 Added library dependencies for lua scripting for xcode há 13 anos atrás
  Chris Culy 648dd5474d Refactored all gameplay begin() member functions to start() (to match with the API change of end() to finish()). há 13 anos atrás
  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). há 13 anos atrás
  Chris Culy bb658af28e Updated BB10 projects to work with Lua script support. há 13 anos atrás
  Chris Culy 8bcd9762d8 Adds support for object arrays (i.e. VertexElement*). há 13 anos atrás
  Chris Culy ea822b6aa3 Adds support for setting up material parameter bindings to Node methods from Lua scripts. há 13 anos atrás
  Chris Culy 8167dc4e88 Adds support for detecting name clashes between Lua bindings and Lua keywords. há 13 anos atrás
  Chris Culy 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. há 13 anos atrás