BaseGame.IsRunning property added.
MudGame:
Removed all of the old scripts. They will be re-wrote.
MudGame will become a template project. Including a template Game that inherits from BaseGame, along with template characters and items.
MudGame.cs added. Initial Game class. It does not support environment loading at this time.
Program.cs re-wrote to run the game in a while() loop checking MudGame.IsRunning propery and calling the MudGame.Update() method each iteration.
Deleted the Settings.ini file. I want to use something different.
MudCompiler:
No longer works. Needs to be re-wrote to support the new Alpha 2.0 engine
MudDesigenr:
Removed most of the forms since we are not working on it. Only form left is Project Manager, which will be removed shortly as well.
MudGame:
No longer runs. All of the source code was removed due to MudEngine Alpha 2.0 source changing drastically.
MudEngine:
Alpha 2.0 source code finally checked-in. It contains the full re-build of the engine. A lot of new abstract classes have been added.