| Commit message (Expand) | Author | Files | Lines |
2009-04-25 | Cosmetics. No code change | k-m_schindler | 1 | -6/+4 |
2009-01-19 | ESC saves settings in Record screen again | tobigun | 1 | -2/+2 |
2008-10-28 | some compiler warnings/hints removed | tobigun | 1 | -1/+0 |
2008-10-28 | - glPrint(Pchar) -> glPrint(string) | tobigun | 1 | -2/+2 |
2008-10-19 | The size given to TextGL.SetSize() now expresses the size in pixel (formerly ... | tobigun | 1 | -1/+1 |
2008-09-23 | added file headers | tobigun | 1 | -0/+25 |
2008-08-27 | rename Screen part2 | k-m_schindler | 1 | -0/+0 |
2008-08-27 | rename Screen 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-07-12 | Text has a new property -> Z (default is 0) | mogguh | 1 | -6/+9 |
2008-07-01 | nicer pitch-label in record-option screen | tobigun | 1 | -27/+53 |
2008-06-08 | - set svn:eol-style to native | tobigun | 1 | -756/+756 |
2008-05-10 | Volumes are floating point values (single) now. The range changed from [0 .. ... | tobigun | 1 | -8/+12 |
2008-05-09 | - input-source selection works now (with bass or portaudio with portmixer) | tobigun | 1 | -150/+382 |
2008-05-02 | Replaced OpenGL12 with SDL's gl/glu/glext units because OpenGL12 was removed ... | tobigun | 1 | -1/+1 |
2008-03-25 | Fixed compilation on the mac. | eddie-0815 | 1 | -2/+2 |
2008-03-22 | Support for non-US (QWERTY) keyboard layout. | tobigun | 1 | -2/+8 |
2008-03-21 | ParseInput(... ScanCode: byte; ...) -> ParseInput(... CharCode: WideChar; ...) | tobigun | 1 | -2/+2 |
2008-03-05 | FFT support for SDL/Portaudio playback | tobigun | 1 | -6/+6 |
2008-03-03 | - Input now supports multiple SampleRates (not fixed to 44100Hz anymore) | tobigun | 1 | -106/+386 |
2008-02-20 | all screens now inherit their OnShow | jaybinks | 1 | -0/+2 |
2008-02-05 | General: | tobigun | 1 | -212/+232 |
2008-01-14 | tidy up sing mode, to be an enum now. | jaybinks | 1 | -1/+1 |
2008-01-12 | bunch of smaller changes... | jaybinks | 1 | -26/+106 |
2007-12-05 | Changed this so that us-dx doesn't crash anymore if no soundcard is available | tobigun | 1 | -14/+6 |
2007-11-01 | Mac OS X version compiles and links. I hope I didn't break too many files on ... | eddie-0815 | 1 | -0/+2 |
2007-10-11 | Added IAudioPlayback Interface and implementation for BASS. | jaybinks | 1 | -4/+4 |
2007-10-02 | Fixed linux compilation. | jaybinks | 1 | -132/+138 |
2007-09-05 | modified ParseInput so Backspace will perform same function as ESC in most sc... | jaybinks | 1 | -1/+2 |
2007-05-16 | all SongFile Loading and Saving procedures moved to UFiles. | whiteshark0 | 1 | -1/+1 |
2007-05-08 | Readded Q Shortcut (Exit Application) on all Screens | whiteshark0 | 1 | -0/+4 |
2007-04-29 | Added 2 new Buttons to ScreenMain: Multi and Stats | whiteshark0 | 1 | -13/+1 |
2007-04-20 | Some Memory tweaking (13 MB Less Ram using at 800 Songs) | whiteshark0 | 1 | -0/+2 |
2007-04-06 | Fixed a Bug in Optionsscreen after adding OptionsAdvanced Screen | whiteshark0 | 1 | -1/+1 |
2007-04-05 | Fixed: Not loading Button Texts from Ini | whiteshark0 | 1 | -1/+2 |