Files
oboe/osx
Celtic Minstrel 94d8717a0b Nuke as many warnings as possible, and several globals as well
- Warnings completely suppressed for the included TinyXML and gzstream libraries
- Parentheses warnings are now errors, since there were several that looked like bugs
- Ditto for dangling else warnings

Some of these warnings were actually bugs:
- Town wandering monsters would have never spawned, because the code to do so was accidentally nested within a check for overall_mode == MODE_OUTDOORS
---> boe.monster.cpp, lines 105-137
- Monster's behaviour with respect to elemental fields did not correctly depend on their immunities (this is the same precedence issue Sylae messed up fixing in the Windows code)
---> boe.monsters.cpp, lines 345-359
- Display of damage blocked by armour appeared to be incorrect (needs verification)
---> boe.newgraph.cpp, line 1079
- Three-choice dialogs probably weren't dealing with unusual button types correctly, though that's a minor point since they aren't expected to use such buttons
2014-12-04 12:44:17 -05:00
..
2014-12-02 15:54:50 -05:00
2009-03-12 01:38:20 +00:00
2014-04-20 00:50:47 -04:00
2014-12-03 23:18:12 -05:00
2014-11-30 21:20:35 -05:00
2014-12-03 23:18:12 -05:00
2014-04-14 21:16:35 -04:00
2014-12-03 23:18:12 -05:00
2014-04-22 02:06:31 -04:00
2014-12-02 15:54:50 -05:00