We forgot to checkin the changelog

This commit is contained in:
titiger 2014-01-19 21:17:17 +01:00
parent 11ac54a705
commit 0ad003ad41
1 changed files with 13 additions and 0 deletions

View File

@ -3,6 +3,19 @@ MEGAGLEST CHANGELOG
To see a timeline of detail changes please visit:
http://sourceforge.net/apps/trac/megaglest/timeline
v3.9.1
This Release includes many bug fixes reported since 3.9.0 reported in the forums, and is backward compatible with 3.9.0.
- Moved the project from sourceforge.net to github.com and from svn to git.
- Better handling of lagging clients in network games
- Fixed cmake scripts to correctly detect dependencies that were previously partially working on some distros and improved build support for Mac OsX.
- Added numerous new LUA functions as documented at wikia.
- Code quality improvements as reported by cppcheck and coverity (and clang)
- Better color picking algorithm thanks to willvarfar makes color picking very stable.
- Render order improved to allow more transparency effects
- Adjustable camera scroll speed
- Particle systems can be bound to meshes of models
v3.9.0
- we hopefully now really solved the last out of sync problems for cross platform games.
- animated tileset object support.