aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Classes (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* New class-structure seperates decoders/input and playback.tobigun2007-12-285-0/+2430
* FileErrorO is set to true to early. Even if FileError couldn't be opened it w...tobigun2007-12-271-1/+1
* Added missing return-values (always true) to InitCore and LoadCore.tobigun2007-12-271-0/+3
* bug-fix: Tex_ScoreBG bounds were changed from [0..5] to [1..6] but Tex_ScoreB...tobigun2007-12-271-789/+789
* fixed screenshot problemb1indy2007-12-221-1/+1
* fixed a "typo"b1indy2007-12-221-1/+1
* removed a bunch of debugging from usdx startup.jaybinks2007-12-204-25/+17
* added -localpaths command line switchjaybinks2007-12-202-4/+17
* removed hard-coded lazarus_v0924 define (why is it in there?)tobigun2007-12-201-2/+0
* made USDX function when file paths differ from previous expectations..jaybinks2007-12-208-1075/+1178
* Minor refinings in score screenmogguh2007-12-202-2/+49
* Added a missing override for the destroy-destructortobigun2007-12-181-1/+1
* incorporated some improvements (video scaling to full width, seeking for vide...b1indy2007-12-181-115/+33
* start-sound works now. JAY: it's a '-' not a '+'tobigun2007-12-181-7/+6
* Scattered sound with portaudio works now (in linux)tobigun2007-12-181-40/+159
* fixed to make compile on linuxjaybinks2007-12-181-971/+980
* added audio-callback return valuetobigun2007-12-181-0/+2
* non_working with portaudio-supporttobigun2007-12-181-0/+969
* fixed crash on song play, if the AudioInterface reports the songjaybinks2007-12-181-16/+12
* fixed ffmpeg-sdl_audio playbackjaybinks2007-12-181-14/+28
* fixed file name errorjaybinks2007-12-181-2/+2
* git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@719 b956fd51-792f-4...jaybinks2007-12-181-2/+5
* swscale experiment was not satisfying (bad performance), but made clear, that...b1indy2007-12-171-16/+65
* - faster preset switchingtobigun2007-12-171-383/+378
* - non-working ffmpeg-audio test versiontobigun2007-12-171-536/+462
* disabled the FFMPEG_AUDIO stuff for the momenttobigun2007-12-171-10/+11
* - removed hStream in favour of TAudioOutputStreamtobigun2007-12-173-61/+87
* lazarus (was it lazarus?) complained about missing parameters for halt. after...tobigun2007-12-171-1/+1
* some adjustment to the way, the lyrics zoom effect works (center of zoom shou...b1indy2007-12-161-17/+20
* added some texture parameters (hope this fixes the "strich" problem that mog ...b1indy2007-12-161-0/+3
* elimitated sentence change flicker bugb1indy2007-12-161-10/+8
* again some progress with the lyrics...b1indy2007-12-151-65/+189
* Some tweaking on the lyrics, credits to blindy! :Xmogguh2007-12-121-8/+8
* some "progress" with the lyricsb1indy2007-12-121-6/+30
* got back those nice stars ;)b1indy2007-12-121-2/+2
* little bit of tidy up..jaybinks2007-12-078-1072/+1089
* getpcmdata creates fake pcm-data nowtobigun2007-12-071-2/+31
* Fixed some linux visualizer errorstobigun2007-12-073-447/+436
* oops didnt mean to commit that.jaybinks2007-12-071-5/+2
* trying to get projectM to run in linuxjaybinks2007-12-061-265/+275
* Singscreen: pop up is now fastermogguh2007-12-061-3/+3
* gave priority to videos over Visualization...jaybinks2007-12-063-4/+24
* added [tab] to change visualization presetjaybinks2007-12-061-0/+33
* added "V" key to sing screen to start Visualization...jaybinks2007-12-062-26/+23
* Visualizer changes (audio connection, some opengl fixes)tobigun2007-12-064-41/+106
* conformed projectM to IVideoPlayback jaybinks2007-12-065-49/+140
* - music-visualization support added. tobigun2007-12-051-0/+201
* - compatibility changes for fpc 2.2.0 and lazarus 0.9.24. Changes are enabled...tobigun2007-12-053-67/+148
* - bugfix: tried to access array element -1 if video contained no audio-streamtobigun2007-12-051-3/+7
* - Moved initialization from URecord to UAudio_bass.tobigun2007-12-051-649/+648