mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-20 22:33:43 +02:00
v1.14
This commit is contained in:
@@ -48,6 +48,21 @@ With the advent of [fujinet](https://fujinet.online/) we are thinking about maki
|
|||||||
|
|
||||||
## Changes:
|
## 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
|
###### Version 1.13
|
||||||
2022-08-30
|
2022-08-30
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -36,7 +36,7 @@
|
|||||||
;we decided it must go in 'English' to let other people work on it
|
;we decided it must go in 'English' to let other people work on it
|
||||||
|
|
||||||
.macro build
|
.macro build
|
||||||
dta d"1.13" ; number of this build (3 bytes)
|
dta d"1.14" ; number of this build (3 bytes)
|
||||||
.endm
|
.endm
|
||||||
|
|
||||||
icl 'definitions.asm'
|
icl 'definitions.asm'
|
||||||
|
|||||||
BIN
Binary file not shown.
Reference in New Issue
Block a user