Sunday, April 17

Back to work

After a long hiatus I decided to get back into the spirit of things and do up a little editing to the core code. Unfortunately still along way away from an actual release but its getting there!

So far some major changes which involve mostly cleaning up the yucky menu code, a lot of it replaced with much more cleaner code. Also got rid of the old annoying "new_user prompt" and replaced it with a much friendlier guest login as the default. So now users will be able to check stuff out without having to create or save any data to disk other than temp files. The downside is that guest accounts have now save functionality, which is intentional. To save your stuff all you really have to do now is create a username. How hard is that? Password is optional for offline use, for online use it required, however there will be an option to remember passwords.


Things that still need some focus (at least per the menu screen):
  • Loading the .ini files and dealing with values etc.
  • Getting the menus to display properly
  • Finish setting up all the basic menu structure
  • Code to setup keymaps
  • More cleaning up to do on the Core
  • Merge the "game.py" and "core.py" 
Doesn't really seem like much but its quite a bit of work. Its getting there. 

No comments:

Post a Comment