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