| Commit message (Expand) | Author | Files | Lines |
2008-07-12 | - cleanup/comments for TDisplay.Create | tobigun | 1 | -23/+11 |
2008-07-12 | cleanup + comments | tobigun | 1 | -6/+19 |
2008-07-12 | unit UScreenStatMain; | GogolNr1 | 1 | -5/+29 |
2008-07-12 | Text has a new property -> Z (default is 0) | mogguh | 2 | -81/+95 |
2008-07-03 | 64bit compatibility fix | tobigun | 1 | -4/+5 |
2008-07-02 | indenting and cleanup | tobigun | 2 | -42/+38 |
2008-07-02 | Audio/Video engine update: | tobigun | 25 | -2299/+4681 |
2008-07-01 | Disabled Alt+Tab screen-mode switching for Windows and MacOSX. SDL_SetVideoMo... | tobigun | 1 | -6/+5 |
2008-06-16 | Delphi 7 compatibility fix: | tobigun | 3 | -60/+63 |
2008-06-14 | code improvement: conversion of case statements to boolean assignments | k-m_schindler | 1 | -30/+11 |
2008-06-13 | corrected String index to start from 1 and not from 0 | k-m_schindler | 1 | -4/+4 |
2008-06-09 | - all references to the libc unit removed. The Libc unit (not the library) wa... | tobigun | 3 | -71/+83 |
2008-06-08 | - set svn:eol-style to native | tobigun | 26 | -13356/+13356 |
2008-06-08 | inconsistent line endings unified | tobigun | 1 | -3/+3 |
2008-06-08 | Added missing private section. Without defining it, methods are public by def... | tobigun | 1 | -13/+14 |
2008-06-08 | clean up | tobigun | 2 | -331/+324 |
2008-06-08 | Sakrileg (goto and label) replacement. Please check. | k-m_schindler | 2 | -109/+65 |
2008-06-07 | just some cleanup | tobigun | 8 | -503/+580 |
2008-05-24 | final removal of Macresources | k-m_schindler | 1 | -5/+0 |
2008-05-24 | final removal of Macresources, indentation | k-m_schindler | 1 | -39/+45 |
2008-05-24 | AnsiContainsText for darwin removed - not needed any more; reworked some if s... | k-m_schindler | 1 | -101/+98 |
2008-05-23 | just a test if bamboo works again if {$I switches.inc} is used instead of {$I... | tobigun | 1 | -1/+1 |
2008-05-22 | eol-style unified and propset, indentation | k-m_schindler | 1 | -238/+245 |
2008-05-22 | eol-style unified and propset | k-m_schindler | 1 | -10/+5 |
2008-05-22 | mistake correction: compound occurences of string capitalized again. | k-m_schindler | 1 | -97/+97 |
2008-05-22 | eol-style set and unified, nicer code but no actual change | k-m_schindler | 1 | -89/+49 |
2008-05-22 | eol-style unified, nicer source | k-m_schindler | 1 | -114/+111 |
2008-05-22 | eol-style set and unified, no actual code change | k-m_schindler | 1 | -8/+8 |
2008-05-22 | unused variable commente, eol corrected and property set | k-m_schindler | 1 | -64/+64 |
2008-05-22 | unused variable removed, eol-style set to native, nicer code | k-m_schindler | 1 | -813/+817 |
2008-05-21 | unused variables removed, nicer code, eol-style set to native | k-m_schindler | 1 | -129/+125 |
2008-05-21 | "whitescreen on window resizing" bug fixed | tobigun | 1 | -2/+8 |
2008-05-21 | Video Aspect-Ratio fix (e.g. for 16:9 displays) | tobigun | 1 | -11/+23 |
2008-05-17 | adjustments for building with make, some editorial changes ... | k-m_schindler | 1 | -54/+55 |
2008-05-16 | MacResources commented out for now, property eol-style set to native | k-m_schindler | 2 | -1/+4 |
2008-05-16 | Change IFDEF LINUX to UNIX in order to include darwin | k-m_schindler | 1 | -3/+3 |
2008-05-14 | - bugfix: LoadTexture() did not initialize the TTexture result before it was ... | tobigun | 2 | -95/+98 |
2008-05-13 | This was not supposed for check-in | tobigun | 1 | -3/+3 |
2008-05-13 | - fixed video-background | tobigun | 4 | -55/+134 |
2008-05-13 | - speedup patch for video playback. Should be a little faster than before. | tobigun | 1 | -468/+610 |
2008-05-13 | cleanup | tobigun | 1 | -12/+2 |
2008-05-13 | TRelativeTimer added. A replace for the buggy TimeSkip/SkipTime stuff. It wor... | tobigun | 1 | -10/+68 |
2008-05-13 | increased possible parallel benchmark count from 8 to 32 | tobigun | 1 | -2/+2 |
2008-05-12 | - removed useless for loops in UScreenSing | f1fth_freed0m | 1 | -0/+2 |
2008-05-10 | Volumes are floating point values (single) now. The range changed from [0 .. ... | tobigun | 9 | -91/+83 |
2008-05-10 | Update to Bass 2.4. Do not forget to replace the old with the new dll. | tobigun | 5 | -110/+168 |
2008-05-09 | - input-source selection works now (with bass or portaudio with portmixer) | tobigun | 15 | -970/+2189 |
2008-05-09 | BugFix: ScoreScreen works again, starting to simplify / tidy up the whole thing | mogguh | 1 | -2/+2 |
2008-05-08 | set some non-error logs from error to status | tobigun | 2 | -3/+3 |
2008-05-08 | added "inherited ..." to all constructors to assure that the base-class const... | tobigun | 31 | -97/+130 |