aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Classes (unfollow)
Commit message (Expand)AuthorFilesLines
2008-02-05mapping of keypad-enter to the return-key (for jonaspaulo and his dead key)tobigun1-1053/+1057
2008-02-05bugfix: ResetSingTemp prevented a song from being played twice ("File not fou...tobigun1-0/+2
2008-02-05General:tobigun11-2966/+3003
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)tobigun3-738/+845
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.tobigun2-7/+8
2008-02-05Introduction of config-file mechanism.tobigun1-0/+164
2008-02-05replaced Recording with AudioInputProcessor to conform to the new interface.tobigun1-11/+11
2008-02-04small changes to check linux compilation.jaybinks1-5/+6
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-08151-4/+10
2008-01-20Fixed song loading on OS X (UTF8 filenames). Added switches.inc.eddie-08151-41/+66
2008-01-20Fixed compilation on the mac. At the moment the project doesn't link on the mac.eddie-08151-13/+35
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.jaybinks2-2/+7
2008-01-13oops sorry I forgot this one ..jaybinks1-0/+706
2008-01-12oops... :)jaybinks1-7/+6
2008-01-12removed big ugly commented out code..jaybinks1-327/+1
2008-01-12bunch of smaller changes...jaybinks15-640/+375
2008-01-11SDL_Init(SDL_INIT_AUDIO) prevents Portaudio from acquiring the soundcard (no ...tobigun1-1/+1
2008-01-11changed from ffmpeg-free (audio) to ffmpeg-enabled (if turned on in switches....tobigun7-2170/+117
2008-01-11Updated to the new audio-interfacetobigun1-16/+70
2008-01-11FPC compatible FFMPEG versioning support. Version-numbers are in the form AAI...tobigun2-981/+1
2008-01-11do not initialize sdl_audio at this placetobigun1-1/+1
2008-01-11some minor changestobigun2-3/+13
2008-01-10partial seeking and mixing supporttobigun2-121/+275
2008-01-09git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@770 b956fd51-792f-4...eddie-08152-6/+4
2008-01-09Changed the GamePath. Now the GamePath is loaded from Platform.GetGameUserPath.eddie-08151-1/+2
2008-01-09Added UTF8-Conversion for values read out of the txt file. This must be done ...eddie-08151-1/+11
2008-01-09Changed BrowsePos from Cardinal to Integer, because of range check errors at ...eddie-08151-1/+1
2008-01-09Added the new GetxxxxPath functions for OS X.eddie-08151-2/+19
2008-01-09The constant NAN causes a range check error on OS X. I've set LastDrawBeat to...eddie-08151-0/+10
2007-12-28experimental positioning support addedtobigun1-2/+15
2007-12-28New class-structure seperates decoders/input and playback.tobigun5-0/+2430
2007-12-27FileErrorO is set to true to early. Even if FileError couldn't be opened it w...tobigun1-1/+1
2007-12-27Added missing return-values (always true) to InitCore and LoadCore.tobigun1-0/+3
2007-12-27bug-fix: Tex_ScoreBG bounds were changed from [0..5] to [1..6] but Tex_ScoreB...tobigun1-789/+789
2007-12-22fixed screenshot problemb1indy1-1/+1
2007-12-22fixed a "typo"b1indy1-1/+1
2007-12-20removed a bunch of debugging from usdx startup.jaybinks4-25/+17
2007-12-20added -localpaths command line switchjaybinks2-4/+17
2007-12-20removed hard-coded lazarus_v0924 define (why is it in there?)tobigun1-2/+0