| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Removed Windows.pas include | eddie-0815 | 2007-11-20 | 1 | -3/+0 |
* | Fixed UPlatformLinux.pas | eddie-0815 | 2007-11-20 | 1 | -1/+1 |
* | Changed Platform from Interface to Class. | eddie-0815 | 2007-11-20 | 7 | -157/+105 |
* | promoted changes from fisheye#614 to the main trunk | jaybinks | 2007-11-20 | 1 | -0/+92 |
* | fix run time bug | jaybinks | 2007-11-19 | 1 | -2/+2 |
* | fixed bug in UIni ( on linux at least ) | jaybinks | 2007-11-19 | 2 | -165/+168 |
* | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@603 b956fd51-792f-4... | jaybinks | 2007-11-11 | 1 | -6/+3 |
* | Fixed song loading on Windows. | eddie-0815 | 2007-11-08 | 1 | -16/+17 |
* | Removed the String() casts. Now BrowseDir is unicode capable again. | eddie-0815 | 2007-11-08 | 1 | -2/+2 |
* | Added forward declarations... | eddie-0815 | 2007-11-08 | 1 | -0/+5 |
* | Move the TSearchRecW record to the implementation part. This should fix the c... | eddie-0815 | 2007-11-08 | 1 | -8/+11 |
* | Changed d_name to name. | eddie-0815 | 2007-11-08 | 1 | -5/+5 |
* | Added missing functions. I Hope this fixes the build on Windows. | eddie-0815 | 2007-11-08 | 1 | -0/+70 |
* | Added UPlatform.pas. This should be the first step to move the simple platfor... | eddie-0815 | 2007-11-08 | 11 | -404/+470 |
* | Mac OS X: Added PseudoThread for debugging, because debugging of threaded cod... | eddie-0815 | 2007-11-08 | 11 | -392/+306 |
* | Some changes to PluginInterface to fit with 64 Bit Systems. lParam is maily f... | whiteshark0 | 2007-11-06 | 6 | -705/+707 |
* | Mac OS X: We're getting closer! Songs get loaded. Sound is playing on the Sin... | eddie-0815 | 2007-11-05 | 7 | -595/+411 |
* | Fixed compilation on the mac: Function Ptr() does not exist. Please use the P... | eddie-0815 | 2007-11-05 | 4 | -744/+747 |
* | Partymodule finished. | whiteshark0 | 2007-11-04 | 11 | -469/+710 |
* | Added MacResources.pas. Fixed some resource loading issues on OS X. The main ... | eddie-0815 | 2007-11-04 | 7 | -1599/+1510 |
* | Mac OS X: Added unit cthreads. USDX now runs on OS X! But you can't do anythi... | eddie-0815 | 2007-11-03 | 5 | -1287/+1333 |
* | Changed DELPHI define to IFDEF LAZARUS ... ELSE ... ENDIF. This should work o... | eddie-0815 | 2007-11-03 | 1 | -36/+32 |
* | 1 more try. | jaybinks | 2007-11-03 | 1 | -1/+3 |
* | another attempt.. | jaybinks | 2007-11-03 | 2 | -1/+1 |
* | attempt to fix linux build. | jaybinks | 2007-11-03 | 1 | -6/+6 |
* | Windows Lazarus Build working again... | jaybinks | 2007-11-03 | 8 | -4194/+4024 |
* | Fixed GamePath for Mac OS X. | eddie-0815 | 2007-11-02 | 1 | -0/+24 |
* | Added icns file for mac os x. | eddie-0815 | 2007-11-02 | 5 | -226/+156 |
* | Fixed MacOSX version. Can we use baseunix on linux? We could drop oldlinux th... | eddie-0815 | 2007-11-02 | 6 | -326/+368 |
* | oops | jaybinks | 2007-11-02 | 2 | -0/+334 |
* | Runtime Song Addition | jaybinks | 2007-11-02 | 6 | -22/+145 |
* | Runtime theme changing - jira#USDX-156 | jaybinks | 2007-11-02 | 2 | -4/+86 |
* | fix bad build#USDX-DELPHI-99 | jaybinks | 2007-11-02 | 1 | -1/+3 |
* | basic threading of song loading.. | jaybinks | 2007-11-02 | 3 | -308/+401 |
* | fixed failed builds | jaybinks | 2007-11-01 | 56 | -7027/+6984 |
* | Windows version now compiles again. | eddie-0815 | 2007-11-01 | 1 | -1/+4 |
* | Mac OS X version compiles and links. I hope I didn't break too many files on ... | eddie-0815 | 2007-11-01 | 110 | -7384/+12544 |
* | Added SQLite 3.5.1 library for Mac OS X (Intel only binary) | eddie-0815 | 2007-10-30 | 1 | -0/+0 |
* | fixed build error since build#USDX-LAZLIN-65 | jaybinks | 2007-10-29 | 1 | -34/+77 |
* | BASS Version 2.3 for MacOSX (Universal Binary) | eddie-0815 | 2007-10-29 | 1 | -0/+0 |
* | Just adding first MacOSX version. This does not compile yet. | eddie-0815 | 2007-10-29 | 20 | -0/+8363 |
* | Add new Party Modi SDK to Trunk | whiteshark0 | 2007-10-29 | 1 | -0/+1 |
* | try to fix build errors | whiteshark0 | 2007-10-27 | 4 | -5/+5 |
* | Finished pluginloader, plugininterface | whiteshark0 | 2007-10-27 | 7 | -76/+947 |
* | Fixed "White Line" Bug | whiteshark0 | 2007-10-27 | 1 | -2/+6 |
* | made some major progress with ffmpeg audio playback !!! | jaybinks | 2007-10-27 | 7 | -121/+311 |
* | fixed my oops, and have also fixed bamboo build to show this error.. doh | jaybinks | 2007-10-27 | 1 | -3/+7 |
* | did some major work towards ffmpeg audio playback. | jaybinks | 2007-10-26 | 2 | -217/+487 |
* | first effort to work towards jira#USDX-60 | jaybinks | 2007-10-25 | 2 | -1520/+1541 |
* | minor changes and fixes for USDX on linux. | jaybinks | 2007-10-25 | 7 | -1382/+1421 |