aboutsummaryrefslogtreecommitdiffstats
path: root/Game (unfollow)
Commit message (Expand)AuthorFilesLines
2008-02-12Updated the autoconf/Makefile stufftobigun3-57/+170
2008-02-12UVisualizer uses the system dependant default game-path nowtobigun2-9/+30
2008-02-08added yum install linejaybinks1-22/+7
2008-02-07- removed the gtk2 detection (it is just necessary if we want to use lazjpeg ...tobigun3-4/+6
2008-02-07made some adaptions to be more portable.tobigun2-52/+112
2008-02-07SWScale will only be used if FFMpeg is available (this should be the standard...tobigun3-11/+24
2008-02-07Audio output working againtobigun3-9/+1
2008-02-07compatibility with the current svn-versiontobigun8-22/+56
2008-02-07Sorry, forgot to check this intobigun1-0/+47
2008-02-06fixed the configure stuff though it needs some further adjustmentstobigun3-43/+28
2008-02-05Added autogen.sh on recomendation of Fredz.jaybinks1-0/+1
2008-02-05mapping of keypad-enter to the return-key (for jonaspaulo and his dead key)tobigun1-1053/+1057
2008-02-05this is not needed anymore, it will be created by autoconftobigun1-69/+0
2008-02-05updated configure stufftobigun3-115/+191
2008-02-05bugfix: ResetSingTemp prevented a song from being played twice ("File not fou...tobigun1-0/+2
2008-02-05bugfix to get the editor working again. Path and FileName have not been set.tobigun2-2180/+2178
2008-02-05cleanuptobigun1-16/+14
2008-02-05General:tobigun39-4684/+4771
2008-02-05Added a SafeWriteLn()-function to support thread-safe console-output.tobigun1-278/+364
2008-02-05updated to use the new UConfig.pastobigun1-20/+22
2008-02-05Changed Delphi-define to MSWINDOWS (works in FPC too)tobigun1-1/+1
2008-02-05- DirWatch-support with FPC (windows only)tobigun6-839/+848
2008-02-05Made this FPC (for windows) compatibletobigun1-1/+13
2008-02-05Sorry, must be UseProjectM_1_0_PLUS nowtobigun1-1/+1
2008-02-05New switches.inc layouttobigun3-142/+193
2008-02-05config-file for MacOSX. tobigun1-0/+70
2008-02-05- config-win.pas: swscale must be undefined by defaulttobigun2-2/+2
2008-02-05Removed the FPC_V220 define. Now the build-in FPC_VERSION, FPC_RELEASE and FP...tobigun1-7/+13
2008-02-05Removed the "use nil instead of 0" warningstobigun1-2/+2
2008-02-05Update of the ffmpeg headers to their current trunk versions.tobigun15-4917/+5042
2008-02-05Introduction of config-file mechanism.tobigun4-3/+244
2008-02-05replaced Recording with AudioInputProcessor to conform to the new interface.tobigun1-11/+11
2008-02-05updated to latest version of JEDI SDLjaybinks17-2490/+4253
2008-02-05renamed Jedi-SDL folder.jaybinks30-6/+6
2008-02-05added Jedi-SDL to our SVN tree..jaybinks30-4/+45563
2008-02-04small changes to check linux compilation.jaybinks4-79/+84
2008-01-28TTexture.Z was never initialized (TTextureUnit.LoadTexture). In FPC (not in d...tobigun1-1144/+1145
2008-01-27Bugfix: In glTextWidth() "text := pchar(Copy(text, 2, Length(text)-1))" does ...tobigun1-559/+562
2008-01-27- Added missing "override" for TSongs.destroy().tobigun1-897/+888
2008-01-25Bugfix: some inherited functions were missing.tobigun1-6/+33
2008-01-25reenabled TLog.LogError(Log1, Log2: string).tobigun1-1/+1
2008-01-20git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@802 b956fd51-792f-4...eddie-08154-110/+289
2008-01-20Added UTF8_FILENAMES.eddie-08151-0/+1
2008-01-20Fixed song loading on OS X (UTF8 filenames). Added switches.inc.eddie-08151-41/+66
2008-01-20git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@799 b956fd51-792f-4...eddie-08153-284/+209
2008-01-20Fixed compilation on the mac. At the moment the project doesn't link on the mac.eddie-08151-13/+35
2008-01-18sorry, missed this onetobigun1-0/+251
2008-01-18Autoconf scripts for configure and make.tobigun4-0/+723
2008-01-18added blindy's swscale support. It can be enabled with {$DEFINE UseSWScale}.tobigun1-0/+32
2008-01-14tidy up sing mode, to be an enum now.jaybinks8-39/+61