aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Classes (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fonts are readable again, didn't edit the outline fonts (will be done later, ...mogguh2007-11-231-6/+6
* Added LogBuffer to dump binary data to a file.eddie-08152007-11-221-0/+19
* Solved Usdx-1 in Trunk and 1.0.1whiteshark02007-11-211-794/+794
* Removed Windows.pas includeeddie-08152007-11-201-3/+0
* Fixed UPlatformLinux.paseddie-08152007-11-201-1/+1
* Changed Platform from Interface to Class.eddie-08152007-11-207-157/+105
* promoted changes from fisheye#614 to the main trunkjaybinks2007-11-201-0/+92
* fix run time bugjaybinks2007-11-191-2/+2
* fixed bug in UIni ( on linux at least )jaybinks2007-11-191-1/+2
* git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@603 b956fd51-792f-4...jaybinks2007-11-111-6/+3
* Fixed song loading on Windows.eddie-08152007-11-081-16/+17
* Removed the String() casts. Now BrowseDir is unicode capable again.eddie-08152007-11-081-2/+2
* Added forward declarations...eddie-08152007-11-081-0/+5
* Move the TSearchRecW record to the implementation part. This should fix the c...eddie-08152007-11-081-8/+11
* Changed d_name to name.eddie-08152007-11-081-5/+5
* Added missing functions. I Hope this fixes the build on Windows.eddie-08152007-11-081-0/+70
* Added UPlatform.pas. This should be the first step to move the simple platfor...eddie-08152007-11-086-187/+284
* Mac OS X: Added PseudoThread for debugging, because debugging of threaded cod...eddie-08152007-11-083-3/+36
* Some changes to PluginInterface to fit with 64 Bit Systems. lParam is maily f...whiteshark02007-11-066-705/+707
* Mac OS X: We're getting closer! Songs get loaded. Sound is playing on the Sin...eddie-08152007-11-053-48/+51
* Fixed compilation on the mac: Function Ptr() does not exist. Please use the P...eddie-08152007-11-051-613/+614
* Partymodule finished.whiteshark02007-11-044-408/+644
* Added MacResources.pas. Fixed some resource loading issues on OS X. The main ...eddie-08152007-11-041-1139/+1142
* Mac OS X: Added unit cthreads. USDX now runs on OS X! But you can't do anythi...eddie-08152007-11-033-1078/+1089
* Changed DELPHI define to IFDEF LAZARUS ... ELSE ... ENDIF. This should work o...eddie-08152007-11-031-36/+32
* Windows Lazarus Build working again...jaybinks2007-11-035-3790/+3791
* Fixed GamePath for Mac OS X.eddie-08152007-11-021-0/+24
* Fixed MacOSX version. Can we use baseunix on linux? We could drop oldlinux th...eddie-08152007-11-022-15/+22
* Runtime Song Additionjaybinks2007-11-024-18/+52
* Runtime theme changing - jira#USDX-156jaybinks2007-11-021-1/+38
* fix bad build#USDX-DELPHI-99jaybinks2007-11-021-1/+3
* basic threading of song loading..jaybinks2007-11-022-305/+396
* fixed failed buildsjaybinks2007-11-0135-3423/+3579
* Windows version now compiles again.eddie-08152007-11-011-1/+4
* Mac OS X version compiles and links. I hope I didn't break too many files on ...eddie-08152007-11-0143-1532/+1825
* fixed build error since build#USDX-LAZLIN-65jaybinks2007-10-291-34/+77
* try to fix build errorswhiteshark02007-10-273-4/+4
* Finished pluginloader, plugininterfacewhiteshark02007-10-277-76/+947
* made some major progress with ffmpeg audio playback !!!jaybinks2007-10-275-114/+297
* fixed my oops, and have also fixed bamboo build to show this error.. dohjaybinks2007-10-271-3/+7
* did some major work towards ffmpeg audio playback.jaybinks2007-10-261-214/+476
* first effort to work towards jira#USDX-60jaybinks2007-10-252-1520/+1541
* minor changes and fixes for USDX on linux.jaybinks2007-10-254-1380/+1410
* modifed bitmap fonts to have alpha channel, after conversation with blindy.jaybinks2007-10-241-55/+55
* comment this.. oopsjaybinks2007-10-241-5/+8
* nearly finished Cores loading procswhiteshark02007-10-163-25/+219
* fixed WinLaz build..jaybinks2007-10-161-0/+1
* modified ffmpeg usage, to use interface same as bass...jaybinks2007-10-165-314/+758
* added UAudio_FFMpeg.pas as placeholder... ( Still has bass code in it.. needs...jaybinks2007-10-113-166/+781
* separated IAudioPlayback in to separate "Playback" and "Input" Interfacesjaybinks2007-10-112-10/+31