aboutsummaryrefslogtreecommitdiffstats
path: root/Game (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* reenabled TLog.LogError(Log1, Log2: string).tobigun2008-01-251-1/+1
* git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@802 b956fd51-792f-4...eddie-08152008-01-204-110/+289
* Added UTF8_FILENAMES.eddie-08152008-01-201-0/+1
* Fixed song loading on OS X (UTF8 filenames). Added switches.inc.eddie-08152008-01-201-41/+66
* git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@799 b956fd51-792f-4...eddie-08152008-01-203-284/+209
* Fixed compilation on the mac. At the moment the project doesn't link on the mac.eddie-08152008-01-201-13/+35
* sorry, missed this onetobigun2008-01-181-0/+251
* Autoconf scripts for configure and make.tobigun2008-01-184-0/+723
* added blindy's swscale support. It can be enabled with {$DEFINE UseSWScale}.tobigun2008-01-181-0/+32
* tidy up sing mode, to be an enum now.jaybinks2008-01-148-39/+61