diff --git a/README.md b/README.md index 9c285a7..b4ec733 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,21 @@ With the advent of [fujinet](https://fujinet.online/) we are thinking about maki ## Changes: +###### Version 1.14 +2022-09-05 + +Minor bugfixes and optimizations. +Just a small update to allow for more testing and having fun before the bigger release. + +Changes: +* Numerous optimizations that require a solid test. Please have fun and report issues! +* Small DrawTanks fix. +* Bouncy Castle bounces like it should. +* Tracer and Smoke Tracer are not causing defense weapons to trigger anymore. +* In rare cases direct hit was not accounted for correctly. +* Manuals updated. + + ###### Version 1.13 2022-08-30 diff --git a/scorch.asm b/scorch.asm index 451d42c..3a70a9f 100644 --- a/scorch.asm +++ b/scorch.asm @@ -36,7 +36,7 @@ ;we decided it must go in 'English' to let other people work on it .macro build - dta d"1.13" ; number of this build (3 bytes) + dta d"1.14" ; number of this build (3 bytes) .endm icl 'definitions.asm' diff --git a/scorch.xex b/scorch.xex index d54baea..1f25853 100644 Binary files a/scorch.xex and b/scorch.xex differ