Commit Graph

25477 Commits

Author SHA1 Message Date
Vladimir Timofeev a562c70c73 Merge remote-tracking branch 'origin/v3' into cmake-linux-mac-fixes
* origin/v3:
  Update CHANGELOG
  Update AUTHORS
  fixed typo
  Updates definition of Complete.
  [AUTO][ci skip]: updating cocos2dx_files.json
  Revert "Merge pull request #9193 from pipu/v3_flatbuffers"
  Skip binding nodeWithFlatBuffers of CSLoader for lua
2014-11-25 15:24:07 +03:00
Vladimir Timofeev 4e048951ff cmake: add policy CMP0017 to fix warnings on 2.8.8 cmake and set it to NEW for predictable include behaviour 2014-11-25 14:19:49 +03:00
Vladimir Timofeev a8695b2f86 add some debug info 2014-11-25 13:40:01 +03:00
James Chen 59a9d7e4c2 Update CHANGELOG 2014-11-25 16:19:09 +08:00
James Chen cf7377a5bb Update AUTHORS 2014-11-25 16:17:28 +08:00
James Chen 1867f64326 Merge pull request #9229 from shrimpz/v3
fixed typo in luaval_to_quaternion
2014-11-25 16:16:09 +08:00
Shrimpz ac666d1e6d fixed typo 2014-11-25 15:51:25 +08:00
Ricardo Quesada e6633d85ee Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3 2014-11-24 21:41:21 -08:00
Ricardo Quesada 654f335aa1 Updates definition of Complete. 2014-11-24 21:40:12 -08:00
Vladimir Timofeev aad8d2e98f remove some debug output 2014-11-25 07:26:40 +03:00
Vladimir Timofeev d8980b3a7b cmake: fixes for old cmake 2.8.12 2014-11-25 07:26:33 +03:00
Vladimir Timofeev 4e2ab8b961 pkg-config return include directory for use as '#include <GLFW/glfw3.h>', but we use '#include "glfw3.h"', fix include dir. 2014-11-25 07:26:17 +03:00
Vladimir Timofeev 2838f57a96 Rewrite FindGLFW3.cmake, so it can found static glfw3 and link all deps. 2014-11-25 07:26:06 +03:00
minggo 19f06a578e Merge pull request #9225 from CocosRobot/update_cocosfiles_1416879324
[AUTO][ci skip]: updating cocos2dx_files.json
2014-11-25 10:13:10 +08:00
CocosRobot 8c20e7a5c6 [AUTO][ci skip]: updating cocos2dx_files.json 2014-11-25 01:35:25 +00:00
minggo afe7e382ce Merge pull request #9219 from samuele3hu/v3_rc1_fix
Skip binding nodeWithFlatBuffers of CSLoader to lua
2014-11-25 09:33:43 +08:00
Ricardo Quesada aebfd7483a Merge pull request #9222 from ricardoquesada/revert_flatbuffers
Revert "Merge pull request #9193 from pipu/v3_flatbuffers"
2014-11-24 10:30:49 -08:00
Ricardo Quesada 9e10d2d32b Revert "Merge pull request #9193 from pipu/v3_flatbuffers"
This reverts commit fa22b12628, reversing
changes made to 8dce62b94c.
2014-11-24 10:19:53 -08:00
samuele3hu a62fa8de58 Skip binding nodeWithFlatBuffers of CSLoader for lua 2014-11-24 23:36:44 +08:00
Vladimir Timofeev 782e3bcd01 cmake: Add correct _POSIX_C_SOURCE and _BSD_SOURCE (linux) defines when build luasocket, so all types and func properly defined 2014-11-24 17:24:45 +03:00
Vladimir Timofeev 393b3d0971 cmake: Disable try to link with static system installed libs, seems that linux distros not supported this option mostly 2014-11-24 17:24:34 +03:00
Vladimir Timofeev 3dadcf4aea As we have --std=c99 in CMAKE_C_FLAGS, to expose some macros and functions we should declare feature-check-marco...
Define _DARWIN_C_SOURCE should enable all mac os non standard extensions.
2014-11-24 17:24:11 +03:00
Vladimir Timofeev 03401668b8 cmake: fix FindFontconfig.cmake - FONCONFIG_FOUND was not set, when FONTCONFIG_INCLUDE_DIRS was empty (on CentOS 6.5 for example) 2014-11-24 17:23:12 +03:00
minggo 97df35f346 Merge pull request #9207 from dumganhar/iss8984-remove-unused
#8984: Removes unused codes in CCStdC-linux.cpp
2014-11-24 18:48:05 +08:00
James Chen be97a306a6 Merge pull request #9217 from CocosRobot/update_cocosfiles_1416822877
[AUTO][ci skip]: updating cocos2dx_files.json
2014-11-24 18:07:17 +08:00
CocosRobot 451cbe52d2 [AUTO][ci skip]: updating cocos2dx_files.json 2014-11-24 09:54:39 +00:00
minggo fa22b12628 Merge pull request #9193 from pipu/v3_flatbuffers
V3 flatbuffers
2014-11-24 17:53:16 +08:00
minggo 8dce62b94c Merge pull request #9209 from CocosRobot/update_lua_bindings_1416813895
[AUTO]: updating luabinding automatically
2014-11-24 15:42:10 +08:00
James Chen 13b1c91785 Merge pull request #9208 from CocosRobot/update_lua_bindings_1416813762
[AUTO]: updating luabinding automatically
2014-11-24 15:27:11 +08:00
CocosRobot f2905f1b8e [AUTO]: updating luabinding automatically 2014-11-24 07:26:52 +00:00
CocosRobot 7dc623fcab [AUTO]: updating luabinding automatically 2014-11-24 07:24:39 +00:00
minggo 74e7aa6db9 Merge pull request #9205 from Dhilan007/v3-scriptfix
replace tab with four spaces
2014-11-24 15:22:00 +08:00
minggo b8bb61c7c6 Merge pull request #9028 from andyque/fixWidgetFlipIssue
Fix widget flip issue
2014-11-24 15:19:50 +08:00
minggo 2a0c3983e5 [ci skip] Update CHANGELOG 2014-11-24 15:18:31 +08:00
minggo 88c3cc2ad9 Merge pull request #9105 from Dhilan007/v3-video-web-fix
Fix WebView and VideoPlayer in wrong place on Android 2.3.x
2014-11-24 15:15:18 +08:00
James Chen cb6d81599b #8984: Removes unused codes in CCStdC-linux.cpp 2014-11-24 15:01:57 +08:00
James Chen 15a850a24f Disable clang build on linux temporarily since we're using "-stdlib=libc++ " which wasn't installed on travis machine. 2014-11-24 15:01:14 +08:00
Dhilan007 4e769d40b1 replace tab with four spaces 2014-11-24 11:26:34 +08:00
minggo 87f70cfaec Merge pull request #9113 from Dhilan007/v3-scriptfix
fix compiling error caused by disable CC_ENABLE_SCRIPT_BINDING
2014-11-24 10:09:19 +08:00
minggo c46f1182f6 Merge pull request #9089 from wangqm0513/v3
Update MathUtilNeon64.inl
2014-11-22 09:21:04 +08:00
Ricardo Quesada 0b4a8ad97b Merge pull request #9195 from ricardoquesada/fixes_fileutils
Fixes for FileUtils
2014-11-21 14:53:42 -08:00
Ricardo Quesada 9fedb14354 Fixes for FileUtils
compiles after previous patch
2014-11-21 14:52:13 -08:00
Ricardo Quesada 0f268e7aaa Merge pull request #9176 from MSOpenTech/v3-winrt-accelerometer-fix
Fixed accelerometer for windows store apps device orientation
2014-11-21 11:50:08 -08:00
Ricardo Quesada 16623545f9 Merge pull request #9190 from dptd/update
Updated link to information about contribution.
2014-11-21 11:49:11 -08:00
Ricardo Quesada ca9b82c78d Merge pull request #9194 from dptd/cpp11
changed few loops for C++11 range-based for loop
2014-11-21 11:48:46 -08:00
Bartosz Duszel fbd27dff9c changed few loops for C++11 range-based for loop 2014-11-21 20:12:55 +01:00
pipu 5d50a8ef92 Modify that initialize Color4B for WidgetReader 2014-11-21 19:36:20 +08:00
pipu 27cf8efa6c Merge pull request #14 from chengstory/Branch_v3_flatbuffers
Update windows project.
2014-11-21 18:45:07 +08:00
zhangcheng 32ce3dca2e 1, Update windows project. 2014-11-21 18:12:46 +08:00
pipu 6be17520c7 Config android, linux, wp8 2014-11-21 18:08:09 +08:00