Skip to content
This repository was archived by the owner on Nov 14, 2023. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion documentation/demos/demo1/path_org.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ <h1>Path management</h1>
* THE SOFTWARE.
*
*/
CAAT.RETINA_DISPLAY_ENABLED=true;
(function() {
/**
* Startup it all up when the document is ready.
Expand Down Expand Up @@ -392,4 +393,4 @@ <h1>Path management</h1>
</script>


</html>
</html>
3 changes: 2 additions & 1 deletion documentation/demos/demo10/garden_org.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ <h1>Grass at breeze procedural Actors</h1>
*
*/

CAAT.RETINA_DISPLAY_ENABLED=true;
(function() {
/**
* Startup it all up when the document is ready.
Expand Down Expand Up @@ -140,4 +141,4 @@ <h1>Grass at breeze procedural Actors</h1>
</script>


</html>
</html>
3 changes: 2 additions & 1 deletion documentation/demos/demo11/circles_org.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ <h1>Packed Circle Collision Detection </h1>
* THE SOFTWARE.
*
*/
CAAT.RETINA_DISPLAY_ENABLED=true;
(function () {
/**
* Startup it all up when the document is ready.
Expand Down Expand Up @@ -181,4 +182,4 @@ <h1>Packed Circle Collision Detection </h1>
</script>


</html>
</html>
3 changes: 2 additions & 1 deletion documentation/demos/demo12+1/transitions_org.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ <h1>Scene Transitions</h1>
*/

CAAT.DEBUG=1;
CAAT.RETINA_DISPLAY_ENABLED=true;
(function() {
/**
* Startup it all up when the document is ready.
Expand Down Expand Up @@ -244,4 +245,4 @@ <h1>Scene Transitions</h1>
</script>


</html>
</html>
4 changes: 3 additions & 1 deletion documentation/demos/demo12/box2d_org.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ <h1>CAAT & Box2D</h1>
* THE SOFTWARE.
*
*/

CAAT.RETINA_DISPLAY_ENABLED=true;
(function() {

window.addEventListener('load', load, false);
Expand Down Expand Up @@ -436,4 +438,4 @@ <h1>CAAT & Box2D</h1>
</script>


</html>
</html>
4 changes: 3 additions & 1 deletion documentation/demos/demo14/timers_org.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ <h1>Scene Timers</h1>
* THE SOFTWARE.
*
*/

CAAT.RETINA_DISPLAY_ENABLED=true;
(function() {
/**
* Startup it all up when the document is ready.
Expand Down Expand Up @@ -264,4 +266,4 @@ <h1>Scene Timers</h1>
</script>


</html>
</html>
4 changes: 2 additions & 2 deletions documentation/demos/demo16/mask_org.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ <h1>Masking with arbitrary paths</h1>
*
*/


CAAT.RETINA_DISPLAY_ENABLED=true;
(function() {
/**
* Startup it all up when the document is ready.
Expand Down Expand Up @@ -310,4 +310,4 @@ <h1>Masking with arbitrary paths</h1>

})();
</script>
</html>
</html>
3 changes: 2 additions & 1 deletion documentation/demos/demo19/collision.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ <h1>Quadtree based collision detection</h1>
*
*/

CAAT.RETINA_DISPLAY_ENABLED=true;
(function() {
CAAT.DEBUG=1;

Expand Down Expand Up @@ -440,4 +441,4 @@ <h1>Quadtree based collision detection</h1>

})();
</script>
</html>
</html>
5 changes: 3 additions & 2 deletions documentation/demos/demo2/fishpond_org.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ <h1>Procedural Fish Pond</h1>
* THE SOFTWARE.
*
*/
CAAT.DEBUG=1;
CAAT.RETINA_DISPLAY_ENABLED=true;
CAAT.DEBUG=1;
(function() {
/**
* Startup it all up when the document is ready.
Expand Down Expand Up @@ -206,4 +207,4 @@ <h1>Procedural Fish Pond</h1>

})();
</script>
</html>
</html>
4 changes: 2 additions & 2 deletions documentation/demos/demo20/flightcontrol.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ <h1>Path flattening and traversal</h1>
*
*/


CAAT.RETINA_DISPLAY_ENABLED=true;
(function() {
CAAT.DEBUG=1;
window.addEventListener('load',load,false);
Expand Down Expand Up @@ -138,4 +138,4 @@ <h1>Path flattening and traversal</h1>
})();

</script>
</html>
</html>
3 changes: 2 additions & 1 deletion documentation/demos/demo21/vvv.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
return 0;
};

CAAT.RETINA_DISPLAY_ENABLED=true;
(function() {

CAAT.TileMapViewport= function() {
Expand Down Expand Up @@ -1312,4 +1313,4 @@
}
})();
</script>
</html>
</html>
5 changes: 2 additions & 3 deletions documentation/demos/demo24/path.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@ <h1>Path Segments</h1>
*
*/



CAAT.RETINA_DISPLAY_ENABLED=true;
(function() {

window.addEventListener('load', load, false);
Expand Down Expand Up @@ -223,4 +222,4 @@ <h1>Path Segments</h1>
})();

</script>
</html>
</html>
3 changes: 2 additions & 1 deletion documentation/demos/demo25/flipcards.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ <h1>Flip Card example.</h1>
*
*/

CAAT.RETINA_DISPLAY_ENABLED=true;
(function() {
window.addEventListener('load', load, false);

Expand Down Expand Up @@ -243,4 +244,4 @@ <h1>Flip Card example.</h1>
})();

</script>
</html>
</html>
3 changes: 2 additions & 1 deletion documentation/demos/demo26/hierarchy2.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ <h1>Hierarchy II</h1>
*
*/

CAAT.RETINA_DISPLAY_ENABLED=true;
(function() {
/**
* Startup it all up when the document is ready.
Expand Down Expand Up @@ -276,4 +277,4 @@ <h1>Hierarchy II</h1>

})();
</script>
</html>
</html>
3 changes: 2 additions & 1 deletion documentation/demos/demo28/paint.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ <h1>Minimal Paint program</h1>
*
*/

CAAT.RETINA_DISPLAY_ENABLED=true;
(function() {
/**
* Startup it all up when the document is ready.
Expand Down Expand Up @@ -171,4 +172,4 @@ <h1>Minimal Paint program</h1>
})();

</script>
</html>
</html>
5 changes: 3 additions & 2 deletions documentation/demos/demo29/layout2.html
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,8 @@ <h1>Automatic layout capabilities</h1>
* THE SOFTWARE.
*
*/
CAAT.DEBUG=1;
CAAT.DEBUG=1;
CAAT.RETINA_DISPLAY_ENABLED=true;

(function() {

Expand Down Expand Up @@ -386,4 +387,4 @@ <h1>Automatic layout capabilities</h1>
})();

</script>
</html>
</html>
3 changes: 2 additions & 1 deletion documentation/demos/demo3/sprites_org.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ <h1>Sprites on Path</h1>
*
*/

CAAT.RETINA_DISPLAY_ENABLED=true;
(function() {
/**
* Startup it all up when the document is ready.
Expand Down Expand Up @@ -233,4 +234,4 @@ <h1>Sprites on Path</h1>

})();
</script>
</html>
</html>
4 changes: 3 additions & 1 deletion documentation/demos/demo30/fonts.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ <h1>CAAT.Foundation.UI.TextActor vs ctx.drawString</h1>
* THE SOFTWARE.
*
*/

CAAT.RETINA_DISPLAY_ENABLED=true;
(function() {
/**
* Startup it all up when the document is ready.
Expand Down Expand Up @@ -294,4 +296,4 @@ <h1>CAAT.Foundation.UI.TextActor vs ctx.drawString</h1>
</script>


</html>
</html>
3 changes: 2 additions & 1 deletion documentation/demos/demo32/svgpath.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ <h1>Path Segments</h1>
*
*/

CAAT.RETINA_DISPLAY_ENABLED=true;
(function() {
function __start() {

Expand Down Expand Up @@ -116,4 +117,4 @@ <h1>Path Segments</h1>
})();

</script>
</html>
</html>
3 changes: 2 additions & 1 deletion documentation/demos/demo4/coordinates_org.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ <h1>Homogeneous coordinates</h1>
*
*/

CAAT.RETINA_DISPLAY_ENABLED=true;
(function() {

window.addEventListener('load',load,false);
Expand Down Expand Up @@ -391,4 +392,4 @@ <h1>Homogeneous coordinates</h1>

})();
</script>
</html>
</html>
3 changes: 2 additions & 1 deletion documentation/demos/demo5/text-on-path_org.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ <h1>Text on Path</h1>
*
*/

CAAT.RETINA_DISPLAY_ENABLED=true;
(function() {

window.addEventListener('load',load,false);
Expand Down Expand Up @@ -253,4 +254,4 @@ <h1>Text on Path</h1>
})();

</script>
</html>
</html>
3 changes: 2 additions & 1 deletion documentation/demos/demo6/accelerometer_org.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ <h1>Accelerometer</h1>
*
*/

CAAT.RETINA_DISPLAY_ENABLED=true;
(function() {

var CW= 800;
Expand Down Expand Up @@ -324,4 +325,4 @@ <h1>Accelerometer</h1>
})();

</script>
</html>
</html>
3 changes: 2 additions & 1 deletion documentation/demos/demo7/anchors_org.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ <h1>Affine transformation anchors</h1>
*
*/

CAAT.RETINA_DISPLAY_ENABLED=true;
(function() {
window.addEventListener('load',load,false);

Expand Down Expand Up @@ -365,4 +366,4 @@ <h1>Affine transformation anchors</h1>

})();
</script>
</html>
</html>
3 changes: 2 additions & 1 deletion documentation/demos/demo8/hierarchy_org.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ <h1>Hierarchical affine transforms</h1>
*
*/

CAAT.RETINA_DISPLAY_ENABLED=true;
(function() {
/**
* Startup it all up when the document is ready.
Expand Down Expand Up @@ -305,4 +306,4 @@ <h1>Hierarchical affine transforms</h1>

})();
</script>
</html>
</html>
3 changes: 2 additions & 1 deletion documentation/demos/demo9/behaviors_org.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ <h1>Interactivity. Setting behaviors.</h1>
*
*/

CAAT.RETINA_DISPLAY_ENABLED=true;
(function() {
/**
* Startup it all up when the document is ready.
Expand Down Expand Up @@ -271,4 +272,4 @@ <h1>Interactivity. Setting behaviors.</h1>

})();
</script>
</html>
</html>