From 1df4ec21cdf891aa4302b2fda620069d8d765a70 Mon Sep 17 00:00:00 2001 From: jaybinks Date: Sun, 30 Sep 2007 06:35:59 +0000 Subject: updated USDX-Lazaurs Resource compiler.. it now reads the Ultrastar.rc file and builds based on that. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@452 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Game/Code/USDXResCompiler.exe | Bin 0 -> 401920 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 Game/Code/USDXResCompiler.exe (limited to 'Game/Code/USDXResCompiler.exe') diff --git a/Game/Code/USDXResCompiler.exe b/Game/Code/USDXResCompiler.exe new file mode 100644 index 00000000..6b0137be Binary files /dev/null and b/Game/Code/USDXResCompiler.exe differ -- cgit v1.2.3 From 44554c7908f7e2405a249331f00a35703f5939c2 Mon Sep 17 00:00:00 2001 From: jaybinks Date: Thu, 11 Oct 2007 12:02:20 +0000 Subject: Added IAudioPlayback Interface and implementation for BASS. Created "AudioPlayback" Global Singleton, which removed the need for the "Music" Global variable. This was done because global singleton objects are a recognized better "design pattern" achieving the same thing as global variables, but in a nicer way. I will be working to a) separate IAudioPlayback in to separate "Playback" and "Input" Interfaces b) build a FFMpeg class that implements IAudioPlayback git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@504 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Game/Code/USDXResCompiler.exe | Bin 401920 -> 1698394 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'Game/Code/USDXResCompiler.exe') diff --git a/Game/Code/USDXResCompiler.exe b/Game/Code/USDXResCompiler.exe index 6b0137be..b18e11a9 100644 Binary files a/Game/Code/USDXResCompiler.exe and b/Game/Code/USDXResCompiler.exe differ -- cgit v1.2.3 From 85313ec4dcc1591dbf1ecf6fa76294080354ed2a Mon Sep 17 00:00:00 2001 From: jaybinks Date: Sat, 3 Nov 2007 03:13:44 +0000 Subject: another attempt.. ( me to lazy to boot my linux dev box .. ) git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@562 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Game/Code/USDXResCompiler.exe | Bin 1698394 -> 1698394 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'Game/Code/USDXResCompiler.exe') diff --git a/Game/Code/USDXResCompiler.exe b/Game/Code/USDXResCompiler.exe index b18e11a9..43e7fc8a 100644 Binary files a/Game/Code/USDXResCompiler.exe and b/Game/Code/USDXResCompiler.exe differ -- cgit v1.2.3