Going through the mission scripts, I found something so weird and bad that I can’t believe it hasn’t been noticed before. Apparently at some point in time I decided that faction missions shouldn’t scale by the PC’s renown; instead, each faction has an independent difficulty counter that increases each time the faction loads a new …
Tag: refactoring
Mar 08
The Ugly Part of Refactoring
Today’s commit of GearHead-1 is at that ugly stage of refactoring where everything compiles but nothing works properly. The TSDL_Rect records which previously defined the positions of various bits are being replaced with DynamicRect objects that update their position based on the screen dimensions. My next step is to rearrange all of the needed zones …