Skip to content

Commit

Permalink
brought over build systems and utils from moat-dev; bumped moat-dev s…
Browse files Browse the repository at this point in the history
…ubmodule
  • Loading branch information
Patrick Meehan committed Mar 8, 2016
1 parent f5f7aac commit 107a65e
Show file tree
Hide file tree
Showing 657 changed files with 250,129 additions and 1 deletion.
6 changes: 6 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
shallow_clone: true
clone_depth: 2

build_script: bin\ci-windows.bat

test: off
2 changes: 2 additions & 0 deletions bin/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ios/
osx/
3 changes: 3 additions & 0 deletions bin/api-reference-parser/.bundle/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
BUNDLE_PATH: vendor/bundle
BUNDLE_DISABLE_SHARED_GEMS: '1'
5 changes: 5 additions & 0 deletions bin/api-reference-parser/Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
source 'https://rubygems.org'

gem 'ruby-progressbar'
gem 'haml'
gem 'nokogiri'
16 changes: 16 additions & 0 deletions bin/api-reference-parser/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
GEM
remote: https://rubygems.org/
specs:
haml (4.0.3)
tilt
nokogiri (1.5.9)
ruby-progressbar (1.0.2)
tilt (1.4.1)

PLATFORMS
ruby

DEPENDENCIES
haml
nokogiri
ruby-progressbar
59 changes: 59 additions & 0 deletions bin/api-reference-parser/intro_page.haml
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
%h1 Welcome to Moai!

%p
Thanks for installing the SDK.  Here's the scoop.

%h2 Sample code

%p
Go to the samples folder, choose a sample, then execute run.bat (or run.sh) to see it perform.
%p
One of our priorities is to build richer samples for Moai developers, so if you'd like to see a particular code sample, let us know by posting in the
%a{ href: "http://getmoai.com/forums/" } Moai Forums.

%h2 FAQ

%p
Answers to frequently asked questions are available in the
%a{ href: "http://getmoai.com/marketing/moai-faqs.html" } Moai FAQ.
%h2 Wiki
%p
You can find detailed documentation, instructions and other helpful information in the
%a{ href: "http://getmoai.com/wiki/" } Moai Wiki.
%h2 Moai Cloud
%p
You can sign in for a Moai Cloud account which allows you to upload Lua scripts to be hosted and run as web services via the
%a{ href: "http://dashboard.moaicloud.com/" } Moai Cloud Dashboard.
%p
If you have support questions, post them to the
%a{ href: "http://getmoai.com/forums/moai-cloud-developer-support.html" } Moai Cloud Developer Support Forum
or check out the
%a{ href: "http://getmoai.com/wiki/" } Moai Wiki.
%h2 License
%p
This SDK uses the
%a{ href: "http://www.opensource.org/licenses/cpal_1.0" } CPAL license.
%h2 Made with Moai SDK
%p
Refer to the
%a{ href: "http://getmoai.com/marketing/made-with-moai.html"} Made With Moai page
for attribution screens to include with games made with Moai.
%h2 Summary
%p
Happy game-making with Moai.
%p
Check out the
%a{ href: "http://getmoai.com/wiki/" } Moai Wiki
, ping us through
%a{ href: "http://getmoai.com/forums/" } the forums
or email us at
%a{ href: "mailto:[email protected]" } [email protected]
if you need help. The Moai team is here to help.
Loading

0 comments on commit 107a65e

Please sign in to comment.