| Commit message (Expand) | Author | Age | Files | Lines |
* | made USDX function when file paths differ from previous expectations.. | jaybinks | 2007-12-20 | 1 | -1/+1 |
* | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@719 b956fd51-792f-4... | jaybinks | 2007-12-18 | 1 | -216/+216 |
* | include swscale.pas | b1indy | 2007-12-17 | 1 | -1/+1 |
* | - changed compiler-switch FFMpegAudio to UseFFMpegAudio | tobigun | 2007-12-17 | 1 | -4/+7 |
* | added some comments | jaybinks | 2007-12-06 | 1 | -2/+4 |
* | gave priority to videos over Visualization... | jaybinks | 2007-12-06 | 1 | -3/+3 |
* | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@685 b956fd51-792f-4... | jaybinks | 2007-12-06 | 1 | -1/+1 |
* | Visualizer changes (audio connection, some opengl fixes) | tobigun | 2007-12-06 | 1 | -5/+11 |
* | conformed projectM to IVideoPlayback | jaybinks | 2007-12-06 | 1 | -1/+4 |
* | portaudio support added | tobigun | 2007-12-05 | 1 | -8/+19 |
* | Added UPlatform.pas. This should be the first step to move the simple platfor... | eddie-0815 | 2007-11-08 | 1 | -1/+8 |
* | 1 more try. | jaybinks | 2007-11-03 | 1 | -1/+3 |
* | another attempt.. | jaybinks | 2007-11-03 | 1 | -1/+1 |
* | attempt to fix linux build. | jaybinks | 2007-11-03 | 1 | -6/+6 |
* | Windows Lazarus Build working again... | jaybinks | 2007-11-03 | 1 | -139/+152 |
* | Runtime Song Addition | jaybinks | 2007-11-02 | 1 | -0/+2 |
* | Mac OS X version compiles and links. I hope I didn't break too many files on ... | eddie-0815 | 2007-11-01 | 1 | -245/+5 |
* | Add new Party Modi SDK to Trunk | whiteshark0 | 2007-10-29 | 1 | -0/+1 |
* | try to fix build errors | whiteshark0 | 2007-10-27 | 1 | -1/+1 |
* | made some major progress with ffmpeg audio playback !!! | jaybinks | 2007-10-27 | 1 | -5/+8 |
* | nearly finished Cores loading procs | whiteshark0 | 2007-10-16 | 1 | -19/+53 |
* | tidy up un-needed uses clauses.. | jaybinks | 2007-10-16 | 1 | -1/+1 |
* | modified ffmpeg usage, to use interface same as bass... | jaybinks | 2007-10-16 | 1 | -10/+19 |
* | added UAudio_FFMpeg.pas as placeholder... ( Still has bass code in it.. needs... | jaybinks | 2007-10-11 | 1 | -4/+7 |
* | Added IAudioPlayback Interface and implementation for BASS. | jaybinks | 2007-10-11 | 1 | -77/+33 |
* | Fixed some Bugs from Previous Commit | whiteshark0 | 2007-10-10 | 1 | -1/+0 |
* | Added Hook and Service Class for new Plugin System to Trunc | whiteshark0 | 2007-10-10 | 1 | -9/+6 |
* | New plugin SDK added | whiteshark0 | 2007-10-03 | 1 | -0/+10 |
* | Some more clean up because of my last commit 0o | whiteshark0 | 2007-10-03 | 1 | -1/+2 |
* | some cleanup after mogs last commit ;) | whiteshark0 | 2007-10-03 | 1 | -28/+69 |
* | SDL_ttf: TextGl.pas - some code for testing (just add printrandomtext(); in u... | mogguh | 2007-10-01 | 1 | -70/+35 |
* | test checkin to test bamboo.. :) | jaybinks | 2007-09-27 | 1 | -0/+2 |
* | New class for score management | whiteshark0 | 2007-09-23 | 1 | -4/+6 |
* | first try to load textures with SDL_Image | b1indy | 2007-09-21 | 1 | -0/+2 |
* | testing SDL_Image in credits screen (code is in TScreenCredits.OnShow) | b1indy | 2007-09-20 | 1 | -0/+1 |
* | moved a hack to a more appropriate place | b1indy | 2007-09-20 | 1 | -3/+1 |
* | renamed Ulyrics.bak.pas hack to Ulyrics_bak.pas for lazarus compatiblity. | jaybinks | 2007-09-20 | 1 | -1/+1 |
* | modified to make it build blindys current work. | jaybinks | 2007-09-20 | 1 | -28/+74 |
* | new lyrics stuff; it's broken (lyrics don't show) and in "debug" mode (weird ... | b1indy | 2007-09-20 | 1 | -66/+26 |
* | added UCommon ( in classes ) for lazarus... | jaybinks | 2007-09-19 | 1 | -0/+1 |
* | added switches.inc , which will contain compiler directives used | jaybinks | 2007-09-18 | 1 | -0/+3 |
* | changes to make 3rd party libraries compile / work | jaybinks | 2007-09-13 | 1 | -2/+0 |
* | removed unneeded DCU files from svn. | jaybinks | 2007-09-13 | 1 | -0/+4 |
* | * added missed dependency PNGImage. | jaybinks | 2007-09-12 | 1 | -2/+8 |
* | removed smpeg | b1indy | 2007-09-07 | 1 | -1/+0 |
* | UScreenSing.pas, UScreenSingModi.pas: removed Uffmpeg and USmpeg, added UVideo | b1indy | 2007-09-07 | 1 | -3/+2 |
* | added 3rd party dependencies ( except Jedi-SDL ) | jaybinks | 2007-09-05 | 1 | -0/+31 |
* | Some Cleanup in URecord | whiteshark0 | 2007-09-02 | 1 | -5/+32 |
* | experimental ffmpeg videodecoding support, frameskipping doesn't work quite r... | b1indy | 2007-07-28 | 1 | -25/+3 |
* | Changed to Version 1.00 RC1 | whiteshark0 | 2007-07-08 | 1 | -1/+1 |