3a29bc2f3cSuppress unnecessary debug log entry due to default autoload feature.
Yao Wei Tjong 姚伟忠
2016-03-02 17:38:50 +0800
f73f9e182fFor Travis & AppVeyor - fix rake task for CI mirror branch deletion. Since the ctest -VV does not reveal anything useful in troubleshooting the 39_CrowdNavigation demo, attempt to increase the verbosity of msbuild output to see it could reveal anything useful.
Yao Wei Tjong 姚伟忠
2016-03-02 17:16:32 +0800
98006623a8For Travis CI & AppVeyor - fix the primary/secondary VS CI build setup. Revert previous changes to do a force push on the 'git subtree add' rake task as it is quite dangerous to do so. Trade off the convenience to prevent potential accident to lose the subtree branch due invalid operation.
Yao Wei Tjong 姚伟忠
2016-03-01 23:18:41 +0800
206176eb7aChanges to fix compile errors related to stb_vorbis
dragonCASTjosh
2016-02-29 12:59:00 +0000
84b41355a7Fix compiling Urho3D without physics. Note that the editor would still be unable to run without physics support compiled in. Closes#1216.
Lasse Öörni
2016-02-29 12:23:50 +0200
10a92cd49achanges to CMake to add headers
dragonCASTjosh
2016-02-29 00:32:43 +0000
f67f35f002Changes to fix the compile error
dragonCASTjosh
2016-02-29 00:23:26 +0000
4fb746bfd1Removed code that no longer is needed (as far as i know)
dragonCASTjosh
2016-02-28 23:58:24 +0000
103fe32dd1Now working and Added initial .HDR support
dragonCASTjosh
2016-02-28 23:50:21 +0000
877cfaf384For AppVeyor - pass '-C Debug' to ctest invocation. [ci only: VS] Related to #1200.
Yao Wei Tjong 姚伟忠
2016-02-26 23:36:38 +0800
a03a9f06a7For Travis CI - fix .appveyor.yml generation for secondary AppVeyor CI. Bitten by ancient Ubuntu 12.04 LTS again. Its Rake/yaml module still uses old convention to output "non-specific tag" in front of value with reserved yaml symbols although they are already escaped in quotes. Related to #1200.
Yao Wei Tjong 姚伟忠
2016-02-26 19:12:54 +0800
eea684879bAdd define for STB
dragonCASTjosh
2016-02-26 11:06:14 +0000
4cec292342Attempt to fix secondary AppVeyor CI mirror branch creation. Related to #1200.
Yao Wei Tjong 姚伟忠
2016-02-26 09:59:44 +0800
fcbc0030c5Move the crowd navigation sample unit test out of primary AppVeyor CI. A new secondary AppVeyor CI mirro branch is now setup just for troubleshooting the offending sample. Related to issue #1200.
Yao Wei Tjong 姚伟忠
2016-02-25 22:23:39 +0800
cd6292d358Merge pull request #1211 from TheComet93/AnimationTrack
Lasse Öörni
2016-02-25 10:49:39 +0200
b64f4a7c2eExposing AnimationTrack class as part of the public API
TheComet
2016-02-24 22:48:56 +0100
6313b6f80eInitial Work (May not work)
dragonCASTjosh
2016-02-24 11:46:18 +0000
8c839265f0Use camera's frustum for Renderer2D culling always. Closes#1191.
Lasse Öörni
2016-02-24 11:51:09 +0200
6e0a447ebbBreak fix for SDL library build when using Raspbian Jessie. [ci only: RPI] [skip appveyor]
Yao Wei Tjong 姚伟忠
2016-02-22 22:16:31 +0800
86adac5ff7When a 2D rigidbody is parented, make sure the transforms are applied in parent->child order. Also apply the world position also for a static or sleeping rigidbody when it's parented, to make sure the simulation and rendering transforms stay in sync. Fix possible issue with null weakptr during physics 2D update. Closes#1183.
Lasse Öörni
2016-02-21 14:13:48 +0200
c070f76ad8Travis CI: API documentation update at 2016-02-21 10:22:26 UTC. [ci package]
urho3d-travis-ci
2016-02-21 10:22:26 +0000
3582dccabbPartially revert back changes in the FileWatcher class. The thread needs to be stopped before closing the file watcher on OSX platform to avoid segfault. Related to e1c5057bee.
Yao Wei Tjong 姚伟忠
2016-02-21 10:03:21 +0800
4b7307ca2fAlways disable use of aligned structs in Bullet API. Closes#1193 and #1134.
Lasse Öörni
2016-02-20 23:18:29 +0200
281de051a5Remember to copy shader parameter hash when a material is cloned. Closes#1192.
Lasse Öörni
2016-02-17 19:40:23 +0200
e1c5057beeMerge remote-tracking branch 'TheComet93/iss1196'
Lasse Öörni
2016-02-17 19:10:26 +0200
9fa87d54b6Similar implicit conversion for WeakPtr.
Lasse Öörni
2016-02-15 17:58:35 +0200
01d98cdf2cTab to space. Added contributor credit.
Lasse Öörni
2016-02-15 17:46:46 +0200
67a7c3f2bcMerge remote-tracking branch 'AntonPetrov83/sharedptr-implicit-conversion'
Lasse Öörni
2016-02-15 17:31:24 +0200
46e434141eApply & further improve WorldToHeightMap() fix from Lumak.
Lasse Öörni
2016-02-15 17:00:33 +0200
614742412dMerge pull request #1198 from Enhex/master
Lasse Öörni
2016-02-15 13:38:31 +0200
5e41f1fb2eFor Travis CI - reduce number of parallel build process for Web-CI.
Yao Wei Tjong 姚伟忠
2016-02-14 14:56:52 +0800
a48f0e57adfixes#1196 - Filewatcher no longer gets stuck in read()
TheComet
2016-02-13 01:53:48 +0100
a6015e921bAllow implicit conversions of SharedPtr objects.
Антон Петров
2016-02-13 01:06:13 +0300
213be51f92Fix 2D particle emitter case where it would potentially try to emit more particles than there is space reserved for. Thanks yiown. Closes#1190.
Lasse Öörni
2016-02-11 17:32:35 +0200
3e15c400ffFix uninitialized bool variable in editor script. Closes#1189.
Lasse Öörni
2016-02-11 17:22:53 +0200
30c9fcc8dfCleanup use of unsigned long from OBJ exporter code, as it's actually different sized on different platforms.
Lasse Öörni
2016-02-10 11:11:23 +0200
e70ac370a2Merge pull request #1187 from MonkeyFirst/Fix-obj-exporter-bugs
Lasse Öörni
2016-02-10 10:59:26 +0200
de6828ff6eMerge pull request #1188 from MonkeyFirst/fix-for-ui-typing-in-b.mode
Lasse Öörni
2016-02-10 10:46:55 +0200
7446b5dfb2Re-trying CI
TheComet
2016-02-04 18:56:22 +0100
bfa6e3de91Adding Lua bindings for Vector2::Angle()
TheComet
2016-02-04 18:45:47 +0100
2281162d7aAdding AngelScript bindings for Vector2::Angle()
TheComet
2016-02-04 18:44:27 +0100
d38c24d4f2Wrote Angle() member function for Vector2 class
TheComet
2016-02-04 18:42:45 +0100
217066baf2Adding lua bindings for Matrix2
TheComet
2016-02-04 18:41:38 +0100
a42299202cAdding AngelScript bindings for Matrix2
TheComet
2016-02-04 18:41:23 +0100
ab2198ecb1Added Matrix2 class
TheComet
2016-02-04 17:20:52 +0100
d5d4409bc1Update OSX and iOS bundle info plist. Set the iOS initial device orientation and status bar flag to match with what will be set programatically later to avoid unwanted artifacts during app launches. Also set the new iOS key "UIRequiresFullScreen" to opt out from iOS 9 Slide-Over and Split-View. User making non-gaming apps using Urho3D may want to remove this iOS key though. [ci skip]
Yao Wei Tjong 姚伟忠
2016-02-04 12:04:07 +0800
57986eafd6Ignore (brew) bash completion cache file for rake command. [ci skip]
Yao Wei Tjong 姚伟忠
2016-02-03 16:35:41 +0800
7c2be809c0Don't use Clang color diagnostics when building LuaJIT_universal.
Yao Wei Tjong 姚伟忠
2016-02-03 15:01:03 +0800
911d26674aFix luajit (interpreter) target dependency. It should just depend on LuaJIT_universal custom target instead of LuaJIT target when the custom target is available. This ensures parallel build always ends up in a deterministic/desired order. The issue was picked up thanks to Travis CI again. [ci only: OSX] [skip appveyor]
Yao Wei Tjong 姚伟忠
2016-02-03 11:48:11 +0800
361e426704Fix post build script to only do copy when it is absolutely required. [ci only: master, AppVeyor, OSX]
Yao Wei Tjong 姚伟忠
2016-02-02 23:46:04 +0800
1e311acb6aSpeed up build for Debug configuration by building only active arch.
Yao Wei Tjong 姚伟忠
2016-02-02 22:19:57 +0800
a854b58371Remove CMake workaround for enabling c++11 standard for Clang. The bug appears to be fixed already in the latest CMake version.
Yao Wei Tjong 姚伟忠
2016-01-22 23:15:52 +0800
cb82cf181cDo not search for Readline on Android, iOS, and Web platforms.
Yao Wei Tjong 姚伟忠
2016-02-01 11:12:27 +0800
829d1923a6Use force when pushing local subtree to remote.
Yao Wei Tjong 姚伟忠
2016-01-31 13:15:08 +0800
17026be8ebExpose RenderPathCommand and RenderTargetInfo as Urho public API.
Yao Wei Tjong 姚伟忠
2016-01-31 09:06:38 +0800
f651101a28Merge master AnimatedModel bone bounding boxes from the other AnimatedModels in the same node to prevent culling errors. Closes#1179.
Lasse Öörni
2016-01-30 15:29:12 +0200
dc91be4dd1Travis CI: API documentation update at 2016-01-30 10:43:25 UTC. [ci package]
urho3d-travis-ci
2016-01-30 10:43:25 +0000
dcdcccd541Added missing AS bindings for Quaternion
Mike3D
2016-01-30 11:25:26 +0100
77fda46a2aMerge pull request #1177 from MonkeyFirst/avoid-double-adding-tags-
Lasse Öörni
2016-01-29 14:21:03 +0200
ff24dc3a12fix double adding tag from scene
MonkeyFirst
2016-01-29 00:11:16 +0600
a56665d5f6Merge pull request #1173 from MonkeyFirst/tags-menu
Lasse Öörni
2016-01-28 18:17:40 +0200
ab6294ee9dMerge remote-tracking branch 'MonkeyFirst/tags-menu'
Lasse Öörni
2016-01-28 18:12:11 +0200
16fd906363For CI - Fix the scaffolding test on Mac VM using abs path. [ci only: master, OSX] [skip appveyor]
Yao Wei Tjong 姚伟忠
2016-01-28 21:00:37 +0800
1dbb27d3c0Pardon our dust. Fix the scaffolding test on Win using abs path. [ci only: AppVeyor]
Yao Wei Tjong 姚伟忠
2016-01-28 19:27:39 +0800
9c42773439Minor clean up on Rakefile and fix scaffolding rake task on Windows. Close#1174
Yao Wei Tjong 姚伟忠
2016-01-28 18:35:21 +0800
f6ba2b1195Add tags menu for editUIElement
MonkeyFirst
2016-01-28 00:55:13 +0600
6b775d7537Refactor rendertarget update handling, to ensure both always-update and manual-update respect the order of backbuffer views rendering first. Closes#1171.
Lasse Öörni
2016-01-27 20:45:30 +0200
31e2f56808tags menu
MonkeyFirst
2016-01-27 23:40:02 +0600
a30c075189Use stronger hint for 64bit Debian-based distro for finding 32bit lib.
Yao Wei Tjong 姚伟忠
2016-01-27 14:21:08 +0800
4e2a7d6b19For CI - reduce sample count for iOS, otherwise artifact is too big.
Yao Wei Tjong 姚伟忠
2016-01-27 14:17:43 +0800
90b53f859aFor CI - fix build artifact upload. [ci package]
Yao Wei Tjong 姚伟忠
2016-01-27 01:31:11 +0800
fab515ec7cAdded contributor credit.
Lasse Öörni
2016-01-26 17:30:22 +0200
e92a5c1c5fMerge remote-tracking branch 'TheComet93/c89_sdl_msvc2012_fix'
Lasse Öörni
2016-01-26 17:01:30 +0200
1c72d5b10fTravis CI: API documentation update at 2016-01-26 14:15:06 UTC. [ci package]
urho3d-travis-ci
2016-01-26 14:15:06 +0000