[changed] Creature attributes are now stored in int32 arrays, and CreatureAttribute values have been decreased by 1. (i.e. Health was 1, but is now 0)…
[changed] Creature attributes are now stored in int32 arrays, and CreatureAttribute values have been decreased by 1. (i.e. Health was 1, but is now 0)
[changed] Incapacitation timer is now based on how far below 0 your attribute went from the damage received. Gated at min of 10 and max of 60 seconds.
[disabled] Temporarily disabled resuscitation while it undergoes changes, and to test new cloning system. BE SURE TO STORE YOUR CLONE DATA!
[added] Working CloningFacility's with CloneSpawnPoint's.
[added] Working CloningTerminals where cloning data can now be stored.
[added] InsuranceTerminals where items can be insured to keep from suffering the affects of decay at clone.
[added] New Event Handlers and associated Actions to help organize code.
[added] Documentation on new and old code.
[added] Some very minimal code for creature pets/droids and functioning parking garages.
[added] New closeSuiWindowType method for closing already opened Sui's.
[added] optionsMask to TangibleObjectImplementation to allow the setting of different options. -needs more research.
[fixed] Bank and cash tipping to use Stf strings and Bank tips now ask you to confirm a 5% tax for bank-to-bank transfers.
[temporary] Bank emails will show the variables rather than actual values in the messages until sendMail is modified to work with StfParameters.
[fixed] Code cleanup in many different files.
[fixed] Repairing of items, weapons, and armor. Now based on float percentage of repair. Needs tweaking - be careful.
[fixed] Repair option will no longer show up on weapons unless their condition is less than perfect.
[fixed] Decaying of items, weapons, and armor. Now based on float percentage of decay.
[fixed] Cloning data and item insurance is persistent.
[fixed] Meditation code cleanup - now uses the state, eliminating the use of property "meditating".
[TODO] changeArmor should send deltas instead of baselines, as well as equipItem. Delta needs finishing.
[database] Loading of terminals from the database.
[database] Addition of clone_spawn_points table.
[database] Planetary Waypoints added for Cloning Facilities and various other planetary waypoint fixes.
[database] Database should probably be wiped. May not be necessary, but some items may give unexpected results.
[required] r1111_cloningtables.sql to be run or fresh copy of swgemu.sql