aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bugfix: when entering the song-screen the preview on the first song was never...tobigun2008-01-141-12/+13
* oops sorry I forgot this one ..jaybinks2008-01-131-0/+706
* oops... :)jaybinks2008-01-121-7/+6
* removed big ugly commented out code..jaybinks2008-01-121-327/+1
* bunch of smaller changes...jaybinks2008-01-1228-767/+599
* Fixed compiling and typos on OS X.eddie-08152008-01-115-115/+365
* SDL_Init(SDL_INIT_AUDIO) prevents Portaudio from acquiring the soundcard (no ...tobigun2008-01-111-1/+1
* changed from ffmpeg-free (audio) to ffmpeg-enabled (if turned on in switches....tobigun2008-01-119-2239/+200
* Updated to the new audio-interfacetobigun2008-01-111-16/+70
* Cleanup: Use the property Position in favor of MoveTo() (MoveTo() will be Set...tobigun2008-01-113-9/+9
* FPC compatible FFMPEG versioning support. Version-numbers are in the form AAI...tobigun2008-01-114-1080/+100
* removed one of the doubled CDECLs in av_register_codec_parsertobigun2008-01-111-1/+1
* do not initialize sdl_audio at this placetobigun2008-01-111-1/+1