Hook up some stuff to the settings options
[erdslangetjie.git] / erdslangetjie / level.py
2013-04-19 NeilHook up some stuff to the settings options
2013-04-18 Neilremove debugging prints
2013-04-18 NeilMake AI destory gates
2013-04-18 NeilMake buttons trigger
2013-04-18 NeilLoad correct images for gate and buttons
2013-04-18 NeilDisplay dialog of levels with errors at startup, rather...
2013-04-18 NeilMove game validation to level_list
2013-04-18 NeilRemove debugging print. Standardise validation behaviour
2013-04-18 NeilFix counting bug in validate
2013-04-18 NeilRemove debugging prints. Add get_data method for saving
2013-04-18 NeilEditor now changes the map
2013-04-18 NeilRefactor code and add some editor functions
2013-04-18 NeilStart work on gate trap
2013-04-17 Neilpep8 cleanup
2013-04-17 NeilAdd reset method
2013-04-16 NeilRedo the walls
2013-04-16 NeilTweak and resize floor and door tiles
2013-04-16 NeilAdd helper method
2013-04-15 NeilAdvance through the levels
2013-04-15 NeilTweak level loading code
2013-04-15 NeilAdd blocked check to level
2013-04-15 NeilStrip newlines off map when loading
2013-04-15 NeilTweak level object
2013-04-14 NeilEditor displays something, although it's hack'ish