aboutsummaryrefslogtreecommitdiffstats
path: root/src/base/USongs.pas (unfollow)
Commit message (Expand)AuthorFilesLines
2016-01-01add GetStringWithNoAccentsk-m_schindler1-1/+4
2014-11-22Remove unused variables and fix warnings with ifdefed variables. Thanks to ru...k-m_schindler1-3/+0
2010-04-22fixed regression of last committobigun1-1/+1
2010-04-21- cleanuptobigun1-5/+5
2009-11-18fixed TCatSongs.FindNextVisiblewhiteshark01-5/+9
2009-11-17implemented suggestions by Canni from Assembla ticket #85whiteshark01-41/+27
2009-11-09merged unicode branch (r1931) into trunks_alexander1-198/+221
2009-06-29cosmeticswhiteshark01-10/+0
2009-04-25correcting typos from cosmeticsk-m_schindler1-4/+4
2009-04-25Cosmetics. No code changek-m_schindler1-101/+102
2009-03-23cosmeticswhiteshark01-2/+2
2009-03-07final cleanup of Umain. Creation of UNotek-m_schindler1-1/+1
2009-03-07unclutter UMain.pas. Create UPath.pas. Tests on all platformssvn statussvn st...k-m_schindler1-6/+8
2009-02-04Tabs_at_startup -> TabsAtStartuptobigun1-1/+1
2009-01-02capture failure of file/dir access. Courtesy to Filipe Cabecinhas.k-m_schindler1-2/+10
2008-10-28some compiler warnings/hints removedtobigun1-2/+2
2008-09-23indentation unified, no code change.k-m_schindler1-23/+23
2008-09-23gpl header added and property svn:header set to "HeadURL Id"k-m_schindler1-0/+25
2008-09-02Moved: The folder classes has been renamed to basemogguh1-0/+0
2008-08-27rename Classes part2k-m_schindler1-0/+0
2008-08-27rename Classes part1k-m_schindler1-0/+0
2008-08-27Reordering of the directories[1]: moving Game/Code to srck-m_schindler1-0/+0
2008-08-15- Support for multiple song/cover paths.tobigun1-4/+4
2008-08-13Covers.Load does not exist anymoretobigun1-2/+2
2008-08-13Disabled threaded song-loading until it is fixed. tobigun1-16/+23
2008-08-13- new cover-loading. Cover thumbnails are stored in an sqlite db (cover.db) n...tobigun1-2/+2
2008-08-08warning removedtobigun1-0/+3
2008-07-12cleanup + commentstobigun1-6/+19
2008-05-24AnsiContainsText for darwin removed - not needed any more; reworked some if s...k-m_schindler1-101/+98
2008-05-08set some non-error logs from error to statustobigun1-2/+2
2008-05-08added "inherited ..." to all constructors to assure that the base-class const...tobigun1-0/+1
2008-05-02- replaced some DebugWriteln() with Log.Log...() tobigun1-1/+1
2008-04-27- Fixed several bugs with tabbed browsing (Tabs: on) which occurred after TSo...tobigun1-387/+264
2008-04-19tried to make songloading working with the old loader and keep all changes th...s_alexander1-38/+38
2008-04-06Replaced some {-comments with (*-comments to remove nested comments of the sa...tobigun1-2/+2
2008-04-04Covers Cache rewrittenwhiteshark01-1/+1
2008-03-30Prepared some classes for enhanced Song loading.whiteshark01-37/+37
2008-03-27USDX is now able to load SingStar XML Songfiles using Whitesharks XML2US Parserf1fth_freed0m1-17/+55
2008-03-26added "-debug" flag at run time and "CONSOLE" Define in switches.inc jaybinks1-25/+1
2008-02-20fixed that damn bug with the NG path hack... grrrjaybinks1-1/+2
2008-02-13added USNG Song path , so we can use songs that a USNG install may have.jaybinks1-886/+893
2008-02-05- DirWatch-support with FPC (windows only)tobigun1-5/+3
2008-01-27- Added missing "override" for TSongs.destroy().tobigun1-897/+888
2008-01-20git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@802 b956fd51-792f-4...eddie-08151-4/+10
2008-01-12bunch of smaller changes...jaybinks1-147/+112
2008-01-09Changed BrowsePos from Cardinal to Integer, because of range check errors at ...eddie-08151-1/+1
2007-12-20made USDX function when file paths differ from previous expectations..jaybinks1-2/+7
2007-12-05- compatibility changes for fpc 2.2.0 and lazarus 0.9.24. Changes are enabled...tobigun1-1/+1
2007-11-08Removed the String() casts. Now BrowseDir is unicode capable again.eddie-08151-2/+2
2007-11-08Added UPlatform.pas. This should be the first step to move the simple platfor...eddie-08151-184/+38