Walzer
dcb4f14a5b
According to this thread, http://www.cocos2d-x.org/boards/6/topics/5075?r=5177 , we must prevent yOffset to become a negative value. I use the laziest approach.
2011-11-09 22:11:36 +08:00
Leon
785b79d263
fix compile errors under ubuntu 11.10
2011-10-31 23:50:08 -07:00
Leon
b7f0385a2b
bundle 64 bit linux static libs
2011-10-28 12:19:26 +08:00
Leon
1b42b1d801
Merge remote branch 'upstream/master'
2011-10-28 11:37:02 +08:00
minggo
2c14402107
fixed #776 : merge pull request and remove unneeded codes
2011-10-28 09:46:19 +08:00
laschweinski
e53649ccaa
add a member function to get key string of a texture.
2011-10-22 19:39:31 +08:00
laschweinski
5589335d3a
Merge branch 'master' of https://github.com/cocos2d/cocos2d-x into linux_port1
2011-10-22 19:27:35 +08:00
laschweinski
04633242ba
fix a bug in audio player
2011-10-22 19:10:50 +08:00
Leon
5c4a3c3fda
Merge remote branch 'upstream/master'
2011-10-20 18:34:10 +08:00
Walzer
67bbbb2800
1. relative to bug #754 , FontTest should use "fonts/abc.ttf" as external ttf name
...
2. fixed a tiny bug, FontTest can show font name on the top correctly
2011-10-20 14:56:39 +08:00
Leon
70a4942ea6
fix some warning
2011-10-19 15:24:19 +08:00
Leon
77b3a32e16
fix compile error on 64 bit Linux
2011-10-19 15:12:38 +08:00
Walzer
ae411f9503
fix some warnings detected by xcode4.2, fix a stupid typo in RayCasts.h
2011-10-18 17:41:19 +08:00
Walzer
47c9020b85
fixed #738 : caculate label height if not set
2011-10-14 14:33:08 +08:00
minggo
2b2405e2dc
fixed #750 : add comment
2011-10-13 10:56:02 +08:00
minggo
aaa16b4a4f
fixed #750 : change the key to full path, because retrieve it use full path
2011-10-13 10:54:22 +08:00
moadib
5feee662e7
More simple and correct way to detect language for win32 application, also added detection of all languages contained in ccLanguageType enumeration .
...
Added support for detect russian language.
2011-10-12 09:32:59 +04:00
moadib
0283a4b254
Added dll-export macro to CCSaxParser declaration
2011-10-11 22:44:18 +04:00
minggo
9695b6df86
fixed #745 : export CCTime to dll
2011-10-09 10:19:12 +08:00
minggo
ba2f2fbc8b
Merge https://github.com/reflog/cocos2d-x into reflog
2011-10-08 11:28:16 +08:00
Eli Yukelzon
d23b044782
fill for polygon drawing
2011-10-05 10:50:00 +02:00
minggo
33c7caf555
Merge pull request #535 from minggo/master
...
fixed a assert error
2011-09-29 01:13:49 -07:00
minggo
a56034f177
fixed a assert error
2011-09-29 16:07:18 +08:00
minggo
333e08330b
make create-linux-android-project.sh works ok
2011-09-29 00:49:49 -07:00
minggo
4ad422defd
make tests run ok on linux android
2011-09-27 20:36:21 -07:00
minggo
d4283b1f11
Merge branch 'linux_port'
2011-09-27 17:01:51 +08:00
minggo
4f7e349c0a
set HelloWorld dependence and make it run ok on android emulator
2011-09-26 22:38:59 -07:00
laschweinski
0f7a15b1b3
recommit
...
modify eclipse project config
delete libs and use the folder eclipse generated instead.
2011-09-23 09:56:30 +08:00
moadib
267cce29a9
Added testing ability for case when application enters background and returns in foreground on windows platform.
...
When application minimized applicationDidEnterBackground() called, when restored applicationWillEnterForeground().
Also break; forgotten in WM_KEYDOWN.
2011-09-22 13:11:51 +04:00
moadib
0ad5ec3557
fixed typo for win32 keypad testing ability
2011-09-22 10:27:10 +04:00
moadib
5537ba7e9e
Added keypad testing ability for windows platform. Shift+F1 emulated Back key pressing, and Shift+F2 emulated Menu key pressing
2011-09-21 16:21:11 +04:00
zhangxiaoming
1cac9520cc
make HelloWorld & tests build needed libraries, not use prebuilt libraries of cocos2d and cocosdenshion
2011-09-21 02:27:42 -07:00
dumganhar
eeb0956fb8
add linux makefiles
2011-09-20 14:38:12 +08:00
minggo
762e342b4d
fixed #727 : invoke DeleteLocalRef() to resolve memory leak
2011-09-20 14:25:16 +08:00
dumganhar
eadaba8930
modify CCRect::CCRectMake to CCRectMake in CCTMXLayer.cpp
...
modify HelloWorld project setting, use relative path
remove lib/linux/Debug/*.so and lib/linux/Release/*.so
remove some temp files
2011-09-19 10:51:05 +08:00
minggo
c24d1d3fd6
Merge branch 'LinuxPort' of https://github.com/laschweinski/cocos2d-x into linux_port
2011-09-16 13:53:18 +08:00
laschweinski
d016f05f92
use relative path instead of the workspace_loc
2011-09-15 18:24:41 +08:00
minggo
61f2ab3cf2
fixed #718 : fixed a typo error
2011-09-15 13:49:04 +08:00
minggo
dcc5726665
Merge pull request #504 from minggo/iss715
...
fixed #715 : make sure selected image is valid
2011-09-12 23:34:27 -07:00
minggo
bdb7cfdd71
fixed #715 : make sure selected image is valid
2011-09-13 14:29:15 +08:00
minggo
d763cc3884
Merge pull request #503 from minggo/master
...
fixed #709 : write doxygen comment in CCSet.h
2011-09-12 23:23:21 -07:00
minggo
e2315d92b5
fixed #709 : write doxygen comment in CCSet.h
2011-09-13 09:31:54 +08:00
Walzer
8082b91c0e
fix CCPointMake marco in CCPointExtension.h. The bug is reported in forum http://www.cocos2d-x.org/boards/6/topics/3730
2011-09-10 08:48:15 +08:00
laschweinski
8f5c327937
add all eclipse project files to the corresponding directory
2011-09-07 12:44:03 +08:00
laschweinski
310e79a491
delete the project configurations in base folder
2011-09-07 12:41:39 +08:00
minggo
ae056a07b1
Merge pull request #502 from minggo/iss686
...
fixed #686 : set z tag of appended tile
2011-09-05 23:52:00 -07:00
minggo
e2bb1d49e5
fixed #686 : set z tag of appended tile
2011-09-06 14:01:08 +08:00
minggo
8ccc3321a3
Merge pull request #500 from flyingpacer/renderendcrash
...
Renderendcrash
2011-09-05 20:52:50 -07:00
RongHong
53227073a7
fixed #696 to modify some end() usilization
2011-09-06 11:43:09 +08:00
RongHong
fea3da3156
fixed #696 Some android machines may crash at CCRenderTexture::end(bool bIsTOCasheTexture)
2011-09-06 11:33:48 +08:00