aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* added medley code changesbrunzelchen2009-12-099-159/+1058
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2013 b956fd51-792f-4845-bead-9b4dfca2ff2c
* added missing filebrunzelchen2009-12-091-0/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2012 b956fd51-792f-4845-bead-9b4dfca2ff2c
* just a first experimental versionbrunzelchen2009-12-09654-0/+205553
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2011 b956fd51-792f-4845-bead-9b4dfca2ff2c
* adds working teamduel lua pluginwhiteshark02009-12-092-2/+234
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2010 b956fd51-792f-4845-bead-9b4dfca2ff2c
* complemented temporary hook descriptionwhiteshark02009-12-091-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2009 b956fd51-792f-4845-bead-9b4dfca2ff2c
* adds event ScreenSing.SongLoadedwhiteshark02009-12-091-1/+7
| | | | | | event is triggered after a new song is loaded git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2008 b956fd51-792f-4845-bead-9b4dfca2ff2c
* fixed lua function ScreenSing.GetLineswhiteshark02009-12-091-1/+1
| | | | | | it may return an old song now, when it is called from at uncommon parts of code. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2007 b956fd51-792f-4845-bead-9b4dfca2ff2c
* remove old screen sing modiwhiteshark02009-12-095-11/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2006 b956fd51-792f-4845-bead-9b4dfca2ff2c
* implements Usdx.Unhookwhiteshark02009-12-091-10/+103
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2005 b956fd51-792f-4845-bead-9b4dfca2ff2c
* fixed missing brackedwhiteshark02009-08-301-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1935 b956fd51-792f-4845-bead-9b4dfca2ff2c
* 3 new lua functionwhiteshark02009-08-291-14/+191
| | | | | | | | ScreenSing.BeatsToSeconds ScreenSing.SecondsToBeat (both based on cur. song bpm) ScreenSing.GetSongLines returns a table containing the songs line information git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1934 b956fd51-792f-4845-bead-9b4dfca2ff2c
* usdx module prefix (Usdx.) is now case insensitive (in require statement)whiteshark02009-08-221-2/+46
| | | | | | | | | replaced luas require function with a custom one to allow more compact require statement. the custom function does not return loaded modules, but is able to load more than one module at once, e.g.: require('math', 'Usdx.Log') luas standard require function is in _require and can still be used. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1933 b956fd51-792f-4845-bead-9b4dfca2ff2c
* unused fonts removedtobigun2009-07-262-0/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1931 b956fd51-792f-4845-bead-9b4dfca2ff2c
* some cmake changestobigun2009-07-269-133/+259
| | | | | | - everything finished except mac os x bundle creation git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1930 b956fd51-792f-4845-bead-9b4dfca2ff2c
* make life easier for git-users with .gitignore files. Especially it prevents ↵tobigun2009-07-267-0/+44
| | | | | | git from removing empty directories. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1927 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Language option fix:tobigun2009-07-263-54/+26
| | | | | | | | | - 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/branches/experimental@1924 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Delphi 7 compatibility fix (eat this, buildbot)tobigun2009-07-264-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1922 b956fd51-792f-4845-bead-9b4dfca2ff2c
* language improvements and code cosmetics. no code change.k-m_schindler2009-07-231-56/+56
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1921 b956fd51-792f-4845-bead-9b4dfca2ff2c
* some small language improvements plus a forgotten item in German.inik-m_schindler2009-07-232-4/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1920 b956fd51-792f-4845-bead-9b4dfca2ff2c
* typo: Italienisch -> Italiank-m_schindler2009-07-2313-13/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1919 b956fd51-792f-4845-bead-9b4dfca2ff2c
* translation of new text and a minor correctionk-m_schindler2009-07-231-1/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1918 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Most of the unicode branch (if not all) should be done now. Please test.tobigun2009-07-231-2/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1917 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Catalan already was UTF-8 (without BOM)tobigun2009-07-232-94/+94
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1916 b956fd51-792f-4845-bead-9b4dfca2ff2c
* new language strings added to english language filetobigun2009-07-232-1/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1915 b956fd51-792f-4845-bead-9b4dfca2ff2c
* - language files converted to UTF-8 WITH BOM (!!!)tobigun2009-07-2317-994/+993
| | | | | | - replaced TIniFile with TUnicodeMemIniFile in ULanguage as neither TIniFile nor TMemIniFile are capabable of handling the UTF-8 BOM correctly (for example the first section name that is preceded by a BOM is ignored and hence the whole section is ignored) git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1914 b956fd51-792f-4845-bead-9b4dfca2ff2c
* update to current trunk (1853)tobigun2009-07-234-49/+103
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1913 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Buggy DirectoryFindFiles() (used by BrowseTXT/XMLFiles) removed and replaced ↵tobigun2009-07-232-98/+58
| | | | | | | | | | | with TSongs.FindFilesByExtension() - DirectoryFindFiles() was not applicable as: - it found files that contained the extension anywhere in the file, e.g. file.txt.bak - was not recursive (caller had to explore subdirs himself) - was not correct if ReturnAllSubDirs=false, as it also returned matching directories with IsFile=true and IsDirectory=false git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1912 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Editor:tobigun2009-07-231-2/+23
| | | | | | | - if encoding must be changed to UTF-8 create a backup copy of the old file - show error/info dialog if file saving failed/succeeded git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1911 b956fd51-792f-4845-bead-9b4dfca2ff2c
* - Do not make plugins. Block on Mac OS Xtobigun2009-07-232-3/+4
| | | | | | - iconv ambiguity on mac os x solved (used /sw/lib/ one with missing symbols instead of /usr/lib one) (for the 2nd time) git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1910 b956fd51-792f-4845-bead-9b4dfca2ff2c
* spelling correctionstobigun2009-07-231-21/+20
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1909 b956fd51-792f-4845-bead-9b4dfca2ff2c
* reset all ref-counted fields before usage of FillChar() to avoid memory leakstobigun2009-07-232-1/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1908 b956fd51-792f-4845-bead-9b4dfca2ff2c
* GarbageList.Count >= GarbageMaxCounttobigun2009-07-231-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1907 b956fd51-792f-4845-bead-9b4dfca2ff2c
* TPlatformMacOSX.CreateUserFolders() uses IPathtobigun2009-07-231-48/+34
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1906 b956fd51-792f-4845-bead-9b4dfca2ff2c
* TUnicodeMemIniFile addedtobigun2009-07-231-0/+79
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1905 b956fd51-792f-4845-bead-9b4dfca2ff2c
* string -> UTF8String / IPathtobigun2009-07-233-49/+41
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1904 b956fd51-792f-4845-bead-9b4dfca2ff2c
* language file conversion script addedtobigun2009-07-231-0/+43
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1903 b956fd51-792f-4845-bead-9b4dfca2ff2c
* According to the Delphi doc for INFINITY it should not be used in ↵tobigun2009-07-231-2/+2
| | | | | | comparisons. Use IsInfinit() instead. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1902 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Define for OS X must be DARWIN and not APPLEtobigun2009-07-231-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1901 b956fd51-792f-4845-bead-9b4dfca2ff2c
* merge with trunk revision 1845tobigun2009-07-2327-399/+1702
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1900 b956fd51-792f-4845-bead-9b4dfca2ff2c
* - commentstobigun2009-07-231-9/+12
| | | | | | | - StringReplaceW -> WideStringReplaceChar git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1899 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Song sorting uses locale specific comparisontobigun2009-07-231-5/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1898 b956fd51-792f-4845-bead-9b4dfca2ff2c
* - interface ref-cnt bug workaround for IPathtobigun2009-07-232-36/+122
| | | | | | | - IPath.Intern to be able to see the string contents while debugging (at least with delphi) - previous workaround with temp-paths removed git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1897 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Midi to USDX converter fixedtobigun2009-07-231-165/+289
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1896 b956fd51-792f-4845-bead-9b4dfca2ff2c
* - Translations addedtobigun2009-07-237-30/+83
| | | | | | - Info popup added git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1895 b956fd51-792f-4845-bead-9b4dfca2ff2c
* further string -> UTF8String conversionstobigun2009-07-232-19/+19
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1894 b956fd51-792f-4845-bead-9b4dfca2ff2c
* WideStringLower/UpperCase on unix uses WideLower/UpperCase from cwstring ↵tobigun2009-07-231-9/+26
| | | | | | again instead of the simple ASCII Lower/UpperCase version git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1893 b956fd51-792f-4845-bead-9b4dfca2ff2c
* CurrentTexture.Name = Name -> CurrentTexture.Name.Equals(Name)tobigun2009-07-231-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1892 b956fd51-792f-4845-bead-9b4dfca2ff2c
* TntWideStrings included for FPC and delphi < 2006tobigun2009-07-232-7/+26
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1891 b956fd51-792f-4845-bead-9b4dfca2ff2c
* integer/word/.. upper -> lower casetobigun2009-07-232-105/+105
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1890 b956fd51-792f-4845-bead-9b4dfca2ff2c
* UTF8 file protocol ('ufile:') added for FFmpeg unicode supporttobigun2009-07-233-70/+84
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1889 b956fd51-792f-4845-bead-9b4dfca2ff2c