aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* fix assembla ticket #91 - Preview does not stopwhiteshark02010-02-181-2/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2105 b956fd51-792f-4845-bead-9b4dfca2ff2c
* remove 16bit stuffk-m_schindler2010-02-072-14/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2104 b956fd51-792f-4845-bead-9b4dfca2ff2c
* revert accidental cruftk-m_schindler2010-02-071-3/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2103 b956fd51-792f-4845-bead-9b4dfca2ff2c
* small editsk-m_schindler2010-02-071-20/+18
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2102 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Aller guten Dinge sind 3k-m_schindler2010-02-071-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2101 b956fd51-792f-4845-bead-9b4dfca2ff2c
* typok-m_schindler2010-02-071-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2100 b956fd51-792f-4845-bead-9b4dfca2ff2c
* a small optimization.k-m_schindler2010-02-061-5/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2099 b956fd51-792f-4845-bead-9b4dfca2ff2c
* replace ifdef win32 by ifdef mswindows for win64 compilation. please test.k-m_schindler2010-02-066-9/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2098 b956fd51-792f-4845-bead-9b4dfca2ff2c
* - added windows version check in addition to commit #2094canni02010-01-261-4/+7
| | | | | | | | | | | | Behaviour changes as follows: Use local path (old behaviour) if ... - ... config.ini is detected -> use local path (old behaviour) Use global path (%APPDATA%/ultrastardx) if ... - ... no config.ini is present (allows portable installations) - ... user is running Vista or later git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2097 b956fd51-792f-4845-bead-9b4dfca2ff2c
* fix software cursor w/ screens = 2whiteshark02010-01-253-15/+21
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2096 b956fd51-792f-4845-bead-9b4dfca2ff2c
* removed some old commented stuffwhiteshark02010-01-251-14/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2095 b956fd51-792f-4845-bead-9b4dfca2ff2c
* use APPDATA\ultrastardx to store config files on windowswhiteshark02010-01-251-2/+41
| | | | | | | | | | | a portable installation (old behaviour; all config files stored in the directory of the executable) is also available detection works as follows: if a config.ini file is detected in the executable dir -> portable installation otherwise -> new behaviour only tested on Windows XP, please test on Vista and Seven. It should work there as well. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2094 b956fd51-792f-4845-bead-9b4dfca2ff2c
* fix execution of default behaviour for party hookswhiteshark02010-01-251-46/+87
| | | | | | (caused e.g. song never ending bug) git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2093 b956fd51-792f-4845-bead-9b4dfca2ff2c
* fixed score screen animation speedwhiteshark02010-01-181-17/+27
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2092 b956fd51-792f-4845-bead-9b4dfca2ff2c
* comment unnessecary get_texture call that seems to lead to errorswhiteshark02010-01-141-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2091 b956fd51-792f-4845-bead-9b4dfca2ff2c
* rating icon bouncing depends on time now instead of frameswhiteshark02010-01-141-2/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2090 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
* change lua lib filename for different versionss_alexander2010-01-134-4/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2088 b956fd51-792f-4845-bead-9b4dfca2ff2c
* added other libname for compatibilitys_alexander2010-01-131-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2087 b956fd51-792f-4845-bead-9b4dfca2ff2c
* commented forgotten debug stuffwhiteshark02010-01-131-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2086 b956fd51-792f-4845-bead-9b4dfca2ff2c
* fixed scorescrenn with players>3whiteshark02010-01-131-251/+286
| | | | | | | other minor scorescreen fixes to-do: playercolors need to be swapped with players > 3 git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2085 b956fd51-792f-4845-bead-9b4dfca2ff2c
* install plugins with install-alls_alexander2010-01-121-2/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2084 b956fd51-792f-4845-bead-9b4dfca2ff2c
* reverted accidentally removed plugin install/unstall routiness_alexander2010-01-121-0/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2083 b956fd51-792f-4845-bead-9b4dfca2ff2c
* forgotten updates from last commit againwhiteshark02010-01-122-8/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2082 b956fd51-792f-4845-bead-9b4dfca2ff2c
* forgotten updates from last commitwhiteshark02010-01-122-2/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2081 b956fd51-792f-4845-bead-9b4dfca2ff2c
* deleted leftovers from old plugin system and party modewhiteshark02010-01-1212-1148/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2080 b956fd51-792f-4845-bead-9b4dfca2ff2c
* removed empty folderss_alexander2010-01-120-0/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2079 b956fd51-792f-4845-bead-9b4dfca2ff2c
* removed old plugin stuffs_alexander2010-01-122-1256/+1814
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2078 b956fd51-792f-4845-bead-9b4dfca2ff2c
* removed plugin stuffs_alexander2010-01-121-12/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2077 b956fd51-792f-4845-bead-9b4dfca2ff2c
* set svn:ignore property for compiled delphi unitswhiteshark02010-01-120-0/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2076 b956fd51-792f-4845-bead-9b4dfca2ff2c
* removed accidentally set svn:ignore settingswhiteshark02010-01-120-0/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2075 b956fd51-792f-4845-bead-9b4dfca2ff2c
* removed plugins, superseded by the lua pluginss_alexander2010-01-129-1145/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2074 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
* updated ffmpeg lib versions used by windows build to ffmpeg builds from 04 ↵whiteshark02010-01-121-15/+14
| | | | | | | | | | | | | | | | Jan 2010 activated use of swscale on windows versions are now: libavcodec 52.45.0 libavformat 52.46.0 libavutil 50.7.0 libswscale 0.7.2 You may use the precompiled builds from Jan 04th from the following url: http://ffmpeg.arrozcru.org/autobuilds/ffmpeg/mingw32/shared/ git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2072 b956fd51-792f-4845-bead-9b4dfca2ff2c
* merged lua into trunks_alexander2010-01-1244-2770/+9140
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2071 b956fd51-792f-4845-bead-9b4dfca2ff2c
* correction of typo in previous commit.k-m_schindler2010-01-041-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2068 b956fd51-792f-4845-bead-9b4dfca2ff2c
* correction of some misplaced fields + some editorial changes + update to currentk-m_schindler2010-01-048-148/+179
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2067 b956fd51-792f-4845-bead-9b4dfca2ff2c
* major correction of wronge placed and missing fields.k-m_schindler2010-01-041-3/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2066 b956fd51-792f-4845-bead-9b4dfca2ff2c
* correction of versionk-m_schindler2010-01-041-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2065 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Found another typo to correct. Wrong logic for setting PKT_FLAG_KEY and ↵k-m_schindler2010-01-041-1/+1
| | | | | | AV_PKT_FLAG_KEY git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2064 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Found another typo to correct. Again, LIBAVCODEC_VERSION was used instead of ↵k-m_schindler2010-01-041-1/+1
| | | | | | LIBAVFORMAT_VERSION git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2063 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Update to 52.46.0k-m_schindler2010-01-041-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2062 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Update to 52.45.0k-m_schindler2010-01-041-3/+27
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2061 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Correct typo. LIBAVCODEC_VERSION was used instead of LIBAVFORMAT_VERSIONk-m_schindler2010-01-041-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2060 b956fd51-792f-4845-bead-9b4dfca2ff2c
* revert submission 2051. leeds to crash on 2nd song.k-m_schindler2009-12-294-12/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2056 b956fd51-792f-4845-bead-9b4dfca2ff2c
* typo correctionk-m_schindler2009-12-291-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2055 b956fd51-792f-4845-bead-9b4dfca2ff2c
* update of the headers.k-m_schindler2009-12-285-9/+44
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2054 b956fd51-792f-4845-bead-9b4dfca2ff2c
* fix: divide sentence in editor leaded to crashbrunzelchen2009-12-223-1/+3
| | | | | | update of authors.txt and copyright.txt git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2053 b956fd51-792f-4845-bead-9b4dfca2ff2c