axmol/cocos2dx
Rene Klacan 83be06bafb check if delegate is not null when dispatching keyboard event 2013-06-10 00:54:31 +02:00
..
actions declare _functions as it is initialized 2013-06-04 11:57:32 +08:00
base_nodes on dealloc, log "this" with %p, not %x. 2013-06-05 18:21:05 -07:00
cocoa Ability to save/retrieve CCData into/from CCUserDefault 2013-05-29 01:06:41 +01:00
draw_nodes A problem of CCDrawNode::drawPolygon outline 2013-06-03 22:19:37 +08:00
effects Coordinates are already in terms of pixels -- no need to do content scaling 2013-05-17 17:08:46 -07:00
include Ability to save/retrieve CCData into/from CCUserDefault 2013-05-29 01:06:41 +01:00
kazmath Add new port: Native Client 2013-03-02 12:15:24 -08:00
keyboard_dispatcher check if delegate is not null when dispatching keyboard event 2013-06-10 00:54:31 +02:00
keypad_dispatcher Minor English Spelling Corrections. A few grammar corrections. 2012-09-17 00:02:24 -07:00
label_nodes Log error instead of triggering an assert for shadow and stroke. 2013-06-06 15:02:57 +08:00
layers_scenes_transitions_nodes simplified CCKeyboardDispatcher and CCLayer does not inherit from CCKeyboardDelegate 2013-06-03 16:06:33 +02:00
menu_nodes Using CC_DEPRECATED_ATTRIBUTE to mark functions as deprecated. Don't bind CCMenuItem::setCallback automatically. 2013-06-05 17:35:19 +08:00
misc_nodes Merge pull request #2521 from minggo/emscriptenate 2013-05-06 23:51:38 -07:00
particle_nodes Merge branch 'fix_profiler_compile_error_android' of https://github.com/gelldur/cocos2d-x 2013-03-25 11:46:02 +08:00
platform set up keyboard handling for mac 2013-06-07 20:29:02 +09:00
proj.blackberry Updating blackberry project configurations. 2013-04-27 14:07:54 +08:00
proj.emscripten Merge pull request #2666 from jotel/ccdata-in-userdefault 2013-05-29 19:40:23 -07:00
proj.ios Updating multi-platform-xxx template for iOS and Android after enabling c++ 11. 2013-06-04 20:52:29 +08:00
proj.linux Merge pull request from cocos2d/develop 2013-06-06 09:42:18 +02:00
proj.mac set up keyboard handling for mac 2013-06-07 20:29:02 +09:00
proj.marmalade issue 2217: Updating Make file and project configuration to add ccFPSImage.c. 2013-05-23 16:50:48 +08:00
proj.nacl issue #2242:use -std=gnu++0x for linux and native client project 2013-06-03 13:50:19 +08:00
proj.tizen Update projects to Tizen 2.1 SDK. 2013-05-22 16:55:18 +09:00
proj.win32 Ability to save/retrieve CCData into/from CCUserDefault 2013-05-29 01:06:41 +01:00
script_support Rename CCScriptSupport::executeAssert -> CCScriptSupport::handleAssert 2013-05-06 12:25:13 -07:00
shaders on dealloc, log "this" with %p, not %x. 2013-06-05 18:21:05 -07:00
sprite_nodes Fixing a bug that display is wrong when setting setTexture(NULL) for CCSprite. 2013-06-06 15:02:57 +08:00
support keyboard support throught compiler directive 2013-06-02 04:11:43 +02:00
text_input_node Fixed GCC warning on narrowing conversion 2013-04-19 12:09:26 +04:00
textures on dealloc, log "this" with %p, not %x. 2013-06-05 18:21:05 -07:00
tilemap_parallax_nodes on dealloc, log "this" with %p, not %x. 2013-06-05 18:21:05 -07:00
touch_dispatcher add getStartLocation() and getStartLocationInView() to CCTouch to access the start point of a touch 2013-03-04 13:08:19 +01:00
Android.mk [Android] Only ignore warning of 'invalid-offsetof' in the library of spidermonkey. 2013-06-06 10:12:44 +08:00
CCCamera.cpp issue #1555:build ok on android 2012-11-16 14:23:14 +08:00
CCCamera.h update copyright to 2012, update cocos2d version to 2.0.3 2012-09-24 21:22:20 +08:00
CCConfiguration.cpp Adds setObject to CCConfiguration 2013-06-05 09:46:56 +08:00
CCConfiguration.h Adds setObject to CCConfiguration 2013-06-05 09:46:56 +08:00
CCDirector.cpp keyboard support throught compiler directive 2013-06-02 04:11:43 +02:00
CCDirector.h keyboard support throught compiler directive 2013-06-02 04:11:43 +02:00
CCScheduler.cpp fixed potential crash in CCScheduler::removeHashElement 2013-03-26 22:55:26 +01:00
CCScheduler.h issue #1555:update to v2.1 beta3 2012-11-14 18:05:15 +08:00
ccFPSImages.c issue 2217: Removing unused fps_image png data. 2013-05-23 16:04:40 +08:00
ccFPSImages.h issue 2217: Removing unused fps_image png data. 2013-05-23 16:04:40 +08:00
cocos2d.cpp CCConfiguration extension (rewritten) 2013-05-22 13:00:34 -07:00