Skip to content

Commit

Permalink
Bump version numbers.
Browse files Browse the repository at this point in the history
Also updated some of the Readme.
  • Loading branch information
afritz1 committed Oct 6, 2019
1 parent ee663c2 commit 058dee6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion OpenTESArena/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PROJECT(TESArena CXX)

SET(OpenTESArena_VERSION "0.9.0")
SET(OpenTESArena_VERSION "0.10.0")

FIND_PACKAGE(SDL2 REQUIRED)
FIND_PACKAGE(OpenAL REQUIRED)
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

This open-source project aims to be a modern engine re-implementation for "The Elder Scrolls: Arena" by Bethesda Softworks. It is written in C++17 and uses SDL2 for cross-platform video, WildMIDI for music, and OpenAL Soft for sound and mixing. There is currently support for Windows, Linux, and macOS.

- Version: 0.9.0
- Version: 0.10.0
- License: MIT
- Discord: https://discord.gg/DgHe2jG

## Current status [![Build Status](https://travis-ci.org/afritz1/OpenTESArena.svg?branch=master)](https://travis-ci.org/afritz1/OpenTESArena)

No actual gameplay yet, but all cities, main quest dungeons, random dungeons, interior locations, and a fixed portion of wilderness can be accessed from test options on the main menu.
No actual gameplay yet, but all cities, main quest dungeons, random dungeons, interior locations, and wilderness can be accessed from test options on the main menu.

Doors and transition blocks can be interacted with, and you can enter and exit buildings.

Expand All @@ -27,7 +27,8 @@ Here are some keys in the game world:
- M - world map
- N - automap
- V - status
- F4 - toggle debug text
- F2 - player position
- F4 - debug profiler
- PrintScreen - screenshot

<br/>
Expand Down

0 comments on commit 058dee6

Please sign in to comment.