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
Show all changes
54 commits
Select commit Hold shift + click to select a range
a4f5a44
Added convenience method to remove all children from an ActorContainer
robboerman Jan 31, 2013
1fb5ce6
CAAT Path incorrectly assumed the starting point is always the first …
robboerman Jan 31, 2013
08615f3
Merge commit '81778bd8808627545bb409323ecfcaa410b3bf07'
robboerman Jan 31, 2013
e1eb20f
if we already set a width on a label and don't supply it in setText, …
robboerman Feb 8, 2013
f6f89f4
Added Observable pattern to Actor. Any Actor and descendent can now a…
robboerman Feb 15, 2013
2be98e2
Path incorrectly transforms rendering context when used as a clipPath…
robboerman Mar 11, 2013
12e415a
Merge branch 'master' of https://github.com/hyperandroid/CAAT
robboerman Mar 26, 2013
2625f38
Added convenience method for removing all timers
robboerman Mar 26, 2013
b234c64
Fixed removeBehaviour (while (INTEGER) does not work cross browser)
robboerman Mar 26, 2013
acc8526
Modified Spine parser.
Apr 1, 2013
79102e8
Fixed error for Drag threshold.
Apr 3, 2013
110eb6c
complete spine format support:
Apr 3, 2013
549fea2
Multiple commints.
Apr 3, 2013
a947ab9
* 04/02/2013 0.6 Build 49 *
Apr 4, 2013
38ef561
* 04/02/2013 0.6 Build 49 *
Apr 4, 2013
b7b866a
Fixed some demos titles.
Apr 4, 2013
6b47446
Added demo thumbnails.
Apr 4, 2013
0159ef6
* 04/07/2013 0.6 Build 52 *
Apr 7, 2013
725e7e8
When a CatMulRom only has 2 or 3 control points, duplicate the first …
robboerman Apr 19, 2013
cfed8fe
Reversed change from 0.6 build 52 as it breaks auto scaling of scenes…
robboerman Apr 19, 2013
7248f92
Added removeScene and findScene methods. Changed setScene to accept e…
robboerman Apr 22, 2013
fff134c
reverted change to catmulrom, fixed incorrectly
robboerman Apr 25, 2013
15638d1
If a CatMulRom is not closed, duplicate the first and last points to …
robboerman Apr 25, 2013
9d19d5a
Made compile scripts a bit more friendly to other developers by movin…
robboerman Apr 26, 2013
b4e7d72
removed all clamping remainders to prevent animations from becoming j…
robboerman Apr 26, 2013
ae55fb2
compile variables for rob
robboerman Apr 26, 2013
70cb1b0
removed unreachable code
robboerman Apr 26, 2013
d07bebe
small change, let closure compiler find the build dir configured in v…
robboerman Apr 26, 2013
be0f60d
Optimization: re-use inverse matrix objects instead of letting getInv…
robboerman Apr 29, 2013
b4f8c49
Further optimisation, removed unneeded assignment of inverse matrix a…
robboerman Apr 29, 2013
bce8fee
First rough version of optimized particle emitter
robboerman May 17, 2013
17e8a36
Performance updates, don't recalculate the emit point every frame
robboerman May 17, 2013
347c291
Final first version of particle emitter. Needs documentation
robboerman May 18, 2013
27cbbcf
documentation
robboerman May 19, 2013
9d097c8
Performance upgrade, use a 2D array for all particle variables
robboerman May 21, 2013
5473800
Added possibility to specify maximum spawn count (times each particle…
robboerman Jun 10, 2013
3f4da22
Added basic mouse events. That way the dev does not have to override …
robboerman Jun 16, 2013
6c58321
Added particle rotation speed, needs rotation acceleration still
robboerman Jun 16, 2013
2e2c17f
Fix broken links
joac Jan 8, 2013
b510d28
Fixed a bug in the accumulation of offsets when a fixed position element
strickos Apr 2, 2013
7b8679d
Fix character encoding conflicts.
strickos Apr 2, 2013
0d5e2b0
Typo in CAAT.Module.Preloader.Preloader
xdissent May 19, 2013
b71de16
Add shadow offset to Label Actor
May 20, 2013
402e5b5
correction to x,y in Actor documentation
Jun 19, 2013
0f47c1d
* 04/07/2013 0.6 Build 52 *
Jun 29, 2013
d63976e
* Added functionality to AudioManager. The method director.setAudioFo…
Jun 29, 2013
59dd27f
* 07/01/2013 0.7 Build 3 *
Jul 1, 2013
7b14c54
* 07/01/2013 0.7 Build 3 *
Jul 1, 2013
a43309b
Remove old doc.
Jul 1, 2013
3292231
* 07/01/2013 0.7 Build 6 *
Jul 1, 2013
6379bb3
Added demos to menu.html
Jul 1, 2013
a6e1021
Added demos to readme.md
Jul 1, 2013
63aa3d9
When a CatMulRom only has 2 or 3 control points, duplicate the first …
robboerman Apr 19, 2013
47f2837
particle emitter
robboerman Dec 21, 2013
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 3 additions & 3 deletions build/caat-box2d-min.js

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

6 changes: 3 additions & 3 deletions build/caat-box2d.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.6 build: 30
Version: 0.6 build: 5

Created on:
DATE: 2013-03-18
TIME: 23:03:06
DATE: 2013-07-01
TIME: 04:58:33
*/


Expand Down
402 changes: 206 additions & 196 deletions build/caat-css-min.js

Large diffs are not rendered by default.

Loading