Skip to content
This repository was archived by the owner on Mar 14, 2018. It is now read-only.

Blocks Version 0.8.6

Choose a tag to compare

@le717 le717 released this 20 Jul 22:15

Released July 20, 2013

This release of Blocks adds level size to the syntax checker, as well as some bug fixes and some internal reworkings, most to accommodate a New Level feature.

  • Removed outdated comments left over from 0.8.5
  • Created blank (nothing but free tiles) layout for new level creation
  • Reactivated Python Version check
  • Updated setup.py shebang to run with Python 3.3 x86 only
  • Added console window title when the --debug parameter is given
  • Fixed amount of text pulled from text box before writing (it was pulling out too many spaces)
  • Added level size check to syntax checker, warns about level being too big and too small
  • Updated debug messages present during the syntax check
  • Updated invalid character message with proper location of character
  • Update method of getting location of level file
  • Fixed broken messages caused by previous change
  • Fixed message mistakenly displayed if the --debug parameter is not given
  • Changed variables for level size checker
  • Broke level file opening and reading into separate functions
  • Small internal renaming and organization
  • Added new new_level variable to keep track if a new level is being created or not
  • Improved internal layout of Legend
  • Updated setup.py to conform to PEP 8 style guidelines