| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Thankyou Ander7 for this new language file. | jaybinks | 2007-12-06 | 1 | -0/+298 |
* | Singscreen: pop up is now faster | mogguh | 2007-12-06 | 3 | -42/+6 |
* | Fixed array issues, moving through the several arrays is ugly - but at least ... | mogguh | 2007-12-06 | 1 | -184/+171 |
* | added some comments | jaybinks | 2007-12-06 | 1 | -2/+4 |
* | gave priority to videos over Visualization... | jaybinks | 2007-12-06 | 5 | -24/+61 |
* | turn on visualization | jaybinks | 2007-12-06 | 1 | -1/+1 |
* | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@685 b956fd51-792f-4... | jaybinks | 2007-12-06 | 1 | -1/+1 |
* | visual presets | jaybinks | 2007-12-06 | 252 | -0/+36748 |
* | adding needed dll... | jaybinks | 2007-12-06 | 1 | -0/+0 |
* | added [tab] to change visualization preset | jaybinks | 2007-12-06 | 2 | -0/+39 |
* | added "V" key to sing screen to start Visualization... | jaybinks | 2007-12-06 | 3 | -34/+32 |
* | added projectM switch (disabled by default) | tobigun | 2007-12-06 | 1 | -2/+5 |
* | Visualizer changes (audio connection, some opengl fixes) | tobigun | 2007-12-06 | 6 | -47/+118 |
* | conformed projectM to IVideoPlayback | jaybinks | 2007-12-06 | 8 | -56/+151 |
* | - music-visualization support added. | tobigun | 2007-12-05 | 1 | -0/+201 |
* | added projectM header file | tobigun | 2007-12-05 | 1 | -0/+354 |
* | portaudio support added | tobigun | 2007-12-05 | 1 | -8/+19 |
* | - bass input and output can now be switched on/off separately | tobigun | 2007-12-05 | 1 | -3/+10 |
* | Changed this so that us-dx doesn't crash anymore if no soundcard is available | tobigun | 2007-12-05 | 1 | -14/+6 |
* | - compatibility changes for fpc 2.2.0 and lazarus 0.9.24. Changes are enabled... | tobigun | 2007-12-05 | 3 | -67/+148 |
* | GetFFTData() is an output- and not an input-interface's function | tobigun | 2007-12-05 | 2 | -2/+2 |
* | - bugfix: tried to access array element -1 if video contained no audio-stream | tobigun | 2007-12-05 | 1 | -3/+7 |
* | - Moved initialization from URecord to UAudio_bass. | tobigun | 2007-12-05 | 1 | -649/+648 |
* | - Moved GetFFTData from IAudioInput -> IAudioOutput (it is used for the song-... | tobigun | 2007-12-05 | 1 | -6/+3 |
* | Removed duplicated registration to the AudioManager. Registering once is enou... | tobigun | 2007-12-05 | 1 | -12/+4 |
* | - Removed all BASS stuff. BASS initialization is now done in UAudio_bass (or ... | tobigun | 2007-12-05 | 1 | -134/+52 |
* | Sound is now Recording.Sound | tobigun | 2007-12-05 | 2 | -7/+7 |
* | - Sound-Device initialization was moved from URecord to the specific Audio-In... | tobigun | 2007-12-05 | 1 | -21/+20 |
* | New portaudio interface added | tobigun | 2007-12-05 | 1 | -0/+434 |
* | bugfix: changed sqlite3.dll to SQLiteDLL (which was never used) | tobigun | 2007-12-05 | 1 | -199/+199 |
* | Added {$PACKRECORDS C} for correct structure | tobigun | 2007-12-05 | 2 | -1266/+1274 |
* | Added swscaler as a replacement for the deprecated img_convert function | tobigun | 2007-12-05 | 1 | -0/+194 |
* | Initialize SDL_GL_ALPHA_SIZE for the OpenGL Surface | b1indy | 2007-12-03 | 1 | -0/+1 |
* | fixed line endings | jaybinks | 2007-12-03 | 1 | -94/+94 |
* | Added Makefile and lazres script from | jaybinks | 2007-12-03 | 2 | -0/+163 |
* | added portaudio and portmixer headers as replacement for bass in linux | tobigun | 2007-11-28 | 2 | -0/+1303 |
* | fixed lazarus build-error due to differing declarations of FindFirstFileW and... | tobigun | 2007-11-28 | 1 | -21/+33 |
* | checking for delta=0 in col2h | b1indy | 2007-11-23 | 1 | -0/+2 |
* | accidentally committed something... this should fix it | b1indy | 2007-11-23 | 1 | -3/+3 |
* | this shouldn't have been here | b1indy | 2007-11-23 | 1 | -0/+0 |
* | tried to help mog | b1indy | 2007-11-23 | 1 | -38/+9 |
* | tried to help mog | b1indy | 2007-11-23 | 5 | -7/+3 |
* | Some minor DX skin tweaks | mogguh | 2007-11-23 | 115 | -565/+577 |
* | Now it should really build on linux again... | eddie-0815 | 2007-11-23 | 1 | -11/+11 |
* | Now it should build again... | eddie-0815 | 2007-11-23 | 2 | -2/+2 |
* | Fixed ModiSDK.pas. | eddie-0815 | 2007-11-23 | 1 | -1/+1 |
* | Changed string to pchar in ModiSDK.pas. | eddie-0815 | 2007-11-23 | 2 | -16/+22 |
* | Fonts are readable again, didn't edit the outline fonts (will be done later, ... | mogguh | 2007-11-23 | 3 | -6/+6 |
* | Fixed: PartyModus: SinglePlayer Teams but only Multiplayer Plugins available | jekatt | 2007-11-23 | 1 | -1/+10 |
* | Fixed texture drawing on Mac OS X (looks like BackImg.Z was not initialized).... | eddie-0815 | 2007-11-22 | 4 | -212/+255 |