aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Classes (follow)
Commit message (Expand)AuthorAgeFilesLines
* File removed as per jaybinks2008-03-071-836/+0
* playlists are sorted alphabeticalys_alexander2008-03-061-10/+29
* bug-fix: there was a Floating-Point exception when calling WindowFunc(). This...tobigun2008-03-061-32/+63
* replaced some "string" parameters with "const string"tobigun2008-03-066-29/+22
* do we need the file UPliki.pas?f1fth_freed0m2008-03-061-0/+2
* Translated German comments to Englishf1fth_freed0m2008-03-065-9/+33
* add ini file option SDLBufferSize to set the buffersize for the sdl playback ...s_alexander2008-03-063-48/+72
* Translated Some Variablesf1fth_freed0m2008-03-065-145/+145
* Translated so Variable Namesf1fth_freed0m2008-03-067-82/+82
* fixed compile errors with delphi s_alexander2008-03-061-1/+1
* Translated Variable Names and Typesf1fth_freed0m2008-03-057-202/+202
* many cleanups in codes_alexander2008-03-051-413/+309
* 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