Commit Graph

9612 Commits

Author SHA1 Message Date
cosmy1
0a66603da7 Update boost preprocessor to 1.64.0. 2017-04-25 13:14:15 +02:00
Sergey Lapin
ed210093d4 RaycastVehicle Lua demo code 2017-04-25 13:45:09 +03:00
Sergey Lapin
e50ec947a8 RaycastVehicle AngelScript demo code 2017-04-25 13:45:09 +03:00
Sergey Lapin
2eb3a1183a RaycastVehicle C++ demo code 2017-04-25 13:45:09 +03:00
Sergey Lapin
18868d74c9 Bullet RaycastVehicle support 2017-04-23 01:29:49 +03:00
Lasse Öörni
5fecffe8bd Fix dialog centering in the editor to use UI root size instead of screen size, which may not be the same. 2017-04-22 13:03:06 +03:00
Lasse Öörni
218f48ea98 Add lowdpi command line option to force low DPI on Retina display. 2017-04-22 00:32:55 +03:00
Lasse Öörni
493b97225d Clarify ResourceCache function documentation regarding manual resources. 2017-04-21 12:47:53 +03:00
Yao Wei Tjong 姚伟忠
51c9e358ae For CI - temporary fix to use Emscripten master SDK for asm.js mode.
The investigation will be carried out in another development branch.
Related to #1911. [skip appveyor] [ci only: Web]
2017-04-17 22:00:45 +08:00
Yao Wei Tjong 姚伟忠
f0d5914d20 Use alternative install command to avoid relinking of targets.
[skip appveyor] [ci only: Web]
2017-04-16 23:18:46 +08:00
Yao Wei Tjong 姚伟忠
6b1250485f Rename to use the new Binaryen's trap mode setting.
Tested on Emscripten incoming SDK version 1.37.9.
2017-04-16 16:26:49 +08:00
Yao Wei Tjong 姚伟忠
db908c2be5 Add self-executable HTML shell-file hack.
This hack allows IDE to "run" the HTML output file for Web platform as if it is an executable. This hack only works on Unix-alike host system, sorry.
2017-04-16 16:26:49 +08:00
Yao Wei Tjong 姚伟忠
d53928310c Workaround struct redefinition on some newer MinGW header files.
Fix #1899.
2017-04-15 00:55:49 +08:00
urho3d-travis-ci
c3622175d3 Travis CI: API documentation update at 2017-04-14 12:06:07 UTC.
[ci package]

Commit: 1d3c20aa70

Message: Double up the editor UI when on High DPI display.
2017-04-14 12:06:07 +00:00
Yao Wei Tjong 姚伟忠
1d3c20aa70 Double up the editor UI when on High DPI display. 2017-04-14 19:57:16 +08:00
Lasse Öörni
de5a3c118a Add comment to Node::RemoveChild(). 2017-04-13 23:55:25 +03:00
Lasse Öörni
ac9867669f Merge remote-tracking branch 'ssinai1/recursive-remove' 2017-04-13 22:04:44 +03:00
Yao Wei Tjong 姚伟忠
0e4060b61a Use no_weak_imports linker flag to ignore weak symbol during detection. 2017-04-13 19:35:23 +08:00
Yao Wei Tjong 姚伟忠
1544a1631b Skip try_compile test when the found lib does not the armv7 arch. 2017-04-13 19:35:23 +08:00
Yao Wei Tjong 姚伟忠
5b1fdb8852 Also exclude the IK sample when the URHO3D_IK option is disabled. 2017-04-13 17:13:41 +08:00
TheComet
183d2d835e fixes #1907 - Compiler error when URHO3D_IK=OFF 2017-04-12 23:36:55 +02:00
ssinai1
ed3c298106 Fixed: Erasing sibling nodes from component destructor can result in segfault. 2017-04-12 19:32:58 +02:00
Lasse Öörni
e76fea99e8 Fix compile fail if including ValueAnimationInfo.h without other needed includes. 2017-04-12 12:24:04 +03:00
Yao Wei Tjong 姚伟忠
fbfc894c12 For CI - use new AppVeyor feature to skip MinGW cache for VS Ci build. 2017-04-11 22:14:40 +08:00
urho3d-travis-ci
f9c811f61c Travis CI: API documentation update at 2017-04-11 08:51:06 UTC.
[ci package]

Commit: 5b0aa268c5

Message: Handle namespace of constants in AngelScript API dump.
2017-04-11 08:51:06 +00:00
Lasse Öörni
5b0aa268c5 Handle namespace of constants in AngelScript API dump. 2017-04-11 11:41:07 +03:00
urho3d-travis-ci
129205a9b1 Travis CI: API documentation update at 2017-04-10 18:11:53 UTC.
[ci package]

Commit: 150c4fb26d

Message: Export some consts to AngelScript
2017-04-10 18:11:53 +00:00
1vanK
150c4fb26d Export some consts to AngelScript 2017-04-09 22:17:34 +03:00
Lasse Öörni
afc5618d5e Merge remote-tracking branch 'ombre5733/fix-rapidjson-usage' 2017-04-09 19:06:30 +03:00
Lasse Öörni
b13d887569 Merge remote-tracking branch 'ombre5733/fix-particle2d-blendmodes' 2017-04-09 19:06:17 +03:00
Yao Wei Tjong 姚伟忠
403f88da05 Fix Xcode complaining about same resources in multiple groups.
Tested on both Xcode and AppCode.
2017-04-09 23:35:31 +08:00
Manuel Freiberger
33179317a6 Populate a newly created rapidjson-value before adding it to the parent.
When converting JSONValue to rapidsjon::Value, create the array elements and
object properties fully before adding them to rapidjson. This makes the
whole operation more efficient because it avoids a useless lookup on the
newly created/added elements.
2017-04-09 15:53:24 +02:00
Manuel Freiberger
f37ffb57a8 Fixed blend modes for 2D particles
The 2D particles had missing blend mode functions for
BlendMode::BLEND_SUBTRACT and BLEND_SUBTRACTALPHA. The values for the
functions have been copied from OGLGraphics.cpp.

If C++11 is enabled, the size of the struct is checked with a static
assertion, now.
2017-04-09 15:19:55 +02:00
Lasse Öörni
76ae937ceb When texture size is assigned for Texture2D / Texture2DArray / TextureCube, set depth to 1 to allow generic width * height * depth calculations. Closes #1894. 2017-04-08 20:50:44 +03:00
orefkov
1556605471 Clear tabs 2017-04-08 20:50:44 +03:00
orefkov
fa71240346 Add color wheel in editor for Text3D component. 2017-04-08 20:50:44 +03:00
orefkov
e4c5001bfb Copy changes from AngelScript's sources, revision r2382.
Fixed problem with calling function expecting @&in where the argument was itself a & argument.
https://www.gamedev.net/topic/686912-array-with-objects-handles/
2017-04-08 20:50:44 +03:00
Yao Wei Tjong 姚伟忠
9daf887f10 Phasing out universal binary build for macOS platform.
Close #1895.
2017-04-09 00:04:41 +08:00
Yao Wei Tjong 姚伟忠
ec102aadfc Reorder initialization order to suppress Xcode warnings. 2017-04-08 23:52:44 +08:00
Yao Wei Tjong 姚伟忠
aec2090727 Remove redundant old batch file.
The resource dirs will be symlinked or (fallback) copied one way or another automatically now.
2017-04-07 22:26:06 +08:00
Yao Wei Tjong 姚伟忠
7ec1448c07 Minor clean up to avoid code duplication. 2017-04-07 22:12:13 +08:00
Yao Wei Tjong 姚伟忠
3ad02295c7 Prevent resource symlink creation when performing resource packaging.
Incidentally, the extra symlinks in the Web CI build has caused static site generation error since yesterday. So this should fix that as well.
2017-04-07 00:13:59 +08:00
urho3d-travis-ci
0ae20c528b Travis CI: API documentation update at 2017-04-05 19:35:46 UTC.
[ci package]

Commit: dd0caa6ab7

Message: Move ParticleEmitter2D events into Urho2DEvents header file. Add event parameters and safeguard for event handling causing component destruction. Add contributor credit.
2017-04-05 19:35:46 +00:00
Lasse Öörni
dd0caa6ab7 Move ParticleEmitter2D events into Urho2DEvents header file. Add event parameters and safeguard for event handling causing component destruction. Add contributor credit. 2017-04-05 22:23:13 +03:00
Lasse Öörni
f1513fcaae Allow name-based child attribute animation also on UIElement. 2017-04-05 21:54:37 +03:00
PredatorMF
1bbcdbc42e Add missing monitor/refresh rate members initialization 2017-04-05 21:50:00 +03:00
Lasse Öörni
af6ee8e438 Merge remote-tracking branch 'orefkov/master' 2017-04-05 21:00:08 +03:00
Yao Wei Tjong 姚伟忠
6296c18e92 Minor doc update on how to use the define_resource_dirs() macro. 2017-04-05 23:37:20 +08:00
Yao Wei Tjong 姚伟忠
35138fbc33 Prevent the same resource directory from being installed twice.
Using parent scope is not good enough when multiple targets referencing a same resource directory are not located inside a same parent scope.
Using internal cache fixes this.
2017-04-05 23:33:00 +08:00
Yao Wei Tjong 姚伟忠
6aba66ce66 For CI - upgrade to Xcode 8.3. 2017-04-05 18:16:50 +08:00