Clang-Tidy - hicpp-signed-bitwise. However, this check is disabled because we could not cleanly modify the code everywhere to make them pass.
Yao Wei Tjong 姚伟忠
2018-02-28 00:05:24 +0800
Keep the SDL_main symbol around to fix the Android Static build config. Fix#2267 [ci only: Android, OSX] [skip appveyor]
Yao Wei Tjong 姚伟忠
2018-03-17 16:43:20 +0800
Revert back the configuration for VS to use SSE2 instead of AVX. At the moment this would only disable SDL from using SSE3 instruction set for their audio conversion functions. Close#2238.
Yao Wei Tjong 姚伟忠
2018-02-26 22:11:46 +0800
Temporarily remove coverity badge until the certificate issue is fixed. [ci skip]
Yao Wei Tjong 姚伟忠
2018-02-26 21:53:55 +0800
b65423cc6ekNet: Prevent SIGPIPE signal when other end closes connection. Added Lasse Öörni's name too, as he has also modified Socket.cpp for Urho3D.
Henrik Heino
2017-12-31 00:36:35 +0200
Minor documentation update to bump the minimum supported macOS version. [ci only: master] [skip appveyor]
Yao Wei Tjong 姚伟忠
2018-02-07 09:02:33 +0800
1942bd5562add and employ ShaderParameter constructor for D3D9 case
Ricardo Abreu
2018-02-06 19:53:03 +0000
3505de224aadd and employ ShaderParameter constructor for D3D11 case
Ricardo Abreu
2018-02-06 19:22:30 +0000
5eea074280add and employ ShaderParameter constructor for OpenGL use-case and zero-initialize remaining attributes by default - fixes coverity with CID 127650
Ricardo Abreu
2018-02-06 19:08:47 +0000
Update the STB Image Write library. This removes the dependency on the Jo_JPEG library since it was integrated into STB Image Writte (github.com/nothings/stb/pull/432).
Sandu Liviu Catalin
2017-12-26 04:19:57 +0200
For CI - fix site update and CI mirror branches creation.
Yao Wei Tjong 姚伟忠
2018-02-01 21:36:50 +0800
38feb91078use explicit default initialization in TrailPoint in-class member initializers; add periods to comments.
Ricardo Abreu
2018-02-01 03:53:32 +0000
29dce85939move scalar initializers to TrailPoint declaration; make TrailPoint's default constructor explicitly-defaulted
Ricardo Abreu
2018-01-31 01:47:40 +0000
aabcb9bbedFor CI - move the lint build stage to the top. Any errors from this build stage will then automatically stop all the subsequent stages. This is applicable for PR too. [ci only: master] [skip appveyor]
Yao Wei Tjong 姚伟忠
2018-01-28 22:42:15 +0800
7374a031c6For CI - temporarily disable Annotate CI build. We will attempt to make newer Clang version available for our CI build environment before refactoring our own Clang tools development branch. [ci skip]
Yao Wei Tjong 姚伟忠
2018-01-28 16:37:09 +0800
952ecf6c96Travis CI: API documentation update at 2018-01-28 05:24:14 UTC. [ci package]
urho3d-travis-ci
2018-01-28 05:24:14 +0000
787dc118bbMinor refactoring and binding fixes. Close#2235.
Yao Wei Tjong 姚伟忠
2018-01-28 13:11:59 +0800
9f926d02faAdded SetSpriteTextureEdgeOffset method for TmxFile2D.
Konstantin Guschin
2018-01-13 15:41:11 +0700
b731e5a567Travis CI: API documentation update at 2018-01-27 23:53:07 UTC. [ci package]
urho3d-travis-ci
2018-01-27 23:53:07 +0000
80668bf125Add Scene::IsReplicatedID() static helper method for code reuse. Modify the Angelscript binding of the Component::IsReplicated() to use asMETHODPR macro to keep VS happy.
Yao Wei Tjong 姚伟忠
2018-01-28 07:16:39 +0800
97b494fc1bFor CI - disable LUA when performing coverity scan for now. This should remove all the false positive from the tolua++ generated source code.
Yao Wei Tjong 姚伟忠
2018-01-28 06:37:01 +0800
28a1b47eb0Travis CI: API documentation update at 2018-01-27 16:25:41 UTC. [ci package]
urho3d-travis-ci
2018-01-27 16:25:41 +0000
23a696676dAdd IsReplicated() method for Node and Component classes. Close#2211.
Yao Wei Tjong 姚伟忠
2018-01-28 00:11:31 +0800
0de9d15adaSkip sending scene-specific events when node is outside of a scene. Credit to lezak for pointing this out. Fix#2230.
Yao Wei Tjong 姚伟忠
2018-01-27 22:25:39 +0800
2fd2df9108For CI - Suppress any errors while caching the initial build tree.
Yao Wei Tjong 姚伟忠
2018-01-27 22:12:46 +0800
bae678b132For CI - simplify build matrix for Travis Mac build environment. Since our past assumptions of what is necessary and what is working may no longer valid now due to changes from Travis and from upgraded versions of the software we use, also due to the removal of the number of archs being included in our build, the build matrix setup is simplified without the past speed improvement and workaround scripts. We may modify our setup again depends on the need in the future CI builds. [skip appveyor] [ci only: OSX]
Yao Wei Tjong 姚伟忠
2018-01-27 19:08:05 +0800
f2f6fd6fd4For CI - switch off ccache for xcodebuild as it stalled the build. Something has changed in the Travis Mac build environment and/or ccache that break our (hack) setup. So. temporarily switch ccache off until we can figure out what went wrong.
Yao Wei Tjong 姚伟忠
2018-01-27 09:55:45 +0800
bab0216bf1Reset the head after clearing the linked list. Credit to nchoiset for reporting this issue. Fix#2244.
Yao Wei Tjong 姚伟忠
2018-01-27 09:53:57 +0800
2045d7a22dTravis CI: API documentation update at 2018-01-26 00:40:51 UTC. [ci package]
urho3d-travis-ci
2018-01-26 00:40:51 +0000
d368227648Minor formatting and modernizing the code. Close#2214.
Yao Wei Tjong 姚伟忠
2018-01-26 07:54:17 +0800
89476f7787Travis CI: API documentation update at 2018-01-24 00:54:43 UTC. [ci package]
urho3d-travis-ci
2018-01-24 00:54:43 +0000
f1c1f5aa42For CI - setup the lint stage on the primary CI.
Yao Wei Tjong 姚伟忠
2018-01-18 01:25:00 +0800
29fed24492Rinse and repeat by invoking clang-tidy (v3.9) from CLI directly. It appears that Clion's modified version of the clang-tidy does not detect and fix all the issues.
Yao Wei Tjong 姚伟忠
2018-01-17 00:14:28 +0800
20eeec2b84Clang-Tidy - partial revert for cert-err58-cpp.
Yao Wei Tjong 姚伟忠
2018-01-22 22:51:22 +0800