Commit graph

2 commits

Author SHA1 Message Date
riperiperi
3a2cb1741e
Initial Implementation of Upgrades (#151)
* [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!
2019-07-16 22:14:18 +01:00
riperiperi
21cea91654
Feature/free vote (#149)
* [Server, Client] Add Free Vote

A mechanism that allows avatars in neighborhoods without elections to
vote in an ongoing election of their choosing.

* [Server] Free Vote, Github Releases, Restore Lot Tool, Test Utils

Still need to fix an issue with the unauthenticated disconnect.

* [Server] Improvements, Account Lockout

- Too many failed password attempts can now cause an account lockout.
- More reasonable CORS policy that doesn't spam warnings.

* [UI] Add Free Vote Confirmation Text
2019-05-20 22:44:09 +01:00