apocalyptech / eschalon_utils

Eschalon Books I, II, and III Character and Map Editors
http://apocalyptech.com/eschalon/
GNU General Public License v2.0
8 stars 3 forks source link

Verify Book 1 + Book 2 compatibility #23

Closed apocalyptech closed 10 years ago

apocalyptech commented 10 years ago

The majority of our testing (at least on my end) has been on the Book 3 side of things. I just noticed that there might be some problems at least on Book 1 - a few maps I tried to load from some old Book 1 savegames didn't load properly (though some others did).

So yeah: will have to look out for regressions.

apocalyptech commented 10 years ago

Found the Book 1 issue I was having; entities were loading one byte too many per entity. The "ent_zero2" variable didn't need to be there anymore, so I've taken that out. Will close this out once I've had a chance to do some more thorough regression testing.

Speaking of, it might be worthwhile to set up some automated regression testing; I'd think we'd at least be able to validate the data backend stuff, if not the GUI elements. Something for a future release...

apocalyptech commented 10 years ago

Hm, seems when I updated the disease info in the character editor for the Book III values, it also changed for Book II.

apocalyptech commented 10 years ago

Okay, I'm feeling pretty good with this one, I'm going to close it out.