From b145c8159e9b58bb7f1d244a1220041626f80654 Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Mon, 26 Sep 2022 12:12:16 +0200 Subject: [PATCH] update changelog to add HOME and END button, fix ip comment --- CMakeLists.txt | 2 -- Changelog.md | 3 ++- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 13b4cce..b870a2b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -155,8 +155,6 @@ if (UNIX) -Werror=missing-declarations -Werror=missing-field-initializers -Werror=write-strings - -Werror=inline - -Werror=disabled-optimization -Werror=ctor-dtor-privacy -Werror=switch-enum -Werror=switch-default diff --git a/Changelog.md b/Changelog.md index 4b5e126..f03c517 100644 --- a/Changelog.md +++ b/Changelog.md @@ -8,7 +8,8 @@ - ADDED onFileChanged event, triggered when a server plugin file changes - ADDED MP.GetPositionRaw(), which can be used to retrieve the latest position packet per player, per vehicle - ADDED error messages to some lua functions -- FIXED `ip` in MP.GetIdentifiers +- ADDED HOME and END button working in console +- FIXED `ip` in MP.GetPlayerIdentifiers - FIXED issue with client->server events which contain ':' - FIXED a fatal exception on LuaEngine startup if Resources/Server is a symlink - FIXED onInit not being called on hot-reload