aboutsummaryrefslogtreecommitdiffstats
path: root/Game (unfollow)
Commit message (Expand)AuthorFilesLines
2008-04-07make BPM changes during song possibles_alexander2-50/+57
2008-04-07forgot to remove this onetobigun1-1/+0
2008-04-07- added script for rc->res compilation with FPC (rccompile-fpc.bat)tobigun2-0/+4
2008-04-07- Removed lrs resource usage in linux. Resources are copied to /usr/share/res...tobigun7-1228/+1189
2008-04-07moved resources from /Game to /Resourcestobigun39-33/+33
2008-04-06New Covers.Cache Texture loading finishedwhiteshark03-66/+267
2008-04-06Merged .lpr-contents into .dpr. An {$I UltraStar.dpr} is left as the only cod...tobigun3-39/+28
2008-04-06import of external variables does not work in fpc (why?)tobigun1-980/+969
2008-04-06- removed (linux incompatible) PngImage. In addition it was rather outdated (...tobigun34-11914/+1955
2008-04-06removed lazarus dependenciestobigun19-2533/+2452
2008-04-06TRANSLATE define removed. Define was not used anymore.tobigun3-2356/+2331
2008-04-06Replaced some {-comments with (*-comments to remove nested comments of the sa...tobigun5-72/+86
2008-04-05Compilation on Linux fixedwhiteshark01-4/+18
2008-04-04UTexture not committed correctlywhiteshark01-81/+48
2008-04-04Covers Cache rewrittenwhiteshark04-1102/+1337
2008-04-03rewriting of the txt file parsers_alexander14-2096/+2622
2008-04-03second try to fix the problem, that the video is bigger than the screen when ...s_alexander1-19/+21
2008-04-01removed second ultrastar.lrs inclusiontobigun1-9/+0
2008-04-01removed unused lclintf/windows referencestobigun7-993/+959
2008-04-01shortened Log Outputb1indy1-2/+2
2008-04-01Replaced GetTickCount with SDL_GetTicksf1fth_freed0m6-14/+15
2008-03-31ColorizePixel now uses fixed point mathb1indy1-42/+77
2008-03-31Now colorized textures are appended to the TTextureDatabase too. This will pr...tobigun4-70/+106
2008-03-31Unicode fix for WideCharUpperCase(). This should work on all platforms now.tobigun1-27/+9
2008-03-31Removed unused Format-parameter in LoadTexture() and Add...()tobigun14-145/+145
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