From 70eb22792ef67965487d1840c1f3aa484bf16c97 Mon Sep 17 00:00:00 2001 From: sanctum32 Date: Wed, 4 Feb 2015 12:06:27 +0000 Subject: [PATCH] Updated README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 5d9fab704..f95996465 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,19 @@ Travis CI build service. The current build status can be viewed on the *MaNGOS Z at the top of this README when viewing the repository on [github][111]. If it's green, a successful build has been performed under Linux. +ROADMAP and goals for 0.20.0 release +------------ +* Completely synchronize fixes between mangos repositories (zero, one, two) +* Implement void storage +* Implement archaelogy +* warden system +* Implement passive anticheat (warden system is not enough to stop jockers...). +* Phasing system port from trinitycore +* Add missing opcodes. +* Implement linked_spell_trigger database table implementation (this will accessible in all mangos) for simple spells implementation. +* Implement new gossip script wrapper in scriptmgr to make code style better. +* Implement new event in EVENTAI which would let better integrate gossips +* Rework/retest all classes spells Requirements ------------