Yao Wei Tjong 姚伟忠
549b6fd8be
Add crowd update callback support. Remove redundant vectors.
2015-08-16 15:43:12 +08:00
Yao Wei Tjong 姚伟忠
2c3033d62a
Limit interface to use only crowd agent's parameters and public APIs.
2015-08-16 15:43:12 +08:00
urho3d-travis-ci
1cd8ca0cd7
Travis CI: API documentation update at 2015-08-15 10:33:47 UTC.
...
[ci package]
Commit: 7f4b115744
Message: Make Drawable2D respect viewmask in rendering & raycast. Added viewmask attribute to Drawable2D's. Added proper category to 2D constraints to allow adding in editor. Closes #843 .
2015-08-15 10:33:47 +00:00
Lasse Öörni
7f4b115744
Make Drawable2D respect viewmask in rendering & raycast. Added viewmask attribute to Drawable2D's. Added proper category to 2D constraints to allow adding in editor. Closes #843 .
2015-08-15 13:23:37 +03:00
Lasse Öörni
4f2a35eeb7
Merge remote-tracking branch 'cosmy1/master'
2015-08-15 12:45:11 +03:00
Yao Wei Tjong 姚伟忠
373d989d53
For Travis CI - keep the backup logic simple and stupid.
...
Related to commit 9d1a66d108
[ci skip]
2015-08-15 11:18:06 +08:00
Lasse Öörni
70b871ebfa
Code convention edits. Removed unused variable. Make debug icons use Basic shader for no fog. Do not render debug icons to camera preview viewport. Fixed Basic shader with VERTEXCOLOR define on D3D11.
2015-08-14 23:09:53 +03:00
Lasse Öörni
54649e7bb0
Merge remote-tracking branch 'monkeyfirst/debug-component-icons'
2015-08-14 22:25:04 +03:00
cosmy
22955e8ef5
Italian localization
...
Added Italian language to the editor.
2015-08-14 21:15:27 +02:00
Lasse Öörni
c24d709ee1
Use a free area index parameter instead of IntRect in AreaAllocator::SplitRect() to make it clear that the freeAreas_ is being manipulated inside the function.
2015-08-14 21:16:39 +03:00
Lasse Öörni
c3427a6dd5
Merge remote-tracking branch 'cosmy1/master'
2015-08-14 20:41:38 +03:00
Lasse Öörni
cc3aaddb57
Merge remote-tracking branch '1vanK/master'
2015-08-14 20:22:43 +03:00
Yao Wei Tjong 姚伟忠
f96e445cf4
For Travis CI - using relpath to backup & only restore if backup exist.
...
[ci only: Android] [ccache clear]
2015-08-15 00:11:10 +08:00
Yao Wei Tjong 姚伟忠
9d1a66d108
For Travis CI - when using cache store, backup .git before clearing.
...
Remove out-of-place C++ header file.
[ci only: Android] [ccache clear]
2015-08-14 23:47:18 +08:00
Ivan K
b63167ebd8
fix add RigidBody2D after CollisionShape2D
2015-08-14 18:34:41 +04:00
cosmy
4f1c071452
Const references
...
Fixed some parameters wrongly passed by value
2015-08-14 15:10:20 +02:00
urho3d-travis-ci
ab2776e7d3
Travis CI: API documentation update at 2015-08-14 10:55:47 UTC.
...
[ci package]
Commit: 9e331d04d4
Message: Ensure correct 0,1,2 order in the RigidBody2D body type enum for serialization. Closes #837 .
2015-08-14 10:55:47 +00:00
Lasse Öörni
9e331d04d4
Ensure correct 0,1,2 order in the RigidBody2D body type enum for serialization. Closes #837 .
2015-08-14 13:40:22 +03:00
Lasse Öörni
3dcab4c039
Disable VS warning C6293, as the unsigned overflow trick used in reverse iteration is intentional. Added missing DebugNew.h includes. Closes #832 .
2015-08-14 11:48:53 +03:00
Yao Wei Tjong 姚伟忠
053fd0f31c
For Travis CI - when clearing ccache stats, avoid triggering Coverity.
...
[ci skip]
2015-08-14 13:56:12 +08:00
Yao Wei Tjong 姚伟忠
7947df8299
For Travis CI - give instruction to [ccache clear]. Close #838 .
2015-08-14 13:31:37 +08:00
cosmy
1b9f1f7fd9
Wrong Casting
...
Fixed some casting warnings
2015-08-14 01:26:46 +02:00
MonkeyFirst
baedabf443
freeze icon's size in 2d
2015-08-14 02:30:19 +06:00
MonkeyFirst
72cf018c5f
resize zone icon
2015-08-14 01:53:27 +06:00
MonkeyFirst
37826c796b
change trigger icon
2015-08-14 01:50:36 +06:00
MonkeyFirst
bbe7b8f965
del empty lines
2015-08-13 23:51:03 +06:00
MonkeyFirst
cb6039a2b9
arrayed BS, blend & discard icons by distance
2015-08-13 23:34:13 +06:00
cosmy1
3e62884d69
Added = operator
...
Added assign operator since there is a copy constructor. (More consistent)
2015-08-13 19:01:27 +02:00
cosmy1
258afe775b
Added = operator
...
Added assign operator since there is a copy constructor. (More consistent)
2015-08-13 19:00:45 +02:00
cosmy1
abcd534d30
Added = operator
...
Added assign operator since there is a copy constructor. (More consistent)
2015-08-13 18:45:29 +02:00
cosmy1
ac5aac32f2
Added = operator
...
Added assign operator since there is a copy constructor. (More consistent)
2015-08-13 18:43:52 +02:00
Yao Wei Tjong 姚伟忠
f65b938e1b
Update documentation page for LuaScript.
...
Indexing VariantMap on Lua is now similar to C++ and AngelScript.
2015-08-13 20:39:47 +08:00
MonkeyFirst
43f2c2d618
fix icons min size
2015-08-13 01:12:04 +06:00
MonkeyFirst
aa673321dc
add footprint for splinepath
2015-08-12 23:17:50 +06:00
MonkeyFirst
9c6164e4fd
add trigger, custom geometry, particle emitter icons
2015-08-12 22:20:37 +06:00
urho3d-travis-ci
a99da6d952
Travis CI: API documentation update at 2015-08-12 16:20:01 UTC.
...
[ci package]
Commit: 93a7ae4352
Message: Bind original Variant::GetBuffer() to Lua as GetRawBuffer().
Taking advantage of the new vector to table conversion template function.
2015-08-12 16:20:01 +00:00
Yao Wei Tjong 姚伟忠
93a7ae4352
Bind original Variant::GetBuffer() to Lua as GetRawBuffer().
...
Taking advantage of the new vector to table conversion template function.
2015-08-13 00:11:09 +08:00
Yao Wei Tjong 姚伟忠
b1c3261b91
Fix CID 104877 (UNINIT) - useScissor_ is uninitialized.
...
In fact this instance variable is not being used anymore.
2015-08-12 22:51:06 +08:00
Yao Wei Tjong 姚伟忠
55e68f4e0e
Code cleanup and bug fixes for DB subsystem and ToluaUtils refactoring.
2015-08-12 17:33:25 +08:00
Lasse Öörni
c254205bce
Recognize OTF files without going to XML parsing (which fails). Closes #830 .
2015-08-12 10:57:38 +03:00
MonkeyFirst
10c117c1bb
avoid update icons when debug icons not visible
2015-08-12 10:07:21 +06:00
MonkeyFirst
fc37f268fb
increase update time for splinepath
2015-08-12 09:38:55 +06:00
MonkeyFirst
9c0ab25999
add begin and end of splinepath coloring
2015-08-12 09:21:02 +06:00
MonkeyFirst
8670dd6f3c
add show spline path debug
2015-08-12 08:34:34 +06:00
MonkeyFirst
886668ab13
add debug temp container(node) and clear scene's scope
2015-08-12 01:35:00 +06:00
MonkeyFirst
4424b98715
add debug icons
2015-08-12 00:45:17 +06:00
urho3d-travis-ci
d949b19b8d
Travis CI: API documentation update at 2015-08-11 17:29:55 UTC.
...
[ci package]
Commit: 8658afabb0
Message: Clean up tolua++ bindings for handling (POD)Vector to table conversion.
Any C++ classes (either RefCounted or not) that are exposed to Lua scripting should be now supported in this conversion via new template function implementation. There should be no need to modify the ToluaUtils.cpp and .h anymore.
2015-08-11 17:29:55 +00:00
Yao Wei Tjong 姚伟忠
8658afabb0
Clean up tolua++ bindings for handling (POD)Vector to table conversion.
...
Any C++ classes (either RefCounted or not) that are exposed to Lua scripting should be now supported in this conversion via new template function implementation. There should be no need to modify the ToluaUtils.cpp and .h anymore.
2015-08-12 01:17:56 +08:00
Yao Wei Tjong 姚伟忠
1f3f5e4933
Suppress unavoidable build warnings when generating Lua bindings.
2015-08-10 22:49:50 +08:00
Yao Wei Tjong 姚伟忠
777889580f
Cancel the GCC -ffast-math option only when the flag is found.
2015-08-10 18:51:27 +08:00