bbb
Level: Master Delver
Rank Points: 217
Registered: 10-07-2013
IP: Logged
|
drod source corrections (+3)
After replacing systems, and recompiling tss and rpg, I decided to post corrections which need to be made to the code. I think there were problems in checking for missing dependencies, but I forgot to list what they were, and I don't remember now.
The build was basically the default build with no static libraries, and these corrections (and some private modifications.)
Both TSS and RPG:
Addition to PNGHandler.cpp to allow opening some faulty png files. (I added it to line 116) Should be conditional on libpng version. (I think this line should be added from libpng16.)
png_set_option(pPNG,PNG_MAXIMUM_INFLATE_WINDOW,PNG_OPTION_ON);
Remove the reference to Caravelnet in the ninja file. (Or include a stub)
RPG:
The string index for MID_MoneyDoorLocked is missing from the mids.h file.
DROD.vcproj is mistakenly named drod.vcproj.
[Last edited by bbb at 03-28-2019 12:43 PM]
|