<< September, 2010 >>
SMTWTFS
1234
567891011
12131415161718
19202122232425
2627282930
Search Blog

Categories
None
Archives
Photo Albums
RSS

Powered by
BlogCFM v1.14

12 September 2009
Update
Yes, it's been a while.
For an update for the none of you that follow this site, but perhaps one day will, current progress made since my last update:

(Keep in mind, I usually only work on this game while I'm in class...)

  • Finished up a lot of the code for the creature class, but tons more needs to be written
  • Fixed movement issues with the Zune
  • Completed some preliminary performance testing for the 4/8gb Zunes
  • Rewrote the creature update class to compartmentalize broader code, npc's and the player will share the same update code now, so if the player is charmed or something, it will act as an npc
  • Began work to implement all the artwork for tiles, creatures, all that jazz as one large picture. While it would be cleaner code to do it with one picture per tile, it's a HUGE headache managing all those resources. One big one will simplify a lot of stuff, with a little extra work to get it running right.
  • Rewrote the input command structure, it's now its own class, cause my god is that one big chunk of code.
  • Implemented the text area functionality, for speech, notifications, combat info, etc
  • Implemented the "look at" functionality, it's not completed yet because it doesn't look at dynamics, but once that part is complete, the functionality for it will be incredibly important, because the use, attack, talk to, and other functions will be using the same coding
I'm sure there's other stuff I've done, I tried to keep a good change log of stuff I've done but I became lax with it just like my posting here, but I've been making good progress on the engine. I've been taking a look at the way Ultima 7 implemented speech and whatnot, and I think that's the route I'm going to take for that system, it's very simple, straight forward, and looks really hard to break. I think I'll improve it somewhat, I saw some areas that could be made a little better, and more efficient, but aside from that, it looks like a good way to do it.

I guess that's it for now, I need to post more on here, if for no other reason than to keep a fairly good change log of how the game's progressing.
Posted by LordSkitch at 1:16 AM | Link | 1 comment