Commit graph

10 commits

Author SHA1 Message Date
Walter Julius Hennecke
8ca34a6df1 Mutliple changes
- added new lua hook LuaHook_CmdScriptCall
- added new g_developer enabled command scrip_call that can call a lua
function in a script (only functions without arguments)
- added lua functions GetAngles and SetAngles to lua_entity
- added lua functions X, Y, Z, SetX, SetY, SetZ to lua_vector
2013-11-15 22:13:01 +01:00
Walter Julius Hennecke
c62b0bcefa Refactoring of some function names 2013-10-13 22:06:17 +02:00
Walter Julius Hennecke
67306ef4bf Moved several functions from g_local.h to other headers 2013-10-13 21:55:11 +02:00
Walter Julius Hennecke
fc47c4eb97 fixed more warnings 2013-05-24 00:04:19 +02:00
Walter Julius Hennecke
86109411f9 fixed more splint warnings in g_main.c 2013-05-17 21:21:43 +02:00
Walter Julius Hennecke
d4a70f2778 Documentation update 2013-04-20 23:15:25 +02:00
Walter Julius Hennecke
7b0d0ec650 Update Lua 5.2 -> Lua 5.2.2 2013-04-13 23:24:24 +02:00
Walter Julius Hennecke
75f20c6eef Multiple fixes
* made sure Lua GarbageCollector gets rid of finished lua threads (or at
least I hope so)
* changed timed message to be stored in a struct as the list isn't safe
to use with char*
* changed parser and format for timedmessages.cfg
2012-11-19 18:13:03 +01:00
Walter Julius Hennecke
a4344295b9 Cleanup g_items.c, g_log.c, g_lua.c 2012-11-11 23:11:37 +01:00
Walter Julius Hennecke
a39565b783 Integrated RPG-X2 rpgxEF edition into the rpgxEF repo
... not quite content with where the project files lie but it is ok for
now.
... compiling works fine so far (only tested mingw32 right now)
2012-08-04 12:54:37 +02:00