| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@987 b956fd51-792f-4... | whiteshark0 | 2008-03-31 | 2 | -37/+77 |
* | Support for Unicode-strings and chars (etc. WideUpperCase) in MacOSX. | tobigun | 2008-03-31 | 1 | -1/+1 |
* | Reimplemented all old features of Database | whiteshark0 | 2008-03-30 | 1 | -74/+67 |
* | New Database Structure Init ready | whiteshark0 | 2008-03-30 | 2 | -17/+77 |
* | Prepared some classes for enhanced Song loading. | whiteshark0 | 2008-03-30 | 10 | -238/+570 |
* | enabled the output of the full file path on error, warning or notice durring ... | s_alexander | 2008-03-30 | 1 | -1/+1 |
* | Made the exit button in Lyric options visible | f1fth_freed0m | 2008-03-28 | 1 | -1/+1 |
* | - Select(Slide) textures should work now ('Font Black' -> 'Colorized') | tobigun | 2008-03-28 | 3 | -322/+119 |
* | Some WideChar casts to let it compile in Delphi7 again. | whiteshark0 | 2008-03-28 | 2 | -2/+2 |
* | Deleted the new stave option in the theme by accident, here's the fix | mogguh | 2008-03-28 | 1 | -0/+19 |
* | fixed EIntOverflow in function TMenu.WideCharUpperCase when used on Linux ( o... | jaybinks | 2008-03-28 | 2 | -1/+23 |
* | Writeln caused a problem in the previously committed USong.pas, debug message... | mogguh | 2008-03-27 | 1 | -1/+1 |
* | Added Missig UXMLSongs.pas | f1fth_freed0m | 2008-03-27 | 1 | -0/+573 |
* | USDX is now able to load SingStar XML Songfiles using Whitesharks XML2US Parser | f1fth_freed0m | 2008-03-27 | 5 | -30/+360 |
* | added "-debug" flag at run time and "CONSOLE" Define in switches.inc | jaybinks | 2008-03-26 | 18 | -285/+120 |
* | Fixed compilation on the mac. | eddie-0815 | 2008-03-25 | 36 | -2113/+2619 |
* | Pause screen overlay works again, added it to the other skins too. Starting w... | mogguh | 2008-03-22 | 6 | -3/+13 |
* | Support for non-US (QWERTY) keyboard layout. | tobigun | 2008-03-22 | 30 | -486/+644 |
* | 0->nil | tobigun | 2008-03-22 | 1 | -1/+1 |
* | Added functions to determine to which character-class (alpha(=letter), numeri... | tobigun | 2008-03-22 | 1 | -1/+65 |
* | Fixed the positions in the one player score screen (Deluxe theme) | mogguh | 2008-03-21 | 1 | -176/+138 |
* | ParseInput(... ScanCode: byte; ...) -> ParseInput(... CharCode: WideChar; ...) | tobigun | 2008-03-21 | 36 | -96/+96 |
* | - av_log_get_level()/av_log_set_level() added | tobigun | 2008-03-21 | 1 | -0/+56 |
* | lenght -> length | tobigun | 2008-03-21 | 10 | -605/+617 |
* | - In linux (with the gtk2 interface) this will change the locale settings lik... | tobigun | 2008-03-20 | 1 | -1/+18 |
* | - Delphi (in contrast to C/C++) handles floating-point multiplications with N... | tobigun | 2008-03-20 | 3 | -19/+83 |
* | Staves now can be turned of in Options | f1fth_freed0m | 2008-03-17 | 8 | -9/+62 |
* | fixed the playback speed of the movie background | s_alexander | 2008-03-17 | 2 | -709/+709 |
* | no need to RE-Initialize the textures and screens.. | jaybinks | 2008-03-14 | 1 | -2/+0 |
* | fixes for delphi :P | s_alexander | 2008-03-14 | 1 | -4/+4 |
* | new lyric effect: slide | s_alexander | 2008-03-14 | 9 | -384/+465 |
* | Game can now be paused using Space like in mplayer or vlc | f1fth_freed0m | 2008-03-12 | 1 | -0/+5 |
* | Added an skinable overlay in SingScreen to indicate if pause is enabled | f1fth_freed0m | 2008-03-12 | 6 | -6/+36 |
* | Removed zlportio from Code | f1fth_freed0m | 2008-03-10 | 9 | -53/+70 |
* | re-added local variable that was required for windows. | jaybinks | 2008-03-10 | 1 | -1/+3 |
* | re-added local variable that was required for windows. | jaybinks | 2008-03-10 | 1 | -1/+4 |
* | fix build problem for me local... | jaybinks | 2008-03-10 | 1 | -5/+4 |
* | auto removed a bunch of unused local variables | jaybinks | 2008-03-10 | 23 | -10226/+10228 |
* | removed a few unused local variables | jaybinks | 2008-03-10 | 3 | -14/+15 |
* | new MixBuffers() function as replacement for SDL_MixAudio. Now portaudio work... | tobigun | 2008-03-09 | 3 | -47/+108 |
* | Fixed some warnings ("missing result-values", "0 instead of nil", "comparison... | tobigun | 2008-03-09 | 2 | -2/+6 |
* | Fixed some warnings ("missing result-values", "0 instead of nil", "comparison... | tobigun | 2008-03-09 | 4 | -25/+34 |
* | DeviceID must be unsigned. | tobigun | 2008-03-09 | 1 | -4/+4 |
* | disabled ParseMouse because it is not implemented by any subclass (usage of n... | tobigun | 2008-03-09 | 1 | -1/+3 |
* | Fixed some warnings ("missing result-values", "0 instead of nil", "comparison... | tobigun | 2008-03-09 | 3 | -167/+176 |
* | ZeroNotes are ignored now and a notice is written to error.log | f1fth_freed0m | 2008-03-09 | 1 | -1/+4 |
* | Multiline comments should be fpc compatible now, removed the score hack at th... | mogguh | 2008-03-08 | 1 | -40/+43 |
* | Added the "Quit"-dialog background to the other skins, fixed a whitespace in ... | mogguh | 2008-03-08 | 5 | -4/+6 |
* | Removed GeTickCount in favour to multiplatform available SDL_GetTicks, added ... | mogguh | 2008-03-08 | 1 | -10/+16 |
* | reverted endcap | f1fth_freed0m | 2008-03-08 | 2 | -3/+3 |