Commit Graph

10192 Commits

Author SHA1 Message Date
1vanK
2482502b84 Editor: more info about models 2018-05-14 07:43:45 +08:00
Eugene Kozlov
35913127c5 Disable modernize-pass-by-value check. 2018-05-08 23:14:38 +03:00
Eugene Kozlov
06e3c6871f Fix linter error. 2018-05-08 22:20:08 +03:00
Yao Wei Tjong 姚伟忠
bbb8222b8c
For CI - skip scaffolding test on STATIC/Debug build config.
This is a quick workaround to avoid running out of disk space problem.
2018-05-07 22:36:38 +08:00
Eugene Kozlov
63ada2546f Fix shared build. 2018-05-07 14:58:04 +03:00
Eugene Kozlov
f4b00a1d54 Extract StringHash reverse mapping logic into StringHashRegister. Reuse it in event system. 2018-05-07 00:32:45 +03:00
Eugene Kozlov
5ce8f820f2 Minor fix in Variant::GetCustomPtr. 2018-05-07 00:09:54 +03:00
Eugene Kozlov
b75e1015bd Add Vector::Emplace. Fix HashMap::Populate signature. Disable MSVC warnings. 2018-05-03 00:56:09 +03:00
Eugene Kozlov
0304939fec Fix incorrect implementation of Vector::EraseSwap. 2018-05-01 21:48:22 +03:00
Eugene Kozlov
0ff4cb81c0 Optimize common execution path in Vector::Push. 2018-04-30 23:50:25 +03:00
Eugene Kozlov
82cc60d974 Revert me: Test Vector with non-copyable type. 2018-04-30 15:12:13 +03:00
Eugene Kozlov
9c069c91dd Make Urho3D.Containers move-friendly. 2018-04-30 14:28:53 +03:00
Eugene Kozlov
d0ce35d194 Add StringHash reverse support. 2018-04-29 19:58:10 +03:00
Yao Wei Tjong 姚伟忠
218e4d7592
For CI - add retry logic for uploading build artifacts.
Fix #2301 [ci package]
2018-04-11 22:27:25 +08:00
Yao Wei Tjong 姚伟忠
030877647e
For CI - warn instead of abort when failed to housekeep SF.net.
[ci package] [cache clear]
2018-04-09 22:53:02 +08:00
urho3d-travis-ci
7b67f9c813 Travis CI: API documentation update at 2018-04-08 17:15:28 UTC.
[ci package]

Commit: a673dc98b5

Message: Fix Lua API binding for RayCastSingleSegmented().
2018-04-08 17:15:28 +00:00
Yao Wei Tjong 姚伟忠
a673dc98b5
Fix Lua API binding for RayCastSingleSegmented(). 2018-04-08 23:40:15 +08:00
urho3d-travis-ci
7af464c0ef Travis CI: API documentation update at 2018-04-08 14:32:33 UTC.
[ci package]

Commit: 6241c9623e

Message: Add PCH workaround include.
2018-04-08 14:32:33 +00:00
Yao Wei Tjong 姚伟忠
6241c9623e
Add PCH workaround include. 2018-04-08 22:12:35 +08:00
Yao Wei Tjong 姚伟忠
7fce254c22
Fix the API binding and minor code cleanup.
Close #2093
2018-04-08 22:12:12 +08:00
Enhex
8ecbfad065
renamed to Selectable to UISelectable 2018-04-08 21:13:29 +08:00
Enhex
8c8c812ab9
add editor icon for Selectable 2018-04-08 21:13:29 +08:00
Enhex
91af42eca9
setters/getters.
override instead of virtual.
2018-04-08 21:13:29 +08:00
Enhex
d4231e0d13
use nullptr instead of 0 2018-04-08 21:13:29 +08:00
Enhex
b09b42e4d0
Created Selectable UI element 2018-04-08 21:13:28 +08:00
Modanung
01da0589e4 Replaced template UI with new default 2018-04-08 12:25:07 +08:00
Modanung
4578d4bbf5 Trimmed checkmarks, modified accept drop cursor and reduced refresh icon size 2018-04-08 12:25:07 +08:00
Modanung
f19c632c62 Modified selection and hover colors in DefaultStyle.xml to match new skin 2018-04-08 12:25:07 +08:00
Modanung
3983f61697 Moved SVG of UI to SourceAssets folder 2018-04-08 12:25:07 +08:00
Modanung
14ba47fe79 Tiny GUI modifications 2018-04-08 12:25:07 +08:00
Modanung
ce3987ff8f Removed old UI from SVG 2018-04-08 12:25:07 +08:00
Modanung
1709bddf76 Created new GUI texture 2018-04-08 12:25:07 +08:00
urho3d-travis-ci
b99aae5772 Travis CI: API documentation update at 2018-04-07 18:54:39 UTC.
[ci package]

Commit: 6395a96d48

Message: Fixed segmented raycast missing collisions by overlapping ray segments.
2018-04-07 18:54:39 +00:00
Enhex
6395a96d48 Fixed segmented raycast missing collisions by overlapping ray segments. 2018-04-07 20:35:21 +03:00
Eugene Kozlov
1587df868c Fix incorrect rounding in PhysicsWorld::RaycastSingleSegmented. Add some consts. 2018-04-07 20:35:21 +03:00
Eugene Kozlov
fc2e1b9524
Merge pull request #2294 from eugeneko/master
Use non-zero default edge offset for Sprite2D.
2018-04-07 20:15:14 +03:00
Eugene Kozlov
cfb56e54d8 Use non-zero default edge offset for Sprite2D. 2018-04-03 21:45:28 +03:00
urho3d-travis-ci
9857472148 Travis CI: API documentation update at 2018-04-01 03:25:15 UTC.
[ci package]

Commit: 21b1c48da0

Message: Fix priority parameter not correctly passed.
Credit to UnickSoft for pointing this out.
Fix #2283
2018-04-01 03:25:15 +00:00
Yao Wei Tjong 姚伟忠
21b1c48da0
Fix priority parameter not correctly passed.
Credit to UnickSoft for pointing this out.
Fix #2283
2018-04-01 11:03:06 +08:00
Yao Wei Tjong 姚伟忠
006a7050af
Minor cleanup for code reuse. 2018-04-01 10:57:21 +08:00
Lasse Öörni
a8d3c4a434
Fix resolve FBOs not getting properly cleared on voluntary context loss. Closes #2286. 2018-04-01 10:54:42 +08:00
Yao Wei Tjong 姚伟忠
ae537f1e18
Clang-Tidy - bugprone-undefined-memory-manipulation.
Close #2282
2018-04-01 10:48:48 +08:00
Yao Wei Tjong 姚伟忠
93460b3d12
Clang-Tidy - hicpp-member-init. 2018-04-01 10:48:48 +08:00
Yao Wei Tjong 姚伟忠
66a02d9b03
Clang-Tidy - readability-static-accessed-through-instance. 2018-04-01 10:48:47 +08:00
Yao Wei Tjong 姚伟忠
a83104bda2
Clang-Tidy - hicpp-no-malloc. 2018-04-01 10:48:47 +08:00
Yao Wei Tjong 姚伟忠
db2f6c9c33
Clang-Tidy - bugprone-integer-division. 2018-04-01 10:48:47 +08:00
Yao Wei Tjong 姚伟忠
d43bf1b3d6
Clang-Tidy - hicpp-signed-bitwise.
However, this check is disabled because we could not cleanly modify the code everywhere to make them pass.
2018-04-01 10:48:47 +08:00
Yao Wei Tjong 姚伟忠
da6fd0e3a4
For CI - upgrade to Clang-Tidy 6.0.
Disable hicpp-braces-around-statements, hicpp-no-array-decay, hicpp-signed-bitwise, hicpp-vararg, readability-implicit-bool-conversion, cppcoreguidelines-owning-memory, android-*, fuchsia-*, objc-*.
2018-04-01 10:48:47 +08:00
Uchechukwu Nwokoma
03d8c40252 Added URHO3D_URHO2D guard that seems omitted 2018-03-29 23:47:38 +08:00
Yao Wei Tjong 姚伟忠
7508b9003b
Fix wrong bitwise shift operation.
Close #2279.
2018-03-24 00:49:51 +08:00