YuLei Liao
|
0ec47ddf38
|
* rename luax_initpreload() to luax_exts()
|
2011-11-23 13:55:07 +08:00 |
YuLei Liao
|
a8240abbe2
|
* revert CCFileUtils_ios.mm to 0.9.2
|
2011-11-23 13:48:15 +08:00 |
YuLei Liao
|
4ff2bf96d1
|
* ccConfig: add LUA_ENGINE macro, turn on Lua support when LUA_ENGINE defined
|
2011-11-23 13:41:48 +08:00 |
YuLei Liao
|
32babee057
|
* update README
|
2011-11-23 13:38:56 +08:00 |
YuLei Liao
|
fc9cabc447
|
* add lua_socket module
|
2011-11-23 13:37:32 +08:00 |
YuLei Liao
|
01c8f5f47e
|
* CCFileUtils_ios dump error message to console
|
2011-11-23 13:36:32 +08:00 |
YuLei Liao
|
b34859108e
|
* remove needless files
|
2011-11-21 11:58:55 +08:00 |
YuLei Liao
|
64a2027ba3
|
[iOS]fixed #667: [Xcode4 template] call AppDelegate::applicationDidEnterBackground() & AppDeleaget::applicationWillEnterForeground() when application enter background & enter foreground
|
2011-11-21 11:19:10 +08:00 |
YuLei Liao
|
5b696828dc
|
* update tolua++ .pkg files
|
2011-11-21 00:30:55 +08:00 |
YuLei Liao
|
f928bc949f
|
* tolua_pushusertype() push nil when ptr is NULL
|
2011-11-20 21:12:35 +08:00 |
YuLei Liao
|
4944d5ced8
|
* remove needless warning
|
2011-11-20 21:12:24 +08:00 |
YuLei Liao
|
57bf9453b7
|
* add CCLuaSupport.cpp/.h, CCSchedulerFuncEntry class
* move CCTimer from CCScheduler.cpp/.h to CCTimer.cpp/.h
|
2011-11-20 16:38:27 +08:00 |
YuLei Liao
|
01bf6b57f4
|
* import lua/exts (luasocket)
|
2011-11-18 21:31:01 +08:00 |
YuLei Liao
|
09d12be875
|
* format cocos2d-x source files
|
2011-11-18 21:23:54 +08:00 |
YuLei Liao
|
8afe909819
|
* merge LuaEngineImpl to LuaEngine
|
2011-11-18 20:36:39 +08:00 |
YuLei Liao
|
f058eb3233
|
* format some files
|
2011-11-18 20:35:35 +08:00 |
YuLei Liao
|
ca111e2937
|
* update tolua++ .pkg files
|
2011-11-18 20:34:39 +08:00 |
YuLei Liao
|
ba3fa3fec0
|
* format tolua++ source files
|
2011-11-18 20:34:13 +08:00 |
YuLei Liao
|
cfed3afa4c
|
* format lua source files
|
2011-11-18 20:33:52 +08:00 |
YuLei Liao
|
0873f049cb
|
* update LuaCocos2d.cpp/.h
|
2011-11-09 23:24:57 +08:00 |
YuLei Liao
|
0f93cbf219
|
* update tolua++ .pkg files
+ add bulid_macosx.xml
+ add basic.lua
|
2011-11-09 23:23:47 +08:00 |
YuLei Liao
|
4b8e39e77b
|
- delete unused tolua++ .pkg files
|
2011-11-09 23:18:32 +08:00 |
Walzer
|
8179d79061
|
update ChangeLog & Authors for v0.9.2
|
2011-10-20 17:49:43 +08:00 |
Walzer
|
c561737fb7
|
add CC_PROPERTY_READONLY & CC_PROPERTY marco into doxygen.cocos2d-x PREDEFINED field. Thanks to Ningyu Ran's contribution http://www.cocos2d-x.org/boards/6/topics/4620
|
2011-10-20 17:49:29 +08:00 |
Walzer
|
b0be69e26e
|
merge HelloLua modifications & updates into xcode4 template for lua.
|
2011-10-20 15:56:51 +08:00 |
Walzer
|
cf7d411c71
|
fix copying license files error in install-tempaltes-xcode.sh
|
2011-10-20 15:44:20 +08:00 |
Walzer
|
c1f67374c4
|
issue #753, update [windows addSubview:__glView] into box2d/chipmunk/lua xcode4 templates
|
2011-10-20 15:33:27 +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 |
Walzer
|
3baf45e923
|
Merge pull request #561 from walzer/master
update xcode4 templates generator & xcode4 template for lua.
|
2011-10-19 08:12:02 -07:00 |
Walzer
|
00669cc5ad
|
update xcode4 templates generator & xcode4 template for lua.
|
2011-10-19 23:11:17 +08:00 |
Walzer
|
abf35fe90a
|
Merge pull request #560 from walzer/master
fixed #754
|
2011-10-19 07:21:42 -07:00 |
Walzer
|
707e22a2c8
|
fixed bug #754, particle test crashes on ios 4.3.3 & 5.0. Adding "fonts' into Resoures as "group" instead of "folder" cause this bug, but it can work on 4.3 and lower version.
|
2011-10-19 22:20:13 +08:00 |
Walzer
|
641dfcf153
|
Merge pull request #559 from walzer/master
fixed #753, visual orientation is wrong on ios5 simulator
|
2011-10-19 06:44:52 -07:00 |
Walzer
|
e3c39fe835
|
fixed #753, visual orientation is wrong on ios5 simulator
|
2011-10-19 21:43:25 +08:00 |
Walzer
|
5986a9da74
|
Merge commit '8aa014d3cd0ff82d40f801d3740829925fff5d87' from github.com/cocos2d/cocos2d-x.git
|
2011-10-19 21:00:21 +08:00 |
minggo
|
8aa014d3cd
|
Merge pull request #558 from minggo/iss755
fixed #743
|
2011-10-19 05:05:23 -07:00 |
minggo
|
2490388f28
|
remove unneeded packages
|
2011-10-19 20:03:18 +08:00 |
minggo
|
68d03de677
|
fixed #743: let nativeInit() get correct screensize when running on device with software android buttons
|
2011-10-19 19:55:23 +08:00 |
minggo
|
7e8e7c7e87
|
Merge pull request #557 from minggo/iss755
fixed #755
|
2011-10-19 02:03:19 -07:00 |
minggo
|
2d3bfd4a1a
|
fixed #755: get x y coordinate from existing array to avoid crashing on sunsumg devices
|
2011-10-19 17:01:35 +08:00 |
minggo
|
a37e87b69b
|
Merge pull request #555 from minggo/master
add ignore file types
|
2011-10-18 23:51:01 -07:00 |
minggo
|
d8825594a1
|
add ignore file types
|
2011-10-18 23:50:06 -07:00 |
minggo
|
866401e5d8
|
add ignore file types
|
2011-10-18 23:47:40 -07:00 |
minggo
|
e9c133351d
|
Merge pull request #554 from minggo/master
make script more strongable
|
2011-10-18 23:27:56 -07:00 |
minggo
|
cc1c29c0ca
|
Merge branch 'master' of https://github.com/minggo/cocos2d-x
|
2011-10-18 23:21:53 -07:00 |
minggo
|
3a17163897
|
make script more strongable
|
2011-10-18 23:21:39 -07:00 |
Walzer
|
43ee194833
|
Merge branch 'master' of http://github.com/cocos2d/cocos2d-x
|
2011-10-18 17:42:30 +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 |
minggo
|
cdbdef573c
|
Merge pull request #553 from minggo/master
copy files from HelloWorld/Classes and delete unneeded files
|
2011-10-17 18:57:13 -07:00 |
minggo
|
8b3ce10ece
|
copy files from HelloWorld/Classes and delete unneeded files
|
2011-10-18 09:55:56 +08:00 |