summaryrefslogtreecommitdiffstats
path: root/example/maps.xml
Commit message (Collapse)AuthorAgeFilesLines
* Added possibility to reserve mapsErik Schilling2013-02-241-0/+5
| | | | | | | | | | | | If you set net_gameServerName you can now reserve maps in the maps.xml. There you have to add the servername - property to the <map> tag. Then the map will only be activated by that server. Also changed the activate sequence that the account server now tells the game server what maps to activate (previously the server requested all maps and the account server said yes or no). TODO: Fix general inter server map switching.
* Merged the example client and server dataThorbjørn Lindeijer2012-02-251-0/+4
It's easier to just talk about world data and to modify it as a whole. If there is really a need to separate it, a project can still choose to do that (and in whatever suitable way). There is no need to enforce this separation or to do it in our example. Reviewed-by: Erik Schilling