aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Classes/USongs.pas (unfollow)
Commit message (Expand)AuthorFilesLines
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
2007-09-24fixed song loading in Lazarus..jaybinks1-753/+756
2007-09-20fixed a bunch of path delimiter issues on linux build :)jaybinks1-753/+753
2007-09-19added UCommon ( in classes ) for lazarus...jaybinks1-0/+6
2007-09-12* added missed dependency PNGImage.jaybinks1-1/+5
2007-05-16all SongFile Loading and Saving procedures moved to UFiles.whiteshark01-1/+1
2007-05-08Fixed the "one Song too much" Bugwhiteshark01-1/+1
2007-04-23Fixed: SongSorting is CaseSensitivewhiteshark01-18/+18
2007-04-20Some Memory tweaking (13 MB Less Ram using at 800 Songs)whiteshark01-3/+23
2007-03-29Fixed Some Bugs in JumpTo Screen:whiteshark01-0/+1
2007-03-28Added Jumpto Ability to SongScreen (Press J)whiteshark01-11/+66