Yao Wei Tjong 姚伟忠
929d8acbae
Misc. bug fixes and refactoring in configuring SDL library build.
...
- Fix the regex to get the shared library soname correctly.
- Use the GCC_ATOMIC and CLOCK_GETTIME whenever they are available.
- Reorganize the if-else block in the SDL CMakeLists.txt to prevent Unix-like platforms (e.g. Android) from entering the block meant for genuine Unix/Linux.
- and more.
2016-03-30 07:15:20 +08:00
Yao Wei Tjong 姚伟忠
c9560bd223
For Travis and AppVeyor - show last checkpoint at the desired place.
...
Account for differences between Travis (which has built-in cache uploading support) and AppVeyor (which uses cmd "shell" that does not handle the '&&' operator at the end of the command correctly), we have to invoke the last 'ci_timer' rake task differently.
2016-03-30 06:54:22 +08:00
Lasse Öörni
d1096470d5
Execute DelayedStart() in ScriptInstance, LuaScriptInstance & LogicComponent before first FixedUpdate() if it comes sooner than Update(). Fix long-standing bug in NinjaSnowWar where the ninja orientation would be overwritten by yaw=0 from controls.
2016-03-29 21:45:18 +03:00
Lasse Öörni
e56682731f
Document URHO3D_C++11 build option. Update default values of URHO3D_LUA & URHO3D_SAMPLES build options in the documentation.
2016-03-29 21:45:17 +03:00
rokups
6fd0fa7a5b
Aggregate initializers for container types.
2016-03-29 21:45:17 +03:00
rokups
6a9e2eaee7
Expose ValueAnimationInfo in shared library
2016-03-29 21:45:17 +03:00
rokups
3b12edb89d
Ignore KDE ".directory" directory settings files
2016-03-29 21:45:16 +03:00
urho3d-travis-ci
5e65eee41e
Travis CI: API documentation update at 2016-03-29 17:43:44 UTC.
...
[ci package]
Commit: 5246f74984
Message: Merge remote-tracking branch 'hdunderscore/input_mousemode_update'
2016-03-29 17:43:44 +00:00
Lasse Öörni
5246f74984
Merge remote-tracking branch 'hdunderscore/input_mousemode_update'
2016-03-29 19:49:55 +03:00
Lasse Öörni
32904aefec
Guard against drawable updates being inserted during threaded drawable update. Add these to separate container and process later. Inspired by PR work submitted by guijun.
2016-03-29 15:27:29 +03:00
Lasse Öörni
45d7509ed7
Remove unused variable from Octree.
2016-03-29 12:10:45 +03:00
Lasse Öörni
da906d5c7c
Merge remote-tracking branch 'cosmy1/fix'
2016-03-29 11:31:25 +03:00
Lasse Öörni
28dc4ff557
Fix wrong true/false logic and unnecessary CString() in AnimatedSprite2D code. Closes #1289 .
2016-03-29 11:18:14 +03:00
Lasse Öörni
762d47683d
Merge pull request #1286 from cosmy1/patch
...
Fix link issue in readme markdown
2016-03-29 11:01:49 +03:00
hdunderscore
467c4bd4e8
- Updated sample mouse mode setup.
...
- (Web) Removed some of the exit engine logic.
2016-03-27 20:01:22 +11:00
hdunderscore
97a94f9022
Updated mouse suppression and relative code.
2016-03-27 19:32:27 +11:00
cosmy
918f3fdcc6
Initialize all class members in DetourCrowd
2016-03-26 14:28:01 +01:00
cosmy
7f4ddfcd33
Add contributor name in file header
2016-03-26 14:25:46 +01:00
cosmy
8e4d21f6ae
Initialize all class members in DetourTileCache
2016-03-26 14:04:02 +01:00
Yao Wei Tjong 姚伟忠
15a90276f5
For AppVeyor CI - bring checkpoint timer to AppVeyor.
2016-03-26 19:41:20 +08:00
cosmy
5b5364602f
Fix link issue in readme markdown
2016-03-25 16:26:18 +01:00
Yao Wei Tjong 姚伟忠
3749d72279
For Travis CI - display lap time between checkpoints.
2016-03-25 22:43:28 +08:00
Lasse Öörni
180ddf4817
Update contributor name also in Docs/Urho3D.dox.
2016-03-25 15:46:56 +02:00
Frode Lindeijer
93c1282b17
Changed name in readme
2016-03-25 15:46:55 +02:00
Frode Lindeijer
af2cf18229
Moved container begin and end from std to Urho3D namespace
2016-03-25 15:46:55 +02:00
Yao Wei Tjong 姚伟忠
1796182337
For Travis CI - cleanup homebrew caches to free up disk space.
2016-03-25 21:11:15 +08:00
Lasse Öörni
062856a26d
Merge pull request #1283 from cosmy1/fix-warnings
...
Fix signed/unsigned mismatch in FontFaceFreeType.cpp
2016-03-25 12:57:01 +02:00
Yao Wei Tjong 姚伟忠
8cbe4ca146
For Travis CI - revert back to Xcode7.1 due to SIP on 7.3 VM.
...
The SIP (aka rootless) feature prevents our script to setup the ccache for Clang. This will be a big problem in the future. The universal binary build on OSX and iOS platforms are only made possible with the help of ccache, on some cases we are just barely made it within the 50 minutes time limit. If the ccache cannot be setup due to SIP then we have to rethink everything.
[ci only: OSX] [skip appveyor]
2016-03-25 15:11:42 +08:00
Yao Wei Tjong 姚伟忠
8ef50490ba
For Travis CI - switch to Xcode 7.3 and display second in checkpoints.
...
Add temporary scouting logic to hunt down Java and other unneeded software components in the OSX build environment.
2016-03-25 14:33:02 +08:00
Yao Wei Tjong 姚伟忠
433a97a351
Follow the latest code convention for source code modification.
2016-03-25 10:16:46 +08:00
Lasse Öörni
ea3f05c1c5
Restore the explicit xpath_node copy constructor.
2016-03-24 23:49:20 +02:00
cosmy
ad7aeafa10
Use C style casting on numbers to keep code consistency
2016-03-24 22:18:31 +01:00
Lasse Öörni
3a51592493
Merge remote-tracking branch 'cosmy1/update_pugixml'
2016-03-24 23:15:25 +02:00
cosmy
6406996d6a
Fix signed/unsigned mismatch in FontFaceFreeType.cpp
2016-03-24 21:15:43 +01:00
Lasse Öörni
dabd40775c
Merge remote-tracking branch 'cosmy1/editor-loc'
2016-03-24 17:44:34 +02:00
cosmy
d11a1980ac
Add missing commas in EditorStrings
2016-03-24 16:39:04 +01:00
cosmy
52a5b27a0a
Update pugixml version in documentation
2016-03-24 16:16:21 +01:00
cosmy
f2c13b2fb0
Add missing Italian localization entries
2016-03-24 16:09:19 +01:00
cosmy
ec3cbc37b6
Update pugixml from 1.5 to 1.7
2016-03-24 15:50:00 +01:00
cosmy
5bcc6663a4
Remove extra stb header
2016-03-24 15:46:55 +01:00
Lasse Öörni
152e090141
Alias Vector4 to Color if necessary in Variant::GetColor(). Closes #1278 .
2016-03-24 16:31:33 +02:00
Lasse Öörni
382a7a35c5
Merge remote-tracking branch 'origin/sincos'
2016-03-24 14:48:35 +02:00
Lasse Öörni
9a1b92c892
Merge remote-tracking branch 'cosmy1/master'
2016-03-24 13:53:13 +02:00
Lasse Öörni
cfbe7a425a
Include DebugNew.h last in Component.cpp to match convention used elsewhere.
2016-03-24 13:41:21 +02:00
Lasse Öörni
6a32b478e7
Merge pull request #1275 from cosmy1/patch-3
...
Fix macro ident space
2016-03-24 13:40:48 +02:00
Lasse Öörni
cf5315f279
Merge pull request #1276 from cosmy1/patch-4
...
Fix wrong directory path to JSONValue
2016-03-24 13:39:06 +02:00
cosmy
52d2ca5ee0
Remove unused STB headers
2016-03-24 05:22:06 +01:00
cosmy1
869e32ad6e
Fix wrong directory path to JSONValue
2016-03-24 05:02:39 +01:00
cosmy1
123b600aae
Fix macro ident space
2016-03-24 04:59:03 +01:00
Lasse Öörni
0378b245a9
Use __sincosf on OSX.
2016-03-23 15:21:16 +02:00