aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Screens/UScreenSong.pas (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix for Trac ticket #53 (Preview fading and volume problems) tobigun2008-07-071-45/+46
* - set svn:eol-style to nativetobigun2008-06-081-2130/+2130
* goto + labels removedtobigun2008-06-081-54/+57
* just some cleanuptobigun2008-06-071-287/+306
* Volumes are floating point values (single) now. The range changed from [0 .. ...tobigun2008-05-101-10/+15
* - input-source selection works now (with bass or portaudio with portmixer)tobigun2008-05-091-40/+55
* MacOSX patch for WideUpperChar. The cwstring Unicode manager is not supported...tobigun2008-05-021-3/+4
* replaced WideUpperCase with WideCharUpperCasetobigun2008-05-021-2/+2
* Replaced OpenGL12 with SDL's gl/glu/glext units because OpenGL12 was removed ...tobigun2008-05-021-1/+1
* tried to make songloading working with the old loader and keep all changes th...s_alexander2008-04-191-98/+98
* removed lazarus dependenciestobigun2008-04-061-26/+6
* Replaced some {-comments with (*-comments to remove nested comments of the sa...tobigun2008-04-061-4/+13
* Covers Cache rewrittenwhiteshark02008-04-041-11/+11
* Now colorized textures are appended to the TTextureDatabase too. This will pr...tobigun2008-03-311-2/+2
* Removed unused Format-parameter in LoadTexture() and Add...()tobigun2008-03-311-3/+3
* beep() removedtobigun2008-03-311-1/+0
* - removed "Font Black" and "Font" texture typetobigun2008-03-311-12/+12
* Prepared some classes for enhanced Song loading.whiteshark02008-03-301-95/+95
* Some WideChar casts to let it compile in Delphi7 again.whiteshark02008-03-281-1/+1
* added "-debug" flag at run time and "CONSOLE" Define in switches.inc jaybinks2008-03-261-79/+2
* Fixed compilation on the mac.eddie-08152008-03-251-4/+4
* Support for non-US (QWERTY) keyboard layout.tobigun2008-03-221-150/+164
* ParseInput(... ScanCode: byte; ...) -> ParseInput(... CharCode: WideChar; ...)tobigun2008-03-211-8/+8
* Removed zlportio from Codef1fth_freed0m2008-03-101-13/+16
* auto removed a bunch of unused local variablesjaybinks2008-03-101-11/+11
* Translated German comments to Englishf1fth_freed0m2008-03-061-9/+9
* made jokers in Song Selection screen hidden.jaybinks2008-03-051-2/+4
* Some cleanuptobigun2008-03-051-59/+59
* Equalizer (Analyser) is displayed again with BASStobigun2008-03-051-19/+2
* all screens now inherit their OnShowjaybinks2008-02-201-0/+2
* bugfix to get the editor working again. Path and FileName have not been set.tobigun2008-02-051-2173/+2172
* General:tobigun2008-02-051-26/+26
* tidy up sing mode, to be an enum now.jaybinks2008-01-141-28/+32
* Bugfix: when entering the song-screen the preview on the first song was never...tobigun2008-01-141-12/+13
* bunch of smaller changes...jaybinks2008-01-121-9/+9
* Cleanup: Use the property Position in favor of MoveTo() (MoveTo() will be Set...tobigun2008-01-111-2/+2
* fixed crash on song play, if the AudioInterface reports the songjaybinks2007-12-181-1/+2
* GetFFTData() is an output- and not an input-interface's functiontobigun2007-12-051-1/+1
* Partymodule finished.whiteshark02007-11-041-11/+12
* Runtime Song Additionjaybinks2007-11-021-4/+91
* fixed failed buildsjaybinks2007-11-011-1/+6
* Mac OS X version compiles and links. I hope I didn't break too many files on ...eddie-08152007-11-011-6/+2
* made some major progress with ffmpeg audio playback !!!jaybinks2007-10-271-2/+6
* separated IAudioPlayback in to separate "Playback" and "Input" Interfacesjaybinks2007-10-111-1/+1
* Added IAudioPlayback Interface and implementation for BASS.jaybinks2007-10-111-40/+42
* fixes so codebase builds in delphi now, after major FFMpeg changse for linux.jaybinks2007-10-111-2/+4
* modified UTime to utilise SDL timer... jaybinks2007-10-111-17/+20
* trying to fix linux runtime errors with database ( Stats screen )jaybinks2007-10-081-2041/+2067
* small fixes for lazarus build.jaybinks2007-09-291-2040/+2041
* Ultrastar-DX now compiles in linux jaybinks2007-09-201-2007/+2040