|
|
Thursday, February 18, 2010 |
Cleaning Up Code
Posted: 5:54:00 PM
|
I took some time today to update some libraries in my source code, which is affecting a bunch of my projects. Cent, which runs off of CrystalSpace, is getting a makeover of sorts, as I am switching it over from the traditional CrystalSpace build process of linked libs and using DLLs instead. The process is quite nontrivial, as I am finding that I have to modify the Visual Studio solutions a bit to get things working as I need them to.
The biggest issue I'm coming across is trying to get the plugins into the same directory as Cent.exe so that I don't have to carry around a CSPath environment variable. I thought just adding it as a reference would copy it over, but it's not. I'm sure I can resolve this, but I just ran out of time today.
The other fun makeover I'll need to do involves Constellation, my Planarity clone. It runs off SDL, which, along with a slew of other libraries, are in a bunch of directories outside of my SVN directory. I'm going to try to get those all together and get a functional build of both Cent and Constellation before I continue working on any of the code in there.
Once I'm done, it's back to Six Minutes. I have a LOT of cool stuff planned over there, and a lot of coding to do to get it done. With some extra spare time the last week or so, I'm trying to knock out things that I've been wanting to do for a while but just haven't had the chance. We'll see how far this goes.Labels: Coding, Constellation, Crystal Space, Gaming, Six Minutes To Release, World of Warcraft
0 Comments
|
|