aboutsummaryrefslogtreecommitdiffstats
path: root/game (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - wqy-zenhei replaced with wqy-microheitobigun2010-04-2510-1498/+13949
| | | | | | | | -> smaller file (5MB vs. 12MB) -> faster loading (all fonts 700ms instead of 1.5 secs) -> new font seems to be more complete in regard to Japanese glyphs (no missing chars in usdx translation) git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2306 b956fd51-792f-4845-bead-9b4dfca2ff2c
* - wrong section names in TextGL fixedtobigun2010-04-241-1/+1
| | | | | | | - TODO: loading fallbacks for each font takes a lot of time (white screen on start), maybe load them once for all fonts. - reduced outline of Outline2 font git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2298 b956fd51-792f-4845-bead-9b4dfca2ff2c
* encodings fixedtobigun2010-04-242-164/+164
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2297 b956fd51-792f-4845-bead-9b4dfca2ff2c
* - font fallback addedtobigun2010-04-235-4/+1546
| | | | | | | - more configurable fonts.ini - ftNormal/ftBold/ftOutline1/2 added git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2293 b956fd51-792f-4845-bead-9b4dfca2ff2c
* changed summer skins default color to redwhiteshark02010-04-221-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2275 b956fd51-792f-4845-bead-9b4dfca2ff2c
* add license information to lua pluginswhiteshark02010-04-204-0/+104
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2258 b956fd51-792f-4845-bead-9b4dfca2ff2c
* add name of icelandic to english language filewhiteshark02010-04-151-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2243 b956fd51-792f-4845-bead-9b4dfca2ff2c
* convert icelandic language file to utf8whiteshark02010-04-151-241/+241
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2242 b956fd51-792f-4845-bead-9b4dfca2ff2c
* - port theme detection code from UIni to UThemeswhiteshark02010-04-151-0/+1
| | | | | | | | | - load new value DefaultSkin from themefiles - load value Color (skins default color) from skinfiles - use default skin and color on first start - use default skin and color on theme/skin change git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2241 b956fd51-792f-4845-bead-9b4dfca2ff2c
* - added Icelandic translation (thx to Hlynur Sigurgíslason)canni02010-04-141-0/+431
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2240 b956fd51-792f-4845-bead-9b4dfca2ff2c
* - fix crash when not existing skin is selected in config filewhiteshark02010-04-141-1/+0
| | | | | | | - restrict loading of themes w/o correct version tag 'USD 110' - remove version tag from classic theme because it causes a crash on load due to missing statics and or texts that some screens assume to be there, e.g. score screen git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2239 b956fd51-792f-4845-bead-9b4dfca2ff2c
* fix minor typowhiteshark02010-04-141-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2238 b956fd51-792f-4845-bead-9b4dfca2ff2c
* fixed setting playercount for teamduel pluginwhiteshark02010-04-141-1/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2236 b956fd51-792f-4845-bead-9b4dfca2ff2c
* load type and typesbg from theme ini for selectswhiteshark02010-04-131-1/+91
| | | | | | added type definitions to deluxe themes selects git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2235 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Now the plugin 5000points.usdx is really counting to 5000 points (was set to ↵b_krueger2010-04-121-2/+2
| | | | | | 100 points to get a faster bugfix progress) git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2231 b956fd51-792f-4845-bead-9b4dfca2ff2c
* BugFixb_krueger2010-04-122-5/+4
| | | | | | | | Plugin 5000points.usdx is now scoring correct Plugin teamduel.usdx now shows both player names (from team 1 and team 2) Maybe, the lua-plugins are not executed atomic (can go wrong on drawing in gl): please verify! git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2230 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Creative-Commons License for Bebeto_-_Loop010.mp3 added:tobigun2010-04-121-0/+10
| | | | | | | | Creative Commons Sampling Plus 1.0 License Visit the author's homepage (http://www.lucadebernardi.com) for more incredible sounds. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2229 b956fd51-792f-4845-bead-9b4dfca2ff2c
* swap textures of statics colorized to playercolor in score screenwhiteshark02010-04-071-8/+8
| | | | | | so ticket #1 should finally be fixed git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2221 b956fd51-792f-4845-bead-9b4dfca2ff2c
* cleanup of Deluxe theme. Mouse cursor was the startup (Windows and Linux ↵k-m_schindler2010-04-0515-266/+311
| | | | | | tests?). Ocean.ini adjusted to the same state as the others. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2216 b956fd51-792f-4845-bead-9b4dfca2ff2c
* adjust positions in options and some other placesk-m_schindler2010-03-281-108/+108
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2212 b956fd51-792f-4845-bead-9b4dfca2ff2c
* fixed typowhiteshark02010-03-181-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2208 b956fd51-792f-4845-bead-9b4dfca2ff2c
* uncomment and adapt songmenus select slidewhiteshark02010-03-181-25/+25
| | | | | | ticket #102 fixed git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2207 b956fd51-792f-4845-bead-9b4dfca2ff2c
* some theme edits (option menu)brunzelchen2010-03-161-143/+143
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2203 b956fd51-792f-4845-bead-9b4dfca2ff2c
* shifted joker symbols to the rightbrunzelchen2010-03-151-15/+15
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2202 b956fd51-792f-4845-bead-9b4dfca2ff2c
* bugfix: player selection on party player screen (the layout is still ugly)brunzelchen2010-03-151-22/+22
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2201 b956fd51-792f-4845-bead-9b4dfca2ff2c
* small adjustment of button area for mousek-m_schindler2010-02-201-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2115 b956fd51-792f-4845-bead-9b4dfca2ff2c
* some minor theme glitches concerning reflections and overlapping textswhiteshark02010-02-181-21/+45
| | | | | | loading, name and level screen done git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2106 b956fd51-792f-4845-bead-9b4dfca2ff2c
* added rating pictures to 3 player score screenwhiteshark02010-01-141-0/+21
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2089 b956fd51-792f-4845-bead-9b4dfca2ff2c
* added previous ignored pluginss_alexander2010-01-127-1/+325
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2073 b956fd51-792f-4845-bead-9b4dfca2ff2c
* merged lua into trunks_alexander2010-01-1211-167/+492
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2071 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Modified French Translation (based on mairusupawa work) - ID: 2903233s_alexander2009-12-061-132/+132
| | | | | | | updated fresh translation with patch from bug tracker (id: 2903233) thanks to Edson Souza Morais (soued031) git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1974 b956fd51-792f-4845-bead-9b4dfca2ff2c
* modified language files according to new variables from patch in last revisions_alexander2009-12-0613-13/+52
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1973 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Add Date to Score, Filter Players, Switch Difficulty - ID: 2901824s_alexander2009-12-063-8/+77
| | | | | | | | | | | | applied patch form sf.net bug tracker (id: 2901824) thanks to brunzelchen - Add a date-column to the score entries (UNIX-Timestamp); the date will be shown on Top5- und Stats Screen! - The Players on Top-5-Screen are now filtered: Every player with his best score! - You can switch through the difficulties on Top-5-Screen git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1972 b956fd51-792f-4845-bead-9b4dfca2ff2c
* my attempt to create a new cursorwhiteshark02009-11-242-0/+0
| | | | | | don't be scared about this weird looking thing moving on your screen ;) git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1955 b956fd51-792f-4845-bead-9b4dfca2ff2c
* some theme position and reflection changes due to font changeswhiteshark02009-11-241-30/+48
| | | | | | there are still many necessary changes left git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1954 b956fd51-792f-4845-bead-9b4dfca2ff2c
* some theme fixes due to new fontwhiteshark02009-11-141-13/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1942 b956fd51-792f-4845-bead-9b4dfca2ff2c
* merged unicode branch (r1931) into trunks_alexander2009-11-0947-6174/+7557
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1939 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Luxembourgish language addedwhiteshark02009-11-0813-366/+777
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1938 b956fd51-792f-4845-bead-9b4dfca2ff2c
* correct Italienisch to Italiank-m_schindler2009-11-0712-12/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1936 b956fd51-792f-4845-bead-9b4dfca2ff2c
* make life easier for git-users with .gitignore files. Especially it prevents ↵tobigun2009-07-262-0/+11
| | | | | | git from removing empty directories. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1926 b956fd51-792f-4845-bead-9b4dfca2ff2c
* typo correction: BALCK -> BLACK; thanks to zup3rvockk-m_schindler2009-07-0114-13/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1844 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Translation of the language settings. Part 2. Also the missing update of the ↵k-m_schindler2009-06-2814-0/+195
| | | | | | japanese file for all the translations of the option settings done in the last few commits git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1835 b956fd51-792f-4845-bead-9b4dfca2ff2c
* new option valuesk-m_schindler2009-06-2713-5/+665
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1830 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Translation of option values. part 1k-m_schindler2009-06-272-0/+120
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1828 b956fd51-792f-4845-bead-9b4dfca2ff2c
* aligned all skins to theme changeswhiteshark02009-06-016-43/+127
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1794 b956fd51-792f-4845-bead-9b4dfca2ff2c
* merged (experimental) mouse support patch by d0ccrazywhiteshark02009-05-318-0/+18
| | | | | | | | | | | some changes to patch - implemented software cursor (texturable) - option to turn of mouse support or switch between hardware and software cursor - hide software cursor if there is no mouse activity for 5 seconds - soft fade in and out for software cursor - some test cursor-textures for deluxe theme (mog pls change these horible looking images) git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1789 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Statics defined in theme don't necessarily need a width or height set, if ↵mogguh2009-05-264-0/+3
| | | | | | | | | omitted the the values from the texture itself will be used SelectSlides may now have arrows and only one item set, default is off - view UScreenOptionsGame.pas as example on how to set this git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1783 b956fd51-792f-4845-bead-9b4dfca2ff2c
* some fixes on deluxe themewhiteshark02009-05-166-6/+73
| | | | | | thx to flokuep git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1747 b956fd51-792f-4845-bead-9b4dfca2ff2c
* add lyric-bar bounds to themewhiteshark02009-05-162-3/+31
| | | | | | thx to Krueger git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1746 b956fd51-792f-4845-bead-9b4dfca2ff2c
* - updated Catalan language file (thx to Marc Bres Gil)canni02009-05-161-90/+109
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1741 b956fd51-792f-4845-bead-9b4dfca2ff2c