aboutsummaryrefslogtreecommitdiffstats
path: root/Game (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Added UTF8-Conversion for values read out of the txt file. This must be done ...eddie-08152008-01-091-1/+11
* Changed MACOS define to DARWIN.eddie-08152008-01-091-1/+1
* git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@766 b956fd51-792f-4...eddie-08152008-01-091-1/+1
* 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
* Added readme and scripts for building and patching ffmpeg on OS X.eddie-08152008-01-093-0/+52
* Use /bin/bash to execute lazres-UltraStar.sh as a temporary solution to be ab...wesleyprofox2008-01-082-2/+2
* git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@760 b956fd51-792f-4...jaybinks2008-01-081-1/+1
* this script seems to build a deb now...jaybinks2008-01-081-0/+13
* git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@758 b956fd51-792f-4...jaybinks2008-01-082-27/+27
* first revision of my helper script to move files to the correct locations for...jaybinks2008-01-081-0/+18
* added my dodgey control file :)jaybinks2008-01-081-0/+9
* 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-205-40/+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-2010-1078/+1183
* fixed divide by 0 bugs in score screen.jaybinks2007-12-201-161/+170
* Some more minor refining in the score screenmogguh2007-12-201-2/+2
* Minor refinings in score screenmogguh2007-12-203-169/+583
* Added a missing override-flag for the destroy-destructortobigun2007-12-182-2/+2
* Added a missing override for the destroy-destructortobigun2007-12-181-1/+1
* Added a cdecl for the TAVPacket.destruct procedure.tobigun2007-12-181-695/+695
* incorporated some improvements (video scaling to full width, seeking for vide...b1indy2007-12-181-115/+33
* start-sound works now. JAY: it's a '-' not a '+'tobigun2007-12-181-7/+6
* Scattered sound with portaudio works now (in linux)tobigun2007-12-181-40/+159
* fixed to make compile on linuxjaybinks2007-12-181-971/+980
* added audio-callback return valuetobigun2007-12-181-0/+2
* non_working with portaudio-supporttobigun2007-12-181-0/+969
* fixed crash on song play, if the AudioInterface reports the songjaybinks2007-12-182-17/+14
* fixed ffmpeg-sdl_audio playbackjaybinks2007-12-181-14/+28
* fixed file name errorjaybinks2007-12-181-2/+2
* git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@719 b956fd51-792f-4...jaybinks2007-12-182-218/+221
* swscale back to the way it should be (works, but is too slow for video scaling)b1indy2007-12-171-3/+3
* swscale experiment was not satisfying (bad performance), but made clear, that...b1indy2007-12-171-16/+65
* allows switching between projectm 0.9/1.0tobigun2007-12-171-2/+7
* - faster preset switchingtobigun2007-12-171-383/+378
* added version 1.0 for testingtobigun2007-12-173-381/+926
* include swscale.pasb1indy2007-12-171-1/+1
* some minor changes to make swscale workb1indy2007-12-171-3/+13
* - non-working ffmpeg-audio test versiontobigun2007-12-171-536/+462
* - changed compiler-switch FFMpegAudio to UseFFMpegAudiotobigun2007-12-171-4/+7
* disabled the FFMPEG_AUDIO stuff for the momenttobigun2007-12-171-10/+11