Implement LuaImpl* for Vector[2|3]<int> (#170)

* Implement LuaImplQueryArg for Vector[2|3]i

* Implement LuaImplReplyVal for Vector[2|3]i

* Edit changelog

* Fix previous commit crash

* Network/ENetPeer: Fix reliable sequence number wrap error

* Edit changelog

* what have I done to changelog
This commit is contained in:
S6066
2018-07-10 14:48:23 +02:00
committed by Jérôme Leclercq
parent a870954762
commit 49d33bea55
2 changed files with 31 additions and 0 deletions

View File

@@ -125,6 +125,7 @@ Nazara Engine:
- ⚠️ Removed Vector[2|3]::Distancef method and made Distance method templated
- Added Vector2::Distance static method
- ⚠️ Fixed compilation errors on MSVC with flag /permissive- on CullingList class
- Added LuaImplQueryArg & LuaImplReplyVal functions for Vector[2|3]<int>
- Fixed bug in ENet implementation causing legit reliable packets to be dropped on sequence number overflow
Nazara Development Kit: