-
More Ion cannon tweaking!
So I also spend a good portion of tonight messing with WordPress, but I did make a few tweaks to the ion cannon. It doesn’t spam out as much combat text, the damage is tweaked to be slightly higher than the spray gun. I want to work a little on the story engine next and…
-
Yet another blog
So I’ve decided that I’m going to create a blog for the game development stuff. This will look mostly like code check in comments until it eventually gets to a point where the game actually hits a Beta. Enjoy!… Read the rest
-
WPF notify helper – C# 5.0
So after looking at the documentation on what’s new in C# 5.0, I read about the feature that you can get a function’s caller information that looks like the following. public void DoProcessing() { TraceMessage(“Something happened.”); } public void TraceMessage(string message, [CallerMemberName] string memberName = “”, [CallerFilePath] string sourceFilePath = “”, [CallerLineNumber] int sourceLineNumber =…
-
Game scripting engine
So I’m starting to get back into the groove of coding my game and I’m at somewhat of a roadblock on how much I should make scriptable. So for a brain dump, I’ll state what am I looking for right now? Dialog sequencing Entity administration(adding/removing/altering) Triggering other sequences I’m wanting at least these features so…
-
Enterprise Library Logger
After a monumental hiatus, I will provide this nerdy snippet and an update on my life. Sadly, after writing a bit of code for my logging toolkit, I’m going to modify it from using Enterprise Library to Log4Net. Apparently there was some change in Enterprise Library 4.0 that does not make it directly backwards compatible…
-
I Cried!!!
OMGEES!!!! Ok seriously, I found this on youtube while searching for the evolution of dance. This has no programming food for the brain, but I cried from laughter while watching this video. OMG, I remember forcing myself to cry before too, and it is hilarious watching this guy do it. Drooling in the middle part…
-
Insanity can occur
And it did… sorry schnookums!!! On a side note, I’m going to change my web hosting provider for Ninjacrab, it will still be ninjacrab.com but with a MUCH cheaper host for what I use Ninjacrab for. If I ever decide to go hardcore Microsoft web development, I’ll consider another host. Regardless, $118.80 for 3.5 years…
-
Data Access Layer
Welp, I’ve created what I consider to be a pretty framework for a data access layer and I’m pretty excited to put in all the bells and whistles on it. Haha, on a miscellaneous note. I figured out that some DMG have easier installers and some are as obvious as the following. A tad bit…
-
Two blogs in one day!!!
kno, I kno…. I spoil all of you. But after mucking around with Maccy(Our MacBook) I hopped back on BadBox to get the Unit test thing started. So pretty much I installed it and wrote a really tiny super easy test. I will hopefully have more later But now for pics! … Read the rest
-
Very impressed!
I am super dooper impressed! I created a project in Visual Studio 2008, built a simple MDI application as a mock up example, saved it and put it in my repository. Well, I wanted to mess around with the Mac today and possibly create the testing framework on it. So I got the files from…