mirror of
https://github.com/riperiperi/FreeSO
synced 2026-08-13 20:26:13 -04:00
* [IDE] WIP PIFF viewer Do not use - just liberating from my PC with nightmare thermals * [IDE] PIFF editor, with summary+comments, deleting existing patches. Useful for keeping track of changes by other users. Available on Object Window and Iff Resource Browser. Right now the patch list is a little shaky with updating. * [IDE] Editor UI. Not hooked up yet. * [Upgrades] Initial Functionality - Missing some behaviour for constant replacement, followed by upgrade. - Does not yet support relative object pricing. - Does not yet report correct price for store discount. - Inventory does not yet show upgrade level. (trade does) - Other changes to make build/buy more extendable. - Upgrade Level now stored in database so the transaction is never lost. - Fix an issue where users would run check trees for random objects when hovering over a sim's shadow. (could cause an exception) - More!
2 lines
No EOL
113 B
SQL
2 lines
No EOL
113 B
SQL
ALTER TABLE `fso_objects`
|
|
ADD COLUMN `upgrade_level` INT(11) UNSIGNED NOT NULL DEFAULT 0 AFTER `dyn_flags_2`; |