aboutsummaryrefslogtreecommitdiffstats
path: root/Game (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update ReadMe.txt with some information about Command-Line Parameterswhiteshark02007-07-081-4/+38
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@276 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Fixed a bug in UDisplay that causes the game to crash on exit in Dualscreen ↵whiteshark02007-07-081-1/+4
| | | | | | Mode. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@275 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Improved Error Logging and Benchmark:whiteshark02007-07-087-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
* Fixed a bug in EditorSub that causes a crash when the last note of a ↵whiteshark02007-07-031-12/+41
| | | | | | sentence was deleted. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@273 b956fd51-792f-4845-bead-9b4dfca2ff2c
* some tweaking of transparency handling for PNGs to make it look more as expectedb1indy2007-07-031-1/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@272 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Some Fixes in Readme.txtwhiteshark02007-06-261-7/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@271 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Added support for transparency in PNG images - if a PNG with transparency is ↵b1indy2007-06-261-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
* Fixed a Bug in Editor.whiteshark02007-06-251-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
* Added ability to display Videos only in full size and Backgrounds in half size.whiteshark02007-06-253-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
* Fixed wrong sentence timings (T in Editor) when last note of a sentence and ↵whiteshark02007-06-254-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
* Enabled Deco Texurechanging depending on TeamPlaylings in PartyScore Screenwhiteshark02007-06-202-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
* Changed Changelog whiteshark02007-06-143-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
* Added Text Fading to ButtonCollectionwhiteshark02007-06-143-4/+19
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@262 b956fd51-792f-4845-bead-9b4dfca2ff2c
* No Up/Down needed anymore in Jump to Menuwhiteshark02007-06-141-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
* Fixed a Bug in Database Systemwhiteshark02007-06-121-2/+2
| | | | | | thx to Pr3D@ToR git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@260 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Fixed a Bug in ScreenSong Equalizer that causes an Invalid Pointer Exception ↵whiteshark02007-06-101-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
* Completed Player-names. F1..F12 gets Template-Name from Ini. Alt-F1..F12 ↵mota232007-06-102-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
* Changed LineBonus Translations to 0.5.3 compatible Textswhiteshark02007-06-101-8/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@255 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Added a workaround for EInvalidPointer Exception when a not existing Equalizer-whiteshark02007-06-101-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
* Added Preview Volume and Fading to Sound Optionswhiteshark02007-06-093-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
* Fixed: Up and Down now don't leave Playlist and Search Mode anymorewhiteshark02007-06-081-69/+58
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@250 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Party Win Screen now changes the colors of the TeamBgs automaticly when ↵whiteshark02007-06-081-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
* Added ability to delete a Playlist within the Menuwhiteshark02007-06-082-7/+50
| | | | | | Language Files updated git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@248 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Fixed 2 Bugs in Song Preview Fadingwhiteshark02007-06-071-3/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@247 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Made new Player BG and Score Objects in ScreenSing backwards compatiblewhiteshark02007-06-061-8/+30
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@246 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Fixed some Bugs in Song Fadingwhiteshark02007-06-063-38/+97
| | | | | | Added Ini Values to change the Fading and the Preview Volume git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@245 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Added SongPreview Fadingwhiteshark02007-06-032-2/+25
| | | | | | | Song Preview Max Volume is now 70 % Need Testing because of timing git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@243 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Some Code Cleanup in UScreenSongwhiteshark02007-06-034-37/+87
| | | | | | | | Add Procedure DeletePlaylist to TPlaylistManager Add automatic Playlist Deleting if last Song is deleted Fixed some Cover displaying Bugs when JumptoMenu is left git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@242 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Fixed standard Cover position.whiteshark02007-06-011-1/+6
| | | | | | | Buttons that have no expression in Theme are now hidden. The Screens are still available through Hotkeys, but they have supposably also no expression in Theme. => Better compatibility with old Screens git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@241 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Fixed a Memory Bug in UMenuSelectSlide that causes memory that is not in use ↵whiteshark02007-06-011-21/+22
| | | | | | anymore is not freeed when the Attributes of a SelectSlide are Updated git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@240 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Added: Support for Player Name Templates. Set Names in config.ini ↵mota232007-05-293-3/+135
| | | | | | | | ([NameTemplate], Name1..12=text and recall in Name-Screens with F1..F12. Fix: All 12 player- and 3 teamnames are now saved in config.ini git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@237 b956fd51-792f-4845-bead-9b4dfca2ff2c
* New spacing for Font type 1whiteshark02007-05-281-0/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@236 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Fixed some Pronounciation in Error Messageswhiteshark02007-05-281-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@235 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Fixed a bug in Coverloading, that could end up in an endless loop.whiteshark02007-05-281-52/+54
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@233 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Changed Text Spacing for a better lookwhiteshark02007-05-282-5/+15
| | | | | | | | SelectLoadingAnimation in ScreenAdvanced hidden, because it is useless atm Changed Theme to fit the new Textspacing Fixed some Language entrys git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@232 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Added workaround for corrupted background Imageswhiteshark02007-05-272-8/+20
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@231 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Changed active lyrics color back to blue.mota232007-05-261-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@230 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Added Workaround and Error Reporting for Errors during Cover loading.whiteshark02007-05-261-21/+54
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@229 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Fixed a Bug that can cause the application crashes, when Song Data is missing.whiteshark02007-05-231-3/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@226 b956fd51-792f-4845-bead-9b4dfca2ff2c
* An effort to make a workaround for the many Crashes when a Video File ist ↵whiteshark02007-05-201-2/+30
| | | | | | corrupted. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@225 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Fixed a Bug in UScreenSong. Everytime the Category List is shown, the next ↵whiteshark02007-05-201-8/+10
| | | | | | Song was selected. (Tabs=On) git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@224 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Fixed a bug in uSMPEG, that causes much memory is not not freeed, after ↵whiteshark02007-05-201-1/+3
| | | | | | playing a Video File. (Texture and Surface are created new every Time) git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@223 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Some Code Cleanup and Minor Bugfixes in UScreenSongJumptowhiteshark02007-05-181-15/+16
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@222 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Fixed a Bug in Jump to Menu that causes a Wrong Song is Played, when the ↵whiteshark02007-05-181-0/+2
| | | | | | first Song is in the Results and Tabs=off. LastPlayed Variable was not set correctly. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@221 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Some changes mode on ModiSDK and Depending Files(Plugin Loader, Party ↵whiteshark02007-05-182-8/+16
| | | | | | | | SingScreen and Plugins) Changes make the Pluginsystem more extendable with backwards compatibility in further Versions. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@220 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Added ability to take a Screenshot with the Print Key from every Screen in ↵whiteshark02007-05-182-6/+8
| | | | | | the Game git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@219 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Removed Debug Message from UIni, showing the saved SoundCard Entryswhiteshark02007-05-181-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@218 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Video Tag will now only be read when the VideoFile exists. whiteshark02007-05-172-2/+2
| | | | | | -> Better usability of VideoIcon git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@214 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Some Code Cleanup in UScreenSongwhiteshark02007-05-171-20/+8
| | | | | | Fixed VideoIcon Display git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@213 b956fd51-792f-4845-bead-9b4dfca2ff2c
* added: Video Icon. Shows if Video is present in Song-Selection. Needs to be ↵mota232007-05-172-1/+22
| | | | | | fixed. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@212 b956fd51-792f-4845-bead-9b4dfca2ff2c