aboutsummaryrefslogtreecommitdiffstats
path: root/Game (follow)
Commit message (Expand)AuthorAgeFilesLines
* A C-Wrapper to make the ProjectM C++-Headers usable in Delphi.tobigun2008-02-194-0/+323
* 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 bug with Video playback & Visualization, on 2nd song played.jaybinks2008-02-151-4/+19
* Fixed popUpBg image not displaying in game.jaybinks2008-02-132-1147/+1180
* small modification to the jaybinks2008-02-132-24/+23
* 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-124-10/+28
* changed InitializeSound to be responsive to failed module initializations, jaybinks2008-02-121-14/+39
* Updated the autoconf/Makefile stufftobigun2008-02-123-57/+170
* UVisualizer uses the system dependant default game-path nowtobigun2008-02-122-9/+30
* added yum install linejaybinks2008-02-081-22/+7
* - removed the gtk2 detection (it is just necessary if we want to use lazjpeg ...tobigun2008-02-073-4/+6
* made some adaptions to be more portable.tobigun2008-02-072-52/+112
* SWScale will only be used if FFMpeg is available (this should be the standard...tobigun2008-02-073-11/+24
* Audio output working againtobigun2008-02-073-9/+1
* compatibility with the current svn-versiontobigun2008-02-078-22/+56
* Sorry, forgot to check this intobigun2008-02-071-0/+47
* fixed the configure stuff though it needs some further adjustmentstobigun2008-02-063-43/+28
* Added autogen.sh on recomendation of Fredz.jaybinks2008-02-051-0/+1
* mapping of keypad-enter to the return-key (for jonaspaulo and his dead key)tobigun2008-02-051-1053/+1057
* this is not needed anymore, it will be created by autoconftobigun2008-02-051-69/+0
* updated configure stufftobigun2008-02-053-115/+191
* bugfix: ResetSingTemp prevented a song from being played twice ("File not fou...tobigun2008-02-051-0/+2
* bugfix to get the editor working again. Path and FileName have not been set.tobigun2008-02-052-2180/+2178
* cleanuptobigun2008-02-051-16/+14
* General:tobigun2008-02-0539-4684/+4771
* 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-056-839/+848
* Made this FPC (for windows) compatibletobigun2008-02-051-1/+13
* Sorry, must be UseProjectM_1_0_PLUS nowtobigun2008-02-051-1/+1
* New switches.inc layouttobigun2008-02-053-142/+193
* config-file for MacOSX. tobigun2008-02-051-0/+70
* - config-win.pas: swscale must be undefined by defaulttobigun2008-02-052-2/+2
* 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-0515-4917/+5042
* Introduction of config-file mechanism.tobigun2008-02-054-3/+244
* replaced Recording with AudioInputProcessor to conform to the new interface.tobigun2008-02-051-11/+11
* updated to latest version of JEDI SDLjaybinks2008-02-0517-2490/+4253
* renamed Jedi-SDL folder.jaybinks2008-02-0530-6/+6
* added Jedi-SDL to our SVN tree..jaybinks2008-02-0530-4/+45563
* small changes to check linux compilation.jaybinks2008-02-044-79/+84
* TTexture.Z was never initialized (TTextureUnit.LoadTexture). In FPC (not in d...tobigun2008-01-281-1144/+1145
* Bugfix: In glTextWidth() "text := pchar(Copy(text, 2, Length(text)-1))" does ...tobigun2008-01-271-559/+562
* - Added missing "override" for TSongs.destroy().tobigun2008-01-271-897/+888
* Bugfix: some inherited functions were missing.tobigun2008-01-251-6/+33