2012-10-21 |
Emmanuel Gil Peyrot |
Add "explosion", instruction 118.
|
2012-10-21 |
Emmanuel Gil Peyrot |
Make particles behave as in the original game.
|
2012-10-20 |
Emmanuel Gil Peyrot |
Display something at the start of a stage.
|
2012-10-20 |
Emmanuel Gil Peyrot |
Cancel player lasers when she dies.
|
2012-10-20 |
Emmanuel Gil Peyrot |
Add missing imports, and remove side-effects in asserts.
|
2012-10-02 |
Emmanuel Gil Peyrot |
Make rendering of multiple-sprites elements work like single-sprites.
|
2012-09-07 |
Emmanuel Gil Peyrot |
Replace wildcard imports with normal ones.
|
2012-09-07 |
Emmanuel Gil Peyrot |
Fix the anmviewer, broken since changeset 370:74471afbac37.
|
2012-09-07 |
Emmanuel Gil Peyrot |
Don’t hardcode background script for Widget.
|
2012-09-07 |
Emmanuel Gil Peyrot |
Replace player position in game zone right after its move; fix shots offsets at boundaries.
|
2012-08-30 |
Emmanuel Gil Peyrot |
Make a sound when an enemy is hit.
|
2012-08-29 |
Emmanuel Gil Peyrot |
Add the debug feature to start a game at the end of a replay.
|
2012-08-29 |
Emmanuel Gil Peyrot |
Add meaningful exceptions in format parsing.
|
2012-08-06 |
Emmanuel Gil Peyrot |
Support more than one version of a vm.
|
2012-08-06 |
Emmanuel Gil Peyrot |
Add an option to disable background.
|
2012-08-05 |
Emmanuel Gil Peyrot |
Use an iterator to get the keystates from a replay.
|
2012-08-05 |
Emmanuel Gil Peyrot |
Add the ability to save a replay.
|
2012-08-06 |
Emmanuel Gil Peyrot |
Use a future-proof ECL parser.
|
2012-07-27 |
Emmanuel Gil Peyrot |
Replace GL_QUADS with GL_TRIANGLES, to be GLES compatible.
|
2012-07-27 |
Emmanuel Gil Peyrot |
Add a programmable pipeline renderer, and a --fixed-pipeline switch to use the old one.
|
2012-07-11 |
Thibaut Girka |
Fix crash with the demo version of Touhou 6
|
2012-07-11 |
Thibaut Girka |
Minor optimizations
|
2012-07-09 |
Thibaut Girka |
Various optimizations
|
2012-07-09 |
Thibaut Girka |
Fix Rumia on timeout
|
2012-07-09 |
Thibaut Girka |
Add more information to ECL debug messages
|
2012-07-09 |
Thibaut Girka |
Empty ECL stack when calling a callback.
|
2012-07-09 |
Thibaut Girka |
Enable debug messages when using --debug
|
2012-07-09 |
Thibaut Girka |
(partially?) implement ECL's instruction 133
|
2012-07-09 |
Thibaut Girka |
Rename set_visible to set_invisible, since it's what it does...
|
2012-07-09 |
Thibaut Girka |
Fix Flandre's QED: Ripples of 495 years
|