aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Classes (unfollow)
Commit message (Expand)AuthorFilesLines
2008-07-0364bit compatibility fixtobigun1-4/+5
2008-07-02indenting and cleanuptobigun2-42/+38
2008-07-02Audio/Video engine update:tobigun25-2299/+4681
2008-07-01Disabled Alt+Tab screen-mode switching for Windows and MacOSX. SDL_SetVideoMo...tobigun1-6/+5
2008-06-16Delphi 7 compatibility fix:tobigun3-60/+63
2008-06-14code improvement: conversion of case statements to boolean assignmentsk-m_schindler1-30/+11
2008-06-13corrected String index to start from 1 and not from 0k-m_schindler1-4/+4
2008-06-09- all references to the libc unit removed. The Libc unit (not the library) wa...tobigun3-71/+83
2008-06-08- set svn:eol-style to nativetobigun26-13356/+13356
2008-06-08inconsistent line endings unifiedtobigun1-3/+3
2008-06-08Added missing private section. Without defining it, methods are public by def...tobigun1-13/+14
2008-06-08clean uptobigun2-331/+324
2008-06-08Sakrileg (goto and label) replacement. Please check.k-m_schindler2-109/+65
2008-06-07just some cleanuptobigun8-503/+580
2008-05-24final removal of Macresourcesk-m_schindler1-5/+0
2008-05-24final removal of Macresources, indentationk-m_schindler1-39/+45
2008-05-24AnsiContainsText for darwin removed - not needed any more; reworked some if s...k-m_schindler1-101/+98
2008-05-23just a test if bamboo works again if {$I switches.inc} is used instead of {$I...tobigun1-1/+1
2008-05-22eol-style unified and propset, indentationk-m_schindler1-238/+245
2008-05-22eol-style unified and propsetk-m_schindler1-10/+5
2008-05-22mistake correction: compound occurences of string capitalized again.k-m_schindler1-97/+97
2008-05-22eol-style set and unified, nicer code but no actual changek-m_schindler1-89/+49
2008-05-22eol-style unified, nicer sourcek-m_schindler1-114/+111
2008-05-22eol-style set and unified, no actual code changek-m_schindler1-8/+8
2008-05-22unused variable commente, eol corrected and property setk-m_schindler1-64/+64
2008-05-22unused variable removed, eol-style set to native, nicer codek-m_schindler1-813/+817
2008-05-21unused variables removed, nicer code, eol-style set to nativek-m_schindler1-129/+125
2008-05-21"whitescreen on window resizing" bug fixedtobigun1-2/+8
2008-05-21Video Aspect-Ratio fix (e.g. for 16:9 displays)tobigun1-11/+23
2008-05-17adjustments for building with make, some editorial changes ...k-m_schindler1-54/+55
2008-05-16MacResources commented out for now, property eol-style set to nativek-m_schindler2-1/+4
2008-05-16Change IFDEF LINUX to UNIX in order to include darwink-m_schindler1-3/+3
2008-05-14- bugfix: LoadTexture() did not initialize the TTexture result before it was ...tobigun2-95/+98
2008-05-13This was not supposed for check-intobigun1-3/+3
2008-05-13- fixed video-backgroundtobigun4-55/+134
2008-05-13- speedup patch for video playback. Should be a little faster than before.tobigun1-468/+610
2008-05-13cleanuptobigun1-12/+2
2008-05-13TRelativeTimer added. A replace for the buggy TimeSkip/SkipTime stuff. It wor...tobigun1-10/+68
2008-05-13increased possible parallel benchmark count from 8 to 32tobigun1-2/+2
2008-05-12- removed useless for loops in UScreenSingf1fth_freed0m1-0/+2
2008-05-10Volumes are floating point values (single) now. The range changed from [0 .. ...tobigun9-91/+83
2008-05-10Update to Bass 2.4. Do not forget to replace the old with the new dll.tobigun5-110/+168
2008-05-09- input-source selection works now (with bass or portaudio with portmixer)tobigun15-970/+2189
2008-05-09BugFix: ScoreScreen works again, starting to simplify / tidy up the whole thingmogguh1-2/+2
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...tobigun31-97/+130
2008-05-08- removed a windows unit referencetobigun3-47/+44
2008-05-06Option screen has two rows of buttons, to select the row beneath press [curso...mogguh1-14/+14
2008-05-05text reflection -> renamed TestHeight to TexHeightmogguh1-4/+4
2008-05-05Added text reflection as new property in the thememogguh2-8/+74