axmol/cocos/platform
Ricardo Quesada 0872cccd67 fix: collection of vr fixes (#15948)
* fix: collection of vr fixes

* Node::additionalTransform() and Node::setNodeToParentTransform() can be used at the same time
* Node allocs _additionalTransform in runtime taking 60 bytes lees for 99% of the nodes
* Node calculates the transform faster when an additionalTransform is being used
* VR works when the camera is being moved manually with setNodeToParentTransform
* VR has its own tests
* VR can be disabled and works as expected

* doc: documentation for the new fix

* fix: restore submodule web

* fix: compile and link on iOS

* fix conflicts
2016-06-24 16:55:28 +08:00
..
android refactoring Android editbox setVisible API 2016-06-23 18:18:39 +08:00
apple fix AssetsManager could not work after Pull Request #13893 was merged. 2016-06-22 14:31:26 +08:00
desktop Move StringUtils functions from deprecated header file to ccUTF8.h (#15835) 2016-06-15 15:01:26 +08:00
ios Add system label overflow (#15827) 2016-06-15 10:43:15 +08:00
linux Move StringUtils functions from deprecated header file to ccUTF8.h (#15835) 2016-06-15 15:01:26 +08:00
mac Add system label overflow (#15827) 2016-06-15 10:43:15 +08:00
tizen Remove unnecessary sinf, cosf, tanf and sqrtf macros 2016-05-31 02:39:40 +09:00
win8.1-universal Josh/winrt inplace editbox (#15473) 2016-04-25 11:17:09 +08:00
win32 change if (fontName.c_str()) to if(!fontName.empty()) 2016-05-20 23:10:28 +08:00
winrt updated to support Windows 10 UWP x64 builds 2016-06-15 08:50:04 -07:00
CCApplication.h Add tizen support (#15518) 2016-04-28 09:49:55 +08:00
CCApplicationProtocol.h Fix doxygen format mistakes in enum class Platform 2016-04-30 15:20:24 +08:00
CCCommon.h [ci skip]Update comments 2015-03-24 20:29:13 +08:00
CCDevice.h Merged changes from "Vibrate support in v4" into v3 branch. 2015-06-26 01:02:44 +02:00
CCFileUtils.cpp should use full path to check directory 2016-06-22 10:19:35 +08:00
CCFileUtils.h Fixed to fail FileUtils::writeValueMapToFile on iOS. 2016-06-10 14:53:11 +09:00
CCGL.h Add tizen support (#15518) 2016-04-28 09:49:55 +08:00
CCGLView.cpp fix: collection of vr fixes (#15948) 2016-06-24 16:55:28 +08:00
CCGLView.h Squashed commit of the following: 2016-06-15 11:33:25 -07:00
CCImage.cpp Replace CCAssert macros with CCASSERT 2016-05-18 01:49:35 +09:00
CCImage.h Merge pull request #15617 from pandamicro/v3 2016-05-17 13:43:41 +08:00
CCPlatformConfig.h Fix typos in documentation and comments 2016-05-05 08:05:20 +09:00
CCPlatformDefine.h Add tizen support (#15518) 2016-04-28 09:49:55 +08:00
CCPlatformMacros.h Merge pull request #13950 from Almax27/patch-4 2016-04-21 14:56:01 +08:00
CCSAXParser.cpp Replace tab with spaces 2015-08-14 21:17:51 +08:00
CCSAXParser.h [ci skip]Update comments 2015-03-24 20:23:51 +08:00
CCStdC.h Add tizen support (#15518) 2016-04-28 09:49:55 +08:00
CCThread.cpp Squashed commit of the following: 2014-05-16 14:36:00 -07:00
CCThread.h [ci skip]Update comments 2015-03-24 20:23:51 +08:00
CMakeLists.txt Various CMake improvements 2016-06-14 10:20:57 -04:00