aboutsummaryrefslogtreecommitdiffstats
path: root/src/base/USongs.pas (unfollow)
Commit message (Expand)AuthorFilesLines
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
2007-11-08Mac OS X: Added PseudoThread for debugging, because debugging of threaded cod...eddie-08151-3/+22
2007-11-05Mac OS X: We're getting closer! Songs get loaded. Sound is playing on the Sin...eddie-08151-47/+47
2007-11-03Mac OS X: Added unit cthreads. USDX now runs on OS X! But you can't do anythi...eddie-08151-1045/+1048
2007-11-03Windows Lazarus Build working again...jaybinks1-1043/+1045
2007-11-02Fixed MacOSX version. Can we use baseunix on linux? We could drop oldlinux th...eddie-08151-14/+22
2007-11-02Runtime Song Additionjaybinks1-16/+50
2007-11-02fix bad build#USDX-DELPHI-99jaybinks1-1/+3
2007-11-02basic threading of song loading..jaybinks1-27/+126
2007-11-01fixed failed buildsjaybinks1-2/+7
2007-11-01Mac OS X version compiles and links. I hope I didn't break too many files on ...eddie-08151-10/+78
2007-10-29fixed build error since build#USDX-LAZLIN-65jaybinks1-34/+77
2007-10-27made some major progress with ffmpeg audio playback !!!jaybinks1-31/+34
2007-10-27fixed my oops, and have also fixed bamboo build to show this error.. dohjaybinks1-3/+7
2007-10-25first effort to work towards jira#USDX-60jaybinks1-756/+777