-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Changelog 1.1
marksamman edited this page Nov 7, 2014
·
38 revisions
=====================
- Increased accuracy of scheduled events
- Optimized dispatcher and scheduler code
- Using integers instead of floating point numbers for item weight and player capacity
- Fixed a rounding bug with the formula for magic level offline training
- Fixed a bug allowing players to equip two-handed weapons with a shield when using classic equipment slots.
- Use of more C++11 features:
- final/override
- emplace for map insertions
-
Breaking change: Creature userdata (creature) is now passed to every event callback instead of creature id (cid).
- This also applies for all subclasses; Monster, NPC and Player.
- Events
- Creature
- onChangeOutfit
- Player
- onGainSkillTries
- Creature
- Updated scripts to utilize userdata objects more efficiently