aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Classes (follow)
Commit message (Expand)AuthorAgeFilesLines
* just a test if bamboo works again if {$I switches.inc} is used instead of {$I...tobigun2008-05-231-1/+1
* eol-style unified and propset, indentationk-m_schindler2008-05-221-238/+245
* eol-style unified and propsetk-m_schindler2008-05-221-10/+5
* mistake correction: compound occurences of string capitalized again.k-m_schindler2008-05-221-97/+97
* eol-style set and unified, nicer code but no actual changek-m_schindler2008-05-221-89/+49
* eol-style unified, nicer sourcek-m_schindler2008-05-221-114/+111
* eol-style set and unified, no actual code changek-m_schindler2008-05-221-8/+8
* unused variable commente, eol corrected and property setk-m_schindler2008-05-221-64/+64
* unused variable removed, eol-style set to native, nicer codek-m_schindler2008-05-221-813/+817
* unused variables removed, nicer code, eol-style set to nativek-m_schindler2008-05-211-129/+125
* "whitescreen on window resizing" bug fixedtobigun2008-05-211-2/+8
* Video Aspect-Ratio fix (e.g. for 16:9 displays)tobigun2008-05-211-11/+23
* adjustments for building with make, some editorial changes ...k-m_schindler2008-05-171-54/+55
* MacResources commented out for now, property eol-style set to nativek-m_schindler2008-05-162-1/+4
* Change IFDEF LINUX to UNIX in order to include darwink-m_schindler2008-05-161-3/+3
* - bugfix: LoadTexture() did not initialize the TTexture result before it was ...tobigun2008-05-142-95/+98
* This was not supposed for check-intobigun2008-05-131-3/+3
* - fixed video-backgroundtobigun2008-05-134-55/+134
* - speedup patch for video playback. Should be a little faster than before.tobigun2008-05-131-468/+610
* cleanuptobigun2008-05-131-12/+2
* TRelativeTimer added. A replace for the buggy TimeSkip/SkipTime stuff. It wor...tobigun2008-05-131-10/+68
* increased possible parallel benchmark count from 8 to 32tobigun2008-05-131-2/+2
* - removed useless for loops in UScreenSingf1fth_freed0m2008-05-121-0/+2
* Volumes are floating point values (single) now. The range changed from [0 .. ...tobigun2008-05-109-91/+83
* Update to Bass 2.4. Do not forget to replace the old with the new dll.tobigun2008-05-105-110/+168
* - input-source selection works now (with bass or portaudio with portmixer)tobigun2008-05-0915-970/+2189
* BugFix: ScoreScreen works again, starting to simplify / tidy up the whole thingmogguh2008-05-091-2/+2
* set some non-error logs from error to statustobigun2008-05-082-3/+3
* added "inherited ..." to all constructors to assure that the base-class const...tobigun2008-05-0831-97/+130
* - removed a windows unit referencetobigun2008-05-083-47/+44
* Option screen has two rows of buttons, to select the row beneath press [curso...mogguh2008-05-061-14/+14
* text reflection -> renamed TestHeight to TexHeightmogguh2008-05-051-4/+4
* Added text reflection as new property in the thememogguh2008-05-052-8/+74
* - fixed recursive calling of TPlatform.Halt.tobigun2008-05-034-61/+9
* changed config-macosx.inc to config-darwin.inc. The configure-script will cre...tobigun2008-05-021-1/+1
* 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-0213-35/+56
* 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
* 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
* - title-bar icon working again in windowed modetobigun2008-04-304-1088/+1051
* Fixed some range-check errors. Explicitly disable range-checks {$R-} should n...tobigun2008-04-306-3109/+3101
* - 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
* - reverted some stuff that was erroneously commited by one of the last commits.tobigun2008-04-245-712/+859
* SSE floating-point-exception (FPE) fix. Occured when playing ogg-files or wit...tobigun2008-04-222-5/+128
* - new switches.inc layouttobigun2008-04-222-400/+405