| Commit message (Expand) | Author | Files | Lines |
2009-11-18 | fixed TCatSongs.FindNextVisible | whiteshark0 | 1 | -5/+9 |
2009-11-17 | implemented suggestions by Canni from Assembla ticket #85 | whiteshark0 | 1 | -41/+27 |
2009-11-09 | merged unicode branch (r1931) into trunk | s_alexander | 1 | -198/+221 |
2009-06-29 | cosmetics | whiteshark0 | 1 | -10/+0 |
2009-04-25 | correcting typos from cosmetics | k-m_schindler | 1 | -4/+4 |
2009-04-25 | Cosmetics. No code change | k-m_schindler | 1 | -101/+102 |
2009-03-23 | cosmetics | whiteshark0 | 1 | -2/+2 |
2009-03-07 | final cleanup of Umain. Creation of UNote | k-m_schindler | 1 | -1/+1 |
2009-03-07 | unclutter UMain.pas. Create UPath.pas. Tests on all platformssvn statussvn st... | k-m_schindler | 1 | -6/+8 |
2009-02-04 | Tabs_at_startup -> TabsAtStartup | tobigun | 1 | -1/+1 |
2009-01-02 | capture failure of file/dir access. Courtesy to Filipe Cabecinhas. | k-m_schindler | 1 | -2/+10 |
2008-10-28 | some compiler warnings/hints removed | tobigun | 1 | -2/+2 |
2008-09-23 | indentation unified, no code change. | k-m_schindler | 1 | -23/+23 |
2008-09-23 | gpl header added and property svn:header set to "HeadURL Id" | k-m_schindler | 1 | -0/+25 |
2008-09-02 | Moved: The folder classes has been renamed to base | mogguh | 1 | -0/+0 |
2008-08-27 | rename Classes part2 | k-m_schindler | 1 | -0/+0 |
2008-08-27 | rename Classes part1 | k-m_schindler | 1 | -0/+0 |
2008-08-27 | Reordering of the directories[1]: moving Game/Code to src | k-m_schindler | 1 | -0/+0 |
2008-08-15 | - Support for multiple song/cover paths. | tobigun | 1 | -4/+4 |
2008-08-13 | Covers.Load does not exist anymore | tobigun | 1 | -2/+2 |
2008-08-13 | Disabled threaded song-loading until it is fixed. | tobigun | 1 | -16/+23 |
2008-08-13 | - new cover-loading. Cover thumbnails are stored in an sqlite db (cover.db) n... | tobigun | 1 | -2/+2 |
2008-08-08 | warning removed | tobigun | 1 | -0/+3 |
2008-07-12 | cleanup + comments | tobigun | 1 | -6/+19 |
2008-05-24 | AnsiContainsText for darwin removed - not needed any more; reworked some if s... | k-m_schindler | 1 | -101/+98 |
2008-05-08 | set some non-error logs from error to status | tobigun | 1 | -2/+2 |
2008-05-08 | added "inherited ..." to all constructors to assure that the base-class const... | tobigun | 1 | -0/+1 |
2008-05-02 | - replaced some DebugWriteln() with Log.Log...() | tobigun | 1 | -1/+1 |
2008-04-27 | - Fixed several bugs with tabbed browsing (Tabs: on) which occurred after TSo... | tobigun | 1 | -387/+264 |
2008-04-19 | tried to make songloading working with the old loader and keep all changes th... | s_alexander | 1 | -38/+38 |
2008-04-06 | Replaced some {-comments with (*-comments to remove nested comments of the sa... | tobigun | 1 | -2/+2 |
2008-04-04 | Covers Cache rewritten | whiteshark0 | 1 | -1/+1 |
2008-03-30 | Prepared some classes for enhanced Song loading. | whiteshark0 | 1 | -37/+37 |
2008-03-27 | USDX is now able to load SingStar XML Songfiles using Whitesharks XML2US Parser | f1fth_freed0m | 1 | -17/+55 |
2008-03-26 | added "-debug" flag at run time and "CONSOLE" Define in switches.inc | jaybinks | 1 | -25/+1 |
2008-02-20 | fixed that damn bug with the NG path hack... grrr | jaybinks | 1 | -1/+2 |
2008-02-13 | added USNG Song path , so we can use songs that a USNG install may have. | jaybinks | 1 | -886/+893 |
2008-02-05 | - DirWatch-support with FPC (windows only) | tobigun | 1 | -5/+3 |
2008-01-27 | - Added missing "override" for TSongs.destroy(). | tobigun | 1 | -897/+888 |
2008-01-20 | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@802 b956fd51-792f-4... | eddie-0815 | 1 | -4/+10 |
2008-01-12 | bunch of smaller changes... | jaybinks | 1 | -147/+112 |
2008-01-09 | Changed BrowsePos from Cardinal to Integer, because of range check errors at ... | eddie-0815 | 1 | -1/+1 |
2007-12-20 | made USDX function when file paths differ from previous expectations.. | jaybinks | 1 | -2/+7 |
2007-12-05 | - compatibility changes for fpc 2.2.0 and lazarus 0.9.24. Changes are enabled... | tobigun | 1 | -1/+1 |
2007-11-08 | Removed the String() casts. Now BrowseDir is unicode capable again. | eddie-0815 | 1 | -2/+2 |
2007-11-08 | Added UPlatform.pas. This should be the first step to move the simple platfor... | eddie-0815 | 1 | -184/+38 |
2007-11-08 | Mac OS X: Added PseudoThread for debugging, because debugging of threaded cod... | eddie-0815 | 1 | -3/+22 |
2007-11-05 | Mac OS X: We're getting closer! Songs get loaded. Sound is playing on the Sin... | eddie-0815 | 1 | -47/+47 |
2007-11-03 | Mac OS X: Added unit cthreads. USDX now runs on OS X! But you can't do anythi... | eddie-0815 | 1 | -1045/+1048 |
2007-11-03 | Windows Lazarus Build working again... | jaybinks | 1 | -1043/+1045 |