aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Skin/Theme: The new textures for USDX skinmogguh2007-09-1022-25/+31
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@383 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Overall look: ScoreBGs and playerboxes (p1, p2,..) are now drawn as ↵mogguh2007-09-106-829/+527
| | | | | | | | | | colorized pngs. Notes are drawn with 3 textures instead of 2: bg_glow, notebg (unsung) and note hit (sung) - these are colorized pngs - textures will come in the following commit. Known Bugs: - ScoreBGs are not yet drawn in playercolor (only affects player count > 3) - Phrasen bonus pop up, indexes are not yet filled with usable data, therefore textures are not yet loaded correctly - Linebonus not yet done git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@382 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Typo: Fixed some more minor typos in English.ini (thanks gg)mogguh2007-09-091-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@381 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Typo: Fixed a minor typo in English.ini (thanks gg)mogguh2007-09-091-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@380 b956fd51-792f-4845-bead-9b4dfca2ff2c
* did some cleanup and minor modificationsb1indy2007-09-083-15/+12
| | | | | | | | | UDisplay.pas: tried to make the screenfade-effect transparent (doesn't work for now) UMenu.pas: removed some unnecessary code from DrawBG UGraphic.pas: fixed display of loading screen (after it broke with the modifications in UMenu.pas) git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@379 b956fd51-792f-4845-bead-9b4dfca2ff2c
* re-did the colorize stuff, now no need for GraphUtilsb1indy2007-09-081-38/+112
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@378 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Fixed USMPeg still in Uses from UScreenSingwhiteshark02007-09-081-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@377 b956fd51-792f-4845-bead-9b4dfca2ff2c
* removed smpegb1indy2007-09-071-1/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@376 b956fd51-792f-4845-bead-9b4dfca2ff2c
* removed "error" messages (are more like warnings and did only confuse users)b1indy2007-09-071-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@375 b956fd51-792f-4845-bead-9b4dfca2ff2c
* UScreenSing.pas, UScreenSingModi.pas: removed Uffmpeg and USmpeg, added UVideob1indy2007-09-0720-359/+106
| | | | | | | UGraphic.pas: prepared for possible loading animation UGraphicClasses.pas, ULCD.pas, ULight.pas, UMain.pas, USkins.pas, UDisplay.pas, UMenuButton.pas, UMenuSelect.pas, UMenuSelectSlide.pas, UMenuStatic.pas, UScreenCredits.pas, UScreenEditSub.pas, UScreenOpen.pas, UScreenPopup.pas: some fixes to get rid of some compiler infos/warnings git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@374 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Fixed two Bugs in KeyDown Handling that causes that the code could not be ↵whiteshark02007-09-052-3/+2
| | | | | | compiled. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@373 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Some Cleanup in SVNwhiteshark02007-09-0528-761/+0
| | | | | | unneeded files deleted git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@372 b956fd51-792f-4845-bead-9b4dfca2ff2c
* added developer changelog for functional changes that the users should be ↵jaybinks2007-09-051-0/+10
| | | | | | informed of. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@371 b956fd51-792f-4845-bead-9b4dfca2ff2c
* modified ParseInput so Backspace will perform same function as ESC in most ↵jaybinks2007-09-0532-33/+91
| | | | | | | | screens ( Except where text input is required, and backspace is used for text input ) This has been done, so that when used with Windows Media Center IR Remotes ( needs SDL 1.2 dll at runtime ) users can navigate throug the game without sitting in front of the PC keyboard. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@370 b956fd51-792f-4845-bead-9b4dfca2ff2c
* fixed placeholder for jedi-sdljaybinks2007-09-051-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@369 b956fd51-792f-4845-bead-9b4dfca2ff2c
* added 3rd party dependencies ( except Jedi-SDL )jaybinks2007-09-0583-0/+13887
| | | | | | | | modified DPR to statically include all files needed (using relative paths) this means 3rd party components should not need installation in the IDE, or adding to search paths. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@368 b956fd51-792f-4845-bead-9b4dfca2ff2c
* modified frameskip methodb1indy2007-09-031-6/+33
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@367 b956fd51-792f-4845-bead-9b4dfca2ff2c
* some small improvement with fading buttonsb1indy2007-09-031-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@366 b956fd51-792f-4845-bead-9b4dfca2ff2c
* now buttons can also have transparent colorized texturesb1indy2007-09-023-26/+149
| | | | | | POC-Pic: http://imageshock.eu/img/colorizedbuttons-ao81.jpg git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@365 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Skin/Theme: Some usage of the new colorize stuff, more to come - singscreen ↵mogguh2007-09-0210-33/+32
| | | | | | looks better now - everything else will be done after sleeping :P git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@364 b956fd51-792f-4845-bead-9b4dfca2ff2c
* finished stuff for colorized transparent textures with statics (credits to ↵b1indy2007-09-022-6/+25
| | | | | | | | mog, who started it) still to do: same thing with buttons and maybe everything else ;) git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@363 b956fd51-792f-4845-bead-9b4dfca2ff2c
* VFX: Some pre work for an upcoming (yet unfinished) featuremogguh2007-09-024-3/+73
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@362 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Some Cleanup in URecordwhiteshark02007-09-023-31/+51
| | | | | | | | Some Cleanup in UMusic Some Cleanup in ProjectFile Upgrade from Bass 2.1 to Bass 2.3 git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@361 b956fd51-792f-4845-bead-9b4dfca2ff2c
* more/better error checking during codec initialization;b1indy2007-09-011-9/+58
| | | | | | | tested some videos today. this thing played: mpeg 1/2, divx, xvid, quicktime (sorenson v3), wmv (9) and flv git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@360 b956fd51-792f-4845-bead-9b4dfca2ff2c
* ffmpeg support now with dualscreen modeb1indy2007-09-012-10/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@359 b956fd51-792f-4845-bead-9b4dfca2ff2c
* re-commit, now with debugging things disabledb1indy2007-09-011-3/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@358 b956fd51-792f-4845-bead-9b4dfca2ff2c
* got divx videos running by modifying the reported timebase (or framerate) to ↵b1indy2007-09-011-9/+31
| | | | | | | | something reasonable i consider it a hack, but don't know where else to get the right framerate / video timebase git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@357 b956fd51-792f-4845-bead-9b4dfca2ff2c
* finally really fixed the covers (i hope)b1indy2007-09-011-5/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@356 b956fd51-792f-4845-bead-9b4dfca2ff2c
* fixed bug that caused display of wrong coversb1indy2007-09-011-3/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@355 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Translation:mogguh2007-08-261-0/+301
| | | | | | | - Italian translation (Traduzione in italiano v1) done by Dadone Thank you!! git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@354 b956fd51-792f-4845-bead-9b4dfca2ff2c
* fixed a bug in drawing of background covers (when style=5 (usdx theme default))b1indy2007-08-221-12/+111
| | | | | | added a new style for the song covers ("slotmachine" like, style=6) - still needs adjustments git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@353 b956fd51-792f-4845-bead-9b4dfca2ff2c
* limit number of displayed background covers to no more than 21 - need ↵b1indy2007-08-221-7/+20
| | | | | | comments on this git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@352 b956fd51-792f-4845-bead-9b4dfca2ff2c
* now the background is blackb1indy2007-08-221-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@351 b956fd51-792f-4845-bead-9b4dfca2ff2c
* black background for videosb1indy2007-08-221-4/+14
| | | | | | | debug display off credit to the ffmpeg&SDL tutorial git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@350 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Translations:mogguh2007-08-122-0/+597
| | | | | | | | - Catalan translation (Traducciò al català) done by Bres - Norwegian translation (norsk oversettelse) done by LarsO aka zapper81 Thanks mates!! git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@349 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Skin/Theme: Playerboxes for the lyricfoo - go go WhiteShark :xmogguh2007-08-1011-0/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@348 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Spanish languagefile updatedwhiteshark02007-08-061-297/+297
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@347 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Spanish Languagefile added. Thx to Ralsiswhiteshark02007-08-041-0/+298
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@346 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Skin/Theme: First playerboxes for the new upcoming lyric stuff (p1 && p2)mogguh2007-08-044-0/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@345 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Swedish Language File Updated. thx to JakobOwhiteshark02007-08-041-13/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@344 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Fixed even more really important orthographic mistake in German language ↵mogguh2007-07-291-15/+15
| | | | | | file (ty solino) git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@343 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Fixed another really important orthographic mistake in German language filemogguh2007-07-291-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@342 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Readd SingBar to Classic Themewhiteshark02007-07-291-0/+36
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@338 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Language: Added one of the best languages available, SWEDISH! Thanks JakobO ↵mogguh2007-07-281-0/+299
| | | | | | and Spearedge :D git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@337 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Some little changes on Braches Star.iniwhiteshark02007-07-281-0/+80
| | | | | | | | Changes on Create ur Language readme.txt: -Add infos about Statistic Wild-Cards -Add some structur git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@336 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Classic Skin Donewhiteshark02007-07-2825-33/+1380
| | | | | | | | - Fixed some mispositioned Statics in MainScreen - Add JumptoScreen - Some minor fixes git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@335 b956fd51-792f-4845-bead-9b4dfca2ff2c
* fixed a typob1indy2007-07-281-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@334 b956fd51-792f-4845-bead-9b4dfca2ff2c
* French language file addedwhiteshark02007-07-281-0/+300
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@333 b956fd51-792f-4845-bead-9b4dfca2ff2c
* experimental ffmpeg videodecoding support, frameskipping doesn't work quite ↵b1indy2007-07-283-36/+292
| | | | | | right yet git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@332 b956fd51-792f-4845-bead-9b4dfca2ff2c
* fixed some minor glitches in the credits screen (transparent texture was not ↵b1indy2007-07-253-13/+15
| | | | | | totally transparent, which could be seen with now working transparency in trunk) git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@330 b956fd51-792f-4845-bead-9b4dfca2ff2c