Commit Graph

  • f73f9e182f For 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
  • 98006623a8 For 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
  • 206176eb7a Changes to fix compile errors related to stb_vorbis dragonCASTjosh 2016-02-29 12:59:00 +0000
  • 84b41355a7 Fix 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
  • 10a92cd49a changes to CMake to add headers dragonCASTjosh 2016-02-29 00:32:43 +0000
  • f67f35f002 Changes to fix the compile error dragonCASTjosh 2016-02-29 00:23:26 +0000
  • 4fb746bfd1 Removed code that no longer is needed (as far as i know) dragonCASTjosh 2016-02-28 23:58:24 +0000
  • 103fe32dd1 Now working and Added initial .HDR support dragonCASTjosh 2016-02-28 23:50:21 +0000
  • 877cfaf384 For AppVeyor - pass '-C Debug' to ctest invocation. [ci only: VS] Related to #1200. Yao Wei Tjong 姚伟忠 2016-02-26 23:36:38 +0800
  • a03a9f06a7 For 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
  • eea684879b Add define for STB dragonCASTjosh 2016-02-26 11:06:14 +0000
  • 4cec292342 Attempt to fix secondary AppVeyor CI mirror branch creation. Related to #1200. Yao Wei Tjong 姚伟忠 2016-02-26 09:59:44 +0800
  • fcbc0030c5 Move 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
  • cd6292d358 Merge pull request #1211 from TheComet93/AnimationTrack Lasse Öörni 2016-02-25 10:49:39 +0200
  • b64f4a7c2e Exposing AnimationTrack class as part of the public API TheComet 2016-02-24 22:48:56 +0100
  • 6313b6f80e Initial Work (May not work) dragonCASTjosh 2016-02-24 11:46:18 +0000
  • 8c839265f0 Use camera's frustum for Renderer2D culling always. Closes #1191. Lasse Öörni 2016-02-24 11:51:09 +0200
  • 6e0a447ebb Break fix for SDL library build when using Raspbian Jessie. [ci only: RPI] [skip appveyor] Yao Wei Tjong 姚伟忠 2016-02-22 22:16:31 +0800
  • 86adac5ff7 When 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
  • c070f76ad8 Travis CI: API documentation update at 2016-02-21 10:22:26 UTC. [ci package] urho3d-travis-ci 2016-02-21 10:22:26 +0000
  • 09e1330f5f Add Technique::Clone(). Improve Technique / Pass Lua bindings. Closes #1203. Lasse Öörni 2016-02-21 01:47:43 +0200
  • 3582dccabb Partially 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
  • 4b7307ca2f Always disable use of aligned structs in Bullet API. Closes #1193 and #1134. Lasse Öörni 2016-02-20 23:18:29 +0200
  • 281de051a5 Remember to copy shader parameter hash when a material is cloned. Closes #1192. Lasse Öörni 2016-02-17 19:40:23 +0200
  • e1c5057bee Merge remote-tracking branch 'TheComet93/iss1196' Lasse Öörni 2016-02-17 19:10:26 +0200
  • 9fa87d54b6 Similar implicit conversion for WeakPtr. Lasse Öörni 2016-02-15 17:58:35 +0200
  • 01d98cdf2c Tab to space. Added contributor credit. Lasse Öörni 2016-02-15 17:46:46 +0200
  • 67a7c3f2bc Merge remote-tracking branch 'AntonPetrov83/sharedptr-implicit-conversion' Lasse Öörni 2016-02-15 17:31:24 +0200
  • 46e434141e Apply & further improve WorldToHeightMap() fix from Lumak. Lasse Öörni 2016-02-15 17:00:33 +0200
  • 614742412d Merge pull request #1198 from Enhex/master Lasse Öörni 2016-02-15 13:38:31 +0200
  • 5e41f1fb2e For Travis CI - reduce number of parallel build process for Web-CI. Yao Wei Tjong 姚伟忠 2016-02-14 14:56:52 +0800
  • 38b2020875 Updated PackageTool's options description. Enhex 2016-02-13 18:09:53 +0200
  • a48f0e57ad fixes #1196 - Filewatcher no longer gets stuck in read() TheComet 2016-02-13 01:53:48 +0100
  • a6015e921b Allow implicit conversions of SharedPtr objects. Антон Петров 2016-02-13 01:06:13 +0300
  • 213be51f92 Fix 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
  • 3e15c400ff Fix uninitialized bool variable in editor script. Closes #1189. Lasse Öörni 2016-02-11 17:22:53 +0200
  • 30c9fcc8df Cleanup 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
  • e70ac370a2 Merge pull request #1187 from MonkeyFirst/Fix-obj-exporter-bugs Lasse Öörni 2016-02-10 10:59:26 +0200
  • de6828ff6e Merge pull request #1188 from MonkeyFirst/fix-for-ui-typing-in-b.mode Lasse Öörni 2016-02-10 10:46:55 +0200
  • 17a8d6c450 fix-for-ui-typing-in-b.mode MonkeyFirst 2016-02-08 04:34:56 +0600
  • 4a9fb69f62 fix obj exporter bugs MonkeyFirst 2016-02-06 15:57:37 +0600
  • b528268d81 Correct copy-paste error on Matrix2 header file. [ci package] Yao Wei Tjong 姚伟忠 2016-02-06 00:05:21 +0800
  • 87b9d482ab For CI - attempt to free up some disk space by removing redundant SDKs. Close #1115. Yao Wei Tjong 姚伟忠 2016-02-06 00:04:12 +0800
  • 64877df1e3 Travis CI: API documentation update at 2016-02-05 12:05:57 UTC. [ci package] urho3d-travis-ci 2016-02-05 12:05:57 +0000
  • 45572769c6 Merge remote-tracking branch 'TheComet93/matrix2' Lasse Öörni 2016-02-05 13:33:49 +0200
  • 548c551560 Merge branch 'master' of https://github.com/urho3d/Urho3D Lasse Öörni 2016-02-05 10:49:21 +0200
  • 7446b5dfb2 Re-trying CI TheComet 2016-02-04 18:56:22 +0100
  • bfa6e3de91 Adding Lua bindings for Vector2::Angle() TheComet 2016-02-04 18:45:47 +0100
  • 2281162d7a Adding AngelScript bindings for Vector2::Angle() TheComet 2016-02-04 18:44:27 +0100
  • d38c24d4f2 Wrote Angle() member function for Vector2 class TheComet 2016-02-04 18:42:45 +0100
  • 217066baf2 Adding lua bindings for Matrix2 TheComet 2016-02-04 18:41:38 +0100
  • a42299202c Adding AngelScript bindings for Matrix2 TheComet 2016-02-04 18:41:23 +0100
  • ab2198ecb1 Added Matrix2 class TheComet 2016-02-04 17:20:52 +0100
  • d5d4409bc1 Update 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
  • 4d486462aa Merge branch 'master' of https://github.com/urho3d/Urho3D Lasse Öörni 2016-02-03 13:35:39 +0200
  • 57986eafd6 Ignore (brew) bash completion cache file for rake command. [ci skip] Yao Wei Tjong 姚伟忠 2016-02-03 16:35:41 +0800
  • 7c2be809c0 Don't use Clang color diagnostics when building LuaJIT_universal. Yao Wei Tjong 姚伟忠 2016-02-03 15:01:03 +0800
  • 911d26674a Fix 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
  • 361e426704 Fix 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
  • 1e311acb6a Speed up build for Debug configuration by building only active arch. Yao Wei Tjong 姚伟忠 2016-02-02 22:19:57 +0800
  • a854b58371 Remove 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
  • cb82cf181c Do not search for Readline on Android, iOS, and Web platforms. Yao Wei Tjong 姚伟忠 2016-02-01 11:12:27 +0800
  • 829d1923a6 Use force when pushing local subtree to remote. Yao Wei Tjong 姚伟忠 2016-01-31 13:15:08 +0800
  • 17026be8eb Expose RenderPathCommand and RenderTargetInfo as Urho public API. Yao Wei Tjong 姚伟忠 2016-01-31 09:06:38 +0800
  • f651101a28 Merge 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
  • dc91be4dd1 Travis CI: API documentation update at 2016-01-30 10:43:25 UTC. [ci package] urho3d-travis-ci 2016-01-30 10:43:25 +0000
  • dcdcccd541 Added missing AS bindings for Quaternion Mike3D 2016-01-30 11:25:26 +0100
  • 77fda46a2a Merge pull request #1177 from MonkeyFirst/avoid-double-adding-tags- Lasse Öörni 2016-01-29 14:21:03 +0200
  • ff24dc3a12 fix double adding tag from scene MonkeyFirst 2016-01-29 00:11:16 +0600
  • a56665d5f6 Merge pull request #1173 from MonkeyFirst/tags-menu Lasse Öörni 2016-01-28 18:17:40 +0200
  • ab6294ee9d Merge remote-tracking branch 'MonkeyFirst/tags-menu' Lasse Öörni 2016-01-28 18:12:11 +0200
  • 16fd906363 For 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
  • 1dbb27d3c0 Pardon our dust. Fix the scaffolding test on Win using abs path. [ci only: AppVeyor] Yao Wei Tjong 姚伟忠 2016-01-28 19:27:39 +0800
  • 9c42773439 Minor clean up on Rakefile and fix scaffolding rake task on Windows. Close #1174 Yao Wei Tjong 姚伟忠 2016-01-28 18:35:21 +0800
  • f6ba2b1195 Add tags menu for editUIElement MonkeyFirst 2016-01-28 00:55:13 +0600
  • 6b775d7537 Refactor 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
  • 31e2f56808 tags menu MonkeyFirst 2016-01-27 23:40:02 +0600
  • a30c075189 Use stronger hint for 64bit Debian-based distro for finding 32bit lib. Yao Wei Tjong 姚伟忠 2016-01-27 14:21:08 +0800
  • 4e2a7d6b19 For CI - reduce sample count for iOS, otherwise artifact is too big. Yao Wei Tjong 姚伟忠 2016-01-27 14:17:43 +0800
  • 90b53f859a For CI - fix build artifact upload. [ci package] Yao Wei Tjong 姚伟忠 2016-01-27 01:31:11 +0800
  • fab515ec7c Added contributor credit. Lasse Öörni 2016-01-26 17:30:22 +0200
  • e92a5c1c5f Merge remote-tracking branch 'TheComet93/c89_sdl_msvc2012_fix' Lasse Öörni 2016-01-26 17:01:30 +0200
  • 1c72d5b10f Travis CI: API documentation update at 2016-01-26 14:15:06 UTC. [ci package] urho3d-travis-ci 2016-01-26 14:15:06 +0000
  • c4f6f315ff Travis CI: bump copyright to 2016. [ccache clear] urho3d-travis-ci 2016-01-26 13:55:03 +0000
  • 0e8b3cee3f For CI - automatically bump copyright when crossing a new year. Yao Wei Tjong 姚伟忠 2016-01-26 15:23:51 +0800
  • 180fff7011 Using whitespace instead of tabs TheComet 2016-01-26 00:15:35 +0100
  • 717f0d518c Fixes code that is not compliant with the C89 standard when compiling with MSVC TheComet 2016-01-26 00:08:31 +0100
  • 45dfe368a5 Allow to call AnimatedModel::UpdateBoneBoundingBox() manually. Closes #1168. Lasse Öörni 2016-01-25 18:37:17 +0200
  • a2323a63a8 Fix missing return values in D3D9 Graphics::ResolveToTexture(). Lasse Öörni 2016-01-25 18:02:10 +0200
  • 6bd8229819 Tabs to spaces. Fix copy-paste error in comment. Lasse Öörni 2016-01-25 17:23:11 +0200
  • aaf86f4bc1 For Travis CI - ensure commits arrive in the correct sequence. Take 2. Yao Wei Tjong 姚伟忠 2016-01-25 19:09:00 +0800
  • a3b575dd4e Update nanodbc version number in documentation. Yao Wei Tjong 姚伟忠 2016-01-25 16:30:32 +0800
  • 2d9502496b Adapt the ODBC_LIBRARIES for Windows platform based on nanodbc. Yao Wei Tjong 姚伟忠 2016-01-25 16:13:02 +0800
  • f2a93f7b17 Merge pull request #2 from urho3d/master SuperWangKai 2016-01-25 16:10:12 +0800
  • 41b87b3690 Merge commit '3d5994381df631739187c89bd0c2752900ae6c2a' as 'Source/ThirdParty/nanodbc' Yao Wei Tjong 姚伟忠 2016-01-25 15:59:30 +0800
  • 3d5994381d Squashed 'Source/ThirdParty/nanodbc/' content from commit 2a32409 Yao Wei Tjong 姚伟忠 2016-01-25 15:59:30 +0800
  • c1ae46ec41 Replace Source/ThirdParty/nanodbc subdirectory with subtree. Yao Wei Tjong 姚伟忠 2016-01-25 15:59:26 +0800
  • ff0f2b4d61 Add rake tasks for Urho3D maintainers. Yao Wei Tjong 姚伟忠 2016-01-24 22:17:34 +0800
  • a68c36b7e5 Merge commit 'bcd587a1bef9d8ed0e37d38b0b00b4faf43cea6c' into master. Yao Wei Tjong 姚伟忠 2016-01-24 13:25:41 +0800
  • bcd587a1be Squashed 'Source/ThirdParty/LuaJIT/' changes from 45d0951..4820004 Yao Wei Tjong 姚伟忠 2016-01-24 13:25:40 +0800