Sat, 21 Jan 2012 21:03:53 +0100 |
Emmanuel Gil Peyrot |
Use the correct animation for player death.
|
Sun, 15 Jan 2012 18:09:25 +0100 |
Emmanuel Gil Peyrot |
Fix instruction 70 to always fire to the right.
|
Sun, 15 Jan 2012 15:22:26 +0100 |
Emmanuel Gil Peyrot |
Use the correct behaviour for flag 1 in bullet.
|
Mon, 02 Jan 2012 18:46:55 +0100 |
Thibaut Girka |
Implement ANM0 instruction 29 and fix 24
|
Sat, 31 Dec 2011 02:25:06 +0100 |
Emmanuel Gil Peyrot |
Drop the correct amount of power with 119.
|
Mon, 02 Jan 2012 15:54:19 +0100 |
Thibaut Girka |
Update sprite's property even while waiting
|
Mon, 02 Jan 2012 15:46:29 +0100 |
Emmanuel Gil Peyrot |
Implement auxiliary animations of enemies like magic circles, and interruptions from ecl.
|
Sun, 01 Jan 2012 23:52:53 +0100 |
Thibaut Girka |
Add support for multiple-file anms to anmviewer, add feature to force acceptance of translations
|
Sun, 01 Jan 2012 23:51:01 +0100 |
Thibaut Girka |
Fix ANM wait, translation/rotation order, and partially implement ANM0 instruction 24
|
Sun, 01 Jan 2012 21:12:50 +0100 |
Thibaut Girka |
Fix a few crashes in the anmrunner, disable fullscreen switch, change alt+Fx to shift+Fx
|
Sun, 01 Jan 2012 20:23:00 +0100 |
Thibaut Girka |
Fix ANM interrupts
|
Sun, 01 Jan 2012 19:51:34 +0100 |
Emmanuel Gil Peyrot |
Add an anmviewer script.
|
Sun, 01 Jan 2012 19:47:34 +0100 |
Thibaut Girka |
Implement ANM0 interrupts
|
Sat, 31 Dec 2011 16:31:10 +0100 |
Emmanuel Gil Peyrot |
Do a little cleanup, and fix PCB SHT usage.
|
Sat, 31 Dec 2011 03:08:01 +0100 |
Emmanuel Gil Peyrot |
Fix instructions 69 and 71.
|
Sat, 31 Dec 2011 02:50:04 +0100 |
Thibaut Girka |
Fix replay handling a bit
|
Sat, 31 Dec 2011 02:15:51 +0100 |
Thibaut Girka |
Hopefully implement “accelerating” bullets
|
Fri, 30 Dec 2011 19:17:55 +0100 |
Thibaut Girka |
Search for 102h.exe in the game directory instead of the current directory.
|
Fri, 30 Dec 2011 19:10:49 +0100 |
Thibaut Girka |
Improve find_character_defs, clean up a bit, and disable attack types 2 and 3 for now
|
Fri, 30 Dec 2011 18:37:06 +0100 |
Emmanuel Gil Peyrot |
Add “SHT” support to EoSD, and do a little cleanup.
|
Tue, 20 Dec 2011 21:17:34 +0100 |
Thibaut Girka |
Add basic cx_Freeze support in order to freeze to a windows executable.
|
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 22:18:11 +0100 |
Thibaut Girka |
Fix setup.py...
|
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.
|
Mon, 19 Dec 2011 20:29:30 +0100 |
Thibaut Girka |
Remove useless and occasionally problematic (think about non-utf8 terminals) print calls.
|
Sun, 18 Dec 2011 21:23:51 +0100 |
Thibaut Girka |
Make pytouhou.ui.{background,texture} Cython modules as they are only used by Cython modules.
|
Sun, 18 Dec 2011 20:47:48 +0100 |
Thibaut Girka |
Refactor rendering code a bit.
|
Sun, 18 Dec 2011 19:51:29 +0100 |
Emmanuel Gil Peyrot |
Don’t try to render effect if there is no game.
|
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.
|
Thu, 15 Dec 2011 19:24:11 +0100 |
Thibaut Girka |
Move “eclviewer.py” to “eosd” and get rid of run-time depency on Cython.
|
Mon, 05 Dec 2011 23:57:58 +0100 |
Thibaut Girka |
Minor changes to the setup script
|
Sat, 17 Dec 2011 21:18:39 +0100 |
Emmanuel Gil Peyrot |
Change background during spellcards.
|
Wed, 07 Dec 2011 14:03:16 +0100 |
Emmanuel Gil Peyrot |
Pass the real speed to Player. Thanks to elghinn for discovering the bug.
|
Wed, 07 Dec 2011 13:23:02 +0100 |
Emmanuel Gil Peyrot |
Don’t scale texture instead of shifting it, fix ANM’s 28th opcode.
|
Tue, 29 Nov 2011 23:18:07 +0100 |
Emmanuel Gil Peyrot |
Add support for PCB’s SHT format.
|
Sun, 27 Nov 2011 15:13:31 +0100 |
Emmanuel Gil Peyrot |
Add a distutils setup and don’t hardcode DAT list.
|
Sat, 26 Nov 2011 20:39:04 +0100 |
Thibaut Girka |
Hopefully fix enemy-player collision
|
Fri, 25 Nov 2011 23:41:24 +0100 |
Thibaut Girka |
Make death animation closer to the original
|
Tue, 22 Nov 2011 20:51:35 +0100 |
Emmanuel Gil Peyrot |
Implement collidable boolean of enemy.
|
Tue, 08 Nov 2011 23:01:18 -0800 |
Emmanuel Gil Peyrot |
Create enemy with negative life as it should be.
|
Tue, 08 Nov 2011 22:10:44 -0800 |
Emmanuel Gil Peyrot |
Implement autocollection of items.
|
Sat, 05 Nov 2011 20:19:15 +0100 |
Thibaut Girka |
Minor refactoring
|
Sat, 05 Nov 2011 19:43:11 +0100 |
Thibaut Girka |
Fix ReimuA, and refactor Player a bit.
|
Tue, 01 Nov 2011 13:50:33 +0100 |
Thibaut Girka |
Rename pytouhou.opengl to pytouhou.ui, makes much more sense that way.
|
Tue, 01 Nov 2011 13:46:03 +0100 |
Thibaut Girka |
Add some documentation (argh, so much left to document!)
|
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.
|
Mon, 31 Oct 2011 18:08:26 +0100 |
Thibaut Girka |
Batch more sprites!
|
Mon, 31 Oct 2011 17:54:06 +0100 |
Thibaut Girka |
Fix orbs' original position
|
Mon, 31 Oct 2011 09:38:57 -0700 |
Emmanuel Gil Peyrot |
Implement orbs.
|
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.
|
Sat, 29 Oct 2011 11:42:22 +0200 |
Thibaut Girka |
Fix ECL function calls... again
|
Fri, 28 Oct 2011 23:07:45 +0200 |
Thibaut Girka |
Fix ECL function calls
|
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 |
Set the correct invulnerability time.
|
Thu, 27 Oct 2011 15:09:42 -0700 |
Emmanuel Gil Peyrot |
Fix a few things about particles.
|
Thu, 27 Oct 2011 21:53:26 +0200 |
Thibaut Girka |
Fix handling for replay files not beginning with stage 1
|
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.
|
Wed, 26 Oct 2011 03:03:39 -0700 |
Emmanuel Gil Peyrot |
Don’t reinitialize variables when another sub is called.
|
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.
|
Wed, 26 Oct 2011 02:27:00 -0700 |
Emmanuel Gil Peyrot |
Implement two new ECL instructions.
|
Tue, 25 Oct 2011 01:29:40 +0200 |
Thibaut Girka |
(Hopefully) use difficulty as it should.
|
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
|
Sun, 23 Oct 2011 21:00:53 +0200 |
Thibaut Girka |
Make rand_uint16 slighty easier to understand, and add a rewind function for debugging purposes.
|
Sun, 23 Oct 2011 05:11:48 -0700 |
Emmanuel Gil Peyrot |
Fix Patchouli’s 日符「ロイヤルフレア」 spellcard.
|
Sun, 23 Oct 2011 01:53:44 -0700 |
Emmanuel Gil Peyrot |
Fix boss mode and don’t suicide the boss when she just want to kill the other enemies.
|
Sat, 22 Oct 2011 06:21:38 -0700 |
Emmanuel Gil Peyrot |
Add grazing check.
|
Fri, 21 Oct 2011 10:45:07 -0700 |
Emmanuel Gil Peyrot |
Don’t collect the items you drop while dying…
|
Fri, 21 Oct 2011 19:20:03 +0200 |
Thibaut Girka |
Use integers instead of floats to avoid filtering and ugly approximations (like the official game)
|
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.
|
Thu, 20 Oct 2011 03:15:55 -0700 |
Emmanuel Gil Peyrot |
Implement move anm instructions.
|
Tue, 18 Oct 2011 16:25:10 -0700 |
Emmanuel Gil Peyrot |
Fix Cirno’s last spellcard and implement something for Patchy in extra stage.
|
Tue, 18 Oct 2011 14:03:18 -0700 |
Emmanuel Gil Peyrot |
Implement Cirno’s 雪符「ダイアモンドブリザード」 spellcard.
|
Tue, 18 Oct 2011 13:37:55 -0700 |
Emmanuel Gil Peyrot |
Fix default death animation.
|
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.
|
Sun, 16 Oct 2011 07:41:26 -0700 |
Emmanuel Gil Peyrot |
Implement player bullets in Bullet.
|
Sun, 16 Oct 2011 07:42:11 -0700 |
Emmanuel Gil Peyrot |
Add character choosing in CLI.
|
Tue, 11 Oct 2011 11:29:33 +0200 |
Thibaut Girka |
Add bullet cancel anim support
|
Tue, 11 Oct 2011 11:17:39 +0200 |
Thibaut Girka |
Clean up bullets when starting a spellcard
|
Mon, 10 Oct 2011 19:01:23 +0200 |
Thibaut Girka |
Remove remaining pop_enemy/new_enemy mess
|
Mon, 10 Oct 2011 18:56:13 +0200 |
Thibaut Girka |
Minor cleanup
|
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:49 -0700 |
Emmanuel Gil Peyrot |
Implement two new instructions.
|
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
|
Tue, 04 Oct 2011 18:13:26 +0200 |
Thibaut Girka |
Fix bullet flags 16 and 32 handling
|
Tue, 04 Oct 2011 17:52:37 +0200 |
Thibaut Girka |
Work around a bug in nouveau
|
Tue, 04 Oct 2011 17:52:12 +0200 |
Thibaut Girka |
Fix a crash with ECL instruction 25
|
Mon, 03 Oct 2011 22:42:26 +0200 |
Thibaut Girka |
Evil workaround to pyglet's X11 backend
|
Mon, 03 Oct 2011 22:20:03 +0200 |
Thibaut Girka |
Fix bullet orientation in some cases (Meiling's last spellcard)
|
Fri, 30 Sep 2011 11:19:33 -0700 |
Emmanuel Gil Peyrot |
Fix a stupid inversion of properties.
|
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
|
Sun, 25 Sep 2011 20:18:30 +0200 |
Thibaut Girka |
Fix draw order to match EoSD's
|
Sun, 25 Sep 2011 20:16:13 +0200 |
Thibaut Girka |
Fix move_to (handle variables) and spawn_enemy
|
Sun, 25 Sep 2011 19:59:41 +0200 |
Thibaut Girka |
Add EoSD's hitboxes
|
Sun, 25 Sep 2011 19:55:58 +0200 |
Thibaut Girka |
Fix player hitboxes
|
Fri, 23 Sep 2011 10:08:33 -0700 |
Emmanuel Gil Peyrot |
Add CLI rank choosing.
|
Fri, 23 Sep 2011 10:05:20 -0700 |
Emmanuel Gil Peyrot |
Fix MSG parsing, use the offsets instead of trying to relate them to the actual data.
|
Fri, 23 Sep 2011 02:52:09 -0700 |
Emmanuel Gil Peyrot |
Implement instruction 74.
|
Fri, 16 Sep 2011 11:21:33 -0700 |
Emmanuel Gil Peyrot |
Add support for enemy spawnling enemies.
|
Sun, 11 Sep 2011 07:34:34 -0700 |
Emmanuel Gil Peyrot |
Add reading support for the MSG format.
|
Sun, 11 Sep 2011 05:13:43 -0700 |
Emmanuel Gil Peyrot |
Fix initial angle of bullets with bullet_launch_offset enabled.
|
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 18:33:45 +0200 |
Thibaut Girka |
Fix potential crash
|