| Commit message (Expand) | Author | Files | Lines |
2008-02-22 | forgot a dependency for debian-package target | tobigun | 1 | -2/+1 |
2008-02-21 | - added "make install" target for global installation | tobigun | 3 | -32/+106 |
2008-02-21 | Uses SDL now instead of Portaudio for playback in linux | tobigun | 1 | -1/+2 |
2008-02-21 | updated build script. | jaybinks | 1 | -4/+6 |
2008-02-21 | compatibility for fpc < 2.2.0 (at least 2.0.4) | tobigun | 2 | -0/+8 |
2008-02-21 | Delphi evaluates every $IF-directive even if it is disabled by a surrounding ... | tobigun | 1 | -0/+11 |
2008-02-20 | - Resampling support added | tobigun | 9 | -844/+1262 |
2008-02-20 | libsamplerate header-files. Ported from C to Pascal by profoX` with some mino... | tobigun | 1 | -0/+205 |
2008-02-20 | FFT library taken from Audacity and ported to Pascal. | tobigun | 1 | -0/+345 |
2008-02-20 | Made the midi-stuff FPC (for windows) compatible. | tobigun | 9 | -63/+93 |
2008-02-20 | all screens now inherit their OnShow | jaybinks | 32 | -4/+62 |
2008-02-20 | fixed line endings for windows. | jaybinks | 1 | -13/+12 |
2008-02-20 | fixed video looping and background video playback on linux.. | jaybinks | 2 | -702/+696 |
2008-02-20 | Fixed a bug in the directory-handling routine. | tobigun | 1 | -44/+49 |
2008-02-20 | fixed that damn bug with the NG path hack... grrr | jaybinks | 2 | -2/+3 |
2008-02-19 | mmmmmmmmmmmmm | jaybinks | 5 | -9/+47 |
2008-02-19 | first steps towards loopable videos. | jaybinks | 1 | -2/+18 |
2008-02-19 | fix for editor bug | jaybinks | 2 | -6/+11 |
2008-02-19 | A C-Wrapper to make the ProjectM C++-Headers usable in Delphi. | tobigun | 4 | -0/+323 |
2008-02-19 | fixed bug when compiling with --enable-dev-build | jaybinks | 1 | -8/+11 |
2008-02-19 | added missing ";" | tobigun | 1 | -3/+3 |
2008-02-15 | Fixed a compiler error: "FindDiskFileCaseInsensitive() is unknown". | tobigun | 1 | -1/+1 |
2008-02-15 | fixed bug with Video playback & Visualization, on 2nd song played. | jaybinks | 1 | -4/+19 |
2008-02-13 | Fixed popUpBg image not displaying in game. | jaybinks | 2 | -1147/+1180 |
2008-02-13 | small modification to the | jaybinks | 2 | -24/+23 |
2008-02-13 | added USNG Song path , so we can use songs that a USNG install may have. | jaybinks | 1 | -886/+893 |
2008-02-12 | builds nice... and builds deb also that runs / works .. | jaybinks | 4 | -10/+28 |
2008-02-12 | changed InitializeSound to be responsive to failed module initializations, | jaybinks | 1 | -14/+39 |
2008-02-12 | Updated the autoconf/Makefile stuff | tobigun | 3 | -57/+170 |
2008-02-12 | UVisualizer uses the system dependant default game-path now | tobigun | 2 | -9/+30 |
2008-02-08 | added yum install line | jaybinks | 1 | -22/+7 |
2008-02-07 | - removed the gtk2 detection (it is just necessary if we want to use lazjpeg ... | tobigun | 3 | -4/+6 |
2008-02-07 | made some adaptions to be more portable. | tobigun | 2 | -52/+112 |
2008-02-07 | SWScale will only be used if FFMpeg is available (this should be the standard... | tobigun | 3 | -11/+24 |
2008-02-07 | Audio output working again | tobigun | 3 | -9/+1 |
2008-02-07 | compatibility with the current svn-version | tobigun | 8 | -22/+56 |
2008-02-07 | Sorry, forgot to check this in | tobigun | 1 | -0/+47 |
2008-02-06 | fixed the configure stuff though it needs some further adjustments | tobigun | 3 | -43/+28 |
2008-02-05 | Added autogen.sh on recomendation of Fredz. | jaybinks | 1 | -0/+1 |
2008-02-05 | mapping of keypad-enter to the return-key (for jonaspaulo and his dead key) | tobigun | 1 | -1053/+1057 |
2008-02-05 | this is not needed anymore, it will be created by autoconf | tobigun | 1 | -69/+0 |
2008-02-05 | updated configure stuff | tobigun | 3 | -115/+191 |
2008-02-05 | bugfix: ResetSingTemp prevented a song from being played twice ("File not fou... | tobigun | 1 | -0/+2 |
2008-02-05 | bugfix to get the editor working again. Path and FileName have not been set. | tobigun | 2 | -2180/+2178 |
2008-02-05 | cleanup | tobigun | 1 | -16/+14 |
2008-02-05 | General: | tobigun | 39 | -4684/+4771 |
2008-02-05 | Added a SafeWriteLn()-function to support thread-safe console-output. | tobigun | 1 | -278/+364 |
2008-02-05 | updated to use the new UConfig.pas | tobigun | 1 | -20/+22 |
2008-02-05 | Changed Delphi-define to MSWINDOWS (works in FPC too) | tobigun | 1 | -1/+1 |
2008-02-05 | - DirWatch-support with FPC (windows only) | tobigun | 6 | -839/+848 |