Thursday, March 29

Still ALIVE!

I have no real life...(at least not as far as the Internet knows!). This is one of the only things that keeps me going, this, pills, and...nevermind...

So in other words it ain't dead yet!

Lately I've been working on the client/server part. Basically coding password and user validation, and working on how profiles are handled.
(oooooh sounds fun right?)


Thursday, September 22

bde is now its own project

The engine (formerly bde) will now become its own project run by Ninety Nine Squared Software.
The engine will be renamed to what is yet to be announced.

Saturday, August 27

The good, & the bad news

First the good news. I completely redid the main class, which is alot simpler and cleaner than the old one. Seems to work pretty nicely.

Bad news, unfortunately I'm stuck. The goal of redoing the main class was to get unstuck, but it seems to not have worked out as I had hoped.

The problem is the window is empty, when there should be menu text showing up. All I get is a whole lot of nothing. It seems that the problem is with the text state switching, or more specifically how it is called. Maybe?

Meh. I'll get it figured out eventually.

Sunday, July 31

Getting closer!

Still alot to do, but its getting to about what I can consider a descent halfway point. Need to implement the rest of the menu gui, fix some more bugs, then add a proper obj parser. Thats pretty much all thats left until an official alpha release.
Probably doesn't sound like much, but its quite a big task.


What I've added recently:
  1. Saving and Loading of various data is implemented, (at various working states)
  2. Characters have stats that update accordingly (vitality, intellect, strength, dexterity, etc.)
  3. Status effects can be applied (or removed) from characters and enemies
  4. The beginnings of a character browser, with copy, rename, edit, and a bunch of other features
  5. Added some various icons for stuff
  6. Added some extra shortcuts to make coding a little faster, basically wrappers around commonly used functions, etc.

Monday, July 18

Its been awhile

Since any updates, I know. Its not like there are all that many readers out there anticipating them anyway :-P.

Anywho got a lot of work done in the last what? two months.
Everything is up on the SourceForge.

Its getting there. Slowly.

Saturday, May 21

Sucess!

Today after a couple of hours of quick hacks and re-edits, finally got some actual working progress. I moved the screen class to its own file for easier management and did some debug work. Long story short there is now a game window complete with...nothing lol. Still need to figure out why the init scripts won't launch properly though. Kind of annoying. At least its a step forward.

Friday, May 20

Physics engine!

There is one now! More or less. Anyway its alot better then what was before.
Still more tweaking to do though.

Monday, May 16

More updates

Still working its getting there.

  • Added Keymap mode switcher so using multiple keymaps is possible while in different screens, game play modes etc.
  • Updated and added to the old inventory code. Adding/Removing equiping/unequiping items etc now works at least the state changes and keeping track of everything...I think. Still need to impliment some method of saving inventory and character state etc. though.
  • Added some math code for general stat calculation.
  • Cleaned up more of the Core module
  • Moved a bit of the Core code into startup which is now launcher

Thursday, May 5

In need of a forum

And possibly a wiki too.
Needs to be free. Should allow for privileged users to have access to different sections such as an adults only section.
The wiki needs to be able to host adult content too.
This is for Beyond Dreams, and the adult portions of it. (which are packaged separate)

Anyone got any ideas?

Code merged

After a few hours got all the new stuff merged into the old. Also got alot of things updated and fixed a few potential bugs too.

Some things that I want to focus a bit on right now are:
  • Fully removing the old PauseMenu class and using the new Pause state handler. (since there is already an in-game menu there is no real need for a pause menu as well.)
  • More work on the main menus (getting them to display properly and such)
  • Clean up the old item code
  • Fix various things that are missing that I keep putting off

Tuesday, May 3

New stuff-ish

Spent some time away from home this past week. Took my netbook, though no internet access. I forgot to bring a copy of the latest code with me, but I did still manage to conjure up a few new things.

  • Code to calculate lunar/solar events (such as moon phases, eclipses, etc.)
  • Code to allow for scripted dynamic lights
  • Better Item/Inventory management code (Needs to be integrated with the old ones)
  • Code to help manage equipped items
  • Gameloader code (with some defaults to avoid weird errors)
  • InGameScreen and InGameMenu code
  • Items now (partially) allow for environment exclusives (such as only works during fullmoon or doesn't work during daytime or effect halved during nighttime)