| Commit message (Expand) | Author | Age | Files | Lines |
* | fixed missing bracked | whiteshark0 | 2009-08-30 | 1 | -1/+1 |
* | 3 new lua function | whiteshark0 | 2009-08-29 | 1 | -14/+191 |
* | usdx module prefix (Usdx.) is now case insensitive (in require statement) | whiteshark0 | 2009-08-22 | 1 | -2/+46 |
* | remove Mac OS X leftover. Obsolete through use of fink. | k-m_schindler | 2009-07-18 | 3 | -53/+0 |
* | 4 new lua interface function for module ScreenSing | whiteshark0 | 2009-07-14 | 3 | -31/+200 |
* | set ranking automaticaly by scores when plugin doesn't call SetRanking | whiteshark0 | 2009-05-24 | 1 | -5/+75 |
* | fix an error message when singscreen is left in party mode before a frame was... | whiteshark0 | 2009-05-23 | 1 | -0/+1 |
* | reimplemented party mode blind | whiteshark0 | 2009-05-23 | 1 | -0/+27 |
* | implemented NotesVisible setting | whiteshark0 | 2009-05-23 | 1 | -177/+180 |
* | fixed ClearSettings | whiteshark0 | 2009-05-23 | 2 | -7/+2 |
* | clear settings when leaving sing screen | whiteshark0 | 2009-05-23 | 1 | -0/+5 |
* | clear settings on create | whiteshark0 | 2009-05-23 | 1 | -0/+2 |
* | default values for new settings | whiteshark0 | 2009-05-23 | 1 | -0/+3 |
* | new ULuaUtils procedure: lua_PushBinInt | whiteshark0 | 2009-05-23 | 3 | -3/+116 |
* | change folder separator to \ for windows and config-win.inc | whiteshark0 | 2009-05-22 | 1 | -10/+10 |
* | some cosmetics to trigger buildbot. no code change | k-m_schindler | 2009-05-22 | 1 | -14/+14 |
* | added missing local declaration | whiteshark0 | 2009-05-22 | 1 | -3/+1 |
* | new game mode: 5000points | whiteshark0 | 2009-05-22 | 1 | -0/+47 |
* | added ScreenSing module | whiteshark0 | 2009-05-22 | 4 | -3/+120 |
* | fix crash in last revision when an error is raised during plugin_init | whiteshark0 | 2009-05-17 | 1 | -1/+0 |
* | better error reporting during plugin load | whiteshark0 | 2009-05-17 | 1 | -0/+3 |
* | added TPartyGame.RoundPlayed | whiteshark0 | 2009-05-17 | 3 | -49/+65 |
* | finished adaption of PartyNewRound Screen | whiteshark0 | 2009-05-16 | 1 | -21/+18 |
* | fix in TPartyGame.GetWinnerString | whiteshark0 | 2009-05-16 | 1 | -1/+1 |
* | adapted ScreenPartyScore | whiteshark0 | 2009-05-16 | 2 | -60/+50 |
* | some changes to SetRanking to ensure that ranking for every team in the corre... | whiteshark0 | 2009-05-16 | 1 | -0/+39 |
* | new party round ranking system | whiteshark0 | 2009-05-16 | 2 | -149/+90 |
* | delete old script files | whiteshark0 | 2009-05-16 | 2 | -84/+0 |
* | Set correct player count in UParty | whiteshark0 | 2009-05-16 | 2 | -4/+9 |
* | fixed winner string in party new round screen | whiteshark0 | 2009-05-16 | 1 | -2/+4 |
* | some fixes in party manager | whiteshark0 | 2009-05-16 | 1 | -0/+2 |
* | resolve some warnings | whiteshark0 | 2009-05-16 | 2 | -3/+3 |
* | some minor fixes in lua party functions | whiteshark0 | 2009-05-16 | 1 | -0/+6 |
* | some crash prevention | whiteshark0 | 2009-05-16 | 1 | -7/+7 |
* | add Lua_GetOwner to ULuaUtils (function returns plugin by lua state) | whiteshark0 | 2009-05-16 | 4 | -54/+121 |
* | fixed benchmark stuff | whiteshark0 | 2009-05-16 | 1 | -14/+18 |
* | fixed bug in UHookableEvent that caused a crash when owning plugin of last ho... | whiteshark0 | 2009-05-16 | 1 | -3/+6 |
* | svn properties changed | whiteshark0 | 2009-05-13 | 5 | -10/+10 |
* | some cosmetics | whiteshark0 | 2009-05-10 | 1 | -2/+2 |
* | automaticaly remove hooks from unloaded plugins | whiteshark0 | 2009-05-04 | 1 | -1/+23 |
* | prevent functions from plugins w/ unopened lua state from being called | whiteshark0 | 2009-05-04 | 1 | -1/+3 |
* | added calls for party modes functions to ScreenSing | whiteshark0 | 2009-05-04 | 2 | -4/+16 |
* | old lua test stuff by hawkear removed or commented | whiteshark0 | 2009-05-04 | 11 | -85/+357 |
* | duel party mode plugin added | whiteshark0 | 2009-05-02 | 1 | -0/+17 |
* | accidently added opening curly brace removed | whiteshark0 | 2009-05-02 | 1 | -2/+2 |
* | Display.AbortScreenChange added (used in ScreenSing and ScreenPartyOptions) | whiteshark0 | 2009-05-02 | 12 | -290/+294 |
* | first attempt to implement the lua wrapper for party game | whiteshark0 | 2009-04-27 | 4 | -26/+379 |
* | some cosmetics | whiteshark0 | 2009-04-25 | 1 | -6/+21 |
* | added Display.FadeTo | whiteshark0 | 2009-04-25 | 2 | -382/+546 |
* | lua gl lib functions by hawkear copied to interface part | whiteshark0 | 2009-04-20 | 2 | -45/+89 |