Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Jun 25, 2015
1 parent 2b6b280 commit dcd09a8
Show file tree
Hide file tree
Showing 13 changed files with 48 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docs/api-versions.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ <h1>API Versions</h1>
<p>You need to upgrade old Unity Games to the latest .dlls.
<a href="https://github.com/greggman/hft-unity3d/releases">Download the .dll here</a>
You&#39;ll also need the latest version of happyFunTimes. At least verison 0.0.9.
<a href="http://superhappyfuntimes.net/install">Download here</a></p>
<a href="http://docs.happyfuntimes.net/install.html">Download here</a></p>
</li>
</ul>
</li>
Expand Down
2 changes: 1 addition & 1 deletion docs/api-versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ the correct version
You need to upgrade old Unity Games to the latest .dlls.
[Download the .dll here](https://github.com/greggman/hft-unity3d/releases)
You'll also need the latest version of happyFunTimes. At least verison 0.0.9.
[Download here](http://superhappyfuntimes.net/install)
[Download here](http://docs.happyfuntimes.net/install.html)

* v1.4.0

Expand Down
4 changes: 2 additions & 2 deletions docs/makinggames.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ <h2 id="setting-up-for-development">Setting up for development</h2>
<h3 id="tl-dr-version">TL;DR version</h3>
<p>These instructions are for HTML5 games. If you&#39;re using Unity3D <a href="unity">see here</a>.</p>
<ul>
<li>install happyfuntimes (<a href="http://superhappyfuntimes.net/install">http://superhappyfuntimes.net/install</a>) <a href="#happyfuntimes">(info)</a></li>
<li>install happyfuntimes (<a href="http://docs.happyfuntimes.net/install.html">http://docs.happyfuntimes.net/install.html</a>) <a href="#happyfuntimes">(info)</a></li>
<li>install node.js (<a href="http://nodejs.org/download/">http://nodejs.org/download/</a>) <a href="#nodejs">(info)</a></li>
<li>if on windows install msysgit (<a href="http://msysgit.github.io/">http://msysgit.github.io/</a>) <a href="#msysgit">(info)</a></li>
<li>install bower <code>sudo npm install -g bower</code> (no sudo on windows) <a href="#bower">(info)</a></li>
Expand All @@ -108,7 +108,7 @@ <h3 id="tl-dr-version">TL;DR version</h3>
</ul>
<h3 id="verbose-vesrion">Verbose vesrion</h3>
<ul>
<li><p><a id="happyfuntimes"/>Install HappyFunTimes (http://superhappyfuntimes.net/install)</p>
<li><p><a id="happyfuntimes"/>Install HappyFunTimes (http://docs.happyfuntimes.net/install.html)</p>
<p>On Windows you might run into security issues: <a href="windows.html">See here</a>.</p>
<p><strong>IMPORTANT</strong> You can <strong>NOT</strong> have 2 installations of happyFunTimes.</p>
<p>So, if you install above do NOT clone the happyfuntimes repo.</p>
Expand Down
4 changes: 2 additions & 2 deletions docs/makinggames.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ I'm sorry there's so many steps. It's not as hard as it looks. Trust me.

These instructions are for HTML5 games. If you're using Unity3D [see here](unity).

* install happyfuntimes (http://superhappyfuntimes.net/install) [(info)](#happyfuntimes)
* install happyfuntimes (http://docs.happyfuntimes.net/install.html) [(info)](#happyfuntimes)
* install node.js (http://nodejs.org/download/) [(info)](#nodejs)
* if on windows install msysgit (http://msysgit.github.io/) [(info)](#msysgit)
* install bower `sudo npm install -g bower` (no sudo on windows) [(info)](#bower)
Expand All @@ -41,7 +41,7 @@ These instructions are for HTML5 games. If you're using Unity3D [see here](unity

### Verbose vesrion

* <a id="happyfuntimes"/>Install HappyFunTimes (http://superhappyfuntimes.net/install)
* <a id="happyfuntimes"/>Install HappyFunTimes (http://docs.happyfuntimes.net/install.html)

On Windows you might run into security issues: [See here](windows.md).

Expand Down
2 changes: 1 addition & 1 deletion docs/migration.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ <h2 id="migrating-from-0-x-x-to-1-x-x">Migrating from 0.x.x to 1.x.x</h2>
<p>If you made a game for HappyFunTimes before they were separated from HappyFunTimes
here are some of the steps you need to take.</p>
<ul>
<li><p>First, <a href="http://superhappyfuntimes.net/install">install happyfuntimes</a> and run it at least once.</p>
<li><p>First, <a href="http://docs.happyfuntimes.net/install.html">install happyfuntimes</a> and run it at least once.</p>
</li>
<li><p>Install the hft command. Type <code>npm install -g hft-cli</code></p>
</li>
Expand Down
2 changes: 1 addition & 1 deletion docs/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ best not to break things in the future.
If you made a game for HappyFunTimes before they were separated from HappyFunTimes
here are some of the steps you need to take.

* First, [install happyfuntimes](http://superhappyfuntimes.net/install) and run it at least once.
* First, [install happyfuntimes](http://docs.happyfuntimes.net/install.html) and run it at least once.

* Install the hft command. Type `npm install -g hft-cli`

Expand Down
2 changes: 1 addition & 1 deletion docs/osx.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ <h1>OSX</h1>
<div class="row">
<div class="col-sm-8 lesson-main">
<h2 id="installing">Installing</h2>
<p>There are no known issues ... yet (crossing fingers).</p>
<p>There are no known issues ... yet (crossing fingers). <a href="http://docs.happyfuntimes.net/install.html">To install click here</a>.</p>

<hr/>
<div>
Expand Down
2 changes: 1 addition & 1 deletion docs/osx.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ Description: Troubleshooting HappyFunTimes on OSX

## Installing

There are no known issues ... yet (crossing fingers).
There are no known issues ... yet (crossing fingers). [To install click here](http://docs.happyfuntimes.net/install.html).

2 changes: 1 addition & 1 deletion docs/unity/gamepad.html
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ <h3 id="changing-players-manually">Changing players manually</h3>
<pre><code>void FixedUpdate() {
...
if (transform.position.y &lt; LevelSettings.settings.bottomOfLevel.position.y) {
// Return the player
// Return the player to the queue of waiting players.
m_gamepad.ReturnPlayer();

// Destory ourselves
Expand Down
1 change: 1 addition & 0 deletions docs/windows.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ <h1>Windows</h1>
<div class="row">
<div class="col-sm-8 lesson-main">
<h2 id="installing">Installing</h2>
<p><a href="http://docs.happyfuntimes.net/install.html">To install click here</a>.</p>
<p>As of Windows 8 programs for Windows need to be &quot;code signed&quot;. Signing costs $200-$500 a year
which for an open source project is very <em>NOT COOL</em>. If anyone knows how to get a cheaper
open source project code signed please contact me.</p>
Expand Down
2 changes: 2 additions & 0 deletions docs/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Description: Troubleshooting HappyFunTimes on Windows

## Installing

[To install click here](http://docs.happyfuntimes.net/install.html).

As of Windows 8 programs for Windows need to be "code signed". Signing costs $200-$500 a year
which for an open source project is very *NOT COOL*. If anyone knows how to get a cheaper
open source project code signed please contact me.
Expand Down
32 changes: 32 additions & 0 deletions install.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf8" />
<title>HappyFunTimes Install Helper</title>
<link href="/hft-icon.png" rel="shortcut icon" type="image/png">
<link rel="stylesheet" href="/docs/css/base.css" type="text/css" />
<link rel="stylesheet" href="/docs/css/lesson.css" type="text/css" />
</head>
<body>
<div class="header">
<h1>HappyFunTimes Install Helper</h1>
</div>
<div class="container">
<div class="lesson-title">
<h1>Install HappyFunTimes</h1>
</div>
<div class="row">
<div class="col-sm-8 lesson-main">
<div>
This page should automatically start downloading HappyFunTimes.
</div>
<div>
<a href="http://superhappyfuntimes.net/install">
You can download HappyFunTimes manually by clicking here
</a>.
</div>
</div>
</div>
</body>
<script data-main="/docs/js/install" src="/docs/3rdparty/require.js"></script>
</html>
2 changes: 2 additions & 0 deletions todo.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
To Do
=====

* add hft stop
* fix upgrade to stop running hft
* plants and motion flying
* put link to plugin on start video
* make hft-unity-gamepad
Expand Down

0 comments on commit dcd09a8

Please sign in to comment.