aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Classes (unfollow)
Commit message (Expand)AuthorFilesLines
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
2007-11-08Changed d_name to name.eddie-08151-5/+5
2007-11-08Added missing functions. I Hope this fixes the build on Windows.eddie-08151-0/+70
2007-11-08Added UPlatform.pas. This should be the first step to move the simple platfor...eddie-08156-187/+284
2007-11-08Mac OS X: Added PseudoThread for debugging, because debugging of threaded cod...eddie-08153-3/+36
2007-11-06Some changes to PluginInterface to fit with 64 Bit Systems. lParam is maily f...whiteshark06-705/+707
2007-11-05Mac OS X: We're getting closer! Songs get loaded. Sound is playing on the Sin...eddie-08153-48/+51
2007-11-05Fixed compilation on the mac: Function Ptr() does not exist. Please use the P...eddie-08151-613/+614
2007-11-04Partymodule finished.whiteshark04-408/+644
2007-11-04Added MacResources.pas. Fixed some resource loading issues on OS X. The main ...eddie-08151-1139/+1142
2007-11-03Mac OS X: Added unit cthreads. USDX now runs on OS X! But you can't do anythi...eddie-08153-1078/+1089
2007-11-03Changed DELPHI define to IFDEF LAZARUS ... ELSE ... ENDIF. This should work o...eddie-08151-36/+32
2007-11-03Windows Lazarus Build working again...jaybinks5-3790/+3791
2007-11-02Fixed GamePath for Mac OS X.eddie-08151-0/+24
2007-11-02Fixed MacOSX version. Can we use baseunix on linux? We could drop oldlinux th...eddie-08152-15/+22
2007-11-02Runtime Song Additionjaybinks4-18/+52
2007-11-02Runtime theme changing - jira#USDX-156jaybinks1-1/+38
2007-11-02fix bad build#USDX-DELPHI-99jaybinks1-1/+3
2007-11-02basic threading of song loading..jaybinks2-305/+396
2007-11-01fixed failed buildsjaybinks35-3423/+3579
2007-11-01Windows version now compiles again.eddie-08151-1/+4
2007-11-01Mac OS X version compiles and links. I hope I didn't break too many files on ...eddie-081543-1532/+1825