| Commit message (Expand) | Author | Files | Lines |
2010-12-29 | log voice captures to wav-file | tobigun | 1 | -10/+87 |
2009-11-09 | merged unicode branch (r1931) into trunk | s_alexander | 1 | -23/+21 |
2009-03-07 | unclutter UMain.pas. Create UPath.pas. Tests on all platformssvn statussvn st... | k-m_schindler | 1 | -1/+2 |
2008-09-23 | gpl header added and property svn:header set to "HeadURL Id" | k-m_schindler | 1 | -0/+25 |
2008-09-02 | Moved: The folder classes has been renamed to base | mogguh | 1 | -0/+0 |
2008-08-27 | rename Classes part2 | k-m_schindler | 1 | -0/+0 |
2008-08-27 | rename Classes part1 | k-m_schindler | 1 | -0/+0 |
2008-08-27 | Reordering of the directories[1]: moving Game/Code to src | k-m_schindler | 1 | -0/+0 |
2008-08-15 | Race-Conditions fixed in recording stuff. | tobigun | 1 | -2/+2 |
2008-07-02 | indenting and cleanup | tobigun | 1 | -37/+38 |
2008-06-08 | - set svn:eol-style to native | tobigun | 1 | -416/+416 |
2008-05-13 | increased possible parallel benchmark count from 8 to 32 | tobigun | 1 | -2/+2 |
2008-05-08 | added "inherited ..." to all constructors to assure that the base-class const... | tobigun | 1 | -0/+2 |
2008-05-08 | - removed a windows unit reference | tobigun | 1 | -1/+1 |
2008-05-02 | - replaced some DebugWriteln() with Log.Log...() | tobigun | 1 | -15/+23 |
2008-04-24 | - reverted some stuff that was erroneously commited by one of the last commits. | tobigun | 1 | -182/+216 |
2008-03-31 | - removed "Font Black" and "Font" texture type | tobigun | 1 | -2/+2 |
2008-03-26 | added "-debug" flag at run time and "CONSOLE" Define in switches.inc | jaybinks | 1 | -2/+13 |
2008-03-10 | auto removed a bunch of unused local variables | jaybinks | 1 | -1/+1 |
2008-03-03 | delphi 7 compatibility (inline was introduced with delphi 2005) | tobigun | 1 | -1/+1 |
2008-03-03 | - Input now supports multiple SampleRates (not fixed to 44100Hz anymore) | tobigun | 1 | -5/+2 |
2008-02-05 | Added a SafeWriteLn()-function to support thread-safe console-output. | tobigun | 1 | -278/+364 |
2008-01-25 | reenabled TLog.LogError(Log1, Log2: string). | tobigun | 1 | -1/+1 |
2008-01-12 | bunch of smaller changes... | jaybinks | 1 | -3/+3 |
2007-12-27 | FileErrorO is set to true to early. Even if FileError couldn't be opened it w... | tobigun | 1 | -1/+1 |
2007-12-20 | removed a bunch of debugging from usdx startup. | jaybinks | 1 | -18/+16 |
2007-12-05 | Sound is now Recording.Sound | tobigun | 1 | -3/+3 |
2007-11-22 | Added LogBuffer to dump binary data to a file. | eddie-0815 | 1 | -0/+19 |
2007-11-01 | fixed failed builds | jaybinks | 1 | -0/+4 |
2007-11-01 | Mac OS X version compiles and links. I hope I didn't break too many files on ... | eddie-0815 | 1 | -7/+3 |
2007-10-03 | New plugin SDK added | whiteshark0 | 1 | -4/+12 |
2007-09-20 | Ultrastar-DX now compiles in linux | jaybinks | 1 | -243/+253 |
2007-09-19 | added in the lots of debug logging... sorry guys. | jaybinks | 1 | -0/+2 |
2007-09-19 | added UCommon ( in classes ) for lazarus... | jaybinks | 1 | -0/+4 |
2007-09-12 | * added missed dependency PNGImage. | jaybinks | 1 | -1/+11 |
2007-07-08 | Improved Error Logging and Benchmark: | whiteshark0 | 1 | -34/+34 |
2007-05-16 | all SongFile Loading and Saving procedures moved to UFiles. | whiteshark0 | 1 | -1/+1 |
2007-04-29 | Commented some Debuging Outputs in ULog | whiteshark0 | 1 | -5/+5 |