aboutsummaryrefslogtreecommitdiffstats
path: root/Game (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* some minor changestobigun2008-01-112-3/+13
* there were some changes in the ffmpeg interface (for example TAVFormatContext...tobigun2008-01-118-85/+121
* eddie is right: pb is a pointer and not a TByteIOContext struct.tobigun2008-01-101-4/+3
* "MATHEMATICS.pas" is now "mathematics.pas"tobigun2008-01-101-0/+79
* "MATHEMATICS.pas" is now "mathematics.pas"tobigun2008-01-101-66/+0
* partial seeking and mixing supporttobigun2008-01-102-121/+275
* git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@774 b956fd51-792f-4...eddie-08152008-01-091-0/+1407
* git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@773 b956fd51-792f-4...eddie-08152008-01-092-246/+266
* Changed DLL/so/dylib constants.eddie-08152008-01-092-11/+18
* Changed DLL/so/dylib constants. Changed TAVFormatContext fiels "pb" from stru...eddie-08152008-01-091-701/+706
* 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 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