Skip to content

Commit

Permalink
01/22/2012 *0.2 Build 18*
Browse files Browse the repository at this point in the history
--------------------------

* Added dirty rectangles clear support.
  To be enabled a call director.setClear( CAAT.Director.CLEAR_DIRTY_RECTS ); must be performed.
  Every actor which changes affine transformation, either position, rotation or scale, will automatically
  be invalidated. In you want any other actor to be explicitly invalidated, just call actor.invalidate();
* Cleaned some ctx.save/restore code.
* Modified license file to reflect copyright 2012.
  • Loading branch information
hyperandroid committed Jan 22, 2012
1 parent 7d35732 commit 72c5a23
Show file tree
Hide file tree
Showing 59 changed files with 1,844 additions and 1,180 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License

Copyright (c) 2010-2011 Ibon Tolosana [@hyperandroid]
Copyright (c) 2010-2011-2012 Ibon Tolosana [@hyperandroid]

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
8 changes: 4 additions & 4 deletions build/caat-box2d-min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions build/caat-box2d.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
The MIT License
Copyright (c) 2010-2011 Ibon Tolosana [@hyperandroid]
Copyright (c) 2010-2011-2012 Ibon Tolosana [@hyperandroid]
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -21,11 +21,11 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
Version: 0.1 build: 632
Version: 0.2 build: 18
Created on:
DATE: 2012-01-21
TIME: 00:52:32
DATE: 2012-01-22
TIME: 17:57:15
*/


Expand Down
109 changes: 56 additions & 53 deletions build/caat-css-min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 72c5a23

Please sign in to comment.