Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tibia 14.05 #4

Merged
merged 13 commits into from
Dec 18, 2024
Next Next commit
* Updated docs
  • Loading branch information
jprzimba committed Dec 13, 2024
commit 7975a8ded4294818c383b364e93f79d4c416f98c
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -26,7 +26,8 @@ Enjoy our [Discord](https://discord.gg/7AYJEHTghQ)
### Thanks
- [Open Tibia](https://github.com/opentibia/server) and their [contributors](https://github.com/opentibia/server/graphs/contributors).
- [The Forgotten Server](https://github.com/otland/forgottenserver) and their [contributors](https://github.com/otland/forgottenserver/graphs/contributors).
- [Canary Server](https://github.com/opentibiabr/canary) and its [contributors](https://github.com/opentibiabr/canary/graphs/contributors).
- [Crsystal Server](https://github.com/jprzimba/crystalserver) and their [contributors](https://github.com/jprzimba/crystalserver/graphs/contributors).
- [Canary Server](https://github.com/opentibiabr/canary) and their [contributors](https://github.com/opentibiabr/canary/graphs/contributors).


### Issues
1 change: 1 addition & 0 deletions markdowns/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -7,6 +7,7 @@
- Protocol 14.10 support. ([Tryller](https://github.com/jprzimba))
- New protocol 14.10 mounts and outfits. ([Tryller](https://github.com/jprzimba))
- New protocol 14.10 assets. ([Tryller](https://github.com/jprzimba))
- New stash for 14.10 protocol. ([Tryller](https://github.com/jprzimba))
- Load Gamemaster, Community Manager and God outfits from groups.xml ([Tryller](https://github.com/jprzimba)).
- New tag for rune spells: `rune:removeOnUse(bool)`. This can be used to specify a particular rune to remove charges, even when `removeChargesFromRunes` is set to false in `config.lua`. ([Tryller](https://github.com/jprzimba))
- Moved files from data-global/migrations to data/migrations. ([Tryller](https://github.com/jprzimba))
2 changes: 1 addition & 1 deletion src/core.hpp
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@

static constexpr auto SOFTWARE_NAME = "Crystal Server";
static constexpr auto SOFTWARE_VERSION = "4.1";
static constexpr auto SOFTWARE_DEVELOPERS = "Tryller";
static constexpr auto SOFTWARE_DEVELOPERS = "Crystal Server Contributors";

static constexpr auto AUTHENTICATOR_DIGITS = 6U;
static constexpr auto AUTHENTICATOR_PERIOD = 30U;