Skip to content

Commit

Permalink
Bump version to "0.5.0".
Browse files Browse the repository at this point in the history
  • Loading branch information
fr1tz committed Nov 19, 2014
1 parent 68dc976 commit 2ecf6b5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 31 deletions.
40 changes: 10 additions & 30 deletions My Projects/main/game/NEWS
@@ -1,41 +1,21 @@
What's new?
===========

Version 0.5.0-testing3
----------------------

Release Date: Nov. 18, 2014

- Use map's team colors in team elimination mode.
- Change default player name to "user".
- Work on TE1 map.
- Various tweaks and improvements
- Bugfixes


Version 0.5.0-testing2
----------------------
Version 0.5.0
-------------

Release Date: Nov. 14, 2014
Release Date: Nov. 19, 2014

- Add primitive "Team Elimination" game mode + a simple map for use with it.
- Primitive in-game player list.
- Slightly improved server browser.
- Display "DISC TARGET AQUIRED" below disc targets.
- Lower minimum mouse sensitivity.
- Try to fix issue #30 (Settings don't get saved under linux)
- Various tweaks and improvements
- Bugfixes


Version 0.5.0-testing1
----------------------

Release Date: Nov. 9, 2014

- Add primitive Team Elimination game mode + a simple map for use with it.
- Contact with water destroys CATs.
- Use "/tmp/" prefix instead of "[P]" for unauthenticated players.
- Primitive in-game player list.
- Try new sound for x-jump.
- Use "/tmp/" prefix instead of "[P]" for unauthenticated players.
- Try to fix issue #30 (Settings don't get saved under linux)
- Display "DISC TARGET AQUIRED" below disc targets.
- Change default player name to "user".
- Lower minimum mouse sensitivity.
- Various tweaks and improvements
- Bugfixes

Expand Down
2 changes: 1 addition & 1 deletion My Projects/main/game/version.cs
@@ -1 +1 @@
$GameVersionString = "0.5.0-testing3+dev";
$GameVersionString = "0.5.0";

0 comments on commit 2ecf6b5

Please sign in to comment.