aboutsummaryrefslogtreecommitdiffstats
path: root/Game (unfollow)
Commit message (Expand)AuthorFilesLines
2007-12-18fixed file name errorjaybinks1-2/+2
2007-12-18git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@719 b956fd51-792f-4...jaybinks2-218/+221
2007-12-17swscale back to the way it should be (works, but is too slow for video scaling)b1indy1-3/+3
2007-12-17swscale experiment was not satisfying (bad performance), but made clear, that...b1indy1-16/+65
2007-12-17allows switching between projectm 0.9/1.0tobigun1-2/+7
2007-12-17- faster preset switchingtobigun1-383/+378
2007-12-17added version 1.0 for testingtobigun3-381/+926
2007-12-17include swscale.pasb1indy1-1/+1
2007-12-17some minor changes to make swscale workb1indy1-3/+13
2007-12-17- non-working ffmpeg-audio test versiontobigun1-536/+462
2007-12-17- changed compiler-switch FFMpegAudio to UseFFMpegAudiotobigun1-4/+7
2007-12-17disabled the FFMPEG_AUDIO stuff for the momenttobigun1-10/+11
2007-12-17- removed hStream in favour of TAudioOutputStreamtobigun3-61/+87
2007-12-17lazarus (was it lazarus?) complained about missing parameters for halt. after...tobigun1-1/+1
2007-12-16some adjustment to the way, the lyrics zoom effect works (center of zoom shou...b1indy1-17/+20
2007-12-16added some texture parameters (hope this fixes the "strich" problem that mog ...b1indy1-0/+3
2007-12-16elimitated sentence change flicker bugb1indy2-10/+19
2007-12-15again some progress with the lyrics...b1indy2-77/+201
2007-12-12Some tweaking on the lyrics, credits to blindy! :Xmogguh1-8/+8
2007-12-12some "progress" with the lyricsb1indy1-6/+30
2007-12-12got back those nice stars ;)b1indy1-2/+2
2007-12-07little bit of tidy up..jaybinks9-1079/+1109
2007-12-07getpcmdata creates fake pcm-data nowtobigun1-2/+31
2007-12-07linux fixtobigun1-51/+71
2007-12-07Fixed some linux visualizer errorstobigun3-447/+436
2007-12-07oops didnt mean to commit that.jaybinks1-5/+2
2007-12-06trying to get projectM to run in linuxjaybinks4-630/+651
2007-12-06Singscreen: pop up is now fastermogguh1-3/+3
2007-12-06Fixed array issues, moving through the several arrays is ugly - but at least ...mogguh1-184/+171
2007-12-06added some commentsjaybinks1-2/+4
2007-12-06gave priority to videos over Visualization...jaybinks5-24/+61
2007-12-06turn on visualizationjaybinks1-1/+1
2007-12-06git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@685 b956fd51-792f-4...jaybinks1-1/+1
2007-12-06added [tab] to change visualization presetjaybinks2-0/+39
2007-12-06added "V" key to sing screen to start Visualization...jaybinks3-34/+32
2007-12-06added projectM switch (disabled by default)tobigun1-2/+5
2007-12-06Visualizer changes (audio connection, some opengl fixes)tobigun6-47/+118
2007-12-06conformed projectM to IVideoPlayback jaybinks8-56/+151
2007-12-05- music-visualization support added. tobigun1-0/+201
2007-12-05added projectM header filetobigun1-0/+354
2007-12-05portaudio support addedtobigun1-8/+19
2007-12-05- bass input and output can now be switched on/off separatelytobigun1-3/+10
2007-12-05Changed this so that us-dx doesn't crash anymore if no soundcard is available tobigun1-14/+6
2007-12-05- compatibility changes for fpc 2.2.0 and lazarus 0.9.24. Changes are enabled...tobigun3-67/+148
2007-12-05GetFFTData() is an output- and not an input-interface's functiontobigun2-2/+2
2007-12-05- bugfix: tried to access array element -1 if video contained no audio-streamtobigun1-3/+7
2007-12-05- Moved initialization from URecord to UAudio_bass.tobigun1-649/+648
2007-12-05- Moved GetFFTData from IAudioInput -> IAudioOutput (it is used for the song-...tobigun1-6/+3
2007-12-05Removed duplicated registration to the AudioManager. Registering once is enou...tobigun1-12/+4
2007-12-05- Removed all BASS stuff. BASS initialization is now done in UAudio_bass (or ...tobigun1-134/+52