| Commit message (Expand) | Author | Files | Lines |
2008-03-21 | ParseInput(... ScanCode: byte; ...) -> ParseInput(... CharCode: WideChar; ...) | tobigun | 1 | -8/+8 |
2008-03-10 | Removed zlportio from Code | f1fth_freed0m | 1 | -13/+16 |
2008-03-10 | auto removed a bunch of unused local variables | jaybinks | 1 | -11/+11 |
2008-03-06 | Translated German comments to English | f1fth_freed0m | 1 | -9/+9 |
2008-03-05 | made jokers in Song Selection screen hidden. | jaybinks | 1 | -2/+4 |
2008-03-05 | Some cleanup | tobigun | 1 | -59/+59 |
2008-03-05 | Equalizer (Analyser) is displayed again with BASS | tobigun | 1 | -19/+2 |
2008-02-20 | all screens now inherit their OnShow | jaybinks | 1 | -0/+2 |
2008-02-05 | bugfix to get the editor working again. Path and FileName have not been set. | tobigun | 1 | -2173/+2172 |
2008-02-05 | General: | tobigun | 1 | -26/+26 |
2008-01-14 | tidy up sing mode, to be an enum now. | jaybinks | 1 | -28/+32 |
2008-01-14 | Bugfix: when entering the song-screen the preview on the first song was never... | tobigun | 1 | -12/+13 |
2008-01-12 | bunch of smaller changes... | jaybinks | 1 | -9/+9 |
2008-01-11 | Cleanup: Use the property Position in favor of MoveTo() (MoveTo() will be Set... | tobigun | 1 | -2/+2 |
2007-12-18 | fixed crash on song play, if the AudioInterface reports the song | jaybinks | 1 | -1/+2 |
2007-12-05 | GetFFTData() is an output- and not an input-interface's function | tobigun | 1 | -1/+1 |
2007-11-04 | Partymodule finished. | whiteshark0 | 1 | -11/+12 |
2007-11-02 | Runtime Song Addition | jaybinks | 1 | -4/+91 |
2007-11-01 | fixed failed builds | jaybinks | 1 | -1/+6 |
2007-11-01 | Mac OS X version compiles and links. I hope I didn't break too many files on ... | eddie-0815 | 1 | -6/+2 |
2007-10-27 | made some major progress with ffmpeg audio playback !!! | jaybinks | 1 | -2/+6 |
2007-10-11 | separated IAudioPlayback in to separate "Playback" and "Input" Interfaces | jaybinks | 1 | -1/+1 |
2007-10-11 | Added IAudioPlayback Interface and implementation for BASS. | jaybinks | 1 | -40/+42 |
2007-10-11 | fixes so codebase builds in delphi now, after major FFMpeg changse for linux. | jaybinks | 1 | -2/+4 |
2007-10-11 | modified UTime to utilise SDL timer... | jaybinks | 1 | -17/+20 |
2007-10-08 | trying to fix linux runtime errors with database ( Stats screen ) | jaybinks | 1 | -2041/+2067 |
2007-09-29 | small fixes for lazarus build. | jaybinks | 1 | -2040/+2041 |
2007-09-20 | Ultrastar-DX now compiles in linux | jaybinks | 1 | -2007/+2040 |
2007-09-19 | added UCommon ( in classes ) for lazarus... | jaybinks | 1 | -3/+4 |
2007-09-18 | added switches.inc , which will contain compiler directives used | jaybinks | 1 | -3/+8 |
2007-09-05 | modified ParseInput so Backspace will perform same function as ESC in most sc... | jaybinks | 1 | -1/+3 |
2007-09-01 | finally really fixed the covers (i hope) | b1indy | 1 | -5/+11 |
2007-09-01 | fixed bug that caused display of wrong covers | b1indy | 1 | -3/+4 |
2007-08-22 | fixed a bug in drawing of background covers (when style=5 (usdx theme default)) | b1indy | 1 | -12/+111 |
2007-08-22 | limit number of displayed background covers to no more than 21 - need comment... | b1indy | 1 | -7/+20 |
2007-07-18 | Little hack in SongScreen that fixes problems with blending. Drawing order ch... | whiteshark0 | 1 | -1/+21 |
2007-06-10 | Fixed a Bug in ScreenSong Equalizer that causes an Invalid Pointer Exception ... | whiteshark0 | 1 | -3/+4 |
2007-06-08 | Fixed: Up and Down now don't leave Playlist and Search Mode anymore | whiteshark0 | 1 | -69/+58 |
2007-06-07 | Fixed 2 Bugs in Song Preview Fading | whiteshark0 | 1 | -3/+7 |
2007-06-06 | Fixed some Bugs in Song Fading | whiteshark0 | 1 | -33/+70 |
2007-06-03 | Added SongPreview Fading | whiteshark0 | 1 | -2/+12 |
2007-06-03 | Some Code Cleanup in UScreenSong | whiteshark0 | 1 | -20/+17 |
2007-05-28 | Fixed a bug in Coverloading, that could end up in an endless loop. | whiteshark0 | 1 | -52/+54 |
2007-05-26 | Added Workaround and Error Reporting for Errors during Cover loading. | whiteshark0 | 1 | -21/+54 |
2007-05-20 | Fixed a Bug in UScreenSong. Everytime the Category List is shown, the next So... | whiteshark0 | 1 | -8/+10 |
2007-05-17 | Some Code Cleanup in UScreenSong | whiteshark0 | 1 | -20/+8 |
2007-05-17 | added: Video Icon. Shows if Video is present in Song-Selection. Needs to be f... | mota23 | 1 | -0/+11 |
2007-05-17 | Fixed a Bug in Jump to Letter: A and Z now Works correctly | whiteshark0 | 1 | -2/+2 |
2007-05-17 | Now when no Cat, Search or Playlist is shown, the Text specified in Theme for... | whiteshark0 | 1 | -1/+4 |
2007-05-17 | Deleted Motas Methods to display variable Statics and Texts in Party Mode. | whiteshark0 | 1 | -174/+48 |