minggo
|
dca626eab0
|
Merge pull request #1357 from ByungChoi/linux_makefile
Linux makefile
|
2012-09-21 02:12:45 -07:00 |
minggo
|
0a1f0369e6
|
fixed #1481: merge Nicolas's pull request and do some bug fixes
|
2012-09-21 17:01:19 +08:00 |
minggo
|
29fad4d570
|
Merge branch 'gles20-android-refactoring' of https://github.com/nicolasgramlich/cocos2d-x into merge_nicolas
|
2012-09-21 11:05:31 +08:00 |
Rohan Kuruvilla
|
423bdf3f5a
|
Adding createWithTotalParticles static function to CCParticleSystemQuad
|
2012-09-20 18:02:17 -07:00 |
minggo
|
e84606aa47
|
Update cocos2dx/layers_scenes_transitions_nodes/CCLayer.cpp
|
2012-09-20 16:15:00 +08:00 |
minggo
|
31c6f46b6a
|
Merge pull request #1329 from dualface/gles20
update luabinding for overloaded functions, fix mac CCLuaLog crash ...
|
2012-09-20 01:11:36 -07:00 |
dualface
|
72e1bdc8cd
|
add ccDrawCircle overloaded function, for jsbinding
|
2012-09-20 11:55:12 +08:00 |
dualface
|
2e900da66d
|
add comment
|
2012-09-20 11:48:34 +08:00 |
dualface
|
1a162a09ad
|
restore CCLayer:onExit()
|
2012-09-20 11:32:02 +08:00 |
minggo
|
d662082ef1
|
Merge pull request #1334 from moadib/gles20
Fixed statement which works but incorrect from point of C++ standard
|
2012-09-19 20:10:15 -07:00 |
minggo
|
72356d1a84
|
Merge pull request #1341 from nichos1983/gles20
fix bug of not checking object before post notification
|
2012-09-19 19:04:14 -07:00 |
dualface
|
36908396d2
|
[Lua] disable CCLayer remove script touch handler on exit
|
2012-09-20 09:29:20 +08:00 |
dualface
|
93b669b936
|
Merge branch 'gles20' of git://github.com/cocos2d/cocos2d-x into gles20
|
2012-09-20 09:27:45 +08:00 |
minggo
|
8cdf73640b
|
Merge branch 'gles20' of https://github.com/cocos2d/cocos2d-x into iss1470_cocosbuilder
|
2012-09-19 18:08:17 +08:00 |
minggo
|
2f3cdc6538
|
issue #1470:modify linux makefile and re-create xcode template
|
2012-09-19 18:05:10 +08:00 |
nichos1983
|
16d3466f39
|
fix bug of not checking object before post notification
|
2012-09-19 15:28:36 +08:00 |
Ed Bartley
|
925c21cdde
|
Merge branch 'gles20' of github.com:cocos2d/cocos2d-x into gles20
|
2012-09-18 18:42:41 -04:00 |
Byung Choi
|
4a4ef87163
|
Fixes #1317 by http://gcc.gnu.org/wiki/Visibility
|
2012-09-19 04:59:33 +09:00 |
Byung Choi
|
ad5836a3ca
|
debug & release makefiles for cocos2dx, box2d, chipmunk, cocosdenshion
|
2012-09-19 04:42:57 +09:00 |
Nicolas Gramlich
|
cd4b22a503
|
Merge branch 'gles20-official' into patch-5
|
2012-09-18 10:50:15 -07:00 |
moadib
|
6df8233b03
|
Fixed statement which works but incorrect from point of C++ rules applied to ternary operator and can cause compilation error on compiler different from MSVC
|
2012-09-18 13:15:05 +04:00 |
dualface
|
cf5f3dedc7
|
[Win32] disable CCTextureAtlas use VAO, some windows display adapter driver cannot support VAO
|
2012-09-17 17:58:21 +08:00 |
dualface
|
ded6e3edcf
|
Merge branch 'gles20' of git://github.com/cocos2d/cocos2d-x into gles20
|
2012-09-17 17:55:41 +08:00 |
dualface
|
44e5bdf7a8
|
restore CCDirector
|
2012-09-17 15:12:13 +08:00 |
Donald Alan Morrison
|
4cbd993091
|
Minor English Spelling Corrections. A few grammar corrections.
|
2012-09-17 00:02:24 -07:00 |
Walzer
|
f475bcf102
|
CCString::stringWithContentsOfFile should call CCString::createWithContentsOfFile, but not CCString::create
|
2012-09-16 16:21:42 +08:00 |
Walzer
|
b8fad67ef4
|
Fix English syntax in CCDrawingPrimitives.cpp
|
2012-09-16 10:18:06 +08:00 |
minggo
|
7e123f3aec
|
Merge pull request #1322 from NatWeiss/fixtmxparser2
Fixes a bug in the TMX parser which caused tileset images not to load.
|
2012-09-15 18:50:44 -07:00 |
minggo
|
eab52552be
|
Merge pull request #1320 from NatWeiss/fixccthread
Fixes CCThread.cpp so it is not included for Mac builds.
|
2012-09-15 18:47:42 -07:00 |
Nat Weiss
|
53e4da5d5c
|
Fixes a bug in the TMX parser which caused tileset images not to load on Android.
|
2012-09-15 15:59:15 -07:00 |
Donald Alan Morrison
|
6816fb94fc
|
A few more minor documentation changes. OK, enough for today! :-)
|
2012-09-15 15:12:28 -07:00 |
Donald Alan Morrison
|
216ebab0e1
|
Minor English Spelling Corrections, etc.
|
2012-09-15 14:19:14 -07:00 |
Walzer
|
9a042b8056
|
fix a potential memory leak in CCTextureCache::addImage. Thanks to Alexander Markevich.
|
2012-09-15 21:11:50 +08:00 |
Nat Weiss
|
febafa6e82
|
Fixes CCThread.cpp so it is not included for Mac builds.
The Mac platform already has it's own CCThread.mm.
|
2012-09-15 00:37:12 -07:00 |
Donald Alan Morrison
|
b29f9a7f3b
|
Missed one spelling error.
|
2012-09-14 15:41:42 -07:00 |
Donald Alan Morrison
|
b8412f3b7e
|
Merge branch 'gles20' of https://github.com/cocos2d/cocos2d-x into gles20
|
2012-09-14 15:27:55 -07:00 |
Donald Alan Morrison
|
7c750dc9c5
|
Minor changes to comments. One integer literal changed to float literal.
|
2012-09-14 15:26:38 -07:00 |
dualface
|
2866fa8f56
|
Merge branch 'gles20' of github.com:dualface/cocos2d-x into gles20
|
2012-09-14 18:00:30 +08:00 |
dualface
|
515ec3c482
|
ccDrawCircle() add scaleX and scaleY
|
2012-09-14 18:00:11 +08:00 |
dualface
|
62709d7c71
|
Merge remote-tracking branch 'origin/gles20' into gles20
|
2012-09-14 17:57:56 +08:00 |
dualface
|
2869aba7b4
|
avoid unused memory alloc
|
2012-09-14 17:54:53 +08:00 |
Nicolas Gramlich
|
f03c0caaf9
|
Added proper JNIEXPORT/JNICALL markers to android platform jni bindings.
|
2012-09-13 09:34:30 -07:00 |
Walzer
|
150ef1f320
|
Update cocos2dx/platform/win32/CCEGLView.cpp
|
2012-09-13 15:53:57 +08:00 |
Walzer
|
5718dc1397
|
fixed #1474, check OpenGL version of win32
When OpenGL version is too old to run 2dx (<1.5), popup a warning dialog to warn users.
|
2012-09-13 15:52:46 +08:00 |
dualface
|
4aa74d8f5e
|
[Mac] fix CCLuaLog crash
|
2012-09-13 10:26:47 +08:00 |
dualface
|
9418afacf9
|
delete CCDirector after call CCDirector::purgeDirector()
|
2012-09-13 10:26:30 +08:00 |
Nicolas Gramlich
|
675d0adce5
|
Merge with gles20-official.
|
2012-09-12 16:51:01 -07:00 |
flamingo
|
bb82930789
|
Update cocos2dx/platform/win32/CCEGLView.cpp
extra endings in linux logging
|
2012-09-12 22:17:56 +04:00 |
YuLei
|
400af95093
|
restore CCDirector
|
2012-09-11 16:07:56 +08:00 |
YuLei
|
e1600b0977
|
delete CCDirector after call CCDirector::purgeDirector()
|
2012-09-11 15:49:10 +08:00 |