Steve Grenier
|
bcf4fd0242
Added public methods on ScriptController for registering and unregistering global script callback functions (i.e. initiailze, finalize, update, render, touchEvent, keyEvent, etc). Multiple registered functions per callback are now supported and scripts can register themselves.
|
před 13 roky |
Darryl Gough
|
50a5c98c26
Updated luagen to put 'gameplay::' before ScriptUtil
|
před 13 roky |
Steve Grenier
|
5f80ee4a2b
Merge branch 'next' of https://github.com/blackberry/GamePlay into next
|
před 13 roky |
Steve Grenier
|
9c19d44567
Fixed issue where Lua bindings for overloaded functions with the same number of parameters could be forwarded to the incorrect function.
|
před 13 roky |
Steve Grenier
|
739d4cdc39
Regenerated GamePlay Lua bindings.
|
před 13 roky |
Darryl Gough
|
c6dce31cfe
Fixed the print function in Lua.
|
před 13 roky |
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).
|
před 13 roky |
Chris Culy
|
648dd5474d
Refactored all gameplay begin() member functions to start() (to match with the API change of end() to finish()).
|
před 13 roky |
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).
|
před 13 roky |
Chris Culy
|
9ae05ccb3d
Adds Lua scripting support to Android.
|
před 13 roky |
Chris Culy
|
c8e7975bd9
Fixed a bug in generating bindings for overloaded inherited functions.
|
před 13 roky |
Chris Culy
|
9bd8e8eb88
Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now).
|
před 13 roky |
Chris Culy
|
8bcd9762d8
Adds support for object arrays (i.e. VertexElement*).
|
před 13 roky |
Chris Culy
|
8167dc4e88
Adds support for detecting name clashes between Lua bindings and Lua keywords.
|
před 13 roky |
Chris Culy
|
9f1c2652ed
Adds gameplay-luagen project, which generates bindings from the Doxygen XML output.
|
před 13 roky |