| Commit message (Expand) | Author | Files | Lines |
2009-12-09 | adds working teamduel lua plugin | whiteshark0 | 2 | -2/+234 |
2009-12-09 | complemented temporary hook description | whiteshark0 | 1 | -1/+2 |
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 | fix an error message when singscreen is left in party mode before a frame was... | whiteshark0 | 1 | -0/+1 |
2009-05-23 | reimplemented party mode blind | whiteshark0 | 1 | -0/+27 |
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 missing local declaration | whiteshark0 | 1 | -3/+1 |
2009-05-22 | new game mode: 5000points | whiteshark0 | 1 | -0/+47 |
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 | delete old script files | whiteshark0 | 2 | -84/+0 |
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-10 | some cosmetics | whiteshark0 | 1 | -2/+2 |
2009-05-04 | automaticaly remove hooks from unloaded plugins | whiteshark0 | 1 | -1/+23 |
2009-05-04 | prevent functions from plugins w/ unopened lua state from being called | whiteshark0 | 1 | -1/+3 |
2009-05-04 | added calls for party modes functions to ScreenSing | whiteshark0 | 2 | -4/+16 |
2009-05-04 | old lua test stuff by hawkear removed or commented | whiteshark0 | 11 | -85/+357 |
2009-05-02 | duel party mode plugin added | whiteshark0 | 1 | -0/+17 |