PDA

View Full Version : 11/18 patch



Newby
11-18-2015, 11:50 PM
nt..

flopz
11-19-2015, 12:09 PM
Note that this diff was taken against the old r842, not the recently-released 5.13.10.36 (r844). However, as I type this and attempt to generate a diff against that one as well, it turns out that fransick pulled it in and released it as 5.13.10.37, and the latest in the svn tree (r846) includes it :)

fransick
11-19-2015, 01:32 PM
I just uploaded a new zones.h via SVN for the new Broken Mirror zones...

flopz
11-19-2015, 02:25 PM
$ svn diff
index: Src/zones.h
================================================== =================
--- src/zones.h (revision 848)
+++ src/zones.h (working copy)
@@ -800,7 +800,7 @@
{ "scorchedwoods", "scorched woods" }, // 790
{ "frontiermtnsb", "frontier mountains" }, // 791
{ "gorowyn", "gorowyn" }, // 792
-{ "korsha", "kor'sha laboratory }, // 793
+{ "korsha", "kor'sha laboratory" }, // 793
{ "lceanium", "lceanium" }, // 794
{ "cosul", "crypt of sul" }, // 795
{ "codecayb", "ruins of lxanvom" }, // 796


:)

llaffer
11-19-2015, 06:38 PM
Here are the diffs of "Races.txt" for MySEQ and the "races.h" for showeq:

Races.txt
714c714
< Cat
---
> Dog
835a836,837
> Pridewing Mount
> Direhound Mount


races.h
722c722
< "Cat", // 713
---
> "Dog", // 713
843a844,845
> "Pridewing Mount", // 835
> "Direhound Mount", // 836

Sigur
11-19-2015, 10:59 PM
I'm seeing 849 now as latest that does not seem to have working diffs included?

fransick
11-19-2015, 11:29 PM
Just uploaded fixes for zones.h and races.h as both contained careless syntax errors on my part. SVN (851) should be okay now... confirmed fixes compile without errors on this end.

flopz
11-20-2015, 09:07 AM
646

Looking good here :)

Sigur
11-20-2015, 11:11 PM
working for me now, thanks!

fransick
11-21-2015, 06:08 AM
Good deal... yesterday's patch undid all of Newby's work... so I updated SVN and tarball to work with yesterday's patch. Good times!

BlueAdept
11-22-2015, 07:47 AM
Thank you!