veloren/server/src/migrations
Ben Wallis 01ca6911a9 * Pets are now saved on logout and spawned with the player on login
* Pets now teleport to their owner when they are too far away from them
* Limited the animals that can be tamed to `QuadrupedLow` and `QuadrupedSmall` to prevent players taming overly powerful creatures before the pet feature is further developed
* Added `Pet` component used to store pet information about an entity - currently only used to store the pet's database ID
* Added `pet` database table which stores a pet's `body_id` and `name`, alongside the `character_id` that it belongs to
* Replaced `HomeChunk` component with more flexible `Anchor` component which supports anchoring entities to other entities as well as chunks.
2021-07-28 22:36:41 +00:00
..
V1__character.sql * Replaced diesel with rusqlite and refinery 2021-04-13 22:05:47 +00:00
V2__body.sql * Replaced diesel with rusqlite and refinery 2021-04-13 22:05:47 +00:00
V3__stats.sql * Replaced diesel with rusqlite and refinery 2021-04-13 22:05:47 +00:00
V4__race_species.sql * Replaced diesel with rusqlite and refinery 2021-04-13 22:05:47 +00:00
V5__inventory.sql * Replaced diesel with rusqlite and refinery 2021-04-13 22:05:47 +00:00
V6__loadout.sql * Replaced diesel with rusqlite and refinery 2021-04-13 22:05:47 +00:00
V7__inv_increase.sql * Replaced diesel with rusqlite and refinery 2021-04-13 22:05:47 +00:00
V8__skills.sql * Replaced diesel with rusqlite and refinery 2021-04-13 22:05:47 +00:00
V9__add_missing_inv_loadout.sql * Replaced diesel with rusqlite and refinery 2021-04-13 22:05:47 +00:00
V10__dash_melee_energy_cost_fix.sql * Replaced diesel with rusqlite and refinery 2021-04-13 22:05:47 +00:00
V11__migrate_armour_stats.sql * Replaced diesel with rusqlite and refinery 2021-04-13 22:05:47 +00:00
V12__update_item_stats.sql * Replaced diesel with rusqlite and refinery 2021-04-13 22:05:47 +00:00
V13__fix_projectile_stats.sql * Replaced diesel with rusqlite and refinery 2021-04-13 22:05:47 +00:00
V14__power_stat_for_weapons.sql * Replaced diesel with rusqlite and refinery 2021-04-13 22:05:47 +00:00
V15__fix_various_problems.sql * Replaced diesel with rusqlite and refinery 2021-04-13 22:05:47 +00:00
V16__item_persistence.sql * Replaced diesel with rusqlite and refinery 2021-04-13 22:05:47 +00:00
V17__move_sceptres.sql * Replaced diesel with rusqlite and refinery 2021-04-13 22:05:47 +00:00
V18__rename_npcweapons.sql * Replaced diesel with rusqlite and refinery 2021-04-13 22:05:47 +00:00
V19__move_waypoint_to_stats.sql * Replaced diesel with rusqlite and refinery 2021-04-13 22:05:47 +00:00
V20__item_storage.sql * Replaced diesel with rusqlite and refinery 2021-04-13 22:05:47 +00:00
V21__shinygem_to_diamond.sql * Replaced diesel with rusqlite and refinery 2021-04-13 22:05:47 +00:00
V22__skills.sql * Replaced diesel with rusqlite and refinery 2021-04-13 22:05:47 +00:00
V23__purge_duplicate_items.sql * Replaced diesel with rusqlite and refinery 2021-04-13 22:05:47 +00:00
V24__remove_duplicate_possess_stick.sql * Replaced diesel with rusqlite and refinery 2021-04-13 22:05:47 +00:00
V25__starter_gear.sql * Replaced diesel with rusqlite and refinery 2021-04-13 22:05:47 +00:00
V26__weapon_replacements.sql * Replaced diesel with rusqlite and refinery 2021-04-13 22:05:47 +00:00
V27__armor_reorganization.sql * Replaced diesel with rusqlite and refinery 2021-04-13 22:05:47 +00:00
V28__fix_sturdy_red_backpack.sql * Replaced diesel with rusqlite and refinery 2021-04-13 22:05:47 +00:00
V29__fix_other_backpacks.sql * Replaced diesel with rusqlite and refinery 2021-04-13 22:05:47 +00:00
V30__fix_leather_set.sql * Replaced diesel with rusqlite and refinery 2021-04-13 22:05:47 +00:00
V31__fix_debug_armor.sql * Replaced diesel with rusqlite and refinery 2021-04-13 22:05:47 +00:00
V32__reset_sceptre_skills.sql * Replaced diesel with rusqlite and refinery 2021-04-13 22:05:47 +00:00
V33__fix_amethyst_staff.sql * Replaced diesel with rusqlite and refinery 2021-04-13 22:05:47 +00:00
V34__remove_immunemelee_bexplosion.sql Unlock dodge roll iframes and staff explosion by default. 2021-04-18 16:16:06 -04:00
V35__rename_craftsman_hammer.sql remove old craftsman hammer, add migration 2021-04-20 03:34:11 +02:00
V36__deduplicate_items.sql Deduplicated stuff in npc_armor. 2021-04-29 15:45:14 -04:00
V37__equip_slots.sql Added equip slots for other weapons. 2021-05-15 15:16:37 -05:00
V38__reset_bow_skills.sql Made new skills for reworked bow. 2021-05-22 12:33:21 -05:00
V39__meat_MR_organization.sql cave adjustments 2021-06-07 11:02:34 +02:00
V40__meat_fix.sql mig fix 2021-06-07 08:32:59 -04:00
V41__mining_tree.sql Mining skill tree. 2021-06-13 14:34:42 -04:00
V42__remove_warlock_warlord.sql Rename remove_warlock_warlord migration so it actually triggers. 2021-06-26 16:28:49 -04:00
V43__pets.sql * Pets are now saved on logout and spawned with the player on login 2021-07-28 22:36:41 +00:00