log eclviewer.py @ 213:9bdf116bb2a5

age author description
Sun, 27 Nov 2011 15:13:31 +0100 Emmanuel Gil Peyrot Add a distutils setup and don’t hardcode DAT list.
Tue, 01 Nov 2011 13:50:33 +0100 Thibaut Girka Rename pytouhou.opengl to pytouhou.ui, makes much more sense that way.
Sat, 29 Oct 2011 14:21:42 -0700 Emmanuel Gil Peyrot Add a subclass for each character, and implement player attacks.
Thu, 27 Oct 2011 14:24:07 +0200 Thibaut Girka Fix replay handling and add support for encrypted replays
Wed, 26 Oct 2011 17:54:03 -0700 Emmanuel Gil Peyrot Implement replays.
Wed, 26 Oct 2011 15:03:50 -0700 Emmanuel Gil Peyrot Parse command line with argparse.
Sun, 16 Oct 2011 07:42:11 -0700 Emmanuel Gil Peyrot Add character choosing in CLI.
Fri, 23 Sep 2011 10:08:33 -0700 Emmanuel Gil Peyrot Add CLI rank choosing.
Sun, 11 Sep 2011 02:02:59 +0200 Thibaut Girka Use Cython, improve performances!
Sat, 10 Sep 2011 22:48:56 +0200 Thibaut Girka Introduce characters!
Sat, 10 Sep 2011 01:26:30 +0200 Thibaut Girka Add support for launch animations! (Warning: slow :()
Wed, 07 Sep 2011 18:12:24 +0200 Thibaut Girka Switch from pygame + PyOpenGL to pyglet
Tue, 06 Sep 2011 00:26:13 +0200 Thibaut Girka Move everything graphical to pytouhou.opengl!
Mon, 05 Sep 2011 22:40:46 +0200 Thibaut Girka Minor refactoring
Mon, 05 Sep 2011 00:30:09 +0200 Thibaut Girka Disable debug-level logging
Mon, 05 Sep 2011 00:29:31 +0200 Thibaut Girka Use game's frame for interpolation. No more time manipulation interfering with interpolators!
Sun, 04 Sep 2011 23:50:00 +0200 Thibaut Girka Refactor \o/
Sun, 04 Sep 2011 20:04:00 +0200 Thibaut Girka Various minor optimisations and refactoring
Sun, 04 Sep 2011 17:33:40 +0200 Thibaut Girka Minor refactoring and optimizations. Drop stageviewer.
Sat, 03 Sep 2011 22:22:58 +0200 Thibaut Girka Basic bullet handling! Clean up as soon as possible :p
Sun, 28 Aug 2011 01:23:11 +0200 Thibaut Girka Handle a few more ANM instructions. pytouhou.game.background needs some serious refactoring.
Wed, 24 Aug 2011 01:34:11 +0200 Thibaut Girka Handle set_random_angle properly! At last!
Tue, 23 Aug 2011 21:01:50 +0200 Thibaut Girka Use logging module
Mon, 22 Aug 2011 22:37:14 +0200 Thibaut Girka Add some documentation, GPLv3 headers, README and COPYING file.
Mon, 22 Aug 2011 21:16:47 +0200 Thibaut Girka Fix a few bugs and add support for a few instructions
Mon, 22 Aug 2011 19:23:00 +0200 Thibaut Girka Refactor ECLRunner/EnemyManager so that all VM stuff goes to ECLRunner
Mon, 22 Aug 2011 09:11:16 +0200 Thibaut Girka Fix camera handling, should be much closer to the original, now
Sun, 14 Aug 2011 18:00:06 +0200 Thibaut Girka Add alpha (anm0 instruction 3) support
Fri, 12 Aug 2011 19:25:08 +0200 Thibaut Girka Preload enemy and background textures
Thu, 11 Aug 2011 12:39:12 +0200 Thibaut Girka Small refactoring, and Rumia \o/
Tue, 09 Aug 2011 12:02:02 +0200 Thibaut Girka Minor fix in eclviewer
Tue, 09 Aug 2011 11:40:48 +0200 Thibaut Girka Add preliminary ECL viewer/interpreter.