Commit Graph

15 Commits

Author SHA1 Message Date
Daniel Holbert cf5dfd5e9c Fix unbalanced h4 w/ h3 close-tag
Just fixing invalid HTML -- right now there's a `<h4>` which is closed by a `</h3>`. Should be a `</h4>`.
2015-05-29 13:00:33 -07:00
Licson Lee c9cba6bf26 Added Audio Support 2015-01-10 23:12:04 +08:00
baleboy fedeef71ee Use files generated from CoffeeScript 2014-08-20 07:41:19 +03:00
Thibaut Despoulain 182a636fa0 Add credits page. Remove godmode menu entry for now. 2014-06-10 10:11:52 -07:00
Elliot Smith 78a100c99e Merge platform+quality into a single quality value
Added another quality setting (VERY HIGH) and mapped all
combinations of platform + the old quality value to the new
4 value quality option, as follows:

desktop + mid/high quality => 3
mobile + high quality => 2
mobile + mid quality, desktop + low quality => 1
mobile + low quality => 0

All choice points in the code which enabled/disabled
graphics features, based on platform + quality,
were mapped onto a table. This showed which features were
disabled or enabled depending on the platform/quality
combination.

It turned out that mid and high quality resulted in the same
settings on desktop, so they could be captured in a single
value (3).

The only change made to the decision points was that desktop +
low quality previously turned off the booster lighting effect,
whereas that effect is now on for desktop + low quality. This was
done so that mobile + mid quality was equivalent to
desktop + low quality.

By doing this, the "mobile" property can be removed. I also
removed the "half" property, and set it based on quality in the
HexGL class (basically, it's enabled for mobile + low quality,
which is new quality value 0).
2014-05-30 12:27:24 +01:00
mahesh.kk 6100ecf394 Add gamepad controller support for the game 2014-05-19 15:59:52 -04:00
Thibaut Despoulain 431b54ec19 Leap motion integration. HTML interface redesign. Merge all controls into a single index. 2014-03-29 14:28:35 -07:00
Thibaut Despoulain 8c420e548b Updated index files to have both mobile and desktop version co-habiting. 2013-11-30 13:59:13 -08:00
BKcore 451e9464a3 Latest local changes for branching (2). 2013-03-16 16:11:34 +01:00
BKcore 52e6bd0b93 Started CoffeeScript port. Moved third-party libs from js/ to libs/. 2012-12-20 14:31:13 +01:00
Thibaut Despoulain 3e8d91af91 Finalized replay mode. Added ORBIT camera mode. Bug fixes. 2012-10-31 15:35:44 +01:00
Thibaut Despoulain 3cd565ff50 Updated gameplay with replay mode. 2012-10-31 12:32:51 +01:00
Thibaut f2f9d49cac Started race data storage for replay and ghost features. 2012-10-15 17:51:57 +02:00
Thibaut Despoulain fdc179b41d Quick index and readme update. 2012-10-05 15:37:36 +02:00
Thibaut Despoulain 9197e88e46 v1.0.1 commit.
This is the first commit.
2012-10-05 15:10:45 +02:00