summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVittorio Romeo <vittorio.romeo@outlook.com>2013-03-15 22:17:38 +0100
committerVittorio Romeo <vittorio.romeo@outlook.com>2013-03-15 22:17:38 +0100
commitd8f6b2b681339991ac364c2ac9712965d1a0e013 (patch)
tree6973ef5c7c90b427c0ab455456928020cbead417
parent212ead782d6e42c337c2b4c5a26d15d2afddec9b (diff)
1.84
-rw-r--r--Global/Config.cpp2
-rw-r--r--README.md9
-rw-r--r--_RELEASE/_DOCUMENTATION/README.html11
-rw-r--r--_RELEASE/config.json4
4 files changed, 21 insertions, 5 deletions
diff --git a/Global/Config.cpp b/Global/Config.cpp
index a001ee76..751d2086 100644
--- a/Global/Config.cpp
+++ b/Global/Config.cpp
@@ -161,7 +161,7 @@ namespace hg
bool getVsync() { return root["vsync"].asBool(); }
bool getAutoZoomFactor() { if(getOfficial()) return true; return root["auto_zoom_factor"].asBool(); }
bool getFullscreen() { return root["fullscreen"].asBool(); }
- float getVersion() { return 1.83f; }
+ float getVersion() { return 1.84f; }
bool getWindowedAutoResolution() { return root["windowed_auto_resolution"].asBool(); }
bool getFullscreenAutoResolution() { return root["fullscreen_auto_resolution"].asBool(); }
unsigned int getFullscreenWidth() { return root["fullscreen_width"].asInt(); }
diff --git a/README.md b/README.md
index a2d6df2a..346dd550 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# [Open Hexagon](http://www.facebook.com/OpenHexagon) - version 1.83 #
+# [Open Hexagon](http://www.facebook.com/OpenHexagon) - version 1.84 #
## [by Vittorio Romeo](http://vittorioromeo.info) ##
A free, open source clone of **[Super Hexagon](https://itunes.apple.com/us/app/super-hexagon/id549027629?mt=8)** (by Terry Cavanagh) </br>
@@ -96,6 +96,13 @@ Please refer to the files in the **documentation** folder.
## Changelog ##
+Version 1.84
+
+* Fixed: major performance improvements
+* Fixed: some more security flaws
+* Added "max_swap_time" JSON variable to styles (allows you to set how fast colors rotate)
+* Fixed: WSAD now works in menu
+
Version 1.83
* Fixed: severe security issues
diff --git a/_RELEASE/_DOCUMENTATION/README.html b/_RELEASE/_DOCUMENTATION/README.html
index 900220b9..9bdfed49 100644
--- a/_RELEASE/_DOCUMENTATION/README.html
+++ b/_RELEASE/_DOCUMENTATION/README.html
@@ -266,7 +266,7 @@ button::-moz-focus-inner {
</style>
</head>
<body>
-<h1><a href="http://www.facebook.com/OpenHexagon">Open Hexagon</a> - version 1.83</h1>
+<h1><a href="http://www.facebook.com/OpenHexagon">Open Hexagon</a> - version 1.84</h1>
<h2><a href="http://vittorioromeo.info">by Vittorio Romeo</a></h2>
@@ -364,6 +364,15 @@ Avoid the walls! Press <strong>R</strong> to restart.</br> Press <strong>ESC</st
<h2>Changelog</h2>
+<p>Version 1.84</p>
+
+<ul>
+<li>Fixed: major performance improvements</li>
+<li>Fixed: some more security flaws</li>
+<li>Added "max<em>swap</em>time" JSON variable to styles (allows you to set how fast colors rotate)</li>
+<li>Fixed: WSAD now works in menu</li>
+</ul>
+
<p>Version 1.83</p>
<ul>
diff --git a/_RELEASE/config.json b/_RELEASE/config.json
index 80cbc529..3e869849 100644
--- a/_RELEASE/config.json
+++ b/_RELEASE/config.json
@@ -35,8 +35,8 @@
"flash_enabled": true,
// Audio options
- "no_sound": false,
- "no_music": false,
+ "no_sound": true,
+ "no_music": true,
"sound_volume": 100,
"music_volume": 75,