aboutsummaryrefslogtreecommitdiffstats
path: root/Game (unfollow)
Commit message (Expand)AuthorFilesLines
2008-01-14Bugfix: when entering the song-screen the preview on the first song was never...tobigun1-12/+13
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...jaybinks28-767/+599
2008-01-11Fixed compiling and typos on OS X.eddie-08155-115/+365
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....tobigun9-2239/+200
2008-01-11Updated to the new audio-interfacetobigun1-16/+70
2008-01-11Cleanup: Use the property Position in favor of MoveTo() (MoveTo() will be Set...tobigun3-9/+9
2008-01-11FPC compatible FFMPEG versioning support. Version-numbers are in the form AAI...tobigun4-1080/+100
2008-01-11removed one of the doubled CDECLs in av_register_codec_parsertobigun1-1/+1
2008-01-11do not initialize sdl_audio at this placetobigun1-1/+1
2008-01-11some minor changestobigun2-3/+13
2008-01-11there were some changes in the ffmpeg interface (for example TAVFormatContext...tobigun8-85/+121
2008-01-10eddie is right: pb is a pointer and not a TByteIOContext struct.tobigun1-4/+3
2008-01-10"MATHEMATICS.pas" is now "mathematics.pas"tobigun1-0/+79
2008-01-10"MATHEMATICS.pas" is now "mathematics.pas"tobigun1-66/+0
2008-01-10partial seeking and mixing supporttobigun2-121/+275
2008-01-09git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@774 b956fd51-792f-4...eddie-08151-0/+1407
2008-01-09git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@773 b956fd51-792f-4...eddie-08152-246/+266
2008-01-09Changed DLL/so/dylib constants.eddie-08152-11/+18
2008-01-09Changed DLL/so/dylib constants. Changed TAVFormatContext fiels "pb" from stru...eddie-08151-701/+706
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 MACOS define to DARWIN.eddie-08151-1/+1
2008-01-09git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@766 b956fd51-792f-4...eddie-08151-1/+1
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
2008-01-09Added readme and scripts for building and patching ffmpeg on OS X.eddie-08153-0/+52
2008-01-08Use /bin/bash to execute lazres-UltraStar.sh as a temporary solution to be ab...wesleyprofox2-2/+2
2008-01-08git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@760 b956fd51-792f-4...jaybinks1-1/+1
2008-01-08this script seems to build a deb now...jaybinks1-0/+13
2008-01-08git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@758 b956fd51-792f-4...jaybinks2-27/+27
2008-01-08first revision of my helper script to move files to the correct locations for...jaybinks1-0/+18
2008-01-08added my dodgey control file :)jaybinks1-0/+9
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.jaybinks5-40/+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
2007-12-20made USDX function when file paths differ from previous expectations..jaybinks10-1078/+1183
2007-12-20fixed divide by 0 bugs in score screen.jaybinks1-161/+170