Lua/LuaState: Add RawEqual function

This commit is contained in:
Lynix
2018-11-14 23:54:31 +01:00
parent c4cf6d2f53
commit a3fd69a453
3 changed files with 8 additions and 0 deletions

View File

@@ -155,6 +155,7 @@ Nazara Engine:
- Added ENetHost and ENetPeer accessor to total packet/data received/sent/lost
-**Changed the way resources were Loaded, almost every LoadFromX and OpenFromX methods are now static and create the object themselves.**
- ⚠ SoundStream is now responsible for loaders instead of Music, and is now threadsafe (you can now load a stream only once and play it multiple times at the same time)
- Added LuaState::RawEqual
Nazara Development Kit:
- Added ImageWidget (#139)