Add the origin points for each zoneline as extracted from the DATs using xiregiondump
Adds target zonelines spawnbox scale and rotation to calculate spawn slots as retail does.
Co-Authored-By: atom0s <atom0s@users.noreply.github.com>
MyISAM = table level locking, fast but not safe for multiple simultaneous writes
InnoDB = row level locking, slow, but is safe for multiple simultaneous writes
```
Features MyISAM InnoDB
Type Non-Transactional Transactional
Locking Table locking Row-level locking
Foreign keys No Yes
Table, index, data storage Three separate files Combined Tablespace
ACID No Yes
```
- 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.
Also changed the indents and whitespace of Misareaux_Coast/npcs/_0p0.lua so that it no longer looks like trash in my editor because IF YOUR WHITESACE IS BAD YOU SHOULD FEEL BAD kthx by.