| Commit message (Expand) | Author | Files | Lines |
2009-11-09 | merged unicode branch (r1931) into trunk | s_alexander | 1 | -2/+4 |
2009-02-04 | PChar replaced by PByteArray (for byte buffers) or PAnsiString (for zero-term... | tobigun | 1 | -9/+9 |
2008-09-23 | added file headers | tobigun | 1 | -0/+25 |
2008-09-13 | Media modules moved from base to media | tobigun | 1 | -0/+0 |
2008-09-02 | Moved: The folder classes has been renamed to base | mogguh | 1 | -0/+0 |
2008-08-27 | rename Classes part2 | k-m_schindler | 1 | -0/+0 |
2008-08-27 | rename Classes part1 | k-m_schindler | 1 | -0/+0 |
2008-08-27 | Reordering of the directories[1]: moving Game/Code to src | k-m_schindler | 1 | -0/+0 |
2008-07-02 | Audio/Video engine update: | tobigun | 1 | -274/+412 |
2008-05-10 | Volumes are floating point values (single) now. The range changed from [0 .. ... | tobigun | 1 | -14/+14 |
2008-05-10 | Update to Bass 2.4. Do not forget to replace the old with the new dll. | tobigun | 1 | -58/+60 |
2008-05-09 | - input-source selection works now (with bass or portaudio with portmixer) | tobigun | 1 | -191/+358 |
2008-03-06 | replaced some "string" parameters with "const string" | tobigun | 1 | -21/+15 |
2008-02-05 | General: | tobigun | 1 | -267/+183 |
2008-01-11 | Updated to the new audio-interface | tobigun | 1 | -16/+70 |
2007-12-28 | New class-structure seperates decoders/input and playback. | tobigun | 1 | -286/+43 |
2007-12-17 | - removed hStream in favour of TAudioOutputStream | tobigun | 1 | -56/+80 |
2007-12-07 | little bit of tidy up.. | jaybinks | 1 | -685/+679 |
2007-12-06 | Visualizer changes (audio connection, some opengl fixes) | tobigun | 1 | -0/+37 |
2007-12-05 | - Moved initialization from URecord to UAudio_bass. | tobigun | 1 | -649/+648 |
2007-11-01 | fixed failed builds | jaybinks | 1 | -0/+4 |
2007-11-01 | Mac OS X version compiles and links. I hope I didn't break too many files on ... | eddie-0815 | 1 | -11/+9 |
2007-10-16 | fixed WinLaz build.. | jaybinks | 1 | -0/+1 |
2007-10-16 | modified ffmpeg usage, to use interface same as bass... | jaybinks | 1 | -9/+18 |
2007-10-11 | added UAudio_FFMpeg.pas as placeholder... ( Still has bass code in it.. needs... | jaybinks | 1 | -146/+80 |
2007-10-11 | separated IAudioPlayback in to separate "Playback" and "Input" Interfaces | jaybinks | 1 | -1/+1 |
2007-10-11 | Added IAudioPlayback Interface and implementation for BASS. | jaybinks | 1 | -197/+64 |
2007-10-08 | fixed bad build build#USDX-DELPHI-31 | jaybinks | 1 | -3/+4 |
2007-10-08 | minor changes to faciliate ffmpeg audio playback | jaybinks | 1 | -5/+102 |
2007-10-02 | Fixed linux compilation. | jaybinks | 1 | -735/+738 |
2007-09-29 | small fixes for lazarus build. | jaybinks | 1 | -1/+1 |
2007-09-20 | new lyrics stuff; it's broken (lyrics don't show) and in "debug" mode (weird ... | b1indy | 1 | -731/+735 |
2007-09-20 | Ultrastar-DX now compiles in linux | jaybinks | 1 | -625/+731 |
2007-09-19 | added UCommon ( in classes ) for lazarus... | jaybinks | 1 | -4/+22 |
2007-09-18 | major tidy up of Umusic ... | jaybinks | 1 | -234/+32 |
2007-09-02 | Some Cleanup in URecord | whiteshark0 | 1 | -1/+1 |
2007-07-20 | UGraphicClasses.pas: minor modification to Flare effect | b1indy | 1 | -0/+1 |
2007-06-06 | Fixed some Bugs in Song Fading | whiteshark0 | 1 | -3/+3 |
2007-06-03 | Added SongPreview Fading | whiteshark0 | 1 | -0/+13 |
2007-05-16 | all SongFile Loading and Saving procedures moved to UFiles. | whiteshark0 | 1 | -1/+1 |
2007-03-30 | Finished Code for Plugin Sound PlayBack | whiteshark0 | 1 | -2/+9 |
2007-03-25 | Changed Music.SetVolume from Global Wave Volume to Application-Only BassConfig | whiteshark0 | 1 | -1/+6 |