aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Classes (follow)
Commit message (Expand)AuthorAgeFilesLines
* bugfix: ResetSingTemp prevented a song from being played twice ("File not fou...tobigun2008-02-051-0/+2
* General:tobigun2008-02-0511-2966/+3003
* 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-053-738/+845
* 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-052-7/+8
* Introduction of config-file mechanism.tobigun2008-02-051-0/+164
* replaced Recording with AudioInputProcessor to conform to the new interface.tobigun2008-02-051-11/+11
* small changes to check linux compilation.jaybinks2008-02-041-5/+6
* 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-201-4/+10
* Fixed song loading on OS X (UTF8 filenames). Added switches.inc.eddie-08152008-01-201-41/+66
* Fixed compilation on the mac. At the moment the project doesn't link on the mac.eddie-08152008-01-201-13/+35
* 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-142-2/+7
* 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-1215-640/+375
* 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-117-2170/+117
* Updated to the new audio-interfacetobigun2008-01-111-16/+70
* FPC compatible FFMPEG versioning support. Version-numbers are in the form AAI...tobigun2008-01-112-981/+1
* do not initialize sdl_audio at this placetobigun2008-01-111-1/+1
* some minor changestobigun2008-01-112-3/+13
* partial seeking and mixing supporttobigun2008-01-102-121/+275
* git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@770 b956fd51-792f-4...eddie-08152008-01-092-6/+4
* Changed the GamePath. Now the GamePath is loaded from Platform.GetGameUserPath.eddie-08152008-01-091-1/+2
* Added UTF8-Conversion for values read out of the txt file. This must be done ...eddie-08152008-01-091-1/+11
* Changed BrowsePos from Cardinal to Integer, because of range check errors at ...eddie-08152008-01-091-1/+1
* Added the new GetxxxxPath functions for OS X.eddie-08152008-01-091-2/+19
* The constant NAN causes a range check error on OS X. I've set LastDrawBeat to...eddie-08152008-01-091-0/+10
* experimental positioning support addedtobigun2007-12-281-2/+15
* New class-structure seperates decoders/input and playback.tobigun2007-12-285-0/+2430
* FileErrorO is set to true to early. Even if FileError couldn't be opened it w...tobigun2007-12-271-1/+1
* Added missing return-values (always true) to InitCore and LoadCore.tobigun2007-12-271-0/+3
* bug-fix: Tex_ScoreBG bounds were changed from [0..5] to [1..6] but Tex_ScoreB...tobigun2007-12-271-789/+789
* fixed screenshot problemb1indy2007-12-221-1/+1
* fixed a "typo"b1indy2007-12-221-1/+1
* removed a bunch of debugging from usdx startup.jaybinks2007-12-204-25/+17
* added -localpaths command line switchjaybinks2007-12-202-4/+17
* removed hard-coded lazarus_v0924 define (why is it in there?)tobigun2007-12-201-2/+0
* made USDX function when file paths differ from previous expectations..jaybinks2007-12-208-1075/+1178