Commit Graph

  • ce2cb1cf48 Update coding conventions examples. Remove item from 3rdParty contribution checklist. Eugene Kozlov 2017-08-22 13:27:27 +0300
  • 8ebfa39ce8 Added Lua bindings for new IntRect utility functions. Rainer Deyke 2017-08-22 07:50:05 +0200
  • b26903703a Remove URHO3D_CXX11 guards. Eugene Kozlov 2017-08-22 00:45:06 +0300
  • 8a93493ca6 Update coding conventions for C++11. Eugene Kozlov 2017-08-21 11:36:51 +0300
  • e2d2f8e388 Fix crash on android Rokas Kupstys 2017-08-21 15:25:40 +0300
  • de18c72ce7 Cleanup unused code from Renderer. Add "persistent" flag to readable depth buffers in the HWDepth deferred renderpaths. This is required to fix a D3D11 bug leading to garbled display with multiple rendertexture views that use readable depth. Closes #2082. Lasse Öörni 2017-08-20 21:43:18 +0300
  • 3a85655248 Prevent use of system call also on iOS. Closes #2083. Lasse Öörni 2017-08-20 18:29:13 +0300
  • 2118761c5a For CI - correct typo. Yao Wei Tjong 2017-08-21 00:10:27 +0800
  • ad464086e4 Fix for build error on AppVeyor Rokas Kupstys 2017-08-20 18:20:55 +0300
  • 7e1c82685f For CI - ensure debug build stage does not produce any build artifact. Yao Wei Tjong 姚伟忠 2017-08-20 22:05:08 +0800
  • b8495dbd28 Added Clip, Merge, and contructor from pair of IntVector2 to IntRect. Rainer Deyke 2017-08-20 15:01:59 +0200
  • fece9d6cc4 Fix uninitialized variables in InverseKinematics sample. Closes #2081. Lasse Öörni 2017-08-20 12:23:54 +0300
  • be87f315f2 For CI - misc. post-mortem fixes. Yao Wei Tjong 姚伟忠 2017-08-20 16:38:33 +0800
  • f8097b976a After rendering to texture restore previous render surface if UI subsystem was called with resetRenderTargets=false. Rokas Kupstys 2017-08-20 11:04:43 +0300
  • 6fc2c19baa More code cleanups. Rokas Kupstys 2017-08-20 10:52:48 +0300
  • 50dd3fd3c9 Fix memory backtrace option (Linux-only) getting enabled on non-Unix platform in debug build. Lasse Öörni 2017-08-19 20:38:45 +0300
  • 16ee7e1121 * Changed UIComponent::IsValid() to overriden UIComponent::IsEnabled() * Separated batches and vertex buffers of normal UI and UI rendered to texture. * Cleaned up Render() method adding additional surface parameter to render into. Passing null renders on to screen. Support for rendering UI to texture. Rokas Kupstys 2017-08-19 20:31:23 +0300
  • 12c394232c Disable verbose debug output (z_verbose & z_error) from FreeType's zlib, to make sure it doesn't clash with Assimp's zlib in a debug build. Lasse Öörni 2017-08-19 19:56:06 +0300
  • 4612ee2a67 Cutoff current state of porting notes to 1.7 version. Lasse Öörni 2017-08-19 18:55:51 +0300
  • 2ac4f89a86 Reorder changelog sections for consistency with last changelog. Lasse Öörni 2017-08-19 14:36:37 +0300
  • c4ebdf9424 Travis CI: API documentation update at 2017-08-19 08:04:29 UTC. [ci package] urho3d-travis-ci 2017-08-19 08:04:29 +0000
  • 05452b8bd1 Refactor IntegerLog2() to LogBaseTwo() for performance and consistency. Yao Wei Tjong 姚伟忠 2017-08-19 15:37:10 +0800
  • 9dfff67e97 Support Web build tree path with spaces. Fix #2078. Yao Wei Tjong 姚伟忠 2017-08-19 15:12:33 +0800
  • 3e58ccf41c Revert "Remove temporary workaround which appears to be redundant now." Yao Wei Tjong 姚伟忠 2017-08-19 15:11:21 +0800
  • 4265f99a8c Fix normals / lighting on the cylinder by using auto normal smoothing. Closes #2075. Lasse Öörni 2017-08-18 22:40:13 +0300
  • e877b98544 Typo fix and highlight WebAssembly. Lasse Öörni 2017-08-18 10:00:59 +0300
  • f644b7b87f Initial V1.7 changelog. Lasse Öörni 2017-08-17 22:51:00 +0300
  • 0d7d0e573d Generate a dummy/initial PCH when using out-of-source build tree only. Fix #2068. Yao Wei Tjong 姚伟忠 2017-08-17 07:07:38 +0800
  • 9575cd6539 Remove joke to keep in line with rest of documentation. Lasse Öörni 2017-08-16 18:55:46 +0300
  • 144108a1f3 Merge remote-tracking branch 'TheComet93/IKDoc' Lasse Öörni 2017-08-16 18:38:55 +0300
  • 18d5ce2fed Remove unnecessary VS defines from PBR techniques. Lasse Öörni 2017-08-16 13:26:45 +0300
  • c2c1d06cd2 Remove unused IBL code which requires tangents / bitangents, and do not require tangents for IBL / non-normalmapped. Fix PBR techniques so that VS also refers to NORMALMAP define when necessary, since that is now required to trigger the tangent calculation. Closes #2072. Lasse Öörni 2017-08-16 10:50:37 +0300
  • 8f4b77aa34 Finished IK documentation TheComet 2017-08-15 21:52:51 +0200
  • b4fc4c28b6 Documenting IK some more... TheComet 2017-08-15 00:34:16 +0200
  • 1695a263db Working on IK documentation... TheComet 2017-08-06 20:37:49 +0200
  • 848f52fbe9 For CI - attempt to implement the conditional build stage on our own. This is to fix packaging build on OSX build environment where they were running out of time in the absense of the pre-cache stage. [ci package] test that it does not trigger on a branch. Yao Wei Tjong 姚伟忠 2017-08-13 20:46:33 +0800
  • c1630d8d8d Merge pull request #2067 from TheComet93/iss2054 Lasse Öörni 2017-08-13 16:24:46 +0300
  • 6af97c59b6 Remove setting certain RigidBody boolean flags when UpdateMass() readds the body to world, to avoid introducing potential new bugs. Lasse Öörni 2017-08-13 15:40:26 +0300
  • cdbfd83e4a fixes #2054 - If there was a node in the scene with an empty name, IKEffector would always select that node as a target TheComet 2017-08-13 14:04:27 +0200
  • 2da19c1ab6 Travis CI: API documentation update at 2017-08-12 13:56:05 UTC. [ci package] urho3d-travis-ci 2017-08-12 13:56:05 +0000
  • d537c2027a Merge pull request #2061 from eugeneko/navmesh-streaming Eugene Kozlov 2017-08-12 15:52:35 +0300
  • 63724fcdc3 Remove unnecessary parameter from the bugfix code. Lasse Öörni 2017-08-12 15:14:01 +0300
  • ad3a30f2e3 If Rigidbody's collisionshape changes, readd to world. Fixes #2064. Lasse Öörni 2017-08-12 13:33:34 +0300
  • 4068d2474e Remove temporary workaround which appears to be redundant now. Yao Wei Tjong 姚伟忠 2017-08-06 20:54:48 +0800
  • 768b6ddf5a Travis CI: API documentation update at 2017-08-09 19:56:06 UTC. [ci package] urho3d-travis-ci 2017-08-09 19:56:06 +0000
  • 787ce41a81 Merge remote-tracking branch 'TheComet93/iss2058' Lasse Öörni 2017-08-09 22:19:33 +0300
  • e419afa30b Fixing grammar error, making feature flags boolean in lua script bindings TheComet 2017-08-09 00:09:11 +0200
  • f7b98fea74 Use VectorBuffer for Lua NavigationMesh API. Eugene Kozlov 2017-08-08 23:01:08 +0300
  • ef3b6efd96 Add streaming mode to Lua samples 15_Navigation and 39_CrowdNavigation. Minor changes. Eugene Kozlov 2017-08-08 01:29:19 +0300
  • e110998f70 Update Lua bindings. Eugene Kozlov 2017-08-08 00:02:14 +0300
  • 4403b99cbd Remove separate navigation streaming samples. Eugene Kozlov 2017-08-07 23:54:41 +0300
  • f84e9d1392 Add streaming mode to C++ samples 15_Navigation and 39_CrowdNavigation . Fix using outdated navigation mesh data for streaming. Eugene Kozlov 2017-08-07 23:34:10 +0300
  • 20d2133f13 Add streaming mode to AS sample 15_Navigation. Eugene Kozlov 2017-08-07 22:59:14 +0300
  • f7573971f4 Update Navigation AS API. Add streaming mode to AS sample 39_CrowdNavigation. Disable bounding box padding on NavigationMesh::Allocate. Send E_NAVIGATION_MESH_REBUILT on NavigationMesh::Allocate. Eugene Kozlov 2017-08-07 22:49:23 +0300
  • db7d92e419 Fix stuck CrowdAgent-s after NavigationMesh::AddTile. Eugene Kozlov 2017-08-04 23:20:58 +0300
  • 2073349613 Partially revert commit a8a29d7 due to broken off-mesh movement. Eugene Kozlov 2017-08-04 23:19:43 +0300
  • 6f57b5b4e5 Add events for navigation mesh tile operations. Fix obstacles rendering into newly added tiles. Eugene Kozlov 2017-08-04 21:40:39 +0300
  • 214dcc6638 Fix C++98 compilation. Eugene Kozlov 2017-08-04 12:10:59 +0300
  • e85e9d897c Add support of sparse navigation meshes and dynamic tile management. Add two examples based on 15_Navigation and 39_CrowdNavigation. Eugene Kozlov 2017-08-04 00:34:31 +0300
  • e963e89f47 Copy 15_Navigation and 39_CrowdNavigation samples. Eugene Kozlov 2017-08-03 18:50:43 +0300
  • e134de1b18 Updating sample scripts TheComet 2017-08-06 17:09:27 +0200
  • c43b269845 Updating script APIs, making sure sample compiles, see thread on the forum for more info TheComet 2017-08-06 17:08:14 +0200
  • 8cd8569243 Clean the generated PCH when 'clean' built-in target is invoked. Yao Wei Tjong 姚伟忠 2017-07-30 00:13:04 +0800
  • ba66888068 Fix PCH generation for the Web/MODULE lib type. Yao Wei Tjong 姚伟忠 2017-07-30 00:05:53 +0800
  • d0a51addf7 Generate PCH deps file using a naming convention expected by Clion. Fix #2047. Yao Wei Tjong 姚伟忠 2017-07-29 17:23:28 +0800
  • 1f679d6756 fixes #2058 - It probably still has some bugs that need fixing, and the script bindings need updating TheComet 2017-08-03 23:22:32 +0200
  • ddf64ccdb8 Make the symlinked batch files launchable via Windows Explorer. Fix #2046. Yao Wei Tjong 姚伟忠 2017-07-30 19:27:05 +0800
  • 0e72531fe3 Gotta stop here, will continue tomorrow TheComet 2017-08-03 00:02:17 +0200
  • 15f837d880 (Sorry) giving RebuildData() a more sensible name TheComet 2017-08-02 23:10:28 +0200
  • c44e954abf Travis CI: API documentation update at 2017-08-02 15:56:23 UTC. [ci package] urho3d-travis-ci 2017-08-02 15:56:23 +0000
  • e439197cfa Merge pull request #2034 from kostik1337/tilemap-improvements Lasse Öörni 2017-08-02 18:45:13 +0300
  • 0e2fd9271e Travis CI: API documentation update at 2017-08-02 11:25:11 UTC. [ci package] urho3d-travis-ci 2017-08-02 11:25:11 +0000
  • 947fe2bde7 Add SeekRelative() & Tell() (which is merely an alias to GetPosition()) to Deserializer. Closes #2053. Lasse Öörni 2017-08-02 13:25:39 +0300
  • aa4c7fa9f4 Travis CI: API documentation update at 2017-08-01 09:45:24 UTC. [ci package] urho3d-travis-ci 2017-08-01 09:45:24 +0000
  • 0df18d3f54 Merge remote-tracking branch 'TheComet93/iss1957' Lasse Öörni 2017-08-01 11:24:48 +0300
  • 5ebe92d6ee Naming fixes, angelscript bindings, refactoring Guschin Konstantin 2017-07-31 21:06:50 +0700
  • ea593632a5 Setting IK_RESTRICT properly this time. Also refactoring export.h.in TheComet 2017-07-29 21:53:40 +0200
  • cc8b06c8f9 Using #cmakedefine and making the for loop more efficient TheComet 2017-07-29 16:36:03 +0200
  • e6d9e45ab5 Travis CI: API documentation update at 2017-07-29 14:22:05 UTC. [ci package] urho3d-travis-ci 2017-07-29 14:22:05 +0000
  • f68e04a6fc Fix tabs. JTippetts 2017-07-29 07:14:38 -0600
  • 7d9cade436 Fix tabs. JTippetts 2017-07-29 07:13:50 -0600
  • 39d991c750 Expose Scene::InstantiateJSON to Lua JTippetts 2017-07-29 07:10:56 -0600
  • a7b20de253 config.h.in fail Alex Murray 2017-07-29 01:12:13 +0200
  • eaebb5e82b Fixing IK_HAVE_STDINT_H TheComet 2017-07-29 00:31:15 +0200
  • c628b27cf9 Not registering IKConstraint, since it doesn't do anything yet TheComet 2017-07-28 19:10:50 +0200
  • 2e79d7d39a fixes #1957 TheComet 2017-07-28 19:05:20 +0200
  • 4f96c7c29f Refactoring the 'feature' setters and getters into a single method. Renaming a few things to be more consistent. Adding Documentation TheComet 2017-07-28 18:36:57 +0200
  • 4a6d86804e Fixing bugs, updating script bindings and sample code TheComet 2017-07-28 03:38:22 +0200
  • bbaeccb11b Fixing compilation errors TheComet 2017-07-24 18:33:54 +0200
  • a6930ec06f Merging updated Urho3D wrappers and script bindings from my own test branch TheComet 2017-07-24 18:01:39 +0200
  • 183cea3ef5 Merging updated IK library source files TheComet 2017-07-24 17:58:39 +0200
  • 6676583e1b Merge pull request #2045 from carnalis/master Lasse Öörni 2017-07-25 16:49:16 +0300
  • 995b83ec3a Add contributor. carnalis 2017-07-25 08:48:28 -0400
  • 2db441a220 Travis CI: API documentation update at 2017-07-25 11:26:41 UTC. [ci package] urho3d-travis-ci 2017-07-25 11:26:41 +0000
  • 982befaab5 Add default parameter value to Image::SaveWEBP() bindings. Lasse Öörni 2017-07-25 13:13:54 +0300
  • f51317bed5 Merge remote-tracking branch 'carnalis/master' Lasse Öörni 2017-07-25 12:55:04 +0300
  • 4d8330c5df When text is wordwrapping, do not update its width in text update at all. Possible fix for #2043. Lasse Öörni 2017-07-25 12:36:04 +0300
  • 3dfc8f750c Add SaveWEBP() bindings. carnalis 2017-07-25 02:22:00 -0400
  • 1f41a8c7c3 Implemented SaveWEBP() with optional compression level. carnalis 2017-07-24 11:47:09 -0400
  • d9b4602003 Merge pull request #2040 from 1vanK/master Yao Wei Tjong 2017-07-24 22:19:52 +0800