aboutsummaryrefslogtreecommitdiffstats
path: root/Game (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-07-28fixed a typob1indy1-1/+1
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@334 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-07-28experimental ffmpeg videodecoding support, frameskipping doesn't work quite ↵b1indy3-36/+292
right yet git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@332 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-07-25fixed some minor glitches in the credits screen (transparent texture was not ↵b1indy3-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
2007-07-23Really final work on credits (done! - stop reading cia, get rl)mogguh1-2/+2
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@323 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-07-23Final work on credits (done :P - fuckings to the cia readers)mogguh1-19/+7
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@322 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-07-22changed loading of transparent PNGs, should be slower now, might break with ↵b1indy1-18/+24
some PNG types but gives nice correct transparency for 24bit transparent PNGs git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@320 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-07-22again some fixes in reflection code for buttons and staticsb1indy2-5/+5
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@318 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-07-22fixed a minor bug in the reflection code that caused some reflections to be ↵b1indy1-3/+3
incorrectly drawn git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@316 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-07-21Fixed df typo in skins which caused a major feature not show upmogguh1-7/+5
There was an error while uploading UDraw.pas last time, fixed now Still working on eyecandy for dx skin, some snippets are in the svn now git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@315 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-07-21Modified LoadTexture so that it ignores the Format parameter (for texture ↵b1indy1-246/+215
files, if supplied) but detects the file format by looking at the file's extension. Now any supported filetype can be used to skin USDX (not only JPG or BMP, which was hardcoded default everywhere) The remains of this former misguided policy are still in many places of the code and have to be removed over time. Also tried to remove most of the non-english comments and variable names git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@314 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-07-21texture tiling for notes now stretches the middle part just as much as ↵b1indy1-4/+6
needed to seamlessly attach both ends git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@313 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-07-21Timeprogressbar in singscreen has the new tile capability (8x8 px)mogguh1-6/+8
Fixed a minor texture bug too New kinkier dx skin parts will arrive in the svn soon too git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@312 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-07-21notes can now have tiled texture (32x32 pixels)b1indy1-4/+6
http://imageshock.eu/img/tilednotes_PoC.jpg http://imageshock.eu/img/tilednotes_PoC2.jpg git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@311 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-07-20beta version of new credits screen (still some tweaking to do)b1indy1-132/+1008
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@308 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-07-20added resources for the credits screenb1indy1-1/+25
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@306 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-07-20added graphics for the credits screenb1indy23-0/+0
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@305 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-07-20deleted unused fileb1indy1-0/+0
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@304 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-07-20UGraphicClasses.pas: minor modification to Flare effectb1indy2-1/+2
UMusic.pas: modified Music.Play to play from start if Loop is set (dunno if this conflicts with something else, don't hope so) git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@303 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-07-18Little hack in SongScreen that fixes problems with blending. Drawing order ↵whiteshark01-1/+21
changed only for SongScreen: Buttons -> Statics -> Texts git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@301 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-07-15Fixed a bug in Party playlist selection when no playlist or category is ↵whiteshark01-4/+27
available git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@298 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-07-15Fixed a bug in Note Name convertationwhiteshark01-2/+12
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@297 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-07-09Fixed Bug in Stat Main: Categorys was counted as Songswhiteshark01-1/+1
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@283 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-07-09Added missing UCommandLine.paswhiteshark01-0/+280
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@282 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-07-08Changed to Version 1.00 RC1whiteshark01-1/+1
Only changes that have to be done from now on are changes in the Theme Files. I hope Mota will be able to do it soon git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@281 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-07-08Changed Outline Font Filenameswhiteshark07-4/+4
Changed Outline2 Font to official Ultrastars Outline1 Font for better Song backward compatibility git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@280 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-07-08Update Changelogwhiteshark02-0/+6
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@279 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-07-08Add Debug OSD with FPS and RSpeedwhiteshark01-2/+71
Will be extended in further Releases with some error messages git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@278 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-07-08added another effect (sparkling stars that fall down)b1indy1-2/+65
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@277 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-07-08Update ReadMe.txt with some information about Command-Line Parameterswhiteshark01-4/+38
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@276 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-07-08Fixed a bug in UDisplay that causes the game to crash on exit in Dualscreen ↵whiteshark01-1/+4
Mode. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@275 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-07-08Improved Error Logging and Benchmark:whiteshark07-187/+237
Write US Version, date and time to files. Added better Commandline Parameter Interpreter: More than one parameter can be used at the same time Many new, useful farameters: e.g. No error logging, Resolution change, FullScreen, DualScreen Mode, other Config File, other Score File and SongPath git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@274 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-07-03Fixed a bug in EditorSub that causes a crash when the last note of a ↵whiteshark01-12/+41
sentence was deleted. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@273 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-07-03some tweaking of transparency handling for PNGs to make it look more as expectedb1indy1-1/+11
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@272 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-06-26Some Fixes in Readme.txtwhiteshark01-7/+7
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@271 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-06-26Added support for transparency in PNG images - if a PNG with transparency is ↵b1indy1-2/+34
loaded as 'Transparent' texture type, then the alpha-channel is set according to the transparency information in the file git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@270 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-06-25Fixed a Bug in Editor.whiteshark01-1/+2
When a Song with Cover was edited and after a song without was loaded and saved, the cover from the first song was written to the second song git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@269 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-06-25Added ability to display Videos only in full size and Backgrounds in half size.whiteshark03-7/+22
Fullsize is now the standard value for Moviesize git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@268 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-06-25Fixed wrong sentence timings (T in Editor) when last note of a sentence and ↵whiteshark04-4/+46
first note of the next sentence overlap. Fixed 2 Bugs in Midi Converter: Notes were added more than once to txt when the save Button is pressed multiple times Notes are added more than once when open is pressed multiple time Added sentence start calculating to Midi Converter git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@267 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-06-20Enabled Deco Texurechanging depending on TeamPlaylings in PartyScore Screenwhiteshark02-2/+117
Changed Theme to fit the Changes git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@266 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-06-14Changed Changelog whiteshark03-61/+335
Added German Translation Added Readme.txt and License.txt git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@263 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-06-14Added Text Fading to ButtonCollectionwhiteshark03-4/+19
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@262 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-06-14No Up/Down needed anymore in Jump to Menuwhiteshark01-46/+14
Type can be changed now by pressing Left/Right while Button is Selected git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@261 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-06-12Fixed a Bug in Database Systemwhiteshark01-2/+2
thx to Pr3D@ToR git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@260 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-06-10Fixed a Bug in ScreenSong Equalizer that causes an Invalid Pointer Exception ↵whiteshark01-3/+4
when US is closed. Changed Themes to fit the changes git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@258 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-06-10Completed Player-names. F1..F12 gets Template-Name from Ini. Alt-F1..F12 ↵mota232-72/+202
writes Template-Name to Ini. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@256 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-06-10Changed LineBonus Translations to 0.5.3 compatible Textswhiteshark01-8/+8
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@255 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-06-10Added a workaround for EInvalidPointer Exception when a not existing Equalizer-whiteshark01-0/+5
Color is specified in Theme git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@254 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-06-09Added Preview Volume and Fading to Sound Optionswhiteshark03-8/+22
Changed Themes to Fit these changes Updated Language Files Some fixes in SelectSlide git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@251 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-06-08Fixed: Up and Down now don't leave Playlist and Search Mode anymorewhiteshark01-69/+58
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@250 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-06-08Party Win Screen now changes the colors of the TeamBgs automaticly when ↵whiteshark01-0/+77
Color = TeamColor Changed Deluxe Team to fit the Changes git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@249 b956fd51-792f-4845-bead-9b4dfca2ff2c