| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Changed DLL/so/dylib constants. Changed TAVFormatContext fiels "pb" from stru... | eddie-0815 | 2008-01-09 | 1 | -701/+706 |
* | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@770 b956fd51-792f-4... | eddie-0815 | 2008-01-09 | 2 | -6/+4 |
* | Changed the GamePath. Now the GamePath is loaded from Platform.GetGameUserPath. | eddie-0815 | 2008-01-09 | 1 | -1/+2 |
* | Added UTF8-Conversion for values read out of the txt file. This must be done ... | eddie-0815 | 2008-01-09 | 1 | -1/+11 |
* | Changed MACOS define to DARWIN. | eddie-0815 | 2008-01-09 | 1 | -1/+1 |
* | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@766 b956fd51-792f-4... | eddie-0815 | 2008-01-09 | 1 | -1/+1 |
* | Changed BrowsePos from Cardinal to Integer, because of range check errors at ... | eddie-0815 | 2008-01-09 | 1 | -1/+1 |
* | Added the new GetxxxxPath functions for OS X. | eddie-0815 | 2008-01-09 | 1 | -2/+19 |
* | The constant NAN causes a range check error on OS X. I've set LastDrawBeat to... | eddie-0815 | 2008-01-09 | 1 | -0/+10 |
* | Added readme and scripts for building and patching ffmpeg on OS X. | eddie-0815 | 2008-01-09 | 3 | -0/+52 |
* | Use /bin/bash to execute lazres-UltraStar.sh as a temporary solution to be ab... | wesleyprofox | 2008-01-08 | 2 | -2/+2 |
* | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@760 b956fd51-792f-4... | jaybinks | 2008-01-08 | 1 | -1/+1 |
* | this script seems to build a deb now... | jaybinks | 2008-01-08 | 1 | -0/+13 |
* | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@758 b956fd51-792f-4... | jaybinks | 2008-01-08 | 2 | -27/+27 |
* | first revision of my helper script to move files to the correct locations for... | jaybinks | 2008-01-08 | 1 | -0/+18 |
* | added my dodgey control file :) | jaybinks | 2008-01-08 | 1 | -0/+9 |
* | experimental positioning support added | tobigun | 2007-12-28 | 1 | -2/+15 |
* | New class-structure seperates decoders/input and playback. | tobigun | 2007-12-28 | 5 | -0/+2430 |
* | FileErrorO is set to true to early. Even if FileError couldn't be opened it w... | tobigun | 2007-12-27 | 1 | -1/+1 |
* | Added missing return-values (always true) to InitCore and LoadCore. | tobigun | 2007-12-27 | 1 | -0/+3 |
* | bug-fix: Tex_ScoreBG bounds were changed from [0..5] to [1..6] but Tex_ScoreB... | tobigun | 2007-12-27 | 1 | -789/+789 |
* | fixed screenshot problem | b1indy | 2007-12-22 | 1 | -1/+1 |
* | fixed a "typo" | b1indy | 2007-12-22 | 1 | -1/+1 |
* | removed a bunch of debugging from usdx startup. | jaybinks | 2007-12-20 | 5 | -40/+17 |
* | added -localpaths command line switch | jaybinks | 2007-12-20 | 2 | -4/+17 |
* | removed hard-coded lazarus_v0924 define (why is it in there?) | tobigun | 2007-12-20 | 1 | -2/+0 |
* | made USDX function when file paths differ from previous expectations.. | jaybinks | 2007-12-20 | 10 | -1078/+1183 |
* | fixed divide by 0 bugs in score screen. | jaybinks | 2007-12-20 | 1 | -161/+170 |
* | Some more minor refining in the score screen | mogguh | 2007-12-20 | 1 | -2/+2 |
* | Minor refinings in score screen | mogguh | 2007-12-20 | 3 | -169/+583 |
* | Added a missing override-flag for the destroy-destructor | tobigun | 2007-12-18 | 2 | -2/+2 |
* | Added a missing override for the destroy-destructor | tobigun | 2007-12-18 | 1 | -1/+1 |
* | Added a cdecl for the TAVPacket.destruct procedure. | tobigun | 2007-12-18 | 1 | -695/+695 |
* | incorporated some improvements (video scaling to full width, seeking for vide... | b1indy | 2007-12-18 | 1 | -115/+33 |
* | start-sound works now. JAY: it's a '-' not a '+' | tobigun | 2007-12-18 | 1 | -7/+6 |
* | Scattered sound with portaudio works now (in linux) | tobigun | 2007-12-18 | 1 | -40/+159 |
* | fixed to make compile on linux | jaybinks | 2007-12-18 | 1 | -971/+980 |
* | added audio-callback return value | tobigun | 2007-12-18 | 1 | -0/+2 |
* | non_working with portaudio-support | tobigun | 2007-12-18 | 1 | -0/+969 |
* | fixed crash on song play, if the AudioInterface reports the song | jaybinks | 2007-12-18 | 2 | -17/+14 |
* | fixed ffmpeg-sdl_audio playback | jaybinks | 2007-12-18 | 1 | -14/+28 |
* | fixed file name error | jaybinks | 2007-12-18 | 1 | -2/+2 |
* | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@719 b956fd51-792f-4... | jaybinks | 2007-12-18 | 2 | -218/+221 |
* | swscale back to the way it should be (works, but is too slow for video scaling) | b1indy | 2007-12-17 | 1 | -3/+3 |
* | swscale experiment was not satisfying (bad performance), but made clear, that... | b1indy | 2007-12-17 | 1 | -16/+65 |
* | allows switching between projectm 0.9/1.0 | tobigun | 2007-12-17 | 1 | -2/+7 |
* | - faster preset switching | tobigun | 2007-12-17 | 1 | -383/+378 |
* | added version 1.0 for testing | tobigun | 2007-12-17 | 3 | -381/+926 |
* | include swscale.pas | b1indy | 2007-12-17 | 1 | -1/+1 |
* | some minor changes to make swscale work | b1indy | 2007-12-17 | 1 | -3/+13 |