aboutsummaryrefslogtreecommitdiffstats
path: root/Lua/src/lua/ULuaCore.pas (follow)
Commit message (Expand)AuthorAgeFilesLines
* removed to-do I forgot to remove in last commitwhiteshark02009-12-121-3/+0
* fixed plugin loadingwhiteshark02009-12-121-8/+11
* merged trunk into lua branchwhiteshark02009-12-111-27/+45
* usdx module prefix (Usdx.) is now case insensitive (in require statement)whiteshark02009-08-221-2/+46
* fix crash in last revision when an error is raised during plugin_initwhiteshark02009-05-171-1/+0
* better error reporting during plugin loadwhiteshark02009-05-171-0/+3
* resolve some warningswhiteshark02009-05-161-2/+2
* some crash preventionwhiteshark02009-05-161-7/+7
* add Lua_GetOwner to ULuaUtils (function returns plugin by lua state)whiteshark02009-05-161-33/+57
* svn properties changedwhiteshark02009-05-131-2/+2
* automaticaly remove hooks from unloaded pluginswhiteshark02009-05-041-1/+23
* prevent functions from plugins w/ unopened lua state from being calledwhiteshark02009-05-041-1/+3
* old lua test stuff by hawkear removed or commentedwhiteshark02009-05-041-2/+28
* hookable event nearly finished(unhook function missing)whiteshark02009-04-201-1/+6
* fixed lua module loadingwhiteshark02009-04-191-12/+19
* lua plugin interface implementedwhiteshark02009-04-171-0/+864