Skip to content

Commit

Permalink
Merge pull request #29 from hypersurge/haxe344
Browse files Browse the repository at this point in the history
Haxe344
  • Loading branch information
hypersurge committed Nov 4, 2017
2 parents a1d28bf + 2f632e8 commit 9f03e48
Show file tree
Hide file tree
Showing 83 changed files with 807 additions and 34,875 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](LICENSE) [![Haxelib Version](https://img.shields.io/badge/haxelib-v2.6.489-blue.svg)](http://lib.haxe.org/p/awe6)
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](LICENSE) [![Haxelib Version](https://img.shields.io/badge/haxelib-v2.7.509-blue.svg)](http://lib.haxe.org/p/awe6)

# awe6, the inverted game framework

Expand Down
6 changes: 3 additions & 3 deletions assets/build/howToHaxelib.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
haxelib build list:
Export /assets/templates/flashDevelop, zip and replace /lib/__resources/flashDevelop.zip
Copy contents of /assets/templates/flashDevelop to a zip and replace /lib/__resources/template.zip
Run /assets/build/compileRun.hxml (to generate /lib/run.n)
Run /app/compileHaxedoc.hxml (to generate /lib/haxedoc.xml)
Update /lib/haxelib.json with relevant version and comments (increment minor version, and set revision to number of commits+1 as seen on https://github.com/hypersurge/awe6
Git commit to Master, push to github
Zip /app/scripts/haxelib name as awe6-X,X,X.zip
Copy contents of /lib/ to a zip and rename as awe6-X,X,X.zip
Virus scan (and manually review) awe6-X,X,X.zip
Test: haxelib install awe6-X,X,X.zip
Test run: haxelib run awe6 install
Perform tests: create a new project with each template, build it
Git commit and push to Github Remote, merge to Master
Submit: haxelib submit awe6-X,X,X.zip
Create a new release on https://github.com/hypersurge/awe6/releases
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
</classpaths>
<!-- Build options -->
<build>
<option directives="awe6DriverRemap" />
<option directives="" />
<option flashStrict="False" />
<option noInlineOnDebug="False" />
<option mainClass="Main" />
<option enabledebug="False" />
<option additional="--macro awe6.core.Macros.setDriverRemap('awe6.core.drivers.createjs')&#xA;-resource bin/assets/__config.xml@config&#xA;-dce full" />
<option additional="-resource bin/assets/__config.xml@config&#xA;-dce full" />
</build>
<!-- haxelib libraries -->
<haxelib>
Expand Down
2 changes: 1 addition & 1 deletion demos/createjs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
To build load "awe6Createjs.hxproj" & compile in [FlashDevelop](http://flashdevelop.org) or run the following at a command prompt:

```
haxe -main Main -cp src -cp ..\..\lib -lib createjs -D awe6DriverRemap --macro awe6.core.Macros.setDriverRemap('awe6.core.drivers.createjs') -resource bin/assets/__config.xml@config -dce full -js bin/game.js
haxe -main Main -cp src -cp ..\..\lib -lib createjs -resource bin/assets/__config.xml@config -dce full -js bin/game.js
```
6 changes: 3 additions & 3 deletions demos/createjs/awe6Createjs.hxproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<movie fps="0" />
<movie width="0" />
<movie height="0" />
<movie version="1" />
<movie version="0" />
<movie minorVersion="0" />
<movie platform="JavaScript" />
<movie background="#FFFFFF" />
Expand All @@ -20,12 +20,12 @@
</classpaths>
<!-- Build options -->
<build>
<option directives="awe6DriverRemap" />
<option directives="" />
<option flashStrict="False" />
<option noInlineOnDebug="False" />
<option mainClass="Main" />
<option enabledebug="False" />
<option additional="--macro awe6.core.Macros.setDriverRemap('awe6.core.drivers.createjs')&#xA;-resource bin/assets/__config.xml@config&#xA;-dce full" />
<option additional="-resource bin/assets/__config.xml@config&#xA;-dce full" />
</build>
<!-- haxelib libraries -->
<haxelib>
Expand Down
5 changes: 0 additions & 5 deletions docs/awe6ApiGadget.xml

This file was deleted.

5 changes: 0 additions & 5 deletions docs/awe6DemoFlashGadget.xml

This file was deleted.

5 changes: 0 additions & 5 deletions docs/awe6DemoHtml5Gadget.xml

This file was deleted.

22 changes: 0 additions & 22 deletions docs/awe6OverviewImagemapGadget.xml

This file was deleted.

Binary file removed docs/demos/flash/awe6.swf
Binary file not shown.
12 changes: 0 additions & 12 deletions docs/demos/flash/index.html

This file was deleted.

Binary file removed docs/demos/html5/assets/ButtonOver.png
Binary file not shown.
Binary file removed docs/demos/html5/assets/ButtonUp.png
Binary file not shown.
Binary file removed docs/demos/html5/assets/Sphere.png
Binary file not shown.
Binary file removed docs/demos/html5/assets/audio/ButtonDown.mp3
Binary file not shown.
Binary file removed docs/demos/html5/assets/audio/ButtonDown.ogg
Binary file not shown.
Binary file removed docs/demos/html5/assets/audio/ButtonOver.mp3
Binary file not shown.
Binary file removed docs/demos/html5/assets/audio/ButtonOver.ogg
Binary file not shown.
Binary file removed docs/demos/html5/assets/audio/MusicGame.mp3
Binary file not shown.
Binary file removed docs/demos/html5/assets/audio/MusicGame.ogg
Binary file not shown.
Binary file removed docs/demos/html5/assets/audio/MusicMenu.mp3
Binary file not shown.
Binary file removed docs/demos/html5/assets/audio/MusicMenu.ogg
Binary file not shown.
Binary file removed docs/demos/html5/assets/audio/Sfx1.mp3
Binary file not shown.
Binary file removed docs/demos/html5/assets/audio/Sfx1.ogg
Binary file not shown.
Binary file removed docs/demos/html5/assets/audio/Sfx2.mp3
Binary file not shown.
Binary file removed docs/demos/html5/assets/audio/Sfx2.ogg
Binary file not shown.
Binary file removed docs/demos/html5/assets/audio/Sfx3.mp3
Binary file not shown.
Binary file removed docs/demos/html5/assets/audio/Sfx3.ogg
Binary file not shown.
Binary file removed docs/demos/html5/assets/audio/Sfx4.mp3
Binary file not shown.
Binary file removed docs/demos/html5/assets/audio/Sfx4.ogg
Binary file not shown.
Binary file removed docs/demos/html5/assets/fonts/orbitron.eot
Binary file not shown.
Loading

0 comments on commit 9f03e48

Please sign in to comment.