age |
author |
description |
Mon, 20 Dec 2010 00:05:29 +0300 |
Alex Martynov |
add stupid snake |
Mon, 20 Dec 2010 00:03:39 +0300 |
Daniil Alexeyevsky |
Automated merge with ssh://kodomo/snake |
Mon, 20 Dec 2010 00:03:35 +0300 |
Daniil Alexeyevsky |
Added example snake |
Sun, 19 Dec 2010 23:57:51 +0300 |
Alex Martynov |
fixed syntax error |
Sun, 19 Dec 2010 23:55:31 +0300 |
Alex Martynov |
fexed syntax error |
Sun, 19 Dec 2010 23:53:22 +0300 |
Alex Martynov |
fix canvas.hieght, canvas.width error |
Sun, 19 Dec 2010 23:49:42 +0300 |
Alex Martynov |
merge |
Sun, 19 Dec 2010 23:49:01 +0300 |
Alex Martynov |
engine.Cell.__eq__ fixed |
Sun, 19 Dec 2010 23:48:39 +0300 |
Daniil Alexeyevsky |
Added Cell attribute snake_type to snake.Rule pattern cells |
Sun, 19 Dec 2010 23:31:56 +0300 |
Daniil Alexeyevsky |
Automated merge with ssh://kodomo/snake |
Sun, 19 Dec 2010 23:31:49 +0300 |
Daniil Alexeyevsky |
snake.py: fixed syntax error |
Sun, 19 Dec 2010 23:26:50 +0300 |
Alex Martynov |
Merge |
Sun, 19 Dec 2010 23:26:16 +0300 |
Alex Martynov |
Merge |
Sun, 19 Dec 2010 23:25:25 +0300 |
Alex Martynov |
engine.create_snake() |
Sun, 19 Dec 2010 23:25:43 +0300 |
Daniil Alexeyevsky |
snake.Snake.fill: fixed syntax error |
Sun, 19 Dec 2010 23:24:15 +0300 |
Daniil Alexeyevsky |
snake.py: added some (ugly) docstrings, closes #7 |
Sun, 19 Dec 2010 23:10:58 +0300 |
Daniil Alexeyevsky |
snake.Rule.applies previously unnecesarily reimplemented Cell.__eq__; fixed that |
Sun, 19 Dec 2010 22:54:58 +0300 |
Daniil Alexeyevsky |
main.py: added if __name__ == "__main__" condition to automatic ui startup |
Sun, 19 Dec 2010 22:49:53 +0300 |
Daniil Alexeyevsky |
snake.Rule.load: give reasonable error rather than crash on empty lines |
Sun, 19 Dec 2010 22:46:39 +0300 |
Daniil Alexeyevsky |
snake.Snake.fill: tail takes precedence over body & head |
Sun, 19 Dec 2010 22:45:31 +0300 |
Daniil Alexeyevsky |
implemented snake.Rule.rotate; untested yet |
Sun, 19 Dec 2010 22:34:04 +0300 |
Daniil Alexeyevsky |
implemented snake.Rule.applies; untested yet |
Sun, 19 Dec 2010 22:29:43 +0300 |
Daniil Alexeyevsky |
snake.Rule.load: added check that center of rule is own head |
Sun, 19 Dec 2010 22:25:27 +0300 |
Daniil Alexeyevsky |
snake.Rule.load: added check that rules are exactly 7 lines long |
Sun, 19 Dec 2010 22:23:14 +0300 |
Daniil Alexeyevsky |
snake: removed some cruft |
Sun, 19 Dec 2010 22:22:42 +0300 |
Daniil Alexeyevsky |
snake: implemented Snake.load, Rule.load; untested yet |
Sun, 19 Dec 2010 21:55:52 +0300 |
Alex Martynov |
half of snake.Snake.load() |
Sun, 19 Dec 2010 19:22:49 +0300 |
Alex Martynov |
fixed lots of small errors |
Sun, 19 Dec 2010 16:54:12 +0300 |
Alex Martynov |
Engine.refill() -> Snake.fill() |
Sun, 19 Dec 2010 15:55:52 +0300 |
Alex Martynov |
snake.py passes |
Sun, 19 Dec 2010 15:43:53 +0300 |
Alex Martynov |
corrected UI.load(), corrected UI.step(), UI.end(), root made self.root |
Sun, 19 Dec 2010 09:19:10 +0300 |
Alex Martynov |
main.UI.run() main.UI.step() #engine.canvas.w #engine.canvas.h |
Sat, 18 Dec 2010 20:47:41 +0300 |
Alex Martynov |
UI.Snake.load() |
Sat, 18 Dec 2010 20:24:26 +0300 |
Alex Martynov |
Merge |
Sat, 18 Dec 2010 20:12:19 +0300 |
Alex Martynov |
import tkFileDialog as tkfd |
Sat, 18 Dec 2010 20:06:53 +0300 |
Alex Martynov |
once more |
Sat, 18 Dec 2010 19:49:28 +0300 |
Alex Martynov |
deleted UI.load_number() |
Thu, 16 Dec 2010 15:05:50 +0300 |
Daniil Alexeyevsky |
Refactored spacing in main.py |
Thu, 16 Dec 2010 14:57:59 +0300 |
Daniil Alexeyevsky |
Changes function to create button widgets to what I meant by it |
Thu, 16 Dec 2010 01:35:46 +0300 |
Alex Martynov |
main.UI.__init__() main.UI.button_pack() |
Thu, 16 Dec 2010 00:49:08 +0300 |
Alex Martynov |
main.UI.__init__(), part |
Thu, 16 Dec 2010 00:13:53 +0300 |
Alex Martynov |
UI passes |
Wed, 15 Dec 2010 21:47:35 +0300 |
Alex Martynov |
sell - cell error fixed |
Tue, 14 Dec 2010 18:23:54 +0300 |
Alex Martynov |
Erron in engine.redraw() fixed, self.canvas.delete(all) |
Tue, 14 Dec 2010 02:28:25 +0300 |
Alex Martynov |
Cell.redrw(), Engine.redraw() |
Mon, 13 Dec 2010 00:26:38 +0300 |
Alex Martynov |
unnecessary passes deleted |
Mon, 13 Dec 2010 00:11:13 +0300 |
Alex Martynov |
Automated merge with ssh://kodomo.fbb.msu.ru/snake |
Mon, 13 Dec 2010 00:11:05 +0300 |
Alex Martynov |
Engine.move_snake(); Engine.refill() |
Sun, 12 Dec 2010 21:09:45 +0300 |
Daniil Alexeyevsky |
Removed a few unnecessary "pass"-es |
Sun, 12 Dec 2010 21:02:27 +0300 |
Alex Martynov |
Automated merge with ssh://kodomo.fbb.msu.ru/snake |
Sun, 12 Dec 2010 21:01:57 +0300 |
Alex Martynov |
Engine.field_init(); Engine.step() |
Sat, 11 Dec 2010 18:51:57 +0300 |
Danya Alexeyevsky |
Fixed typo in Engine |
Sat, 11 Dec 2010 02:31:23 +0300 |
Alex Martynov |
Automated merge with ssh://kodomo.fbb.msu.ru/snake |
Sat, 11 Dec 2010 02:30:34 +0300 |
Alex Martynov |
Cell.__eq__(); Engine.legal_moves(); fixed small errors |
Wed, 08 Dec 2010 03:09:10 +0300 |
Alex Martynov |
correct |
Wed, 08 Dec 2010 18:16:20 +0300 |
Daniil Alexeyevsky |
Fixed trac post-commit hook, fixes #11 |
Wed, 08 Dec 2010 17:32:29 +0300 |
Daniil Alexeyevsky |
Added README, closes #11 |
Wed, 08 Dec 2010 02:17:48 +0300 |
Alex Martynov |
check automatic close, close #6 |
Wed, 08 Dec 2010 02:15:04 +0300 |
Alex Martynov |
engine with "pass" functions, fix #6 |
Wed, 08 Dec 2010 01:38:44 +0300 |
Alex Martynov |
start |