aboutsummaryrefslogtreecommitdiffstats
path: root/Lua (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove Mac OS X leftover. Obsolete through use of fink.k-m_schindler2009-07-183-53/+0
* 4 new lua interface function for module ScreenSingwhiteshark02009-07-143-31/+200
* set ranking automaticaly by scores when plugin doesn't call SetRankingwhiteshark02009-05-241-5/+75
* fix an error message when singscreen is left in party mode before a frame was...whiteshark02009-05-231-0/+1
* reimplemented party mode blindwhiteshark02009-05-231-0/+27
* implemented NotesVisible settingwhiteshark02009-05-231-177/+180
* fixed ClearSettingswhiteshark02009-05-232-7/+2
* clear settings when leaving sing screenwhiteshark02009-05-231-0/+5
* clear settings on createwhiteshark02009-05-231-0/+2
* default values for new settingswhiteshark02009-05-231-0/+3
* new ULuaUtils procedure: lua_PushBinIntwhiteshark02009-05-233-3/+116
* change folder separator to \ for windows and config-win.incwhiteshark02009-05-221-10/+10
* some cosmetics to trigger buildbot. no code changek-m_schindler2009-05-221-14/+14
* added missing local declarationwhiteshark02009-05-221-3/+1
* new game mode: 5000pointswhiteshark02009-05-221-0/+47
* added ScreenSing modulewhiteshark02009-05-224-3/+120
* 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
* added TPartyGame.RoundPlayedwhiteshark02009-05-173-49/+65
* finished adaption of PartyNewRound Screenwhiteshark02009-05-161-21/+18
* fix in TPartyGame.GetWinnerStringwhiteshark02009-05-161-1/+1
* adapted ScreenPartyScorewhiteshark02009-05-162-60/+50
* some changes to SetRanking to ensure that ranking for every team in the corre...whiteshark02009-05-161-0/+39
* new party round ranking systemwhiteshark02009-05-162-149/+90
* delete old script fileswhiteshark02009-05-162-84/+0
* Set correct player count in UPartywhiteshark02009-05-162-4/+9
* fixed winner string in party new round screenwhiteshark02009-05-161-2/+4
* some fixes in party managerwhiteshark02009-05-161-0/+2
* 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 benchmark stuffwhiteshark02009-05-161-14/+18
* 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
* some cosmeticswhiteshark02009-05-101-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
* added calls for party modes functions to ScreenSingwhiteshark02009-05-042-4/+16
* old lua test stuff by hawkear removed or commentedwhiteshark02009-05-0411-85/+357
* duel party mode plugin addedwhiteshark02009-05-021-0/+17
* accidently added opening curly brace removedwhiteshark02009-05-021-2/+2
* Display.AbortScreenChange added (used in ScreenSing and ScreenPartyOptions)whiteshark02009-05-0212-290/+294
* first attempt to implement the lua wrapper for party gamewhiteshark02009-04-274-26/+379
* some cosmeticswhiteshark02009-04-251-6/+21
* added Display.FadeTowhiteshark02009-04-252-382/+546
* lua gl lib functions by hawkear copied to interface partwhiteshark02009-04-202-45/+89
* hookable event nearly finished(unhook function missing)whiteshark02009-04-204-40/+122
* fixed lua module loadingwhiteshark02009-04-195-30/+128
* lua plugin interface implementedwhiteshark02009-04-175-2/+1142