Thursday, January 29, 2015

FMod - v2.3.3

I performed further testing of the Dreams audio changes. I noticed that the patch generator was not adding the MAPDICT patch command - it was checking the old HuffCompressedMaps flag rather than the new (v2.0) MapType field. Additionally, I noticed continued problems with the Project Settings dialog. Some careful rereading of the code determined that it was operating on the same instance of AbiatharFileConfig that was held by the main form - it was writing changes immediately to the actual dependency file. So, if the user made changes and then clicked Cancel, no reload would occur, but changes would be written to disk at the next save. I made it duplicate the core configuration so as to not modify the main instance.

These changes and previous ones were released on the PCKF as v2.3.3.

No comments:

Post a Comment