--- a/ChangeLog.txt Fri Sep 29 19:31:25 2017 +0200
+++ b/ChangeLog.txt Fri Sep 29 21:44:35 2017 +0200
@@ -208,6 +208,7 @@
+ Side missions: Remove or shorten intro sequences
+ Side missions: Generous ready time to give more time to read the mission panel
+ Getting to the device: Put device part in a real crate, improve some dialogues
+ + Final mission: Add outro sequence instead of instantly quitting
* Spacetrip: Fix various bugs and logic flaws in the initial mission
* A frozen adventure: Fix bazooka and excess freezers (>6) not retained over checkpoints
* A frozen adventure: Fix and improve poorly written messages
@@ -307,6 +308,7 @@
+ New variable: ReadyTimeLeft -- Remaining ready time, 0 if turn in progress. Can be set in onNewTurn
+ Locale library: loc_noop -- Mark string for translation but don't translate it
+ Animate library: AnimInit([startAnimating]) -- New parameter startAnimating: if true, will start game in cinematic mode with most controls disabled. Must play an animation after that
+ + Animate library: AnimSetInputMask(extraInputMask) -- Set input mask in a manner comptible with the Animate library
* Fixed call: HideHog(gear) -- Fix crash when gear is invalid. Returns true on success or false otherwise
* Fixed call: SwitchHog(gear) -- Fix new hog being unable to open ammo menu
* Removed call: SetAmmoStore -- Old undocumented function of questional use, has never been used