aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Screens (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Translated Some Variablesf1fth_freed0m2008-03-063-144/+144
* Translated so Variable Namesf1fth_freed0m2008-03-064-102/+102
* Translated Variable Names and Typesf1fth_freed0m2008-03-054-387/+387
* made jokers in Song Selection screen hidden.jaybinks2008-03-051-2/+4
* FFT support for SDL/Portaudio playbacktobigun2008-03-051-6/+6
* Some cleanuptobigun2008-03-051-59/+59
* Equalizer (Analyser) is displayed again with BASStobigun2008-03-051-19/+2
* - Input now supports multiple SampleRates (not fixed to 44100Hz anymore)tobigun2008-03-031-106/+386
* - replaced some Actual... vars with Current...tobigun2008-03-034-1062/+1020
* all screens now inherit their OnShowjaybinks2008-02-2032-4/+62
* mmmmmmmmmmmmmjaybinks2008-02-192-0/+4
* fix for editor bugjaybinks2008-02-191-5/+10
* fixed bug with Video playback & Visualization, on 2nd song played.jaybinks2008-02-151-4/+19
* small modification to the jaybinks2008-02-131-22/+13
* bugfix to get the editor working again. Path and FileName have not been set.tobigun2008-02-052-2180/+2178
* cleanuptobigun2008-02-051-16/+14
* General:tobigun2008-02-0528-1718/+1768
* tidy up sing mode, to be an enum now.jaybinks2008-01-146-37/+54
* 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-1212-127/+223
* Cleanup: Use the property Position in favor of MoveTo() (MoveTo() will be Set...tobigun2008-01-113-9/+9
* made USDX function when file paths differ from previous expectations..jaybinks2007-12-201-2/+4
* fixed divide by 0 bugs in score screen.jaybinks2007-12-201-161/+170
* Some more minor refining in the score screenmogguh2007-12-201-2/+2
* Minor refinings in score screenmogguh2007-12-201-167/+534
* fixed crash on song play, if the AudioInterface reports the songjaybinks2007-12-181-1/+2
* elimitated sentence change flicker bugb1indy2007-12-161-0/+11
* again some progress with the lyrics...b1indy2007-12-151-12/+12
* little bit of tidy up..jaybinks2007-12-071-7/+20
* Fixed array issues, moving through the several arrays is ugly - but at least ...mogguh2007-12-061-184/+171
* gave priority to videos over Visualization...jaybinks2007-12-061-17/+34
* added [tab] to change visualization presetjaybinks2007-12-061-0/+6
* added "V" key to sing screen to start Visualization...jaybinks2007-12-061-8/+9
* conformed projectM to IVideoPlayback jaybinks2007-12-061-4/+4
* Changed this so that us-dx doesn't crash anymore if no soundcard is available tobigun2007-12-051-14/+6
* GetFFTData() is an output- and not an input-interface's functiontobigun2007-12-052-2/+2
* Now it should build again...eddie-08152007-11-231-1/+1
* Fixed: PartyModus: SinglePlayer Teams but only Multiplayer Plugins availablejekatt2007-11-231-1/+10
* fixed bug in UIni ( on linux at least )jaybinks2007-11-191-164/+166
* Partymodule finished.whiteshark02007-11-047-61/+66
* Runtime Song Additionjaybinks2007-11-021-4/+91
* Runtime theme changing - jira#USDX-156jaybinks2007-11-021-3/+48
* fixed failed buildsjaybinks2007-11-0114-2966/+3022
* Mac OS X version compiles and links. I hope I didn't break too many files on ...eddie-08152007-11-0134-507/+503
* made some major progress with ffmpeg audio playback !!!jaybinks2007-10-271-2/+6
* minor changes and fixes for USDX on linux.jaybinks2007-10-252-2/+9
* tidy up un-needed uses clauses..jaybinks2007-10-162-9/+1
* modified ffmpeg usage, to use interface same as bass...jaybinks2007-10-161-15/+28
* separated IAudioPlayback in to separate "Playback" and "Input" Interfacesjaybinks2007-10-114-5/+5
* Added IAudioPlayback Interface and implementation for BASS.jaybinks2007-10-1128-181/+204