aboutsummaryrefslogtreecommitdiffstats
path: root/Game (unfollow)
Commit message (Expand)AuthorFilesLines
2008-05-10Volumes are floating point values (single) now. The range changed from [0 .. ...tobigun13-112/+113
2008-05-10Update to Bass 2.4. Do not forget to replace the old with the new dll.tobigun15-1948/+1087
2008-05-09- input-source selection works now (with bass or portaudio with portmixer)tobigun19-1162/+2628
2008-05-09BugFix: ScoreScreen works again, starting to simplify / tidy up the whole thingmogguh2-386/+228
2008-05-08set some non-error logs from error to statustobigun2-3/+3
2008-05-08added "inherited ..." to all constructors to assure that the base-class const...tobigun34-97/+138
2008-05-08- added the {$H+} switch for FPC (was introduced for the MacOSX before). This...tobigun17-8/+69
2008-05-08- removed a windows unit referencetobigun3-47/+44
2008-05-08ffmpeg updatetobigun3-7/+15
2008-05-07Bugfix: Options screen doesn't break anymore when cursor up / down is pressedmogguh1-16/+2
2008-05-07SDL-patches for MacOSX build added. Taken from the freepascal repository.tobigun2-0/+6
2008-05-06Option screen has two rows of buttons, to select the row beneath press [curso...mogguh3-20/+80
2008-05-05added a missing semicolonmogguh1-1/+1
2008-05-05text reflection -> renamed TestHeight to TexHeightmogguh1-4/+4
2008-05-05Added text reflection as new property in the thememogguh4-16/+94
2008-05-03- fixed recursive calling of TPlatform.Halt.tobigun4-61/+9
2008-05-03marked as executabletobigun1-0/+0
2008-05-02changed config-macosx.inc to config-darwin.inc. The configure-script will cre...tobigun4-3/+3
2008-05-02MacOSX patch for WideUpperChar. The cwstring Unicode manager is not supported...tobigun3-11/+38
2008-05-02replaced WideUpperCase with WideCharUpperCasetobigun1-2/+2
2008-05-02TCoreModule overloads the Free destructor "destructor Free" with a self defin...tobigun5-12/+12
2008-05-02- replaced some DebugWriteln() with Log.Log...() tobigun4-25/+32
2008-05-02Replaced OpenGL12 with SDL's gl/glu/glext units because OpenGL12 was removed ...tobigun37-10065/+328
2008-05-02screenshots should be fetched from screen in RGB and not BGR mode.tobigun1-3/+2
2008-05-02bugfix: USDX crashed while unloading opengl because of a bug in opengl12.pas ...tobigun1-0/+2
2008-05-01Applied this fix https://sourceforge.net/tracker/index.php?func=detail&aid=19...tobigun3-8682/+9968
2008-04-3064bit patch for USDX, thanks to escaped and tronikku. Patch for SDL will be a...tobigun2-855/+897
2008-04-30SDL-free implementation of ConsoleWriteLn. The handler for thread-safe consol...tobigun1-19/+19
2008-04-30video-background fix. This should fix the white-screen bug with animation bac...tobigun1-1585/+1595
2008-04-30removed a writeln() command that might crash usdx if the console is disabledtobigun1-14/+7
2008-04-30Close a previously opened video before a new one is openedtobigun1-0/+4
2008-04-30database file (Ultrastar.db) is now stored in the GameUserPath instead of the...tobigun1-3/+3
2008-04-30disable stack-checks on debug build (-Ct) to avoid Runtime-Exceptions (Exit-C...tobigun1-1/+1
2008-04-30- title-bar icon working again in windowed modetobigun5-1089/+1052
2008-04-30Fixed some range-check errors. Explicitly disable range-checks {$R-} should n...tobigun10-6810/+6802
2008-04-27- Fixed several bugs with tabbed browsing (Tabs: on) which occurred after TSo...tobigun3-408/+364
2008-04-27Removed misleading "var" parameters at ReadScore etc.: TSong is a class now, ...tobigun1-6/+6
2008-04-24uncommented DEBUG-define in switches.inc, so release-mode is the default now.tobigun1-1/+1
2008-04-24- reverted some stuff that was erroneously commited by one of the last commits.tobigun10-983/+1130
2008-04-22some adjustments to the new switches.inc layouttobigun2-38/+4
2008-04-22SSE floating-point-exception (FPE) fix. Occured when playing ogg-files or wit...tobigun2-5/+128
2008-04-22- new switches.inc layouttobigun4-542/+516
2008-04-22removed old projectM stufftobigun2-926/+0
2008-04-22missed some files for projectMtobigun2-0/+926
2008-04-22- new layout of the projectM lib-dir. tobigun10-665/+667
2008-04-22ffmpeg update to a newer versiontobigun6-27/+107
2008-04-22New Makefile:tobigun4-468/+472
2008-04-19fixed calulation of pointss_alexander1-4/+2
2008-04-19tried to make songloading working with the old loader and keep all changes th...s_alexander17-2756/+1477
2008-04-15Removed Libraries Dir because of problems with some dllsf1fth_freed0m9-15/+15