| Commit message (Expand) | Author | Age | Files | Lines |
* | MacOSX patch for WideUpperChar. The cwstring Unicode manager is not supported... | tobigun | 2008-05-02 | 1 | -3/+5 |
* | Replaced OpenGL12 with SDL's gl/glu/glext units because OpenGL12 was removed ... | tobigun | 2008-05-02 | 1 | -1/+3 |
* | - reverted some stuff that was erroneously commited by one of the last commits. | tobigun | 2008-04-24 | 1 | -243/+255 |
* | - new switches.inc layout | tobigun | 2008-04-22 | 1 | -8/+3 |
* | tried to make songloading working with the old loader and keep all changes th... | s_alexander | 2008-04-19 | 1 | -2/+0 |
* | Merged .lpr-contents into .dpr. An {$I UltraStar.dpr} is left as the only cod... | tobigun | 2008-04-06 | 1 | -7/+8 |
* | - removed (linux incompatible) PngImage. In addition it was rather outdated (... | tobigun | 2008-04-06 | 1 | -0/+4 |
* | removed lazarus dependencies | tobigun | 2008-04-06 | 1 | -10/+9 |
* | rewriting of the txt file parser | s_alexander | 2008-04-03 | 1 | -0/+2 |
* | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@987 b956fd51-792f-4... | whiteshark0 | 2008-03-31 | 1 | -0/+2 |
* | USDX is now able to load SingStar XML Songfiles using Whitesharks XML2US Parser | f1fth_freed0m | 2008-03-27 | 1 | -0/+1 |
* | Removed zlportio from Code | f1fth_freed0m | 2008-03-10 | 1 | -2/+2 |
* | - Portaudio-Core added (at the moment just one helper function) | tobigun | 2008-03-03 | 1 | -4/+2 |
* | - Resampling support added | tobigun | 2008-02-20 | 1 | -0/+8 |
* | Made the midi-stuff FPC (for windows) compatible. | tobigun | 2008-02-20 | 1 | -2/+1 |
* | SWScale will only be used if FFMpeg is available (this should be the standard... | tobigun | 2008-02-07 | 1 | -1/+1 |
* | - DirWatch-support with FPC (windows only) | tobigun | 2008-02-05 | 1 | -1/+3 |
* | Sorry, must be UseProjectM_1_0_PLUS now | tobigun | 2008-02-05 | 1 | -1/+1 |
* | New switches.inc layout | tobigun | 2008-02-05 | 1 | -29/+37 |
* | Introduction of config-file mechanism. | tobigun | 2008-02-05 | 1 | -0/+2 |
* | renamed Jedi-SDL folder. | jaybinks | 2008-02-05 | 1 | -6/+6 |
* | bunch of smaller changes... | jaybinks | 2008-01-12 | 1 | -0/+1 |
* | changed from ffmpeg-free (audio) to ffmpeg-enabled (if turned on in switches.... | tobigun | 2008-01-11 | 1 | -7/+14 |
* | 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 |