aboutsummaryrefslogtreecommitdiffstats
path: root/Game (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-03-04renamedmogguh1-0/+236
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1@1620 b956fd51-792f-4845-bead-9b4dfca2ff2c
2008-02-25stupid commit... wanted to see what CIA Bot reports as SVN project name :)jaybinks1-1/+2
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1@886 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-12-23Changed to Version 1.0.1awhiteshark04-2/+12
Updated Changelog and Readme git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1@744 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-12-22fixed the screenshot problemb1indy1-3/+5
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1@742 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-12-22incorporated av_free_packet fixb1indy3-17/+31
fixed #VIDEOGAP problem fixed unexpected #START problem (needs to be fixed in trunk too git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1@741 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-11-23Changelog updatedwhiteshark03-1/+5
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1@640 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-11-23"fixed" seeking in videos to get the desired videogap (now seeks to any ↵b1indy1-1/+3
frame at the specified time index) (WARNING: this wil most likely result in massive artefacts because the possibility to hit anything but a keyframe is very high for most video codecs (had a divx vid here with 12 seconds between keyframes)) git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1@639 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-11-23changed framerate detectionb1indy1-8/+14
framerate / video timebase is no longer taken from codeccontext info but from videostream information git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1@638 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-11-23Completed 1.0.1 Changelogswhiteshark02-0/+54
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1@636 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-11-23removed some debug stuff from uvideob1indy1-2/+0
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1@635 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-11-23half size video (works now with ffmpeg)b1indy1-0/+38
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1@634 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-11-23Fixed: PartyModus: SinglePlayer Teams but only Multiplayer Plugins availablejekatt1-1/+10
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1@633 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-11-23removed additional test-hack ^^;b1indy1-8/+7
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1@632 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-11-23video-always-full-width-hack xDb1indy1-2/+6
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1@631 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-11-23fixed a major bug in the credits screen ;Db1indy1-1/+1
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1@630 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-11-22Updated creditsmogguh19-64/+85
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1@627 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-11-21ffmpeg - flv frame rate hackmogguh1-1/+6
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1@624 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-11-21backported ffmpeg video stuff (used an older version, so this needs to be ↵b1indy4-73/+514
testet with wine) git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1@623 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-11-21Solved Usdx-1 in Trunk and 1.0.1whiteshark01-2/+2
ChannelOptions now 'Off', '1', '2', '3'.. instead of '0', '1', '2', '3'.. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1@622 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-11-21Fixed a little typo when there is more than one instance of ultrastar deluxecanni20071-1/+1
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1@621 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-11-19fixed theme reloading, at runtime for vistar and other Themes jaybinks1-1/+96
that may not include some textures. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1@614 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-11-19backported change from change#610 jaybinks1-27/+24
Modifed Theme selection screen, so ALL theme options are runtime changable. ( Without restart ) git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1@612 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-11-12Fixed a typo and a some programming errors in UIni that lead to memory abuseswhiteshark01-12/+24
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1@606 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-11-12Changed bamboo build to support USdx U3 Port.canni20071-1/+5
Added source for UltraStar Deluxe U3 Portable. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1@605 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-11-11git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1@604 ↵jaybinks1-4/+3
b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-11-11Thanks to Linnex all the Wine bugs should be gone now, I can't test that ↵mogguh3-19/+41
myself so give some comments please. Added his suggestions into the source which fix the "on startup" bug (sdl_listmodes), "font problem" (pf24bit), "sql db new score" (exceptions are caught).. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1@602 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-11-04Add Lib directory to 1.0.1 branchwhiteshark055-0/+18491
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1@579 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-11-03Added missing files :( srycanni2007117-0/+32664
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1@569 b956fd51-792f-4845-bead-9b4dfca2ff2c