forked from cocos2d/cocos2d-iphone-extensions
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathCHANGELOG
45 lines (41 loc) · 2.15 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
0.1.3 - 15-August-2011
* Hotfix: CCVideoPlayer on Mac hangups, when changing fullscreen to/from windowed & skip video after this with any key (not mouse).
0.1.2 - 10-August-2011
* Critical fix for FilesDownloader to be compatible with Mac OS X File System Guide.
* Updated Cocos2D-iPhone 1.0.1 Release.
* Better comments for some extensions - preparing for full Doxygen documentation (JavaDoc Style).
* FilesDownloader - added support for subpaths in filenames. Locally replicate the folder structure. (Issue #40)
* CCBigImage - implemented full transform support.
* CCVideoPlayer:
1. ToggleFullscreen support on Mac. (Issue #31)
2. Prepare to play to prevent view flicker while movie is preloading.
3. Actually hides the controls on pre 3.2 devices.
4. Ability to disable video skip by user (key/mouse/touch event).
5. Added compatibility with latest FilesDownloader changes (Issue #53 fix) on Mac.
* A lot for CCScrollLayer:
1. Added pagesIndicatorPosition property, moveToPage: & selectPage: methods.
2. Changed pages numbering to start from zero.
3. Mac Support & testcase in Mac Project. (Issue #22)
4. Added Delegate Property.
5. Added Pages array Property.
6. Fixed jumpy behavior when scrolling with two or more fingers.
7. Added Dynamic Pages Control.
8. Move to nearest page, not just next/prev by swipe/mouseDrag.
9. Ability to disable stealing touches (stealTouches property).
10. Do not cancel scroll when stealing touch (Issue #38).
* CCSendMessages: fixed issue #30, added testcase (return nil on initWithTarget: nil).
* Minor stability, analyzer & documentation issues fixes (CCVideoPLayer, CCBigImage, FilesDownloader).
0.1.1 - 12-June-2011
* Edited README: master is a default branch now.
* Added CHANGELOG.
* Reduced repo work tree size.
0.1 - 11-June-2011
* Initial release with following extensions:
* [iOS/Mac] CCMenuAdvanced
* [iOS/Mac] CCMenuItemSpriteIndependent
* [iOS/Mac] CCVideoPlayer
* [iOS/Mac] CCBigImage
* [iOS/Mac] CCSlider
* [iOS/Mac] CCSendMessages
* [iOS] CCScrollLayer
* [iOS/Mac] FilesDownloader