Skip to content

Commit

Permalink
Prepare for release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bladecoder committed Oct 12, 2016
1 parent e182496 commit 66b439e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,13 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [1.0.0]

- Images can be localized now.
- Added xxxhdpi icon folder to Android.
- Better scroll handling in text areas.
- Added "show console" checkbox in the view menu.

## [0.9.19]

- EDITOR: Use libgdx FileChooser and get rid of JavaFX to avoid freezing when loading projects.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -29,7 +29,7 @@ The Engine has the following features:

### The Goddess Robbery

The **Bladecoder Adventure Engine** is currently under continuous development and it's almost ready for production. **The Goddess Robbery** is a test game created to show the features of the Engine.
The **Bladecoder Adventure Engine** is currently under continuous development and it's ready for production. **The Goddess Robbery** is a test game created to show the features of the Engine.

The source of **The Goddess Robbery** can be downloaded [here](https://github.com/bladecoder/bladecoder-adventure-tests/tree/master/venus) and it's useful to learn how to use the **Adventure Editor**.

Expand Down
4 changes: 2 additions & 2 deletions adventure-editor/src/main/resources/versions.properties
@@ -1,11 +1,11 @@
#Autogenerated by build.gradle
#Sat Oct 08 22:26:31 CEST 2016
#Wed Oct 12 21:57:49 CEST 2016
roboVMVersion=2.2.0
gwtVersion=2.6.0
libgdxVersion=1.9.4
androidAPILevel=20
buildToolsVersion=23.0.1
roboVMGradlePluginVersion=2.2.0
version=0.9.20-SNAPSHOT
version=1.0.0
gwtGradlePluginVersion=0.6
androidGradlePluginVersion=1.5.0
2 changes: 1 addition & 1 deletion gradle.properties
@@ -1,4 +1,4 @@
version=0.9.20-SNAPSHOT
version=1.0.0
libgdxVersion=1.9.4
roboVMVersion=2.2.0
roboVMGradlePluginVersion=2.2.0
Expand Down

0 comments on commit 66b439e

Please sign in to comment.