aboutsummaryrefslogtreecommitdiffstats
path: root/Game (follow)
Commit message (Expand)AuthorAgeFilesLines
* Option screen has two rows of buttons, to select the row beneath press [curso...mogguh2008-05-063-20/+80
* added a missing semicolonmogguh2008-05-051-1/+1
* text reflection -> renamed TestHeight to TexHeightmogguh2008-05-051-4/+4
* Added text reflection as new property in the thememogguh2008-05-054-16/+94
* - fixed recursive calling of TPlatform.Halt.tobigun2008-05-034-61/+9
* marked as executabletobigun2008-05-031-0/+0
* changed config-macosx.inc to config-darwin.inc. The configure-script will cre...tobigun2008-05-024-3/+3
* MacOSX patch for WideUpperChar. The cwstring Unicode manager is not supported...tobigun2008-05-023-11/+38
* replaced WideUpperCase with WideCharUpperCasetobigun2008-05-021-2/+2
* TCoreModule overloads the Free destructor "destructor Free" with a self defin...tobigun2008-05-025-12/+12
* - replaced some DebugWriteln() with Log.Log...() tobigun2008-05-024-25/+32
* Replaced OpenGL12 with SDL's gl/glu/glext units because OpenGL12 was removed ...tobigun2008-05-0237-10065/+328
* screenshots should be fetched from screen in RGB and not BGR mode.tobigun2008-05-021-3/+2
* bugfix: USDX crashed while unloading opengl because of a bug in opengl12.pas ...tobigun2008-05-021-0/+2
* Applied this fix https://sourceforge.net/tracker/index.php?func=detail&aid=19...tobigun2008-05-013-8682/+9968
* 64bit patch for USDX, thanks to escaped and tronikku. Patch for SDL will be a...tobigun2008-04-302-855/+897
* SDL-free implementation of ConsoleWriteLn. The handler for thread-safe consol...tobigun2008-04-301-19/+19
* video-background fix. This should fix the white-screen bug with animation bac...tobigun2008-04-301-1585/+1595
* 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