log pytouhou/game/game.py @ 227:31460b2ec530

age author description
Tue, 20 Dec 2011 21:36:14 +0100 Emmanuel Gil Peyrot Actually use offset of Sprite in spellcard’s effect, and place it correctly.
Mon, 19 Dec 2011 21:35:40 +0100 Thibaut Girka Move game size in the game's definition, and don't keep changing the window's size.
Sun, 18 Dec 2011 14:14:32 +0100 Emmanuel Gil Peyrot Fix SHT handling; change a few things to be closer to ZUN’s mind; and first stub of PCB support.
Sat, 17 Dec 2011 21:18:39 +0100 Emmanuel Gil Peyrot Change background during spellcards.
Tue, 08 Nov 2011 22:10:44 -0800 Emmanuel Gil Peyrot Implement autocollection of items.
Mon, 31 Oct 2011 19:29:47 +0100 Thibaut Girka Make pylint slightly happier (and code analysis easier)
Mon, 31 Oct 2011 19:01:09 +0100 Thibaut Girka Handle enemy collisions and damages in a way closer to the original game.
Sun, 30 Oct 2011 11:31:19 -0700 Emmanuel Gil Peyrot Modify difficulty when it has to.
Sun, 30 Oct 2011 11:29:08 -0700 Emmanuel Gil Peyrot Do the right action when collecting an item.
Sat, 29 Oct 2011 14:21:42 -0700 Emmanuel Gil Peyrot Add a subclass for each character, and implement player attacks.
Fri, 28 Oct 2011 12:38:26 +0200 Thibaut Girka Fix particles, fix "random" item popping, change update order to match the original game's more closely.
Thu, 27 Oct 2011 15:17:21 -0700 Emmanuel Gil Peyrot Use the right “random” item drop function.
Thu, 27 Oct 2011 15:09:42 -0700 Emmanuel Gil Peyrot Fix a few things about particles.
Thu, 27 Oct 2011 14:24:07 +0200 Thibaut Girka Fix replay handling and add support for encrypted replays
Wed, 26 Oct 2011 02:38:50 -0700 Emmanuel Gil Peyrot When touched, drop the items at the right place, and add precisions about particles.
Sun, 23 Oct 2011 14:50:44 -0700 Emmanuel Gil Peyrot Don’t use the useless eff00.anm and implement particles (grazing, death, and more).
Sun, 23 Oct 2011 23:28:22 +0200 Thibaut Girka Freeze time during spellcards
Sat, 22 Oct 2011 06:21:38 -0700 Emmanuel Gil Peyrot Add grazing check.
Fri, 21 Oct 2011 09:37:23 -0700 Emmanuel Gil Peyrot Move effects where they should be.
Fri, 21 Oct 2011 09:29:16 -0700 Emmanuel Gil Peyrot Implement player death.
Thu, 20 Oct 2011 06:34:35 -0700 Emmanuel Gil Peyrot Add support for the last unknown value of the enemy spawning.
Tue, 18 Oct 2011 13:17:23 -0700 Emmanuel Gil Peyrot Better enemy death, with animation and (hopefully) correct flags handling.
Tue, 18 Oct 2011 07:35:02 -0700 Emmanuel Gil Peyrot Implement item dropping by enemies.
Sun, 16 Oct 2011 08:01:28 -0700 Emmanuel Gil Peyrot Implement player bullets rendering and updating.
Tue, 11 Oct 2011 11:29:33 +0200 Thibaut Girka Add bullet cancel anim support
Mon, 10 Oct 2011 19:01:23 +0200 Thibaut Girka Remove remaining pop_enemy/new_enemy mess
Mon, 10 Oct 2011 18:42:02 +0200 Thibaut Girka Remove half of the new_enemy/pop_enemy mess.
Mon, 10 Oct 2011 18:34:36 +0200 Thibaut Girka Rename a few functions, move a few things around...
Sun, 09 Oct 2011 16:55:18 -0700 Emmanuel Gil Peyrot Implement enemy killing.
Sun, 09 Oct 2011 16:54:49 -0700 Emmanuel Gil Peyrot Add falling items.
Sun, 09 Oct 2011 15:32:43 -0700 Emmanuel Gil Peyrot Add collisions with enemies and items.
Tue, 04 Oct 2011 23:32:02 +0200 Thibaut Girka Merge GameState into Game. TODO: Merge PlayerState into Player
Tue, 04 Oct 2011 23:09:41 +0200 Thibaut Girka Introduce items, implement ECL instruction 83
Sun, 25 Sep 2011 21:00:43 +0200 Thibaut Girka Add max bullets limit
Sun, 25 Sep 2011 20:56:14 +0200 Thibaut Girka Simple collision detection
Fri, 16 Sep 2011 11:21:33 -0700 Emmanuel Gil Peyrot Add support for enemy spawnling enemies.
Sat, 10 Sep 2011 22:48:56 +0200 Thibaut Girka Introduce characters!
Sat, 10 Sep 2011 11:58:24 +0200 Thibaut Girka Various optimizations
Sat, 10 Sep 2011 01:26:30 +0200 Thibaut Girka Add support for launch animations! (Warning: slow :()
Mon, 05 Sep 2011 22:40:46 +0200 Thibaut Girka Minor refactoring
Sun, 04 Sep 2011 23:51:14 +0200 Thibaut Girka Rename pytouhou.game.enemymanager to pytouhou.game.enemy
Sun, 04 Sep 2011 23:50:00 +0200 Thibaut Girka Refactor \o/
Sat, 03 Sep 2011 22:22:58 +0200 Thibaut Girka Basic bullet handling! Clean up as soon as possible :p
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