Darryl Gough
|
94fdfde403
Fixed the lua sample for android.
|
13 yıl önce |
seanpaultaylor
|
6e152951cb
Fixes Linux bugs for sample05-lua and sample06-racer
|
13 yıl önce |
Darryl Gough
|
1c7a3c6fbf
Converted tabs to spaces.
|
13 yıl önce |
Darryl Gough
|
4e31ded1d5
Changed methods in ScriptController to pass vectors by reference instead of by value.
|
13 yıl önce |
setaylor
|
d9cc1ae079
Merge branch 'master' of https://github.com/blackberry/GamePlay into next
|
13 yıl önce |
Steve Grenier
|
348b3d89db
Fixes a couple issues from previous check-in in ScriptController:
|
13 yıl önce |
Steve Grenier
|
1c9f7a2781
Fixed memory leaks in Lua scripting system where memory allocated for certain objects and arrays passed from Lua to C was not being freed properly.
|
13 yıl önce |
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 yıl önce |
Darryl Gough
|
1b01a77c43
Fixed loadfile and dofile for PlayBook, Android etc.
|
13 yıl önce |
Darryl Gough
|
64c6f19902
Renamed gameplay::printError to gameplay::print.
|
13 yıl önce |
Darryl Gough
|
fce1db5157
Updated lua script bindings.
|
13 yıl önce |
Darryl Gough
|
356ab9e809
Merge branch 'next' of https://github.com/blackberry/GamePlay into next
|
13 yıl önce |
Darryl Gough
|
69fc8b07c0
Added some @script{create} tags.
|
13 yıl önce |
Darryl Gough
|
c6dce31cfe
Fixed the print function in Lua.
|
13 yıl önce |
Chris Culy
|
20afed09b8
Added support for users to generate Lua script bindings for their own classes (with integration into gameplay).
|
13 yıl önce |
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 yıl önce |
Chris Culy
|
4c66a91268
Verified and updated memory management with Lua scripts.
|
13 yıl önce |
Chris Culy
|
648dd5474d
Refactored all gameplay begin() member functions to start() (to match with the API change of end() to finish()).
|
13 yıl önce |
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 yıl önce |
Chris Culy
|
9ae05ccb3d
Adds Lua scripting support to Android.
|
13 yıl önce |
Chris Culy
|
bb658af28e
Updated BB10 projects to work with Lua script support.
|
13 yıl önce |
Chris Culy
|
8bcd9762d8
Adds support for object arrays (i.e. VertexElement*).
|
13 yıl önce |
Chris Culy
|
29099b6987
Fix for enumerations in Lua scripts so that passing enums from C++ to Lua works properly.
|
13 yıl önce |
Chris Culy
|
7e9c449ffc
Fixed another bug with boolean Lua stack values.
|
13 yıl önce |
Chris Culy
|
8167dc4e88
Adds support for detecting name clashes between Lua bindings and Lua keywords.
|
13 yıl önce |
Chris Culy
|
9f1c2652ed
Adds gameplay-luagen project, which generates bindings from the Doxygen XML output.
|
13 yıl önce |