aboutsummaryrefslogtreecommitdiffstats
path: root/Game (unfollow)
Commit message (Expand)AuthorFilesLines
2008-03-31beep() removedtobigun9-34/+22
2008-03-31- removed "Font Black" and "Font" texture typetobigun26-403/+382
2008-03-31git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@987 b956fd51-792f-4...whiteshark02-37/+77
2008-03-31Support for Unicode-strings and chars (etc. WideUpperCase) in MacOSX.tobigun1-1/+1
2008-03-30Reimplemented all old features of Databasewhiteshark01-74/+67
2008-03-30New Database Structure Init readywhiteshark02-17/+77
2008-03-30Prepared some classes for enhanced Song loading.whiteshark010-238/+570
2008-03-30enabled the output of the full file path on error, warning or notice durring ...s_alexander1-1/+1
2008-03-28- Select(Slide) textures should work now ('Font Black' -> 'Colorized')tobigun3-322/+119
2008-03-28Some WideChar casts to let it compile in Delphi7 again.whiteshark02-2/+2
2008-03-28fixed EIntOverflow in function TMenu.WideCharUpperCase when used on Linux ( o...jaybinks2-1/+23
2008-03-27Writeln caused a problem in the previously committed USong.pas, debug message...mogguh1-1/+1
2008-03-27Added Missig UXMLSongs.pasf1fth_freed0m1-0/+573
2008-03-27USDX is now able to load SingStar XML Songfiles using Whitesharks XML2US Parserf1fth_freed0m5-30/+360
2008-03-26added "-debug" flag at run time and "CONSOLE" Define in switches.inc jaybinks18-285/+120
2008-03-25Fixed compilation on the mac.eddie-081536-2113/+2619
2008-03-22Support for non-US (QWERTY) keyboard layout.tobigun30-486/+644
2008-03-22Added functions to determine to which character-class (alpha(=letter), numeri...tobigun1-1/+65
2008-03-21ParseInput(... ScanCode: byte; ...) -> ParseInput(... CharCode: WideChar; ...)tobigun36-96/+96
2008-03-21- av_log_get_level()/av_log_set_level() addedtobigun1-0/+56
2008-03-21lenght -> lengthtobigun10-605/+617
2008-03-20- In linux (with the gtk2 interface) this will change the locale settings lik...tobigun1-1/+18
2008-03-20- Delphi (in contrast to C/C++) handles floating-point multiplications with N...tobigun3-19/+83
2008-03-17Staves now can be turned of in Optionsf1fth_freed0m4-7/+18
2008-03-17fixed the playback speed of the movie backgrounds_alexander2-709/+709
2008-03-14no need to RE-Initialize the textures and screens..jaybinks1-2/+0
2008-03-14fixes for delphi :Ps_alexander1-4/+4
2008-03-14new lyric effect: slides_alexander9-384/+465
2008-03-12Game can now be paused using Space like in mplayer or vlcf1fth_freed0m1-0/+5
2008-03-12Added an skinable overlay in SingScreen to indicate if pause is enabledf1fth_freed0m3-6/+25
2008-03-10Removed zlportio from Codef1fth_freed0m9-53/+70
2008-03-10re-added local variable that was required for windows.jaybinks1-1/+3
2008-03-10re-added local variable that was required for windows.jaybinks1-1/+4
2008-03-10fix build problem for me local...jaybinks1-5/+4
2008-03-10auto removed a bunch of unused local variablesjaybinks23-10226/+10228
2008-03-10removed a few unused local variablesjaybinks3-14/+15
2008-03-09new MixBuffers() function as replacement for SDL_MixAudio. Now portaudio work...tobigun3-47/+108
2008-03-09Fixed some warnings ("missing result-values", "0 instead of nil", "comparison...tobigun2-2/+6
2008-03-09Fixed some warnings ("missing result-values", "0 instead of nil", "comparison...tobigun4-25/+34
2008-03-09DeviceID must be unsigned.tobigun1-4/+4
2008-03-09disabled ParseMouse because it is not implemented by any subclass (usage of n...tobigun1-1/+3
2008-03-09Fixed some warnings ("missing result-values", "0 instead of nil", "comparison...tobigun3-167/+176
2008-03-09ZeroNotes are ignored now and a notice is written to error.logf1fth_freed0m1-1/+4
2008-03-08Multiline comments should be fpc compatible now, removed the score hack at th...mogguh1-40/+43
2008-03-08Removed GeTickCount in favour to multiplatform available SDL_GetTicks, added ...mogguh1-10/+16
2008-03-07missing backslash addedtobigun1-1/+1
2008-03-07- Fixed audio-playing in container (video) files. Now audio can be read direc...tobigun2-14/+34
2008-03-07GetPCMData added for SDL/Portaudiotobigun1-894/+899
2008-03-07widget-set support. Now the detected widget-set (gtk, gtk2, qt) is used in li...tobigun2-7/+2
2008-03-07fixed "untyped pointer in Dispose-call is meaningless" warning.tobigun1-119/+119