| Commit message (Expand) | Author | Files | Lines |
2007-04-30 | Added new Static to ScreenPartyNewRound. | mota23 | 2 | -0/+22 |
2007-04-29 | Commented some Debuging Outputs in ULog | whiteshark0 | 3 | -6/+12 |
2007-04-29 | Added 2 new Buttons to ScreenMain: Multi and Stats | whiteshark0 | 39 | -533/+668 |
2007-04-28 | Fixed a Bug in UMenuText that causes that Text with only one Char is not disp... | whiteshark0 | 1 | -6/+14 |
2007-04-28 | SongScreen: | whiteshark0 | 1 | -12/+36 |
2007-04-27 | Some Code Cleanup in UMenuText | whiteshark0 | 1 | -140/+5 |
2007-04-27 | PageBreak Code Rewritten | whiteshark0 | 1 | -50/+233 |
2007-04-26 | Added PS3 like ButtonFade ability | whiteshark0 | 4 | -41/+295 |
2007-04-26 | Feature: Credits screen is now a screen for itself (UGraphic.pas, UScreenMain... | mogguh | 5 | -196/+247 |
2007-04-25 | Fixed positions for popups | mota23 | 1 | -32/+32 |
2007-04-25 | Removed workarounds in UDraw.pas and Deluxe.ini. Altered Graphics to reflect ... | mota23 | 1 | -68/+68 |
2007-04-24 | just to test something | b1indy | 1 | -1/+1 |
2007-04-24 | Fixed a Bug in PartyMode that causes that Players are not chossen fair | whiteshark0 | 1 | -3/+9 |
2007-04-24 | UTexture.pas: texture-wrap-mode changed to GL_CLAMP_TO_EDGE - solves some pro... | b1indy | 2 | -6/+6 |
2007-04-24 | Fixed: Select a not Visible Button in Joker Menu, if the first Team has no Joker | whiteshark0 | 1 | -2/+17 |
2007-04-24 | changed size of texture for screen fading effect to fixed size of 512x512, ne... | b1indy | 1 | -7/+9 |
2007-04-24 | Added ability to Select Players before Song | whiteshark0 | 4 | -4/+49 |
2007-04-24 | re-inserted a line that is essential for proper timing in dual screen mode | b1indy | 1 | -1/+1 |
2007-04-24 | ScreenFading now works in dual screen mode (it should not work with resolutio... | b1indy | 1 | -24/+27 |
2007-04-23 | Feature: SingBar is now moveable via theme/skin (affects UDraw.pas, UThemes.p... | mogguh | 3 | -33/+112 |
2007-04-23 | Fixed: SongSorting is CaseSensitive | whiteshark0 | 1 | -18/+18 |
2007-04-21 | Fixed some Bugs in Party Mode | whiteshark0 | 2 | -4/+40 |
2007-04-20 | Made the Line-Popup pop up. | mota23 | 3 | -111/+88 |
2007-04-20 | Changed LinePopup Colors from Red->Green to Red->Yellow->Green | mota23 | 1 | -3/+30 |
2007-04-20 | Some Memory tweaking (13 MB Less Ram using at 800 Songs) | whiteshark0 | 4 | -5/+61 |
2007-04-19 | Added Statistic Screens to C0de and to Theme | whiteshark0 | 9 | -28/+680 |
2007-04-19 | Fixed a Bug in PageBreak generation for Text | whiteshark0 | 1 | -2/+36 |
2007-04-17 | fixed a bug that caused song selection screen to be drawn incorrectly and sin... | b1indy | 1 | -2/+8 |
2007-04-17 | Bugfix: Scores where not shown correctly when in 4 or 6 player mode (UScreenS... | mogguh | 1 | -2/+17 |
2007-04-17 | Feature: Added the possibility to skin the sing screen, it's now possible to ... | mogguh | 3 | -218/+233 |
2007-04-17 | Added Exit Button to Stats Screen | whiteshark0 | 1 | -1/+3 |
2007-04-17 | Commited UTheme.pas to prevent Conflicts | whiteshark0 | 1 | -0/+54 |
2007-04-17 | Bugfix: Fixed minor problem that caused artefacts to be drawn - 'transparent'... | mogguh | 1 | -1/+1 |
2007-04-17 | Well, heres my first commit since R11. Some minor skin changes, new skin.ini-... | mota23 | 2 | -10/+24 |
2007-04-17 | Changed aadvanced options to switch on/off sing-effects and screen-fading | b1indy | 6 | -45/+59 |
2007-04-16 | Fixed bug in TSkin.onThemeChange that caused a crash | b1indy | 1 | -0/+1 |
2007-04-15 | Theme/Skin: Minor changes on the default covers | mogguh | 1 | -0/+0 |
2007-04-15 | re-inserted some code to set clear-color to white per default or to black via... | b1indy | 1 | -6/+7 |
2007-04-15 | Theme/Skin: New default cover for category w/out a cover, should be moved to ... | mogguh | 1 | -0/+0 |
2007-04-15 | Fixed some Bugs in Party Mode | whiteshark0 | 6 | -15/+18 |
2007-04-15 | Added Prevention of starting PartyMode without Plugins Loaded or with less th... | whiteshark0 | 1 | -5/+6 |
2007-04-14 | Did Some Code Cleanup | whiteshark0 | 4 | -94/+114 |
2007-04-14 | added some error checking to screen-fade-effect, | b1indy | 2 | -44/+76 |
2007-04-14 | Fixed a bug that causes Perfect Line twinkles to spawn at each Line when Line... | whiteshark0 | 1 | -12/+11 |
2007-04-13 | implemented fading between screens (needs to be tested), | b1indy | 3 | -127/+93 |
2007-04-13 | Fixed some Bugs in Skipto and Random Methods | whiteshark0 | 1 | -9/+9 |
2007-04-13 | Fixed Bug in Reflection Code that Causes wrong Depth Test when drawing Text | whiteshark0 | 2 | -7/+16 |
2007-04-13 | Added Reflection to ThemeStatic | whiteshark0 | 5 | -15/+82 |
2007-04-12 | fixed bug in particle system that caused effects to be drawn on both screens ... | b1indy | 1 | -73/+107 |
2007-04-11 | first implementation of perfect line twinkle effect - works correctly for up ... | b1indy | 3 | -36/+177 |