[Docs] Some minor updates in prep for Release 21
This commit is contained in:
parent
5ced23b27e
commit
15857643ae
@ -3,7 +3,7 @@ Authors
|
||||
The **mangos server project** is the work of many awesome people, and contributors
|
||||
from all over the world, and is the result of quite a few predecessors.
|
||||
|
||||
This files contains all the projects and people involved in the project and its'
|
||||
This file contains all the projects and people involved in the project and its'
|
||||
creation.
|
||||
|
||||
History
|
||||
@ -12,8 +12,7 @@ The roots of *mangos* date back to 2004, many developers were anxious to get
|
||||
a working server for the [World of Warcraft][1] beta running at that time.
|
||||
|
||||
Various projects such as *TeamPython*, *Wow Python* and *WoWd* produced GPL'd
|
||||
server code, and furthered the development of a few [World of Warcraft][1] servers
|
||||
for the community.
|
||||
server code, and furthered the development of a few [World of Warcraft][1] servers for the community.
|
||||
|
||||
* **2004**: *TeamPython*, *Wow Python* and *WoWd* develop the predecessors for
|
||||
*mangos*.
|
||||
@ -59,6 +58,7 @@ We are grateful to the following who contributed to Release 0.21:
|
||||
* stfx
|
||||
* cabfever/stormrage-project
|
||||
* tarwyn
|
||||
* UnkleNuke
|
||||
* VelVet
|
||||
* virusav
|
||||
* vladimirmangos
|
||||
@ -66,56 +66,6 @@ We are grateful to the following who contributed to Release 0.21:
|
||||
* y1x2
|
||||
* zingzah
|
||||
|
||||
The Following contributed to Release 0.20
|
||||
|
||||
* 249CAAFE40
|
||||
* Andrewmunro
|
||||
* Antzmangos/billy1arm
|
||||
* Boxa
|
||||
* cabfever
|
||||
* cala
|
||||
* Chuck5ta
|
||||
* Cyberium
|
||||
* Dalon
|
||||
* Evacomaroski
|
||||
* EvilDead666
|
||||
* Exxenoz
|
||||
* Foereaper
|
||||
* GiantCrocodile
|
||||
* Grz3s
|
||||
* Hallabro
|
||||
* iLeopard66
|
||||
* Jackpoz
|
||||
* Jonascone
|
||||
* Laise
|
||||
* Laizerox
|
||||
* LfxGroove
|
||||
* LilleCarl
|
||||
* MadMaxMangos
|
||||
* Meladath
|
||||
* Neo2003
|
||||
* Neotmiren
|
||||
* Nymph2013
|
||||
* olion17
|
||||
* Patman64
|
||||
* Rage311
|
||||
* Rochet2
|
||||
* Salja
|
||||
* Sanctum32
|
||||
* Schmoozerd
|
||||
* ShinDarth
|
||||
* Sikevux
|
||||
* Stfx
|
||||
* The-Great-Sephiroth
|
||||
* Tobschinski
|
||||
* Trimken
|
||||
* VladimirMangos
|
||||
* vstar0v0
|
||||
* Warkdev
|
||||
* Xfurry
|
||||
* Zackbcom
|
||||
* Zwisus
|
||||
|
||||
|
||||
|
||||
[1]: http://blizzard.com/games/wow/ "World of Warcraft"
|
||||
|
@ -29,6 +29,56 @@ for the community.
|
||||
|
||||
Authors
|
||||
-------
|
||||
The Following contributed to Release 0.20
|
||||
|
||||
* 249CAAFE40
|
||||
* Andrewmunro
|
||||
* Antzmangos/billy1arm
|
||||
* Boxa
|
||||
* cabfever
|
||||
* cala
|
||||
* Chuck5ta
|
||||
* Cyberium
|
||||
* Dalon
|
||||
* Evacomaroski
|
||||
* EvilDead666
|
||||
* Exxenoz
|
||||
* Foereaper
|
||||
* GiantCrocodile
|
||||
* Grz3s
|
||||
* Hallabro
|
||||
* iLeopard66
|
||||
* Jackpoz
|
||||
* Jonascone
|
||||
* Laise
|
||||
* Laizerox
|
||||
* LfxGroove
|
||||
* LilleCarl
|
||||
* MadMaxMangos
|
||||
* Meladath
|
||||
* Neo2003
|
||||
* Neotmiren
|
||||
* Nymph2013
|
||||
* olion17
|
||||
* Patman64
|
||||
* Rage311
|
||||
* Rochet2
|
||||
* Salja
|
||||
* Sanctum32
|
||||
* Schmoozerd
|
||||
* ShinDarth
|
||||
* Sikevux
|
||||
* Stfx
|
||||
* The-Great-Sephiroth
|
||||
* Tobschinski
|
||||
* Trimken
|
||||
* VladimirMangos
|
||||
* vstar0v0
|
||||
* Warkdev
|
||||
* Xfurry
|
||||
* Zackbcom
|
||||
* Zwisus
|
||||
|
||||
Prior to Release 0.20, the following helped get Mangos to where it was.
|
||||
|
||||
* *TeamPython*, *Wow Python* and *WoWd* teams
|
||||
|
@ -3,7 +3,7 @@ MaNGOS Zero Changelog
|
||||
This change log references the relevant changes (bug and security fixes) done
|
||||
in recent versions.
|
||||
|
||||
0.21 (2016-04-01) - "The Battle for Azeroth"
|
||||
0.21 (2017-01-02) - "The Battle for Azeroth"
|
||||
--------------------------------------------
|
||||
Many Thanks to all the groups and individuals who contributed to this release.
|
||||
- 520+ Commits since the previous release.
|
||||
|
@ -8,8 +8,7 @@ Tab Size
|
||||
--------
|
||||
First of all, we use spaces. Tabs are four-character width. That is, no 8-space
|
||||
tabs, no 2-space tabs. Four. Unfortunately there's no such thing as 'standard
|
||||
tab width', and 4-space indenting looks best from our point of view, besides MSVC'
|
||||
editor has this setting by default.
|
||||
tab width', and 4-space indenting looks best from our point of view, besides MSVC' editor has this setting by default.
|
||||
|
||||
Line length
|
||||
-----------
|
||||
|
@ -1 +0,0 @@
|
||||
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
|
@ -1,42 +1,11 @@
|
||||
Introduction to Database content for SD2
|
||||
Introduction to Database content for SD3
|
||||
================================================
|
||||
|
||||
This guide is intended to help people
|
||||
|
||||
* to understand which information of the database is used with SD2
|
||||
* to understand which information of the database is used with SD3
|
||||
* who want to contribute their patches as complete as possible
|
||||
|
||||
All SQL-related files are located in the ScriptDev2/SQL and subsequent directories.
|
||||
|
||||
SQL-Files
|
||||
---------
|
||||
|
||||
Files that contain full SD2-Database content
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
For a script we usually have to take care of these files:
|
||||
|
||||
* mangos_scriptname_full.sql
|
||||
+
|
||||
This file is applied to the world database (default: mangos), and contains the script names
|
||||
+
|
||||
* scriptdev2_script_full.sql
|
||||
+
|
||||
This file is applied to the sd2 database (default: scriptdev2), and contains texts, gossip-items and waypoints
|
||||
|
||||
Patchfiles for incremental Updates
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Patches for the databases are stored in the files:
|
||||
|
||||
* Updates/rXXXX_mangos.sql
|
||||
+
|
||||
This file contains the changes that should be done with the patch to the world-database
|
||||
+
|
||||
* Updates/rXXXX_scriptdev2.sql
|
||||
+
|
||||
This file contains the changes that should be done with the patch to the scriptdev2-database
|
||||
|
||||
World-Database
|
||||
--------------
|
||||
|
||||
@ -65,7 +34,7 @@ DELETE FROM scripted_areatrigger WHERE entry=XYZ;
|
||||
INSERT INTO scripted_areatrigger VALUES (XYZ, at_some_place);
|
||||
-----------
|
||||
|
||||
ScriptDev2-Database
|
||||
ScriptDev3-Database
|
||||
-------------------
|
||||
|
||||
entry-Format for texts and for gossip-texts:
|
||||
@ -177,13 +146,9 @@ Creating the Patch
|
||||
|
||||
There are different ways to get to a patch, I prefer this workflow:
|
||||
|
||||
For the scriptdev2 database (patch files):
|
||||
For the scriptdev3 database (patch files):
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Open scriptdev2_script_full.txt +
|
||||
scroll to the right place for the needed SQL-statements, to note the entry. +
|
||||
(for texts depending on mapId, and to the last counter, for waypoints behind the last inserted waypoint)
|
||||
|
||||
Example for normal world text:
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
|
@ -18,11 +18,4 @@ We would also like to acknowledge the contributions made by the following
|
||||
teams, those input and code has from time to time been included in the MaNGOS
|
||||
code.
|
||||
|
||||
Each of the commits will have a prefix indicating the source team :
|
||||
|
||||
* **t**: TrinityCore
|
||||
* **p**: Project SilverPine
|
||||
* **r**: MangosR2
|
||||
* **s**: ScriptDev
|
||||
* **c**: cMangos
|
||||
* **m**: mangos
|
||||
Each of the commits will attempt to clearly identify the author.
|
Loading…
x
Reference in New Issue
Block a user