GGGGamer
a858613de1
memory leak when preloadEffect
2013-04-24 12:10:18 +08:00
James Gregory
b3aff98d69
Add missing assets from "Extentions" to TestCpp.
2013-04-23 19:03:57 -07:00
James Gregory
11cb6fbdd0
Set orientation to 0 for Emscripten, thus avoiding a segfault.
2013-04-23 19:01:35 -07:00
zhangbin
297e32c20d
Merge branch 'master' of https://github.com/cocos2d/cocos2d-x
2013-04-24 09:59:46 +08:00
zhangbin
8d60e11a9f
Update the JS binding for plugin
2013-04-24 09:43:40 +08:00
James Gregory
bedc6e9314
Switch to O1 for now.
2013-04-23 14:45:30 -07:00
James Gregory
ae19158da8
Remove LOG prefixes from emscripten makefiles
2013-04-23 14:43:59 -07:00
James Gregory
b22fd3ea7b
Remove lua samples from emscripten makefile
2013-04-23 14:43:15 -07:00
James Gregory
d1f98fc79c
Updates to my TODO list.
2013-04-23 13:11:17 -07:00
James Gregory
2e22848de5
Move to a separate Makefile for Emscripten.
2013-04-23 13:10:49 -07:00
imbahom
72ad9fd701
Update CCNode.cpp
...
注释错误
2013-04-23 21:44:24 +08:00
James Chen
84ec031fcf
Merge pull request #2427 from CocosRobot/updategeneratedsubmodule_1366690273
...
cocos2dxmatoMac-mini : updating submodule reference to latest autogenerated bindings
2013-04-22 23:14:03 -07:00
James Gregory
8e9a8dce69
Fix the ordering of vertex attributes for CCProgressTimer.
2013-04-22 22:10:58 -07:00
CocosRobot
ca30ce7462
cocos2dxmatoMac-mini : updating submodule reference to latest autogenerated bindings
2013-04-23 12:11:31 +08:00
James Chen
69c1c2ff2f
Merge pull request #2426 from dumganhar/master
...
fix a typo in js_cocos2dx_CCTMXLayer_getTiles.
2013-04-22 19:58:44 -07:00
James Chen
e84cf9ef83
Correct log output in js_cocos2dx_CCTMXLayer_getTiles
2013-04-23 10:57:55 +08:00
James Chen
30c6915449
fix a typo.
2013-04-23 10:52:51 +08:00
James Chen
c7c1415cd6
Merge pull request #2425 from dumganhar/iss2076-setResolutionScale
...
fixed #2076 : Adding a method CCBReader::setResolutionScale for setting resolution scale manually
2013-04-22 19:50:20 -07:00
James Chen
685fe16e10
fixed #2076 : Adding a method CCBReader::setResolutionScale for setting resolution scale manually
2013-04-23 10:39:59 +08:00
minggo
f99ffcd6df
Merge pull request #2424 from minggo/master
...
don't include unneeded header file
2013-04-22 19:23:01 -07:00
minggo
d4efbcfcef
don't include unneeded header file
2013-04-23 10:10:14 +08:00
James Gregory
3e85683ace
Implement primitive drawing methods for Emscripten
2013-04-22 18:08:25 -07:00
James Gregory
172a96746d
Move emscripten build to a separate Make target, remove Lua targets which I haven't tried to build.
2013-04-22 13:47:09 -07:00
James Gregory
bb8dc433fc
Enable -O2 optimization now that Emscripten seems to succeed.
2013-04-22 13:46:23 -07:00
James Gregory
e92e70a450
Delete tmp directory after generating data file.
2013-04-22 13:46:03 -07:00
Andrew Goulding
3c6bb725e7
Added additional CCLOG to CCFileUtils::fullPathForFilename
...
There's currently no way to be sure, from a calling function, that
fullPathForFilename has returned an invalid file path, which makes it
difficult to quickly track down missing, or incorrect file paths. Added
a CCLOG before the original string is returned to make debugging
missing or incorrect file paths easier.
2013-04-23 06:24:12 +10:00
James Gregory
796152ad52
Bump Emscripten version
2013-04-22 13:01:45 -07:00
James Gregory
239f857b19
Rebuild libfreetype without references to my home dir in it.
2013-04-22 13:01:10 -07:00
minggo
15f55ef5cd
Merge pull request #2421 from natural-law/master
...
issue #1723 : Update the iOS projects in plugin, and remove the win32 projects.
2013-04-22 02:27:40 -07:00
zhangbin
42ca70937f
Update the iOS projects in plugin, and remove the win32 projects.
2013-04-22 17:11:45 +08:00
minggo
25a0927bf7
Merge pull request #2419 from natural-law/master
...
Add protocol Ads & plugin Admob
2013-04-22 01:51:35 -07:00
minggo
ec43617469
Merge pull request #2420 from minggo/2073-userdefault_memory_leak_
...
fixed #2073 : fix memory leak in CCUserDefault
2013-04-22 01:46:00 -07:00
minggo
d89792fdc6
fixed #2073 : fix memory leak in CCUserDefault
2013-04-22 16:43:05 +08:00
zhangbin
155064edfa
Merge branch 'master' of https://github.com/cocos2d/cocos2d-x
2013-04-22 11:19:22 +08:00
zhangbin
abd6f3c906
Add sample code HelloAds for android platform
2013-04-22 11:17:31 +08:00
zhangbin
6a48e8145d
Add plugin admob for android platform.
2013-04-22 10:40:29 +08:00
zhangbin
79870ded6a
Add ads protocol.
2013-04-22 10:38:14 +08:00
Sergey Shambir
8507f7a386
network: Added PUT and DELETE request types
2013-04-21 20:54:52 +04:00
Sergey Shambir
270eeb4d9a
Refactored and fixed almost impossible memory leak.
...
Previously curl_slist_free_all(cHeaders) called in loop after
many break statements, so there was no garantue that it will be called
in all cases.
This change also simplifies code to make implementing PUT/DELETE methods
easier.
2013-04-21 18:58:35 +04:00
Sergey Shambir
41f5538ff4
Added CC_DISABLE_COPY macro
2013-04-20 15:13:19 +04:00
James Gregory
7d499ce32a
Correct the resolution in main.cpp for TestCpp for Emscripten
2013-04-19 18:17:53 -07:00
James Gregory
c5baaa215a
Remove -DLINUX from Emscripten chipmunk makefile
2013-04-19 18:17:28 -07:00
James Gregory
46542f96b0
Add note on origin of libxml binary.
2013-04-19 18:16:20 -07:00
James Gregory
4d6173af34
Don't set animation interval on emscripten builds since that is driven by the request frame API.
2013-04-19 18:15:54 -07:00
Sergey Shambir
3ae98978d4
Added CC_FORMAT_PRINTF to CCString
...
Added for CCString::initWithFormat() and CCString::createWithFormat().
Fixed warnings.
2013-04-19 14:00:16 +04:00
James Chen
dc0e89e839
Merge pull request #2411 from CocosRobot/updategeneratedsubmodule_1366363642
...
cocos2dxmatoMac-mini : updating submodule reference to latest autogenerated bindings
2013-04-19 02:29:15 -07:00
CocosRobot
8d8a2293a1
cocos2dxmatoMac-mini : updating submodule reference to latest autogenerated bindings
2013-04-19 17:27:38 +08:00
James Chen
bbdb09dc68
Merge pull request #2410 from dumganhar/iss2071-jsb-getTiles
...
fixed #2017 : Binding cc.TMXLayer.getTiles() manually.
2013-04-19 02:26:30 -07:00
James Chen
20b0e41b78
fixed #2017 : Binding cc.TMXLayer.getTiles manually.
2013-04-19 17:25:24 +08:00
James Chen
dee0f37983
issue #2071 : Updating cocos2dx.ini, skipping auto-generating cc.TMXLayer.getTiles(), it needs be bound manually .
2013-04-19 17:23:39 +08:00