| Commit message (Expand) | Author | Age | Files | Lines |
* | Volumes are floating point values (single) now. The range changed from [0 .. ... | tobigun | 2008-05-10 | 1 | -10/+15 |
* | - input-source selection works now (with bass or portaudio with portmixer) | tobigun | 2008-05-09 | 1 | -40/+55 |
* | MacOSX patch for WideUpperChar. The cwstring Unicode manager is not supported... | tobigun | 2008-05-02 | 1 | -3/+4 |
* | replaced WideUpperCase with WideCharUpperCase | tobigun | 2008-05-02 | 1 | -2/+2 |
* | Replaced OpenGL12 with SDL's gl/glu/glext units because OpenGL12 was removed ... | tobigun | 2008-05-02 | 1 | -1/+1 |
* | tried to make songloading working with the old loader and keep all changes th... | s_alexander | 2008-04-19 | 1 | -98/+98 |
* | removed lazarus dependencies | tobigun | 2008-04-06 | 1 | -26/+6 |
* | Replaced some {-comments with (*-comments to remove nested comments of the sa... | tobigun | 2008-04-06 | 1 | -4/+13 |
* | Covers Cache rewritten | whiteshark0 | 2008-04-04 | 1 | -11/+11 |
* | Now colorized textures are appended to the TTextureDatabase too. This will pr... | tobigun | 2008-03-31 | 1 | -2/+2 |
* | Removed unused Format-parameter in LoadTexture() and Add...() | tobigun | 2008-03-31 | 1 | -3/+3 |
* | beep() removed | tobigun | 2008-03-31 | 1 | -1/+0 |
* | - removed "Font Black" and "Font" texture type | tobigun | 2008-03-31 | 1 | -12/+12 |
* | Prepared some classes for enhanced Song loading. | whiteshark0 | 2008-03-30 | 1 | -95/+95 |
* | Some WideChar casts to let it compile in Delphi7 again. | whiteshark0 | 2008-03-28 | 1 | -1/+1 |
* | added "-debug" flag at run time and "CONSOLE" Define in switches.inc | jaybinks | 2008-03-26 | 1 | -79/+2 |
* | Fixed compilation on the mac. | eddie-0815 | 2008-03-25 | 1 | -4/+4 |
* | Support for non-US (QWERTY) keyboard layout. | tobigun | 2008-03-22 | 1 | -150/+164 |
* | ParseInput(... ScanCode: byte; ...) -> ParseInput(... CharCode: WideChar; ...) | tobigun | 2008-03-21 | 1 | -8/+8 |
* | Removed zlportio from Code | f1fth_freed0m | 2008-03-10 | 1 | -13/+16 |
* | auto removed a bunch of unused local variables | jaybinks | 2008-03-10 | 1 | -11/+11 |
* | Translated German comments to English | f1fth_freed0m | 2008-03-06 | 1 | -9/+9 |
* | made jokers in Song Selection screen hidden. | jaybinks | 2008-03-05 | 1 | -2/+4 |
* | Some cleanup | tobigun | 2008-03-05 | 1 | -59/+59 |
* | Equalizer (Analyser) is displayed again with BASS | tobigun | 2008-03-05 | 1 | -19/+2 |
* | all screens now inherit their OnShow | jaybinks | 2008-02-20 | 1 | -0/+2 |
* | bugfix to get the editor working again. Path and FileName have not been set. | tobigun | 2008-02-05 | 1 | -2173/+2172 |
* | General: | tobigun | 2008-02-05 | 1 | -26/+26 |
* | tidy up sing mode, to be an enum now. | jaybinks | 2008-01-14 | 1 | -28/+32 |
* | Bugfix: when entering the song-screen the preview on the first song was never... | tobigun | 2008-01-14 | 1 | -12/+13 |
* | bunch of smaller changes... | jaybinks | 2008-01-12 | 1 | -9/+9 |
* | Cleanup: Use the property Position in favor of MoveTo() (MoveTo() will be Set... | tobigun | 2008-01-11 | 1 | -2/+2 |
* | fixed crash on song play, if the AudioInterface reports the song | jaybinks | 2007-12-18 | 1 | -1/+2 |
* | GetFFTData() is an output- and not an input-interface's function | tobigun | 2007-12-05 | 1 | -1/+1 |
* | Partymodule finished. | whiteshark0 | 2007-11-04 | 1 | -11/+12 |
* | Runtime Song Addition | jaybinks | 2007-11-02 | 1 | -4/+91 |
* | fixed failed builds | jaybinks | 2007-11-01 | 1 | -1/+6 |
* | Mac OS X version compiles and links. I hope I didn't break too many files on ... | eddie-0815 | 2007-11-01 | 1 | -6/+2 |
* | made some major progress with ffmpeg audio playback !!! | jaybinks | 2007-10-27 | 1 | -2/+6 |
* | separated IAudioPlayback in to separate "Playback" and "Input" Interfaces | jaybinks | 2007-10-11 | 1 | -1/+1 |
* | Added IAudioPlayback Interface and implementation for BASS. | jaybinks | 2007-10-11 | 1 | -40/+42 |
* | fixes so codebase builds in delphi now, after major FFMpeg changse for linux. | jaybinks | 2007-10-11 | 1 | -2/+4 |
* | modified UTime to utilise SDL timer... | jaybinks | 2007-10-11 | 1 | -17/+20 |
* | trying to fix linux runtime errors with database ( Stats screen ) | jaybinks | 2007-10-08 | 1 | -2041/+2067 |
* | small fixes for lazarus build. | jaybinks | 2007-09-29 | 1 | -2040/+2041 |
* | Ultrastar-DX now compiles in linux | jaybinks | 2007-09-20 | 1 | -2007/+2040 |
* | added UCommon ( in classes ) for lazarus... | jaybinks | 2007-09-19 | 1 | -3/+4 |
* | added switches.inc , which will contain compiler directives used | jaybinks | 2007-09-18 | 1 | -3/+8 |
* | modified ParseInput so Backspace will perform same function as ESC in most sc... | jaybinks | 2007-09-05 | 1 | -1/+3 |
* | finally really fixed the covers (i hope) | b1indy | 2007-09-01 | 1 | -5/+11 |