Update to patch 0.3.1
This commit is contained in:
parent
66f5226797
commit
9c68372f64
2 changed files with 14 additions and 1 deletions
|
@ -3,7 +3,7 @@ cmake_minimum_required( VERSION 2.8.7 )
|
|||
# Set version information
|
||||
set( TTRTS_VERSION_MAJOR 0 )
|
||||
set( TTRTS_VERSION_MINOR 3 )
|
||||
set( TTRTS_VERSION_PATCH 0 )
|
||||
set( TTRTS_VERSION_PATCH 1 )
|
||||
|
||||
# Use c++1y (14)
|
||||
set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} --std=c++1y" )
|
||||
|
|
13
README.md
13
README.md
|
@ -31,6 +31,19 @@ TTRTS is from the ground up designed to be a fun way to practice programming. An
|
|||
-----------------------------------------------------------
|
||||
## Changelog
|
||||
|
||||
#### v0.3.1
|
||||
* Upgraded install target to repository
|
||||
* libttrts static library binary in /usr/local/lib
|
||||
* ttrts headers in /usr/local/include/ttrts
|
||||
* bash completion into /etc/bash_completion.d/
|
||||
* man page into /usr/local/man/man6
|
||||
* maps into /usr/share/ttrts/maps
|
||||
* client now supports env variable configuration
|
||||
* TTRTS_MAPS for location of map files, defaults to /usr/share/ttrts/maps
|
||||
* TTRTS_GAMES for gameplay directories, defaults to /tmp/
|
||||
* Map files now have proper header
|
||||
* NOTE: This version is compatible with v0.3.0, but old generated mapfiles will need the additional header line added
|
||||
|
||||
#### v0.3.0
|
||||
* Additional functionality of walls
|
||||
* Walls are noted in gamestate file on new "WALL:[X,Y]..." line
|
||||
|
|
Loading…
Add table
Reference in a new issue