aboutsummaryrefslogtreecommitdiffstats
path: root/Lua/src/lua (follow)
Commit message (Expand)AuthorAgeFilesLines
* removed to-do I forgot to remove in last commitwhiteshark02009-12-121-3/+0
* fixed plugin loadingwhiteshark02009-12-122-10/+14
* merged trunk into lua branchwhiteshark02009-12-112-28/+46
* fixed lua function ScreenSing.GetLineswhiteshark02009-12-091-1/+1
* implements Usdx.Unhookwhiteshark02009-12-091-10/+103
* fixed missing brackedwhiteshark02009-08-301-1/+1
* 3 new lua functionwhiteshark02009-08-291-14/+191
* usdx module prefix (Usdx.) is now case insensitive (in require statement)whiteshark02009-08-221-2/+46
* 4 new lua interface function for module ScreenSingwhiteshark02009-07-142-3/+171
* new ULuaUtils procedure: lua_PushBinIntwhiteshark02009-05-232-3/+106
* added ScreenSing modulewhiteshark02009-05-221-0/+105
* 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
* new party round ranking systemwhiteshark02009-05-161-9/+43
* resolve some warningswhiteshark02009-05-162-3/+3
* some minor fixes in lua party functionswhiteshark02009-05-161-0/+6
* some crash preventionwhiteshark02009-05-161-7/+7
* add Lua_GetOwner to ULuaUtils (function returns plugin by lua state)whiteshark02009-05-164-54/+121
* fixed bug in UHookableEvent that caused a crash when owning plugin of last ho...whiteshark02009-05-161-3/+6
* svn properties changedwhiteshark02009-05-135-10/+10
* 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-045-72/+237
* Display.AbortScreenChange added (used in ScreenSing and ScreenPartyOptions)whiteshark02009-05-022-9/+8
* first attempt to implement the lua wrapper for party gamewhiteshark02009-04-271-0/+368
* lua gl lib functions by hawkear copied to interface partwhiteshark02009-04-201-45/+88
* hookable event nearly finished(unhook function missing)whiteshark02009-04-203-37/+121
* fixed lua module loadingwhiteshark02009-04-193-30/+125
* lua plugin interface implementedwhiteshark02009-04-172-0/+1131
* lua stuff moved to experimental foldertobigun2009-03-214-0/+1763