- Rebranding.
- Migrate to GitLab.
- Add support for database updates when using Docker.
- Give purpose to version.h (adjust minor version with client updates).
- Add an in-game `!ver` command.
- Remove references to AGPL.
follows retail formula more accurately
fixed send box not starting from mog house
fixed canceled items not being left in the send box if not taken
added 'extra' column to preserve charges, signature, fish weight/length, etc to items being delivered
increased slot size in database to help stop a delivery box from being overflowed
IMPORTANT NOTES:
* Update the delivery_box table to use InnoDB as the engine or you will not have transaction support!
CORE:
* Added transactional methods to the Sql_* API
* Added/Fixed logic to allow delivery box drops and returns. (Take already worked)
DATABASE:
* Changed delivery_box to use InnoDB for transactional support.
- система чтения магии никуда не годится. удалил все, оставил только анимацию
- trigger для delivery_box
- новая система recast_time (еще не финал)
- сообщение bazaar теперь хранится в char_stats
- питомцы, нанося удары, оставляют на цели id хозяина
P.S. обновление таблицы char_stats без удаления персонажей - ALTER TABLE `char_stats` ADD `bazaar_message` VARCHAR(120) NOT NULL DEFAULT '\0' AFTER `title`;