Mercurial > touhou
graph
-
Disable debug-level loggingMon, 05 Sep 2011 00:30:09 +0200, by Thibaut Girka
-
Use game's frame for interpolation. No more time manipulation interfering with interpolators!Mon, 05 Sep 2011 00:29:31 +0200, by Thibaut Girka
-
Change a debug string to avoid confusionSun, 04 Sep 2011 23:55:35 +0200, by Thibaut Girka
-
Rename pytouhou.game.enemymanager to pytouhou.game.enemySun, 04 Sep 2011 23:51:14 +0200, by Thibaut Girka
-
Refactor \o/Sun, 04 Sep 2011 23:50:00 +0200, by Thibaut Girka
-
Handle ECL instruction 18Sun, 04 Sep 2011 21:50:50 +0200, by Thibaut Girka
-
Handle ECL opcodes with string.Sun, 04 Sep 2011 12:52:47 -0700, by Emmanuel Gil Peyrot
-
Various minor optimisations and refactoringSun, 04 Sep 2011 20:04:00 +0200, by Thibaut Girka
-
Handle timeout callbacks, and clean up unneeded thingsSun, 04 Sep 2011 17:34:45 +0200, by Thibaut Girka
-
Minor refactoring and optimizations. Drop stageviewer.Sun, 04 Sep 2011 17:33:40 +0200, by Thibaut Girka
-
Fix ECL instruction 3Sun, 04 Sep 2011 10:19:42 +0200, by Thibaut Girka
-
Minor refactoringSun, 04 Sep 2011 10:12:15 +0200, by Thibaut Girka
-
Fix attack flags implementationSun, 04 Sep 2011 09:36:51 +0200, by Thibaut Girka
-
Ugly implementation of three new attack flags.Sat, 03 Sep 2011 17:44:48 -0700, by Emmanuel Gil Peyrot
-
Fix add_intSun, 04 Sep 2011 01:09:28 +0200, by Thibaut Girka
-
Handle a few attack flagsSun, 04 Sep 2011 00:49:22 +0200, by Thibaut Girka
-
Various optimizationsSat, 03 Sep 2011 23:34:12 +0200, by Thibaut Girka
-
Oops O:)Sat, 03 Sep 2011 22:58:13 +0200, by Thibaut Girka
-
Basic bullet handling! Clean up as soon as possible :pSat, 03 Sep 2011 22:22:58 +0200, by Thibaut Girka
-
Fix a few thingsSat, 03 Sep 2011 22:16:47 +0200, by Thibaut Girka
-
Handle one more ANM instruction, and handle sprite indexes offsetsSat, 03 Sep 2011 22:08:40 +0200, by Thibaut Girka
-
Fix set_random_sprite's formatSat, 03 Sep 2011 20:15:13 +0200, by Thibaut Girka
-
Handle a few more ECL instructions. Prepare for bullet handling \o/Sat, 03 Sep 2011 18:17:39 +0200, by Thibaut Girka
-
Fix/rename/comment a few thingsWed, 31 Aug 2011 13:51:42 +0200, by Thibaut Girka
-
Handle a new ECL instruction, and add some names.Tue, 30 Aug 2011 18:44:58 -0700, by Emmanuel Gil Peyrot
-
Handle all move_to_* ECL instructions.Tue, 30 Aug 2011 17:12:08 -0700, by Emmanuel Gil Peyrot
-
Handle a few more ECL instructionsTue, 30 Aug 2011 16:30:40 +0200, by Thibaut Girka
-
Handle variables in set_pos instruction (Daiyousei...)Sun, 28 Aug 2011 11:20:35 +0200, by Thibaut Girka
-
Do not remove enemies as soon as they lose their animation (Daiyousei...)Sun, 28 Aug 2011 11:20:16 +0200, by Thibaut Girka
-
Handle a few more ANM instructions. pytouhou.game.background needs some serious refactoring.Sun, 28 Aug 2011 01:23:11 +0200, by Thibaut Girka
-
Add support for a few ANM instructionsSat, 27 Aug 2011 20:42:16 +0200, by Thibaut Girka
-
Add set_random_angle supportSat, 27 Aug 2011 11:24:22 +0200, by Thibaut Girka
-
Refactor. Move VMs to pytouhou.vm.Sat, 27 Aug 2011 10:58:54 +0200, by Thibaut Girka
-
Minor cleanupFri, 26 Aug 2011 22:53:15 +0200, by Thibaut Girka
-
Add support for a few opcodes.Fri, 26 Aug 2011 22:43:10 +0200, by Thibaut Girka
-
Add offset translation for all relative jumps.Thu, 25 Aug 2011 11:33:47 -0700, by Emmanuel Gil Peyrot
-
Merge compare and substract functions, remove dangerous casts and add comments about differences with the original engine.Thu, 25 Aug 2011 20:19:25 +0200, by Emmanuel Gil Peyrot
-
Implement conditional jumps.Wed, 24 Aug 2011 22:44:40 -0700, by Emmanuel Gil Peyrot
-
Implement simple arithmetic instructions.Wed, 24 Aug 2011 17:14:05 -0700, by Emmanuel Gil Peyrot
-
Fix animation determination (ins_98 stuff) and some interpolation functionsWed, 24 Aug 2011 21:16:14 +0200, by Thibaut Girka
-
Fix toggle_mirror.Wed, 24 Aug 2011 21:14:07 +0200, by Thibaut Girka
-
Enable interpolators to use different formulasWed, 24 Aug 2011 21:12:45 +0200, by Thibaut Girka
-
Handle set_random_angle properly! At last!Wed, 24 Aug 2011 01:34:11 +0200, by Thibaut Girka
-
Use logging moduleTue, 23 Aug 2011 21:01:50 +0200, by Thibaut Girka
-
Fix move_to interpolation, add support for a few ANM and ECL instructionsTue, 23 Aug 2011 19:27:24 +0200, by Thibaut Girka
-
Filter out off-screen enemies (the same way the official game does)Tue, 23 Aug 2011 00:15:22 +0200, by Thibaut Girka
-
Fix a few bugsTue, 23 Aug 2011 00:10:35 +0200, by Thibaut Girka
-
Fix anim cyclingMon, 22 Aug 2011 23:43:40 +0200, by Thibaut Girka
-
OopsMon, 22 Aug 2011 23:20:17 +0200, by Thibaut Girka
-
Add some documentation, GPLv3 headers, README and COPYING file.Mon, 22 Aug 2011 22:37:14 +0200, by Thibaut Girka
-
Add support for a few instructionsMon, 22 Aug 2011 22:12:34 +0200, by Thibaut Girka
-
Fix a few bugs and add support for a few instructionsMon, 22 Aug 2011 21:16:47 +0200, by Thibaut Girka
-
Refactor ECLRunner/EnemyManager so that all VM stuff goes to ECLRunnerMon, 22 Aug 2011 19:23:00 +0200, by Thibaut Girka
-
Support a few more instructionsMon, 22 Aug 2011 15:45:42 +0200, by Thibaut Girka
-
Handle a few more opcodesMon, 22 Aug 2011 10:49:59 +0200, by Thibaut Girka
-
Add/fix a few opcodesMon, 22 Aug 2011 10:49:49 +0200, by Thibaut Girka
-
Fix camera handling, should be much closer to the original, nowMon, 22 Aug 2011 09:11:16 +0200, by Thibaut Girka
-
Fix Matrix.rotate_yMon, 22 Aug 2011 09:10:36 +0200, by Thibaut Girka
-
Fix set_counter, and relative_jump(_ex)Thu, 18 Aug 2011 22:24:32 +0200, by Thibaut Girka
-
Refactor ECL parsing/etc.Thu, 18 Aug 2011 22:11:39 +0200, by Thibaut Girka