log

age author description
2019-08-17 Emmanuel Gil Peyrot ecl_vm: implement TargetPlayer, and add a dummy Player to Game.
2019-08-17 Emmanuel Gil Peyrot ecl_vm: stub PlaySound.
2019-08-17 Emmanuel Gil Peyrot ecl_vm: implement SetExtendedBulletAttributes.
2019-08-17 Emmanuel Gil Peyrot ecl_vm: implement SetBulletLaunchOffset.
2019-08-17 Emmanuel Gil Peyrot ecl_vm: fix panic when bullet_interval is zero (disabled).
2019-08-17 Emmanuel Gil Peyrot ecl_vm: implement SetBulletInterval and SetBulletIntervalEx.
2019-08-17 Emmanuel Gil Peyrot Fix PRNG not to panic, pass it to Enemy, and initialise it with time in eclrenderer.
2019-08-17 Emmanuel Gil Peyrot ecl_vm: implement the SetBulletAttributes opcodes.
2019-08-16 Gauvain "GovanifY" Roussel-Tarbouriech ecl_vm: nearing the complete list
2019-08-16 Gauvain "GovanifY" Roussel-Tarbouriech ecl_vm: fixes for previous instructions
2019-08-16 Gauvain "GovanifY" Roussel-Tarbouriech ecl_vm: more work
2019-08-16 Gauvain "GovanifY" Roussel-Tarbouriech ecl_vm: more instructions