Wuzzy <Wuzzy2@mail.ru> [Thu, 26 Oct 2017 05:41:48 +0200] rev 12777
Fix German typo in de.lua
Wuzzy <Wuzzy2@mail.ru> [Thu, 26 Oct 2017 05:25:45 +0200] rev 12776
Expose the gotten achievements of Bamboo Thicked and Dangerous Ducklings in the stats screen
Also fix Basic rope training captions.
The string freeze is maintained. Only existing strings are used.
Wuzzy <Wuzzy2@mail.ru> [Thu, 26 Oct 2017 04:10:57 +0200] rev 12775
Add sparkle's name to Rope Knock Challenge
Reason: For being the first known player to finish ClimbHome.
String freeze is preserved, the hog names are not localized.
Wuzzy <Wuzzy2@mail.ru> [Thu, 26 Oct 2017 03:04:31 +0200] rev 12774
Update credits for Fruit.ogg
Wuzzy <Wuzzy2@mail.ru> [Thu, 26 Oct 2017 02:50:05 +0200] rev 12773
Complete music credits for Jungle.ogg by alfadur
nemo [Wed, 25 Oct 2017 20:46:37 -0400] rev 12772
oops
alfadur [Wed, 25 Oct 2017 20:39:05 -0400] rev 12771
jungle music
nemo [Wed, 25 Oct 2017 19:44:42 -0400] rev 12770
checksum immediately after loading because surface2tex does surface manipulation. also add some FIXMEs
Wuzzy <Wuzzy2@mail.ru> [Wed, 25 Oct 2017 23:47:07 +0200] rev 12769
Make gtDuck use DirAngle instead of Angle for rotation
Wuzzy <Wuzzy2@mail.ru> [Wed, 25 Oct 2017 23:09:41 +0200] rev 12768
Fix sometimes ammo schemes not being saved after changing before an ammo scheme got deleted in session
This was because the bool isDeleting is not initialized, so its initial value is unpredictable.
Which means there's chance it starts with true, confusing the frontend.
nemo [Wed, 25 Oct 2017 15:37:16 -0400] rev 12767
one more pattern
unc0rr [Wed, 25 Oct 2017 20:38:51 +0200] rev 12766
Use maybeNick from Utils, fixes empty nickname inserted in ROOMS protocol command parameters. Not tested, but builds, and it's Haskell...