index
:
usdx
cpp
github/svn/1.0.1
github/svn/1.0.1%20Challenge%20MOD
github/svn/1.01
github/svn/1.0x
github/svn/1.1
github/svn/1.1-beta
github/svn/Lua
github/svn/experimental
github/svn/new_songloading
github/svn/trunk
master
svn/1.0.1
svn/1.0.1%20Challenge%20MOD
svn/1.01
svn/1.0x
svn/1.1
svn/1.1-beta
svn/Lua
svn/experimental
svn/new_songloading
svn/trunk
SVN Import von https://ultrastardx.svn.sourceforge.net/svnroot/ultrastardx
UltraStar Deluxe Development Team
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Game
/
Code
/
Classes
/
USongs.pas
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
cleanup + comments
tobigun
2008-07-12
1
-6
/
+19
*
AnsiContainsText for darwin removed - not needed any more; reworked some if s...
k-m_schindler
2008-05-24
1
-101
/
+98
*
set some non-error logs from error to status
tobigun
2008-05-08
1
-2
/
+2
*
added "inherited ..." to all constructors to assure that the base-class const...
tobigun
2008-05-08
1
-0
/
+1
*
- replaced some DebugWriteln() with Log.Log...()
tobigun
2008-05-02
1
-1
/
+1
*
- Fixed several bugs with tabbed browsing (Tabs: on) which occurred after TSo...
tobigun
2008-04-27
1
-387
/
+264
*
tried to make songloading working with the old loader and keep all changes th...
s_alexander
2008-04-19
1
-38
/
+38
*
Replaced some {-comments with (*-comments to remove nested comments of the sa...
tobigun
2008-04-06
1
-2
/
+2
*
Covers Cache rewritten
whiteshark0
2008-04-04
1
-1
/
+1
*
Prepared some classes for enhanced Song loading.
whiteshark0
2008-03-30
1
-37
/
+37
*
USDX is now able to load SingStar XML Songfiles using Whitesharks XML2US Parser
f1fth_freed0m
2008-03-27
1
-17
/
+55
*
added "-debug" flag at run time and "CONSOLE" Define in switches.inc
jaybinks
2008-03-26
1
-25
/
+1
*
fixed that damn bug with the NG path hack... grrr
jaybinks
2008-02-20
1
-1
/
+2
*
added USNG Song path , so we can use songs that a USNG install may have.
jaybinks
2008-02-13
1
-886
/
+893
*
- DirWatch-support with FPC (windows only)
tobigun
2008-02-05
1
-5
/
+3
*
- Added missing "override" for TSongs.destroy().
tobigun
2008-01-27
1
-897
/
+888
*
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@802 b956fd51-792f-4...
eddie-0815
2008-01-20
1
-4
/
+10
*
bunch of smaller changes...
jaybinks
2008-01-12
1
-147
/
+112
*
Changed BrowsePos from Cardinal to Integer, because of range check errors at ...
eddie-0815
2008-01-09
1
-1
/
+1
*
made USDX function when file paths differ from previous expectations..
jaybinks
2007-12-20
1
-2
/
+7
*
- compatibility changes for fpc 2.2.0 and lazarus 0.9.24. Changes are enabled...
tobigun
2007-12-05
1
-1
/
+1
*
Removed the String() casts. Now BrowseDir is unicode capable again.
eddie-0815
2007-11-08
1
-2
/
+2
*
Added UPlatform.pas. This should be the first step to move the simple platfor...
eddie-0815
2007-11-08
1
-184
/
+38
*
Mac OS X: Added PseudoThread for debugging, because debugging of threaded cod...
eddie-0815
2007-11-08
1
-3
/
+22
*
Mac OS X: We're getting closer! Songs get loaded. Sound is playing on the Sin...
eddie-0815
2007-11-05
1
-47
/
+47
*
Mac OS X: Added unit cthreads. USDX now runs on OS X! But you can't do anythi...
eddie-0815
2007-11-03
1
-1045
/
+1048
*
Windows Lazarus Build working again...
jaybinks
2007-11-03
1
-1043
/
+1045
*
Fixed MacOSX version. Can we use baseunix on linux? We could drop oldlinux th...
eddie-0815
2007-11-02
1
-14
/
+22
*
Runtime Song Addition
jaybinks
2007-11-02
1
-16
/
+50
*
fix bad build#USDX-DELPHI-99
jaybinks
2007-11-02
1
-1
/
+3
*
basic threading of song loading..
jaybinks
2007-11-02
1
-27
/
+126
*
fixed failed builds
jaybinks
2007-11-01
1
-2
/
+7
*
Mac OS X version compiles and links. I hope I didn't break too many files on ...
eddie-0815
2007-11-01
1
-10
/
+78
*
fixed build error since build#USDX-LAZLIN-65
jaybinks
2007-10-29
1
-34
/
+77
*
made some major progress with ffmpeg audio playback !!!
jaybinks
2007-10-27
1
-31
/
+34
*
fixed my oops, and have also fixed bamboo build to show this error.. doh
jaybinks
2007-10-27
1
-3
/
+7
*
first effort to work towards jira#USDX-60
jaybinks
2007-10-25
1
-756
/
+777
*
fixed song loading in Lazarus..
jaybinks
2007-09-24
1
-753
/
+756
*
fixed a bunch of path delimiter issues on linux build :)
jaybinks
2007-09-20
1
-753
/
+753
*
added UCommon ( in classes ) for lazarus...
jaybinks
2007-09-19
1
-0
/
+6
*
* added missed dependency PNGImage.
jaybinks
2007-09-12
1
-1
/
+5
*
all SongFile Loading and Saving procedures moved to UFiles.
whiteshark0
2007-05-16
1
-1
/
+1
*
Fixed the "one Song too much" Bug
whiteshark0
2007-05-08
1
-1
/
+1
*
Fixed: SongSorting is CaseSensitive
whiteshark0
2007-04-23
1
-18
/
+18
*
Some Memory tweaking (13 MB Less Ram using at 800 Songs)
whiteshark0
2007-04-20
1
-3
/
+23
*
Fixed Some Bugs in JumpTo Screen:
whiteshark0
2007-03-29
1
-0
/
+1
*
Added Jumpto Ability to SongScreen (Press J)
whiteshark0
2007-03-28
1
-11
/
+66
*
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1 b956fd51-792f-484...
whiteshark0
2007-03-21
1
-0
/
+667