aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* disable autodetection, if pcre-lib did not loads_alexander2009-12-051-17/+18
| | | | | | | if the pcre-lib could not be load, do not try to compile the regex and so do not execute the regex and allways use the fallback encoding git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1966 b956fd51-792f-4845-bead-9b4dfca2ff2c
* ignored autogenerated filess_alexander2009-12-051-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1965 b956fd51-792f-4845-bead-9b4dfca2ff2c
* added autodetection of utf8s_alexander2009-12-055-10/+990
| | | | | | | used w3c regex to match all song lines whether they are utf8 lines and decode it on match as utf8 and as latin1 otherwise git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1964 b956fd51-792f-4845-bead-9b4dfca2ff2c
* added pcre dependencys_alexander2009-12-052-198/+1061
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1963 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Try to resolve sourceforge bug tracker item 2899468k-m_schindler2009-12-021-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1962 b956fd51-792f-4845-bead-9b4dfca2ff2c
* typo correction and correction of av_free_packet for 52.25.0 - 52.27.0k-m_schindler2009-12-021-9/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1961 b956fd51-792f-4845-bead-9b4dfca2ff2c
* use second players color to indicate selected note in editorwhiteshark02009-11-243-29/+22
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1960 b956fd51-792f-4845-bead-9b4dfca2ff2c
* fixed this f11 thing canni mentionedwhiteshark02009-11-241-2/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1959 b956fd51-792f-4845-bead-9b4dfca2ff2c
* fixed assembla #92: all song covers look like selected oneswhiteshark02009-11-241-3/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1958 b956fd51-792f-4845-bead-9b4dfca2ff2c
* handling mouse input a better way in UDisplaywhiteshark02009-11-241-22/+44
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1957 b956fd51-792f-4845-bead-9b4dfca2ff2c
* refuse keyboard and mouse input when fading from screen to screenwhiteshark02009-11-241-57/+65
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1956 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
* relax the linker conditions for failure for linking sqlite3 on Mac OS X ↵k-m_schindler2009-11-222-3/+4
| | | | | | 10.4, which does not have a recent enough version, but the missing symbol is not used by USDX. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1953 b956fd51-792f-4845-bead-9b4dfca2ff2c
* select songs by clicking on themwhiteshark02009-11-181-10/+67
| | | | | | click on front song starts singing git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1952 b956fd51-792f-4845-bead-9b4dfca2ff2c
* fixed TCatSongs.FindNextVisiblewhiteshark02009-11-181-5/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1951 b956fd51-792f-4845-bead-9b4dfca2ff2c
* some changes on mousesupportwhiteshark02009-11-185-44/+160
| | | | | | | | - you can click on the whole area of a button after fading - options on selects can be changed by clicking on the arrows - fix mouse parsing at the screensong extensions git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1950 b956fd51-792f-4845-bead-9b4dfca2ff2c
* fixed new created playlist contents songs from old onewhiteshark02009-11-181-0/+3
| | | | | | items were not cleared on playlist creation git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1949 b956fd51-792f-4845-bead-9b4dfca2ff2c
* fixed playlist creation bug: absolute path instead of just the filename was ↵whiteshark02009-11-181-1/+1
| | | | | | written to Playlist.Filename git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1948 b956fd51-792f-4845-bead-9b4dfca2ff2c
* fixed #89: wrong mp3 playback when selecting song while scrollingwhiteshark02009-11-171-5/+15
| | | | | | the issue was caused by the delayed song loading to prevent noise when scrolling git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1947 b956fd51-792f-4845-bead-9b4dfca2ff2c
* prevent key input from being sent to the screen that is fading out, send it ↵whiteshark02009-11-172-1/+14
| | | | | | to the screen that is fading in instead. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1946 b956fd51-792f-4845-bead-9b4dfca2ff2c
* implemented suggestions by Canni from Assembla ticket #85whiteshark02009-11-173-49/+33
| | | | | | | | | artist sorting replaced by artist2 title sorting replaced by title2 new sorting artist2 (suggestions for a better name?!) all songs by the same artist are put into the same category named by the artist git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1945 b956fd51-792f-4845-bead-9b4dfca2ff2c
* load and save year tagwhiteshark02009-11-172-1/+10
| | | | | | sorting by year still missing git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1944 b956fd51-792f-4845-bead-9b4dfca2ff2c
* header tags that are not supported are written to the end of the songheader ↵whiteshark02009-11-173-9/+80
| | | | | | | | when saving in editor fixed header reader ending in infinite loop when there is a header line w/o Colon git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1943 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
* fixed folders=on bug for the momentwhiteshark02009-11-092-3/+18
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1941 b956fd51-792f-4845-bead-9b4dfca2ff2c
* fixed div 0 errorss_alexander2009-11-091-3/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1940 b956fd51-792f-4845-bead-9b4dfca2ff2c
* merged unicode branch (r1931) into trunks_alexander2009-11-09200-13006/+28315
| | | | 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
* add some colors for testsk-m_schindler2009-11-071-2/+24
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1937 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
* some changes to prevent integer size conversionswhiteshark02009-08-162-7/+9
| | | | | | attempt to fix weird score bugs git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1932 b956fd51-792f-4845-bead-9b4dfca2ff2c
* GPL header fixedtobigun2009-07-261-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1929 b956fd51-792f-4845-bead-9b4dfca2ff2c
* ignore Thumbs.db tootobigun2009-07-261-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1928 b956fd51-792f-4845-bead-9b4dfca2ff2c
* make life easier for git-users with .gitignore files. Especially it prevents ↵tobigun2009-07-267-0/+42
| | | | | | git from removing empty directories. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1926 b956fd51-792f-4845-bead-9b4dfca2ff2c
* - Disable plugins as most linux distributions use the buggy binutils-2.19.1 ↵tobigun2009-07-261-2/+2
| | | | | | | | | | (upcoming Ubuntu 9.10 will use a different one). In addition the dll-plugins are very instable and probably will not used in the release in favor of the lua ones. - If you really want this stuff, make them manually: cd plugins make git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1925 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Language option fix:tobigun2009-07-263-56/+28
| | | | | | | - Never assume an order of the files returned by FindFirst/Next(). This will not work on linux as the order is random. - That is also the reason why the default theme on linux is random (usdx uses the first theme returned by FindFirst(). This is not fixed yet. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1923 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Do not use range overflow for CurRound. Could probably be done nicer.k-m_schindler2009-07-191-2/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1853 b956fd51-792f-4845-bead-9b4dfca2ff2c
* some modifications on the DataBaseLoadingb_krueger2009-07-182-9/+49
| | | | | | | | | - now ALL databases in table "us_songs" gets the column "Rating" - nicer Structure and some useful comments -> should work now with all DB-loading-combinations! git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1851 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Comment added. no code change.k-m_schindler2009-07-181-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1849 b956fd51-792f-4845-bead-9b4dfca2ff2c
* cosmetics. no code change.k-m_schindler2009-07-181-32/+33
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1848 b956fd51-792f-4845-bead-9b4dfca2ff2c
* - Commented delay of error.log in mainloop (error-log is no longer generated ↵b_krueger2009-07-182-23/+31
| | | | | | | | | without any error) - If an old 1.01 Ultrastar.db exists, it will no longer deleted on startup, it will be converted into the new 1.1 schema --> added new column in us_songs: rating. This will allow to rate songs in upcoming versions git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1847 b956fd51-792f-4845-bead-9b4dfca2ff2c
* fixed possible division by zero bug, if line has only 1 oder 2 pointss_alexander2009-07-031-4/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1845 b956fd51-792f-4845-bead-9b4dfca2ff2c
* typo correction: BALCK -> BLACK; thanks to zup3rvockk-m_schindler2009-07-0115-14/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1844 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Implement greyscales in ColorizeImage and some cosmetics.k-m_schindler2009-07-011-24/+64
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1843 b956fd51-792f-4845-bead-9b4dfca2ff2c
* resolve wrong colors with Delphi resulting from questionable use of ↵k-m_schindler2009-06-291-3/+5
| | | | | | longwords. Thanks to zup3rvock git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1842 b956fd51-792f-4845-bead-9b4dfca2ff2c
* cosmeticswhiteshark02009-06-291-10/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1840 b956fd51-792f-4845-bead-9b4dfca2ff2c
* fixed bug #88s_alexander2009-06-291-2/+2
| | | | | | | | fixed bug, that under some circumstances you got line bonus even with no input https://www.assembla.com/spaces/usdx/tickets/88-get-sometimes-10-points-linebonus-even-with-no-input git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1839 b956fd51-792f-4845-bead-9b4dfca2ff2c
* cosmetics.k-m_schindler2009-06-281-9/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1836 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