aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Classes (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* FFT support for SDL/Portaudio playbacktobigun2008-03-053-38/+100
* removed overuse of DecimalSeperatorjaybinks2008-03-044-56/+16
* added code to handle , or . decimal seperators in song text files.jaybinks2008-03-041-26/+26
* Patchs from AlexanderS & f1fth_freed0mjaybinks2008-03-042-45/+80
* Patch from AlexanderSjaybinks2008-03-041-1/+1
* delphi 7 compatibility (inline was introduced with delphi 2005)tobigun2008-03-033-11/+11
* - Input now supports multiple SampleRates (not fixed to 44100Hz anymore)tobigun2008-03-0310-790/+1148
* - actual.. -> current..tobigun2008-03-036-34/+69
* GetName added for AudioDecoder-Classestobigun2008-03-031-7/+8
* - commented out some log-outputs that spammed the debug-outputtobigun2008-03-031-2/+2
* - removed some windows/lclintf dependenciestobigun2008-03-031-30/+24
* - Portaudio-Core added (at the moment just one helper function)tobigun2008-03-031-0/+99
* [Alt+Return] enabledtobigun2008-02-261-2/+3
* tidy up from my previous commitjaybinks2008-02-261-16/+16
* added patch to toggle full screen with F11 jaybinks2008-02-262-14/+57
* Implemented resizable windowed mode..jaybinks2008-02-262-3/+10
* Fixed compilation on Mac OS X (XCode).eddie-08152008-02-241-2/+2
* Linux fullscreen fixtobigun2008-02-222-7/+2
* Delphi evaluates every $IF-directive even if it is disabled by a surrounding ...tobigun2008-02-211-0/+11
* - Resampling support addedtobigun2008-02-207-842/+1252
* fixed video looping and background video playback on linux..jaybinks2008-02-201-694/+693
* Fixed a bug in the directory-handling routine.tobigun2008-02-201-44/+49
* fixed that damn bug with the NG path hack... grrrjaybinks2008-02-202-2/+3
* mmmmmmmmmmmmmjaybinks2008-02-192-2/+3
* first steps towards loopable videos.jaybinks2008-02-191-2/+18
* fix for editor bugjaybinks2008-02-191-1/+1
* fixed bug when compiling with --enable-dev-buildjaybinks2008-02-191-8/+11
* added missing ";"tobigun2008-02-191-3/+3
* Fixed a compiler error: "FindDiskFileCaseInsensitive() is unknown". tobigun2008-02-151-1/+1
* Fixed popUpBg image not displaying in game.jaybinks2008-02-132-1147/+1180
* added USNG Song path , so we can use songs that a USNG install may have.jaybinks2008-02-131-886/+893
* builds nice... and builds deb also that runs / works ..jaybinks2008-02-121-0/+3
* changed InitializeSound to be responsive to failed module initializations, jaybinks2008-02-121-14/+39
* UVisualizer uses the system dependant default game-path nowtobigun2008-02-122-9/+30
* SWScale will only be used if FFMpeg is available (this should be the standard...tobigun2008-02-071-4/+15
* Audio output working againtobigun2008-02-073-9/+1
* fixed the configure stuff though it needs some further adjustmentstobigun2008-02-061-4/+17
* mapping of keypad-enter to the return-key (for jonaspaulo and his dead key)tobigun2008-02-051-1053/+1057
* bugfix: ResetSingTemp prevented a song from being played twice ("File not fou...tobigun2008-02-051-0/+2
* General:tobigun2008-02-0511-2966/+3003
* Added a SafeWriteLn()-function to support thread-safe console-output.tobigun2008-02-051-278/+364
* updated to use the new UConfig.pastobigun2008-02-051-20/+22
* Changed Delphi-define to MSWINDOWS (works in FPC too)tobigun2008-02-051-1/+1
* - DirWatch-support with FPC (windows only)tobigun2008-02-053-738/+845
* Removed the FPC_V220 define. Now the build-in FPC_VERSION, FPC_RELEASE and FP...tobigun2008-02-051-7/+13
* Removed the "use nil instead of 0" warningstobigun2008-02-051-2/+2
* Update of the ffmpeg headers to their current trunk versions.tobigun2008-02-052-7/+8
* Introduction of config-file mechanism.tobigun2008-02-051-0/+164
* replaced Recording with AudioInputProcessor to conform to the new interface.tobigun2008-02-051-11/+11
* small changes to check linux compilation.jaybinks2008-02-041-5/+6