aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-12-06update to version 52.37.0. Includes fix of previous commit of 52.36.0k-m_schindler1-3/+6
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1989 b956fd51-792f-4845-bead-9b4dfca2ff2c
2009-12-06update to version 52.36.0. Mainly comment edits, but also one code change!k-m_schindler1-33/+37
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1988 b956fd51-792f-4845-bead-9b4dfca2ff2c
2009-12-06update to version 52.35.0k-m_schindler1-3/+16
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1987 b956fd51-792f-4845-bead-9b4dfca2ff2c
2009-12-06update to version 52.34.1k-m_schindler1-2/+6
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1986 b956fd51-792f-4845-bead-9b4dfca2ff2c
2009-12-06update to version 52.42.0k-m_schindler1-2/+13
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1985 b956fd51-792f-4845-bead-9b4dfca2ff2c
2009-12-06update to version 52.41.0k-m_schindler1-3/+20
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1984 b956fd51-792f-4845-bead-9b4dfca2ff2c
2009-12-06update to version 52.38.1k-m_schindler1-3/+9
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1983 b956fd51-792f-4845-bead-9b4dfca2ff2c
2009-12-06update to version 52.37.1 I am not sure, whether execute2 is correct.k-m_schindler1-6/+39
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1982 b956fd51-792f-4845-bead-9b4dfca2ff2c
2009-12-06update to version 52.35.0; minor edit onlyk-m_schindler1-3/+3
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1981 b956fd51-792f-4845-bead-9b4dfca2ff2c
2009-12-06update to version 52.35.0k-m_schindler1-2/+12
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1980 b956fd51-792f-4845-bead-9b4dfca2ff2c
2009-12-06update to version 52.34.0k-m_schindler1-1/+1
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1979 b956fd51-792f-4845-bead-9b4dfca2ff2c
2009-12-06update to version 52.34.0k-m_schindler1-2/+8
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1978 b956fd51-792f-4845-bead-9b4dfca2ff2c
2009-12-06update to version 52.33.0k-m_schindler1-2/+5
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1977 b956fd51-792f-4845-bead-9b4dfca2ff2c
2009-12-06update to version 52.32.0k-m_schindler1-5/+36
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1976 b956fd51-792f-4845-bead-9b4dfca2ff2c
2009-12-06fix bugtracker issue 2817034s_alexander3-6/+17
if selected to show the name screen after song select, than this screen is now not shown before song select git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1975 b956fd51-792f-4845-bead-9b4dfca2ff2c
2009-12-06Add Date to Score, Filter Players, Switch Difficulty - ID: 2901824s_alexander5-53/+157
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
2009-12-06tried to make it delphi (win32) compatibles_alexander1-10/+3
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1971 b956fd51-792f-4845-bead-9b4dfca2ff2c
2009-12-05only use writeln if CONSOLE is defined (*hope* that fixes the exception ↵s_alexander1-0/+8
without pcre3.dll on windows) git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1969 b956fd51-792f-4845-bead-9b4dfca2ff2c
2009-12-05moved SizeInt definition to tops_alexander1-10/+11
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1968 b956fd51-792f-4845-bead-9b4dfca2ff2c
2009-12-05added SizeInt for non-fpc compilerss_alexander1-1/+9
added SizeInt (as Integer or Int64) for non-fpc compilers (taken from JclBase) git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1967 b956fd51-792f-4845-bead-9b4dfca2ff2c
2009-12-05disable autodetection, if pcre-lib did not loads_alexander1-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
2009-12-05added autodetection of utf8s_alexander5-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
2009-12-02Try to resolve sourceforge bug tracker item 2899468k-m_schindler1-1/+1
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1962 b956fd51-792f-4845-bead-9b4dfca2ff2c
2009-12-02typo correction and correction of av_free_packet for 52.25.0 - 52.27.0k-m_schindler1-9/+6
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1961 b956fd51-792f-4845-bead-9b4dfca2ff2c
2009-11-24use second players color to indicate selected note in editorwhiteshark03-29/+22
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1960 b956fd51-792f-4845-bead-9b4dfca2ff2c
2009-11-24fixed this f11 thing canni mentionedwhiteshark01-2/+7
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1959 b956fd51-792f-4845-bead-9b4dfca2ff2c
2009-11-24fixed assembla #92: all song covers look like selected oneswhiteshark01-3/+7
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1958 b956fd51-792f-4845-bead-9b4dfca2ff2c
2009-11-24handling mouse input a better way in UDisplaywhiteshark01-22/+44
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1957 b956fd51-792f-4845-bead-9b4dfca2ff2c
2009-11-24refuse keyboard and mouse input when fading from screen to screenwhiteshark01-57/+65
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1956 b956fd51-792f-4845-bead-9b4dfca2ff2c
2009-11-18select songs by clicking on themwhiteshark01-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
2009-11-18fixed TCatSongs.FindNextVisiblewhiteshark01-5/+9
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1951 b956fd51-792f-4845-bead-9b4dfca2ff2c
2009-11-18some changes on mousesupportwhiteshark05-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
2009-11-18fixed new created playlist contents songs from old onewhiteshark01-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
2009-11-18fixed playlist creation bug: absolute path instead of just the filename was ↵whiteshark01-1/+1
written to Playlist.Filename git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1948 b956fd51-792f-4845-bead-9b4dfca2ff2c
2009-11-17fixed #89: wrong mp3 playback when selecting song while scrollingwhiteshark01-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
2009-11-17prevent key input from being sent to the screen that is fading out, send it ↵whiteshark02-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
2009-11-17implemented suggestions by Canni from Assembla ticket #85whiteshark03-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
2009-11-17load and save year tagwhiteshark02-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
2009-11-17header tags that are not supported are written to the end of the songheader ↵whiteshark03-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
2009-11-09fixed folders=on bug for the momentwhiteshark02-3/+18
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1941 b956fd51-792f-4845-bead-9b4dfca2ff2c
2009-11-09fixed div 0 errorss_alexander1-3/+13
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1940 b956fd51-792f-4845-bead-9b4dfca2ff2c
2009-11-09merged unicode branch (r1931) into trunks_alexander139-6128/+20337
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1939 b956fd51-792f-4845-bead-9b4dfca2ff2c
2009-11-07add some colors for testsk-m_schindler1-2/+24
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1937 b956fd51-792f-4845-bead-9b4dfca2ff2c
2009-08-16some changes to prevent integer size conversionswhiteshark02-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
2009-07-26GPL header fixedtobigun1-1/+1
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1929 b956fd51-792f-4845-bead-9b4dfca2ff2c
2009-07-26make life easier for git-users with .gitignore files. Especially it prevents ↵tobigun1-0/+8
git from removing empty directories. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1926 b956fd51-792f-4845-bead-9b4dfca2ff2c
2009-07-26Language option fix:tobigun3-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
2009-07-19Do not use range overflow for CurRound. Could probably be done nicer.k-m_schindler1-2/+7
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1853 b956fd51-792f-4845-bead-9b4dfca2ff2c
2009-07-18some modifications on the DataBaseLoadingb_krueger2-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
2009-07-18Comment added. no code change.k-m_schindler1-2/+2
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1849 b956fd51-792f-4845-bead-9b4dfca2ff2c