From 9c68372f64823e7bf4656c1ea47dc576e40e3592 Mon Sep 17 00:00:00 2001 From: mdiluzio Date: Tue, 30 Dec 2014 19:26:14 +0000 Subject: [PATCH] Update to patch 0.3.1 --- CMakeLists.txt | 2 +- README.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2c8bf5d..ddc7e66 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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" ) diff --git a/README.md b/README.md index 55b81c9..f13350c 100644 --- a/README.md +++ b/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