aboutsummaryrefslogtreecommitdiffstats
path: root/Lua/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* merged r2068 into lua branchwhiteshark02010-01-118-158/+217
* merged r2056 into lua branchwhiteshark02009-12-2910-26/+60
* - added ScreenPartyRounds (a screen to select the modes to play)whiteshark02009-12-158-82/+355
* fix one player was not added to party teamswhiteshark02009-12-141-1/+1
* removed forgotten linewhiteshark02009-12-141-3/+0
* Theme for whiteshark02009-12-141-1/+12
* moved teamcount and playercount selects to ScreenPartyPlayerwhiteshark02009-12-143-150/+144
* merged trunk r2029 into lua branchwhiteshark02009-12-132-1/+5
* merged trunk r2026 into lua branchwhiteshark02009-12-133-10/+125
* 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-11184-14486/+39653
* adds event ScreenSing.SongLoadedwhiteshark02009-12-091-1/+7
* fixed lua function ScreenSing.GetLineswhiteshark02009-12-091-1/+1
* remove old screen sing modiwhiteshark02009-12-095-11/+11
* 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
* 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
* 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 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
* 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
* automaticaly remove hooks from unloaded pluginswhiteshark02009-05-041-1/+23