| Commit message (Expand) | Author | Files | Lines |
2007-11-23 | Fonts are readable again, didn't edit the outline fonts (will be done later, ... | mogguh | 1 | -6/+6 |
2007-11-22 | Added LogBuffer to dump binary data to a file. | eddie-0815 | 1 | -0/+19 |
2007-11-21 | Solved Usdx-1 in Trunk and 1.0.1 | whiteshark0 | 1 | -794/+794 |
2007-11-20 | Removed Windows.pas include | eddie-0815 | 1 | -3/+0 |
2007-11-20 | Fixed UPlatformLinux.pas | eddie-0815 | 1 | -1/+1 |
2007-11-20 | Changed Platform from Interface to Class. | eddie-0815 | 7 | -157/+105 |
2007-11-20 | promoted changes from fisheye#614 to the main trunk | jaybinks | 1 | -0/+92 |
2007-11-19 | fix run time bug | jaybinks | 1 | -2/+2 |
2007-11-19 | fixed bug in UIni ( on linux at least ) | jaybinks | 1 | -1/+2 |
2007-11-11 | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@603 b956fd51-792f-4... | jaybinks | 1 | -6/+3 |
2007-11-08 | Fixed song loading on Windows. | eddie-0815 | 1 | -16/+17 |
2007-11-08 | Removed the String() casts. Now BrowseDir is unicode capable again. | eddie-0815 | 1 | -2/+2 |
2007-11-08 | Added forward declarations... | eddie-0815 | 1 | -0/+5 |
2007-11-08 | Move the TSearchRecW record to the implementation part. This should fix the c... | eddie-0815 | 1 | -8/+11 |
2007-11-08 | Changed d_name to name. | eddie-0815 | 1 | -5/+5 |
2007-11-08 | Added missing functions. I Hope this fixes the build on Windows. | eddie-0815 | 1 | -0/+70 |
2007-11-08 | Added UPlatform.pas. This should be the first step to move the simple platfor... | eddie-0815 | 6 | -187/+284 |
2007-11-08 | Mac OS X: Added PseudoThread for debugging, because debugging of threaded cod... | eddie-0815 | 3 | -3/+36 |
2007-11-06 | Some changes to PluginInterface to fit with 64 Bit Systems. lParam is maily f... | whiteshark0 | 6 | -705/+707 |
2007-11-05 | Mac OS X: We're getting closer! Songs get loaded. Sound is playing on the Sin... | eddie-0815 | 3 | -48/+51 |
2007-11-05 | Fixed compilation on the mac: Function Ptr() does not exist. Please use the P... | eddie-0815 | 1 | -613/+614 |
2007-11-04 | Partymodule finished. | whiteshark0 | 4 | -408/+644 |
2007-11-04 | Added MacResources.pas. Fixed some resource loading issues on OS X. The main ... | eddie-0815 | 1 | -1139/+1142 |
2007-11-03 | Mac OS X: Added unit cthreads. USDX now runs on OS X! But you can't do anythi... | eddie-0815 | 3 | -1078/+1089 |
2007-11-03 | Changed DELPHI define to IFDEF LAZARUS ... ELSE ... ENDIF. This should work o... | eddie-0815 | 1 | -36/+32 |
2007-11-03 | Windows Lazarus Build working again... | jaybinks | 5 | -3790/+3791 |
2007-11-02 | Fixed GamePath for Mac OS X. | eddie-0815 | 1 | -0/+24 |
2007-11-02 | Fixed MacOSX version. Can we use baseunix on linux? We could drop oldlinux th... | eddie-0815 | 2 | -15/+22 |
2007-11-02 | Runtime Song Addition | jaybinks | 4 | -18/+52 |
2007-11-02 | Runtime theme changing - jira#USDX-156 | jaybinks | 1 | -1/+38 |
2007-11-02 | fix bad build#USDX-DELPHI-99 | jaybinks | 1 | -1/+3 |
2007-11-02 | basic threading of song loading.. | jaybinks | 2 | -305/+396 |
2007-11-01 | fixed failed builds | jaybinks | 35 | -3423/+3579 |
2007-11-01 | Windows version now compiles again. | eddie-0815 | 1 | -1/+4 |
2007-11-01 | Mac OS X version compiles and links. I hope I didn't break too many files on ... | eddie-0815 | 43 | -1532/+1825 |
2007-10-29 | fixed build error since build#USDX-LAZLIN-65 | jaybinks | 1 | -34/+77 |
2007-10-27 | try to fix build errors | whiteshark0 | 3 | -4/+4 |
2007-10-27 | Finished pluginloader, plugininterface | whiteshark0 | 7 | -76/+947 |
2007-10-27 | made some major progress with ffmpeg audio playback !!! | jaybinks | 5 | -114/+297 |
2007-10-27 | fixed my oops, and have also fixed bamboo build to show this error.. doh | jaybinks | 1 | -3/+7 |
2007-10-26 | did some major work towards ffmpeg audio playback. | jaybinks | 1 | -214/+476 |
2007-10-25 | first effort to work towards jira#USDX-60 | jaybinks | 2 | -1520/+1541 |
2007-10-25 | minor changes and fixes for USDX on linux. | jaybinks | 4 | -1380/+1410 |
2007-10-24 | modifed bitmap fonts to have alpha channel, after conversation with blindy. | jaybinks | 1 | -55/+55 |
2007-10-24 | comment this.. oops | jaybinks | 1 | -5/+8 |
2007-10-16 | nearly finished Cores loading procs | whiteshark0 | 3 | -25/+219 |
2007-10-16 | fixed WinLaz build.. | jaybinks | 1 | -0/+1 |
2007-10-16 | modified ffmpeg usage, to use interface same as bass... | jaybinks | 5 | -314/+758 |
2007-10-11 | added UAudio_FFMpeg.pas as placeholder... ( Still has bass code in it.. needs... | jaybinks | 3 | -166/+781 |
2007-10-11 | separated IAudioPlayback in to separate "Playback" and "Input" Interfaces | jaybinks | 2 | -10/+31 |