A new version of the INI file (changed the options in it) Made the mouse particle refresh imedietly on option change Added the Options menu and made all the buttion sprites Added all the buttions sprites to the game and made them into objects Made ALL the buttions work. Made game interact with INI file (options file) Added color to show state on option buttions Started on ONline high score Fixed a bug in main menu Changed some file names to fix a bug and organize more Started documenting changes and puting stuff in its own folder for organiziation. removed uselss the game info Removed the online high score stuff (it will not be in this game) Made the snow system auto update. removed some useless scripts Removed some useless objects fixed a bug in the options menu Added scripts for a new sound system Made objects for new sound system Added DLLs for new souns system Tested sound system and fixed bugs with set up. edited player to make him move faster Edited player creation particles for improved performence Made it make less particles for improved paformence Added a seperate particle effect for the mouse Game now auto save game asks if you want to replace the save if there is already one Set up the load buttion Customized the messages. changed the ice particle made iceblocks die from ice iceblocks now have a particle Made game say the correct version Made it show the allowed filetypes when choosing custom music Game now plays custom music if it is set The game is saved before going to next level. (this fixes a bug with loading) The game now does not save right after pressing the new game buttion (that way it does not go back to the main menu when loading) powers now have a lower depth so they are drawn behind the player Enemy now changed directions when hitting something, instead of just bumping into the wall Turned off precise collision chekcing for enemy. Made the ememy's sprite acually face the direction he was going. Enemy's origin is now in the center (fixed a bug that made him go into the wall) Fixed the mana so I only had to set it in the create even Set mana to half what it was Power1 now clears and deletes the particle systems when it is done with it. (Results in slightly improved speed) Now when hitting an enemy, you are invinsible for about a second (as well as partly transparent). add a new enemy that hurts you more and is faster optomized the enemy delted some unessesary sprites made things make less particles for improved paformence It no longer draws the backround color behind the backround picture Most sprites now no longer preload and precise collision checking is off for improved performence game now uses parents to check if killing and enenmy or if enemy is killing you for improved performence Fixed the thing that makes the game slow Game now runs relitivly fast. Added a temp Icon Added a temp loading image Made it so people could edit the options file and make the game run in 16 bit if needed. Made the mouse have a different particle (it was looking kinda like the ice particle) The ice that falls down uses to make a paricle sytsem every step now it uses one global system. (this improves paformence and fixes a bug that sometime caused the game to freeze). Made the mouse particle last a little shorter. (it was to long and this improves paformence) Ice up and ice down now both kill 26 (ice falling down used to kill 26 ice up used used to kill 37) Mouse now uses the global particle system instead of making its own each level (improves paformence) Changed the mouse particle slightly (the color) Made the mouse particle last even shorter The mana and life controler objs are now not visable Enemy now no longer does some useless caculations. ice falling no longer has some useless caculations New enemy added. this enemy wont walk into walls. It wont jump off edges and it will go toward you if you get near to it. Fixed a bug in message Fixed a bug that caused the mana and life bars not to distplay. Removed uselss code in player as well as in enemy Removed more code from enemys (Game is now MUCH faster when there is many enemys on screeen) BUT enemys cant go on ice anymore