diff options
author | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-08-31 06:44:06 +0000 |
---|---|---|
committer | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-08-31 06:44:06 +0000 |
commit | 4b43c8653a267ff3ac7224805f4522a94be9fab7 (patch) | |
tree | add08caeb5778cef86fccf8272a8e86c29ee3aaf /ChangeLog | |
parent | 9f930eb2a24dd811633a9f6f7eb3a36310ebc8d5 (diff) | |
download | manaserv-4b43c8653a267ff3ac7224805f4522a94be9fab7.tar.gz manaserv-4b43c8653a267ff3ac7224805f4522a94be9fab7.tar.bz2 manaserv-4b43c8653a267ff3ac7224805f4522a94be9fab7.tar.xz manaserv-4b43c8653a267ff3ac7224805f4522a94be9fab7.zip |
Implemented "reload" remote command.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -1,4 +1,13 @@ -2007-08-29 Guillaume Melquiond <guillaume.melquiond@gmail.com> +2007-08-31 Guillaume Melquiond <guillaume.melquiond@gmail.com> + + * configure.ac: Fixed detection of generic lua.pc file. + * src/game-server/itemmanager.cpp, src/game-server/itemmanager.hpp, + src/game-server/monstermanager.cpp, src/game-server/monstermanager.hpp: + Modified loading of reference files, so that it is possible to reload + them. + * src/game-server/command.cpp: Implemented "reload" remote command. + +2007-08-30 Guillaume Melquiond <guillaume.melquiond@gmail.com> * src/account-server/storage.hpp, src/account-server/storage.cpp, src/account-server/main-account.cpp: Removed abstract Storage. Relied |