aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Classes (unfollow)
Commit message (Expand)AuthorFilesLines
2007-12-17- faster preset switchingtobigun1-383/+378
2007-12-17- non-working ffmpeg-audio test versiontobigun1-536/+462
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 bugb1indy1-10/+8
2007-12-15again some progress with the lyrics...b1indy1-65/+189
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..jaybinks8-1072/+1089
2007-12-07getpcmdata creates fake pcm-data nowtobigun1-2/+31
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 linuxjaybinks1-265/+275
2007-12-06Singscreen: pop up is now fastermogguh1-3/+3
2007-12-06gave priority to videos over Visualization...jaybinks3-4/+24
2007-12-06added [tab] to change visualization presetjaybinks1-0/+33
2007-12-06added "V" key to sing screen to start Visualization...jaybinks2-26/+23
2007-12-06Visualizer changes (audio connection, some opengl fixes)tobigun4-41/+106
2007-12-06conformed projectM to IVideoPlayback jaybinks5-49/+140
2007-12-05- music-visualization support added. tobigun1-0/+201
2007-12-05- compatibility changes for fpc 2.2.0 and lazarus 0.9.24. Changes are enabled...tobigun3-67/+148
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
2007-12-05Sound is now Recording.Soundtobigun2-7/+7
2007-12-05- Sound-Device initialization was moved from URecord to the specific Audio-In...tobigun1-21/+20
2007-12-05New portaudio interface addedtobigun1-0/+434
2007-12-03Initialize SDL_GL_ALPHA_SIZE for the OpenGL Surfaceb1indy1-0/+1
2007-11-28fixed lazarus build-error due to differing declarations of FindFirstFileW and...tobigun1-21/+33
2007-11-23checking for delta=0 in col2hb1indy1-0/+2
2007-11-23Fonts are readable again, didn't edit the outline fonts (will be done later, ...mogguh1-6/+6
2007-11-22Added LogBuffer to dump binary data to a file.eddie-08151-0/+19
2007-11-21Solved Usdx-1 in Trunk and 1.0.1whiteshark01-794/+794
2007-11-20Removed Windows.pas includeeddie-08151-3/+0
2007-11-20Fixed UPlatformLinux.paseddie-08151-1/+1
2007-11-20Changed Platform from Interface to Class.eddie-08157-157/+105
2007-11-20promoted changes from fisheye#614 to the main trunkjaybinks1-0/+92
2007-11-19fix run time bugjaybinks1-2/+2
2007-11-19fixed bug in UIni ( on linux at least )jaybinks1-1/+2
2007-11-11git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@603 b956fd51-792f-4...jaybinks1-6/+3
2007-11-08Fixed song loading on Windows.eddie-08151-16/+17
2007-11-08Removed the String() casts. Now BrowseDir is unicode capable again.eddie-08151-2/+2
2007-11-08Added forward declarations...eddie-08151-0/+5
2007-11-08Move the TSearchRecW record to the implementation part. This should fix the c...eddie-08151-8/+11