diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2014-07-01 11:04:25 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2014-07-01 11:04:25 -0700 |
commit | bb26cba4a831eb80270fd006753e6e6c127273b4 (patch) | |
tree | b5c1e9b5be2257fe515254dd85df0aa930430c11 /world/map/news.d | |
parent | e27b59c8e6f95ee9e7078627d52c09822b8c54b4 (diff) | |
download | serverdata-bb26cba4a831eb80270fd006753e6e6c127273b4.tar.gz serverdata-bb26cba4a831eb80270fd006753e6e6c127273b4.tar.bz2 serverdata-bb26cba4a831eb80270fd006753e6e6c127273b4.tar.xz serverdata-bb26cba4a831eb80270fd006753e6e6c127273b4.zip |
Add news for releasev2014.7.1
Diffstat (limited to 'world/map/news.d')
-rw-r--r-- | world/map/news.d/34-v2014.7.1.txt | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/world/map/news.d/34-v2014.7.1.txt b/world/map/news.d/34-v2014.7.1.txt new file mode 100644 index 00000000..0223d511 --- /dev/null +++ b/world/map/news.d/34-v2014.7.1.txt @@ -0,0 +1,29 @@ +{title:Who let this guy write news entries?} +{date:2014-07-01} + +Most of the changes this time are internal, but the +Starting Area Redux is not. Among other things, it +make starting with magic not completely hopeless. + +In content: +{ul} +{li}Starting Area Redux {link:https://forums.themanaworld.org/viewtopic.php?f=2&t=18299}{/li} +{li}Increasing the compatibility requirement of Manaplus{/li} +{li}Botcheck & Live Debug map separation{/li} +{li}GM Island, A Place to hold GM Events so we don't interfere with Hurnscald Questing{/li} +{li}Hurnscald Map Fixes{/li} +{li}Sling Shot color changed to wood as it's now able to be dyed{/li} +{li}License File updates{/li} +{/ul} + +And the server code: +{ul} +{li}removes support for gcc 4.6{/li} +{li}significantly increase makefile speed{/li} +{li}adds support for libc++{/li} +{li}removes old flex/bison generated files{/li} +{li}generates new files for network protocol for much higher reliability (currently slow for rebuilds, waiting on evets for names to avoid conflicts while fixing){/li} +{li}does random other cleanup{/li} +{/ul} + +{author:o11c} |