27 Commits

Author SHA1 Message Date
David Vierra
6ba9955b90 Added a compass. 2013-10-06 16:34:17 -10:00
dratini0
c40d250bd3 Added scrollable menus to albow, and set them as a default for ChoiceButton s
The code was heavily inspired by the that of PaletteView. My defauls are not nessecarily the best.
2013-04-25 11:47:35 -10:00
David Vierra
0a6b999a03 Fixed: Invisible blocks when new-style texture pack is attempted.
External texture packs disabled for now.
2013-04-25 01:07:13 -10:00
David Vierra
94cde9d8d1 Debug: Don't fatally crash if something happens when recording exception data 2013-02-15 18:36:12 -10:00
David Vierra
960b3477e5 Debug: Change error reporter to use squash_python
This completely obsoletes errorreporting.py.
2013-02-11 13:20:01 -10:00
David Vierra
eb26590fb5 Fixed: Missing graphics when running from a different working directory.
Open terrain.png and several other files from their location in dataDir instead of from the current directory.
2013-01-30 12:35:38 -10:00
David Vierra
4bdbc94578 Catch SessionLockLost errors during operations and show an alert. 2012-11-30 16:50:54 -10:00
David Vierra
8fe49f485a Debug: Log caught exceptions to the console. 2012-11-10 12:32:01 -10:00
David Vierra
28b9244c69 Debug: Enable reporting errors to exceptional.io 2012-11-05 01:54:20 -10:00
David Vierra
513ddc0398 Normalized line endings 2012-10-25 00:09:56 -10:00
David Vierra
d3f877bd7c Copyright blocks were checked in with the wrong line endings, fix it 2012-10-08 18:00:12 -10:00
David Sowder
e6902af034 pull from pyflakes branch: unravel/mangle imports 2012-03-21 17:37:27 -05:00
Jedediah Smith
60bdbbe75d use pure python PNG loader instead of pygame.load (which was broken for me anyway) 2012-03-07 09:19:56 -05:00
David Sowder
1acdefc494 pep8 compliance: E225 missing whitespace around operator 2012-02-19 19:33:33 -06:00
David Sowder
123394ba04 pep8 compliance: E231 missing whitespace after ',' 2012-02-19 19:32:49 -06:00
David Sowder
95cc8d10a2 pep8 compliance: E231 missing whitespace after ':' 2012-02-19 19:32:12 -06:00
David Sowder
690baaf094 pep8 compliance: E203 whitespace before ',' 2012-02-19 19:31:34 -06:00
David Sowder
64fb8cab9c pep8 compliance: E251 no spaces around keyword / parameter equals 2012-02-19 19:30:07 -06:00
David Sowder
4dfbdef5b7 pep8 compliance: E262 inline comment should start with '# ' 2012-02-19 19:29:32 -06:00
David Sowder
0e34ab5073 pep8 compliance: E261 at least two spaces before inline comment 2012-02-19 19:28:37 -06:00
David Sowder
7bca5ebae8 pep8 compliance: E701 multiple statements on one line (colon) 2012-02-19 19:27:06 -06:00
David Sowder
f72dc226ce pep8 compliance: W291 trailing whitespace 2012-02-19 19:24:45 -06:00
David Sowder
1e1faec959 pep8 compliance: E301 expected 1 blank line 2012-02-19 19:23:58 -06:00
David Sowder
f4c90ed24b pep8 compliance: E302 expected 2 blank lines 2012-02-19 19:22:47 -06:00
David Sowder
0040b10967 pep8 compliance: E303 too many blank lines 2012-02-19 19:20:43 -06:00
David Sowder
82245ae25f pep8 compliance: W293 blank line contains whitespace 2012-02-19 19:19:29 -06:00
David Vierra
e20a70d963 Initial open source release. 2012-02-13 14:59:37 -10:00