aboutsummaryrefslogtreecommitdiffstats
path: root/Game (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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