Nate Starkey
|
dad4d6e30c
Got cmake to work for msvc
|
13 years ago |
Nate Starkey
|
2140f1562a
Also applied the previous fix to RocketControlsLua
|
13 years ago |
Nate Starkey
|
d033adbd1b
Fixed compile errors with xcode.
|
13 years ago |
Nate Starkey
|
ae25e4cc4a
Fixed the rocket global variable that I broke with the last commit.
|
13 years ago |
Nate Starkey
|
9a137588e7
One last proxy table, rocket.contexts
|
13 years ago |
Nate Starkey
|
b39640892c
Made the proxy tables act just like regular tables
|
13 years ago |
Nate Starkey
|
d99eaf9518
Hopefully last set of bug fixes/features.
|
13 years ago |
Nate Starkey
|
2936dcc6de
Added Lua to the scripting types in the readme
|
13 years ago |
Nate Starkey
|
b3ea74e2a4
Removed Lua5.1 from the repo
|
13 years ago |
Nate Starkey
|
2d4824eb29
Removed the documentation at the top of the files for all of the types implemented in Lua.
|
13 years ago |
Nate Starkey
|
012103ebf2
Added another proxy table, this time for Element.child_nodes.
|
13 years ago |
Nate Starkey
|
13dbd75edd
Implemented the RegisterTag function.
|
13 years ago |
Nate Starkey
|
3eabea960b
The sample works now.
|
13 years ago |
Nate Starkey
|
0c27600374
Seperated CoreLua and ControlsLua in to different .dll files.
|
13 years ago |
Nate Starkey
|
4bc73882fa
Added the license to the top of every file
|
14 years ago |
Nate Starkey
|
ec95e6ae16
Replaced #pragma once with proper include guards.
|
14 years ago |
Nate Starkey
|
31076acf57
Added proxy tables for the functions that returned dictionary-like collections.
|
14 years ago |
Nate Starkey
|
345e60c0c5
Fixed Release compile errors.
|
14 years ago |
Nate Starkey
|
34e1de1a1f
Fixed the sample, and fixed my faulty Lua inheritance.
|
14 years ago |
Nate Starkey
|
533fcfd2f4
More informative error messages.
|
14 years ago |
Nate Starkey
|
a174747884
Created the ElementText type for Lua.
|
14 years ago |
Nate Starkey
|
ed949eb062
Fixed the warning on exit.
|
14 years ago |
Nate Starkey
|
2a72dfdbb6
The sample now works completely.
|
14 years ago |
Nate Starkey
|
010536abb7
Fixed most of the Lua side of options.rml.
|
14 years ago |
Nate Starkey
|
f57f412de8
NULL checks...everywhere
|
14 years ago |
Nate Starkey
|
c615b0b190
Fixed one of the leaks.
|
14 years ago |
Nate Starkey
|
970fda9111
Sample crashes on exit only if the high scores menu gets opened.
|
14 years ago |
Nate Starkey
|
23ef189318
It works! Kind of. Well, no crashes.
|
14 years ago |
Nate Starkey
|
14392479d7
Fixed the LuaEventListener so that it will actually have a function at the top of the stack.
|
14 years ago |
Nate Starkey
|
7a17a2d32f
Changed all of the __call metamethods to type:new functions due to some metamethod black magic not happening.
|
14 years ago |