| Commit message (Expand) | Author | Files | Lines |
2010-01-11 | merged r2068 into lua branch | whiteshark0 | 8 | -158/+217 |
2009-12-29 | merged r2056 into lua branch | whiteshark0 | 10 | -26/+60 |
2009-12-15 | - added ScreenPartyRounds (a screen to select the modes to play) | whiteshark0 | 8 | -82/+355 |
2009-12-14 | fix one player was not added to party teams | whiteshark0 | 1 | -1/+1 |
2009-12-14 | removed forgotten line | whiteshark0 | 1 | -3/+0 |
2009-12-14 | Theme for | whiteshark0 | 1 | -1/+12 |
2009-12-14 | moved teamcount and playercount selects to ScreenPartyPlayer | whiteshark0 | 3 | -150/+144 |
2009-12-13 | merged trunk r2029 into lua branch | whiteshark0 | 2 | -1/+5 |
2009-12-13 | merged trunk r2026 into lua branch | whiteshark0 | 3 | -10/+125 |
2009-12-12 | removed to-do I forgot to remove in last commit | whiteshark0 | 1 | -3/+0 |
2009-12-12 | fixed plugin loading | whiteshark0 | 2 | -10/+14 |
2009-12-11 | merged trunk into lua branch | whiteshark0 | 184 | -14486/+39653 |
2009-12-09 | adds event ScreenSing.SongLoaded | whiteshark0 | 1 | -1/+7 |
2009-12-09 | fixed lua function ScreenSing.GetLines | whiteshark0 | 1 | -1/+1 |
2009-12-09 | remove old screen sing modi | whiteshark0 | 5 | -11/+11 |
2009-12-09 | implements Usdx.Unhook | whiteshark0 | 1 | -10/+103 |
2009-08-30 | fixed missing bracked | whiteshark0 | 1 | -1/+1 |
2009-08-29 | 3 new lua function | whiteshark0 | 1 | -14/+191 |
2009-08-22 | usdx module prefix (Usdx.) is now case insensitive (in require statement) | whiteshark0 | 1 | -2/+46 |
2009-07-18 | remove Mac OS X leftover. Obsolete through use of fink. | k-m_schindler | 3 | -53/+0 |
2009-07-14 | 4 new lua interface function for module ScreenSing | whiteshark0 | 3 | -31/+200 |
2009-05-24 | set ranking automaticaly by scores when plugin doesn't call SetRanking | whiteshark0 | 1 | -5/+75 |
2009-05-23 | implemented NotesVisible setting | whiteshark0 | 1 | -177/+180 |
2009-05-23 | fixed ClearSettings | whiteshark0 | 2 | -7/+2 |
2009-05-23 | clear settings when leaving sing screen | whiteshark0 | 1 | -0/+5 |
2009-05-23 | clear settings on create | whiteshark0 | 1 | -0/+2 |
2009-05-23 | default values for new settings | whiteshark0 | 1 | -0/+3 |
2009-05-23 | new ULuaUtils procedure: lua_PushBinInt | whiteshark0 | 3 | -3/+116 |
2009-05-22 | change folder separator to \ for windows and config-win.inc | whiteshark0 | 1 | -10/+10 |
2009-05-22 | some cosmetics to trigger buildbot. no code change | k-m_schindler | 1 | -14/+14 |
2009-05-22 | added ScreenSing module | whiteshark0 | 4 | -3/+120 |
2009-05-17 | fix crash in last revision when an error is raised during plugin_init | whiteshark0 | 1 | -1/+0 |
2009-05-17 | better error reporting during plugin load | whiteshark0 | 1 | -0/+3 |
2009-05-17 | added TPartyGame.RoundPlayed | whiteshark0 | 3 | -49/+65 |
2009-05-16 | finished adaption of PartyNewRound Screen | whiteshark0 | 1 | -21/+18 |
2009-05-16 | fix in TPartyGame.GetWinnerString | whiteshark0 | 1 | -1/+1 |
2009-05-16 | adapted ScreenPartyScore | whiteshark0 | 2 | -60/+50 |
2009-05-16 | some changes to SetRanking to ensure that ranking for every team in the corre... | whiteshark0 | 1 | -0/+39 |
2009-05-16 | new party round ranking system | whiteshark0 | 2 | -149/+90 |
2009-05-16 | Set correct player count in UParty | whiteshark0 | 2 | -4/+9 |
2009-05-16 | fixed winner string in party new round screen | whiteshark0 | 1 | -2/+4 |
2009-05-16 | some fixes in party manager | whiteshark0 | 1 | -0/+2 |
2009-05-16 | resolve some warnings | whiteshark0 | 2 | -3/+3 |
2009-05-16 | some minor fixes in lua party functions | whiteshark0 | 1 | -0/+6 |
2009-05-16 | some crash prevention | whiteshark0 | 1 | -7/+7 |
2009-05-16 | add Lua_GetOwner to ULuaUtils (function returns plugin by lua state) | whiteshark0 | 4 | -54/+121 |
2009-05-16 | fixed benchmark stuff | whiteshark0 | 1 | -14/+18 |
2009-05-16 | fixed bug in UHookableEvent that caused a crash when owning plugin of last ho... | whiteshark0 | 1 | -3/+6 |
2009-05-13 | svn properties changed | whiteshark0 | 5 | -10/+10 |
2009-05-04 | automaticaly remove hooks from unloaded plugins | whiteshark0 | 1 | -1/+23 |