Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/gideros/gideros
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyBall1966 committed Jun 29, 2016
2 parents 0c027e0 + b2dd3ad commit d592302
Show file tree
Hide file tree
Showing 1,396 changed files with 130,066 additions and 3,584 deletions.
271 changes: 270 additions & 1 deletion doc/reference.html

Large diffs are not rendered by default.

72 changes: 71 additions & 1 deletion doc/reference/design/assets/slide-01.jpg.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ <h2>Gideros Documentation</h2>
<li><a href="../../plugin.html">Plugins</a></li>
<li><a href="../../labs.html">Labs</a></li>
<li><a href="../../new.html">What's new?</a></li>
<li><a href="../../dev.html">In development</a></li>
</ul>
<div class="container-fluid">

Expand Down Expand Up @@ -123,7 +124,10 @@ <h1>Table of Contents</h1>
</li>
<li class='uplist dropdown closedlist'><a href="../../gideros/Core.html#Core" id='Core' class='closed item'><i class="icon-chevron-right"></i> <strong>Core</strong></a>
<ul class="dropdown-menu">
<li><a href="../../gideros/Core/class.html#Core.class" id='Core.class'>Core.class</a></li>
<li><a href="../../gideros/Core/asyncCall.html#Core.asyncCall" id='Core.asyncCall'>Core.asyncCall</a></li>
<li><a href="../../gideros/Core/class.html#Core.class" id='Core.class'>Core.class</a></li>
<li><a href="../../gideros/Core/frameStatistics.html#Core.frameStatistics" id='Core.frameStatistics'>Core.frameStatistics</a></li>
<li><a href="../../gideros/Core/yield.html#Core.yield" id='Core.yield'>Core.yield</a></li>
</ul>
</li>
<li class='uplist dropdown closedlist'><a href="../../gideros/Cryptography.html#Cryptography" id='Cryptography' class='closed item'><i class="icon-chevron-right"></i> <strong>Cryptography</strong></a>
Expand Down Expand Up @@ -259,20 +263,52 @@ <h1>Table of Contents</h1>
<li class='uplist dropdown closedlist'><a href="../../gideros/Matrix.html#Matrix" id='Matrix' class='closed item'><i class="icon-chevron-right"></i> <strong>Matrix</strong></a>
<ul class="dropdown-menu">
<li><a href="../../gideros/Matrix/new.html#Matrix.new" id='Matrix.new'>Matrix.new</a></li>
<li><a href="../../gideros/Matrix/getAnchorPosition.html#Matrix:getAnchorPosition" id='Matrix:getAnchorPosition'>Matrix:getAnchorPosition</a></li>
<li><a href="../../gideros/Matrix/getElements.html#Matrix:getElements" id='Matrix:getElements'>Matrix:getElements</a></li>
<li><a href="../../gideros/Matrix/getM11.html#Matrix:getM11" id='Matrix:getM11'>Matrix:getM11</a></li>
<li><a href="../../gideros/Matrix/getM12.html#Matrix:getM12" id='Matrix:getM12'>Matrix:getM12</a></li>
<li><a href="../../gideros/Matrix/getM21.html#Matrix:getM21" id='Matrix:getM21'>Matrix:getM21</a></li>
<li><a href="../../gideros/Matrix/getM22.html#Matrix:getM22" id='Matrix:getM22'>Matrix:getM22</a></li>
<li><a href="../../gideros/Matrix/getMatrix.html#Matrix:getMatrix" id='Matrix:getMatrix'>Matrix:getMatrix</a></li>
<li><a href="../../gideros/Matrix/getPosition.html#Matrix:getPosition" id='Matrix:getPosition'>Matrix:getPosition</a></li>
<li><a href="../../gideros/Matrix/getRotationX.html#Matrix:getRotationX" id='Matrix:getRotationX'>Matrix:getRotationX</a></li>
<li><a href="../../gideros/Matrix/getRotationY.html#Matrix:getRotationY" id='Matrix:getRotationY'>Matrix:getRotationY</a></li>
<li><a href="../../gideros/Matrix/getRotationZ.html#Matrix:getRotationZ" id='Matrix:getRotationZ'>Matrix:getRotationZ</a></li>
<li><a href="../../gideros/Matrix/getScale.html#Matrix:getScale" id='Matrix:getScale'>Matrix:getScale</a></li>
<li><a href="../../gideros/Matrix/getScaleX.html#Matrix:getScaleX" id='Matrix:getScaleX'>Matrix:getScaleX</a></li>
<li><a href="../../gideros/Matrix/getScaleY.html#Matrix:getScaleY" id='Matrix:getScaleY'>Matrix:getScaleY</a></li>
<li><a href="../../gideros/Matrix/getScaleZ.html#Matrix:getScaleZ" id='Matrix:getScaleZ'>Matrix:getScaleZ</a></li>
<li><a href="../../gideros/Matrix/getTx.html#Matrix:getTx" id='Matrix:getTx'>Matrix:getTx</a></li>
<li><a href="../../gideros/Matrix/getTy.html#Matrix:getTy" id='Matrix:getTy'>Matrix:getTy</a></li>
<li><a href="../../gideros/Matrix/getTz.html#Matrix:getTz" id='Matrix:getTz'>Matrix:getTz</a></li>
<li><a href="../../gideros/Matrix/getX.html#Matrix:getX" id='Matrix:getX'>Matrix:getX</a></li>
<li><a href="../../gideros/Matrix/getY.html#Matrix:getY" id='Matrix:getY'>Matrix:getY</a></li>
<li><a href="../../gideros/Matrix/getZ.html#Matrix:getZ" id='Matrix:getZ'>Matrix:getZ</a></li>
<li><a href="../../gideros/Matrix/multiply.html#Matrix:multiply" id='Matrix:multiply'>Matrix:multiply</a></li>
<li><a href="../../gideros/Matrix/rotate.html#Matrix:rotate" id='Matrix:rotate'>Matrix:rotate</a></li>
<li><a href="../../gideros/Matrix/scale.html#Matrix:scale" id='Matrix:scale'>Matrix:scale</a></li>
<li><a href="../../gideros/Matrix/setAnchorPosition.html#Matrix:setAnchorPosition" id='Matrix:setAnchorPosition'>Matrix:setAnchorPosition</a></li>
<li><a href="../../gideros/Matrix/setElements.html#Matrix:setElements" id='Matrix:setElements'>Matrix:setElements</a></li>
<li><a href="../../gideros/Matrix/setM11.html#Matrix:setM11" id='Matrix:setM11'>Matrix:setM11</a></li>
<li><a href="../../gideros/Matrix/setM12.html#Matrix:setM12" id='Matrix:setM12'>Matrix:setM12</a></li>
<li><a href="../../gideros/Matrix/setM21.html#Matrix:setM21" id='Matrix:setM21'>Matrix:setM21</a></li>
<li><a href="../../gideros/Matrix/setM22.html#Matrix:setM22" id='Matrix:setM22'>Matrix:setM22</a></li>
<li><a href="../../gideros/Matrix/setMatrix.html#Matrix:setMatrix" id='Matrix:setMatrix'>Matrix:setMatrix</a></li>
<li><a href="../../gideros/Matrix/setPosition.html#Matrix:setPosition" id='Matrix:setPosition'>Matrix:setPosition</a></li>
<li><a href="../../gideros/Matrix/setRotationX.html#Matrix:setRotationX" id='Matrix:setRotationX'>Matrix:setRotationX</a></li>
<li><a href="../../gideros/Matrix/setRotationY.html#Matrix:setRotationY" id='Matrix:setRotationY'>Matrix:setRotationY</a></li>
<li><a href="../../gideros/Matrix/setRotationZ.html#Matrix:setRotationZ" id='Matrix:setRotationZ'>Matrix:setRotationZ</a></li>
<li><a href="../../gideros/Matrix/setScale.html#Matrix:setScale" id='Matrix:setScale'>Matrix:setScale</a></li>
<li><a href="../../gideros/Matrix/setScaleX.html#Matrix:setScaleX" id='Matrix:setScaleX'>Matrix:setScaleX</a></li>
<li><a href="../../gideros/Matrix/setScaleY.html#Matrix:setScaleY" id='Matrix:setScaleY'>Matrix:setScaleY</a></li>
<li><a href="../../gideros/Matrix/setScaleZ.html#Matrix:setScaleZ" id='Matrix:setScaleZ'>Matrix:setScaleZ</a></li>
<li><a href="../../gideros/Matrix/setTx.html#Matrix:setTx" id='Matrix:setTx'>Matrix:setTx</a></li>
<li><a href="../../gideros/Matrix/setTy.html#Matrix:setTy" id='Matrix:setTy'>Matrix:setTy</a></li>
<li><a href="../../gideros/Matrix/setTz.html#Matrix:setTz" id='Matrix:setTz'>Matrix:setTz</a></li>
<li><a href="../../gideros/Matrix/setX.html#Matrix:setX" id='Matrix:setX'>Matrix:setX</a></li>
<li><a href="../../gideros/Matrix/setY.html#Matrix:setY" id='Matrix:setY'>Matrix:setY</a></li>
<li><a href="../../gideros/Matrix/setZ.html#Matrix:setZ" id='Matrix:setZ'>Matrix:setZ</a></li>
<li><a href="../../gideros/Matrix/translate.html#Matrix:translate" id='Matrix:translate'>Matrix:translate</a></li>
</ul>
</li>
<li class='uplist dropdown closedlist'><a href="../../gideros/Mesh.html#Mesh" id='Mesh' class='closed item'><i class="icon-chevron-right"></i> <strong>Mesh</strong></a>
Expand Down Expand Up @@ -329,6 +365,27 @@ <h1>Table of Contents</h1>
<li><a href="../../gideros/Object/getClass.html#Object:getClass" id='Object:getClass'>Object:getClass</a></li>
<li><a href="../../gideros/Object/isInstanceOf.html#Object:isInstanceOf" id='Object:isInstanceOf'>Object:isInstanceOf</a></li>
</ul>
</li>
<li class='uplist dropdown closedlist'><a href="../../gideros/Particles.html#Particles" id='Particles' class='closed item'><i class="icon-chevron-right"></i> <strong>Particles</strong></a>
<ul class="dropdown-menu">
<li><a href="../../gideros/Particles/new.html#Particles.new" id='Particles.new'>Particles.new</a></li>
<li><a href="../../gideros/Particles/addParticles.html#Particles:addParticles" id='Particles:addParticles'>Particles:addParticles</a></li>
<li><a href="../../gideros/Particles/clearTexture.html#Particles:clearTexture" id='Particles:clearTexture'>Particles:clearTexture</a></li>
<li><a href="../../gideros/Particles/getParticleAngle.html#Particles:getParticleAngle" id='Particles:getParticleAngle'>Particles:getParticleAngle</a></li>
<li><a href="../../gideros/Particles/getParticleColor.html#Particles:getParticleColor" id='Particles:getParticleColor'>Particles:getParticleColor</a></li>
<li><a href="../../gideros/Particles/getParticlePosition.html#Particles:getParticlePosition" id='Particles:getParticlePosition'>Particles:getParticlePosition</a></li>
<li><a href="../../gideros/Particles/getParticleSize.html#Particles:getParticleSize" id='Particles:getParticleSize'>Particles:getParticleSize</a></li>
<li><a href="../../gideros/Particles/getParticleSpeed.html#Particles:getParticleSpeed" id='Particles:getParticleSpeed'>Particles:getParticleSpeed</a></li>
<li><a href="../../gideros/Particles/getParticleTtl.html#Particles:getParticleTtl" id='Particles:getParticleTtl'>Particles:getParticleTtl</a></li>
<li><a href="../../gideros/Particles/removeParticles.html#Particles:removeParticles" id='Particles:removeParticles'>Particles:removeParticles</a></li>
<li><a href="../../gideros/Particles/setParticleAngle.html#Particles:setParticleAngle" id='Particles:setParticleAngle'>Particles:setParticleAngle</a></li>
<li><a href="../../gideros/Particles/setParticleColor.html#Particles:setParticleColor" id='Particles:setParticleColor'>Particles:setParticleColor</a></li>
<li><a href="../../gideros/Particles/setParticlePosition.html#Particles:setParticlePosition" id='Particles:setParticlePosition'>Particles:setParticlePosition</a></li>
<li><a href="../../gideros/Particles/setParticleSize.html#Particles:setParticleSize" id='Particles:setParticleSize'>Particles:setParticleSize</a></li>
<li><a href="../../gideros/Particles/setParticleSpeed.html#Particles:setParticleSpeed" id='Particles:setParticleSpeed'>Particles:setParticleSpeed</a></li>
<li><a href="../../gideros/Particles/setParticleTtl.html#Particles:setParticleTtl" id='Particles:setParticleTtl'>Particles:setParticleTtl</a></li>
<li><a href="../../gideros/Particles/setTexture.html#Particles:setTexture" id='Particles:setTexture'>Particles:setTexture</a></li>
</ul>
</li>
<li class='uplist dropdown closedlist'><a href="../../gideros/Path2D.html#Path2D" id='Path2D' class='closed item'><i class="icon-chevron-right"></i> <strong>Path2D</strong></a>
<ul class="dropdown-menu">
Expand All @@ -342,12 +399,24 @@ <h1>Table of Contents</h1>
<li><a href="../../gideros/Path2D/setSvgPath.html#Path2D:setSvgPath" id='Path2D:setSvgPath'>Path2D:setSvgPath</a></li>
<li><a href="../../gideros/Path2D/setTexture.html#Path2D:setTexture" id='Path2D:setTexture'>Path2D:setTexture</a></li>
</ul>
</li>
<li class='uplist dropdown closedlist'><a href="../../gideros/Pixel.html#Pixel" id='Pixel' class='closed item'><i class="icon-chevron-right"></i> <strong>Pixel</strong></a>
<ul class="dropdown-menu">
<li><a href="../../gideros/Pixel/new.html#Pixel.new" id='Pixel.new'>Pixel.new</a></li>
<li><a href="../../gideros/Pixel/getColor.html#Pixel:getColor" id='Pixel:getColor'>Pixel:getColor</a></li>
<li><a href="../../gideros/Pixel/setColor.html#Pixel:setColor" id='Pixel:setColor'>Pixel:setColor</a></li>
<li><a href="../../gideros/Pixel/setDimensions.html#Pixel:setDimensions" id='Pixel:setDimensions'>Pixel:setDimensions</a></li>
<li><a href="../../gideros/Pixel/setHeight.html#Pixel:setHeight" id='Pixel:setHeight'>Pixel:setHeight</a></li>
<li><a href="../../gideros/Pixel/setWidth.html#Pixel:setWidth" id='Pixel:setWidth'>Pixel:setWidth</a></li>
</ul>
</li>
<li class='uplist dropdown closedlist'><a href="../../gideros/RenderTarget.html#RenderTarget" id='RenderTarget' class='closed item'><i class="icon-chevron-right"></i> <strong>RenderTarget</strong></a>
<ul class="dropdown-menu">
<li><a href="../../gideros/RenderTarget/new.html#RenderTarget.new" id='RenderTarget.new'>RenderTarget.new</a></li>
<li><a href="../../gideros/RenderTarget/clear.html#RenderTarget:clear" id='RenderTarget:clear'>RenderTarget:clear</a></li>
<li><a href="../../gideros/RenderTarget/draw.html#RenderTarget:draw" id='RenderTarget:draw'>RenderTarget:draw</a></li>
<li><a href="../../gideros/RenderTarget/getPixel.html#RenderTarget:getPixel" id='RenderTarget:getPixel'>RenderTarget:getPixel</a></li>
<li><a href="../../gideros/RenderTarget/getPixels.html#RenderTarget:getPixels" id='RenderTarget:getPixels'>RenderTarget:getPixels</a></li>
</ul>
</li>
<li class='uplist dropdown closedlist'><a href="../../gideros/Shader.html#Shader" id='Shader' class='closed item'><i class="icon-chevron-right"></i> <strong>Shader</strong></a>
Expand Down Expand Up @@ -620,6 +689,7 @@ <h1>Table of Contents</h1>
<li class='uplist dropdown closedlist'><a href="../../gideros/Viewport.html#Viewport" id='Viewport' class='closed item'><i class="icon-chevron-right"></i> <strong>Viewport</strong></a>
<ul class="dropdown-menu">
<li><a href="../../gideros/Viewport/setContent.html#Viewport:setContent" id='Viewport:setContent'>Viewport:setContent</a></li>
<li><a href="../../gideros/Viewport/setProjection.html#Viewport:setProjection" id='Viewport:setProjection'>Viewport:setProjection</a></li>
<li><a href="../../gideros/Viewport/setTransform.html#Viewport:setTransform" id='Viewport:setTransform'>Viewport:setTransform</a></li>
</ul>
</li>
Expand Down
116 changes: 116 additions & 0 deletions doc/reference/dev.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,116 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Gideros Reference Manual</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="design/assets/favicon.ico">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="design/assets/greference-144.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="design/assets/greference-114.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="design/assets/greference-72.png">
<link rel="apple-touch-icon-precomposed" href="design/assets/greference-57.png">

<!-- Le styles -->
<link href="design/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="design/css/font-awesome.min.css">
<link rel="stylesheet" href="design/css/theme.css">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,700,800,600,300' rel='stylesheet' type='text/css'>
<link href="design/css/prettify.css" type="text/css" rel="stylesheet" />

<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>

<body data-spy="scroll" data-target=".bs-docs-sidebar" data-offset="20">
<div class="tabbable">
<a name='top'></a>
<div class="navbar navbar-inverse">
<div class="navbar-inner">
<div class="middle-bar">
<a class="brand" href="http://giderosmobile.com" target='_blank'>GiderosMobile.com</a>
<h2>Gideros Documentation</h2>
</div>
</div>
</div>
<ul class="nav nav-tabs">
<li><a href="gideros.html">Main API</a></li>
<li><a href="physics.html">Physics API</a></li>
<li><a href="lua.html">Lua API</a></li>
<li><a href="plugin.html">Plugins</a></li>
<li><a href="labs.html">Labs</a></li>
<li><a href="new.html">What's new?</a></li>
<li class="active"><a href="dev.html">In development</a></li>
</ul>
<div class="container-fluid">

<!-- Docs nav
================================================== -->
<div class="row-fluid">
<div class="span4 bs-docs-sidebar">
<div id='contents' class='span4' data-spy="affix" data-offset-top="110">
<h1>Table of Contents</h1>
<ul class="nav nav-list bs-docs-sidenav">
</ul>
</div>
</div>
<div class="span8" style='min-height:1000px; padding-left: 20px;'>

</div>
</div>

</div>


</div>
<!-- Footer
================================================== -->
<footer>
<div class="footer-bottom">
<div class="container">
<div class="row">
<div class="span12">
<p class="pull-right"><a href="dev.html#">Back to top</a></p>
<p>&copy; GiderosMobile.com</p>
</div>
</div>
</div>
</div>
</footer>



<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- last but not least the javascript -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/jquery-1.8.3.min.js.html"><\/script>')</script>
<script src="design/js/bootstrap.js"></script>
<script type="text/javascript" src="design/js/prettify.js"></script>
<script type="text/javascript" src="design/js/lang-lua.js"></script>
<script>
$(document).ready(function(){
//bootstrap tooltip trigger
$('[rel="tooltip"]').tooltip();
$("code").addClass("prettyprint").addClass("lang-lua");
prettyPrint();
$(".uplist").children("a.item").click(function(e){
if($(this).hasClass("closed"))
{
$(this).addClass("opened").removeClass("closed");
$(this).parent().find("ul").slideDown();
}
else
{
e.preventDefault();
$(this).addClass("closed").removeClass("opened");
$(this).parent().find("ul").slideUp();
}
});
});
</script>
</body>
</html>
Loading

0 comments on commit d592302

Please sign in to comment.