Skip to content

Commit

Permalink
Updated readme and server paths
Browse files Browse the repository at this point in the history
  • Loading branch information
vittorioromeo committed Mar 14, 2013
1 parent 8f6472f commit e67bbb6
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Online/Online.cpp
Expand Up @@ -30,7 +30,7 @@ namespace hg
using Status = Http::Response::Status;

const string host{"http://vittorioromeo.info"};
const string folder{"Misc/Linked/OHServer/dev/"};
const string folder{"Misc/Linked/OHServer/"};
const string infoFile{"OHInfo.json"};
const string scoresFile{"scores.json"};
const string sendScoreFile{"sendScore.php"};
Expand Down
8 changes: 7 additions & 1 deletion README.md
@@ -1,4 +1,4 @@
# [Open Hexagon](http://www.facebook.com/OpenHexagon) - version 1.82 #
# [Open Hexagon](http://www.facebook.com/OpenHexagon) - version 1.83 #
## [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>
Expand Down Expand Up @@ -96,6 +96,12 @@ Please refer to the files in the **documentation** folder.

## Changelog ##

Version 1.83

* Fixed: severe security issues
* Added: WSAD controls for gameplay
* Changed: slowdown check now invalidates scores less often (more tolerance to lag spikes or freezes)

Version 1.82

* Added: volume and flash effect option in **F3** menu
Expand Down
10 changes: 9 additions & 1 deletion _RELEASE/_DOCUMENTATION/README.html
Expand Up @@ -266,7 +266,7 @@
</style>
</head>
<body>
<h1><a href="http://www.facebook.com/OpenHexagon">Open Hexagon</a> - version 1.82</h1>
<h1><a href="http://www.facebook.com/OpenHexagon">Open Hexagon</a> - version 1.83</h1>

<h2><a href="http://vittorioromeo.info">by Vittorio Romeo</a></h2>

Expand Down Expand Up @@ -364,6 +364,14 @@ <h2>Customization</h2>

<h2>Changelog</h2>

<p>Version 1.83</p>

<ul>
<li>Fixed: severe security issues</li>
<li>Added: WSAD controls for gameplay</li>
<li>Changed: slowdown check now invalidates scores less often (more tolerance to lag spikes or freezes)</li>
</ul>

<p>Version 1.82</p>

<ul>
Expand Down

0 comments on commit e67bbb6

Please sign in to comment.