In my last post I hinted that I wanted to redo the way textures and shaders are handled by the…
So I re-implemented the resource managers for game assets. Specifically for meshes, skeletons, and skins. I decided to handle the…
One of the major problems with the current implementation of the game was how resource management was handled. The resource…
Alright, I implemented the ability for one AI to access the AI controller of another entity. The main reason I…
Today I worked more on the problem of implementing a working door in the game. Specifically with regards to sounds.…
Alright, today I went ahead and posted the entire contents of my private developer log, so most of the posts…
Major changes were made to how AI works. It used to be that there was a list of simple entities…
I finally did something with doors, that is there is now a door in the game that opens and closes.…
To give a little background on what this post is about, let me explain what entities are. An entity in…
The physics engine employed in the Emergence Game Engine is NVIDIA’s PhysX (formerly Ageia PhysX). This actually wasn’t an immediate…