aboutsummaryrefslogtreecommitdiffstats
path: root/Game (follow)
Commit message (Expand)AuthorAgeFilesLines
* removed a writeln() command that might crash usdx if the console is disabledtobigun2008-04-301-14/+7
* Close a previously opened video before a new one is openedtobigun2008-04-301-0/+4
* database file (Ultrastar.db) is now stored in the GameUserPath instead of the...tobigun2008-04-301-3/+3
* disable stack-checks on debug build (-Ct) to avoid Runtime-Exceptions (Exit-C...tobigun2008-04-301-1/+1
* - title-bar icon working again in windowed modetobigun2008-04-305-1089/+1052
* Fixed some range-check errors. Explicitly disable range-checks {$R-} should n...tobigun2008-04-3010-6810/+6802
* - Fixed several bugs with tabbed browsing (Tabs: on) which occurred after TSo...tobigun2008-04-273-408/+364
* Removed misleading "var" parameters at ReadScore etc.: TSong is a class now, ...tobigun2008-04-271-6/+6
* uncommented DEBUG-define in switches.inc, so release-mode is the default now.tobigun2008-04-241-1/+1
* - reverted some stuff that was erroneously commited by one of the last commits.tobigun2008-04-2410-983/+1130
* some adjustments to the new switches.inc layouttobigun2008-04-222-38/+4
* SSE floating-point-exception (FPE) fix. Occured when playing ogg-files or wit...tobigun2008-04-222-5/+128
* - new switches.inc layouttobigun2008-04-224-542/+516
* removed old projectM stufftobigun2008-04-222-926/+0
* missed some files for projectMtobigun2008-04-222-0/+926
* - new layout of the projectM lib-dir. tobigun2008-04-2210-665/+667
* ffmpeg update to a newer versiontobigun2008-04-226-27/+107
* New Makefile:tobigun2008-04-224-468/+472
* fixed calulation of pointss_alexander2008-04-191-4/+2
* tried to make songloading working with the old loader and keep all changes th...s_alexander2008-04-1917-2756/+1477
* Removed Libraries Dir because of problems with some dllsf1fth_freed0m2008-04-159-15/+15
* started to implement the new folder structure (like suggested in the wiki)f1fth_freed0m2008-04-1210-16/+16
* translated some polish codef1fth_freed0m2008-04-113-151/+150
* finally removed IlNut from Editor (*hope* it will work)s_alexander2008-04-104-61/+42
* -Corrected some ifdefs in the Editor to make it useable on linuxf1fth_freed0m2008-04-101-40/+44
* workaround for erroneously detection of 48000Hz-only devices as 44100Hz devic...tobigun2008-04-109-1497/+1631
* make BPM changes during song possibles_alexander2008-04-072-50/+57
* forgot to remove this onetobigun2008-04-071-1/+0
* - added script for rc->res compilation with FPC (rccompile-fpc.bat)tobigun2008-04-072-0/+4
* - Removed lrs resource usage in linux. Resources are copied to /usr/share/res...tobigun2008-04-077-1228/+1189
* moved resources from /Game to /Resourcestobigun2008-04-0739-33/+33
* New Covers.Cache Texture loading finishedwhiteshark02008-04-063-66/+267
* Merged .lpr-contents into .dpr. An {$I UltraStar.dpr} is left as the only cod...tobigun2008-04-063-39/+28
* import of external variables does not work in fpc (why?)tobigun2008-04-061-980/+969
* - removed (linux incompatible) PngImage. In addition it was rather outdated (...tobigun2008-04-0634-11914/+1955
* removed lazarus dependenciestobigun2008-04-0619-2533/+2452
* TRANSLATE define removed. Define was not used anymore.tobigun2008-04-063-2356/+2331
* Replaced some {-comments with (*-comments to remove nested comments of the sa...tobigun2008-04-065-72/+86
* Compilation on Linux fixedwhiteshark02008-04-051-4/+18
* UTexture not committed correctlywhiteshark02008-04-041-81/+48
* Covers Cache rewrittenwhiteshark02008-04-044-1102/+1337
* rewriting of the txt file parsers_alexander2008-04-0314-2096/+2622
* second try to fix the problem, that the video is bigger than the screen when ...s_alexander2008-04-031-19/+21
* removed second ultrastar.lrs inclusiontobigun2008-04-011-9/+0
* removed unused lclintf/windows referencestobigun2008-04-017-993/+959
* shortened Log Outputb1indy2008-04-011-2/+2
* Replaced GetTickCount with SDL_GetTicksf1fth_freed0m2008-04-016-14/+15
* ColorizePixel now uses fixed point mathb1indy2008-03-311-42/+77
* Now colorized textures are appended to the TTextureDatabase too. This will pr...tobigun2008-03-314-70/+106
* Unicode fix for WideCharUpperCase(). This should work on all platforms now.tobigun2008-03-311-27/+9