Commit Graph

  • 8bb8aa28e8 Minor changes. Eugene Kozlov 2017-12-02 17:46:58 +0300
  • 4571e9ba20 Hide UIElement3D from public API, clean up UIElement3D and UIComponent. Rokas Kupstys 2017-11-26 20:46:46 +0200
  • a27620bae2 Rename UI::SetRenderTexture() to UI:SetElementRenderTexture(). Rokas Kupstys 2017-11-25 18:39:54 +0200
  • 26ff4fce30 Fix AssImp compilation with VS 2017. Remove cmake_vs2013.bat. Closes #2191. Eugene Kozlov 2017-11-25 08:47:43 +0300
  • 2711d7b73f Update contributor list. Remove unnecessary casts. Eugene Kozlov 2017-11-24 23:23:22 +0300
  • 70b8fc7609 Travis CI: API documentation update at 2017-11-24 20:15:29 UTC. [ci package] urho3d-travis-ci 2017-11-24 20:15:29 +0000
  • e9c72fac33
    Merge pull request #2184 from hsnabn/color-fromuint Eugene Kozlov 2017-11-24 23:00:45 +0300
  • 0a5f12c495 Fix incorrect comment in AS thesquib 2017-11-23 22:52:46 +1300
  • 7acefc3d88 Setup tests correctly in CMakeLists thesquib 2017-11-23 22:51:39 +1300
  • b46db86f24 Updated for current Urho3D, modified isometric demo to include interactions similar to the 2d platformer. thesquib 2017-11-14 11:58:24 +1300
  • e7ff66e6d7 Added 2 Urho2D samples (isometric demo and platformer) Mike3D 2015-01-28 14:02:54 +0100
  • c5c560e759 3D UI cleanup and update Rokas Kupstys 2017-11-20 19:23:08 +0200
  • 16da4de876 Color::FromUInt: Divide by float to avoid rounding issues. Aban Hussain 2017-11-22 02:41:24 +0500
  • ecb888f941 Add Color::FromUInt to Lua and AngelScript APIs. Aban Hussain 2017-11-22 02:25:22 +0500
  • 3d7e8aba02 Add FromUInt function to Color. Aban Hussain 2017-11-22 02:24:54 +0500
  • 3b68cc6b64 For CI - upgrade Linaro compiler toolchains for ARM-CI. [ci only: ARM] [skip appveyor] Yao Wei Tjong 姚伟忠 2017-11-21 21:30:24 +0800
  • fce50003d2 Revert initial signature of Object::IsInstanceOf. Add Object::Cast instead. Eugene Kozlov 2017-11-20 23:17:52 +0300
  • 9061e26157 Travis CI: API documentation update at 2017-11-19 22:16:36 UTC. [ci package] urho3d-travis-ci 2017-11-19 22:16:36 +0000
  • 28734f6a1c
    Merge pull request #2177 from eugeneko/master Eugene Kozlov 2017-11-20 00:25:06 +0300
  • bcf15eef26
    Merge pull request #2168 from rokups/misc-fixes-and-features Eugene Kozlov 2017-11-20 00:24:41 +0300
  • 7b60ab1724 Rename Variant custom type strings. Eugene Kozlov 2017-11-19 15:41:54 +0300
  • 65253d48c8 Make Object::IsInstanceOf return tested type. Eugene Kozlov 2017-11-19 15:41:31 +0300
  • 90f4cf8b8d Add template version of Context::RegisterSubsystem. Eugene Kozlov 2017-11-19 15:38:51 +0300
  • 8809c05278 Fix crash when GImpactMesh is collided with TriangleMesh. Fixes #2172 Eugene Kozlov 2017-11-19 15:38:14 +0300
  • abf556c66a Hide added item in hierarchy ListView if parent item is collapsed. Eugene Kozlov 2017-11-19 15:35:49 +0300
  • 7b036b57af Add allocation-less version of Texture2D::GetImage. Eugene Kozlov 2017-11-19 15:34:34 +0300
  • ee77457006 Add UIElement::IsChildOf helper function. Eugene Kozlov 2017-11-19 15:33:25 +0300
  • 06864f5d54 Non-functional refactoring of wheel handling. Eugene Kozlov 2017-11-19 15:32:46 +0300
  • 56506a359e Add ScrollView horizontal/vertical bar visibility properties. Eugene Kozlov 2017-11-19 15:29:43 +0300
  • c93b3b513a AngelScript bindings. Rokas Kupstys 2017-11-15 19:52:29 +0200
  • 0bb81bf8be Lua bindings for new methods. Rokas Kupstys 2017-11-17 19:07:48 +0200
  • 9b5d759c60 Add "monitor" parameter to Graphics::GetDisplayDPI method. Rokas Kupstys 2017-11-15 19:50:55 +0200
  • 8fd843703e Minor changes. Eugene Kozlov 2017-11-14 00:58:05 +0300
  • ba95abbad8 Add few bindings. Add some TODOs. Non-functional changes. Eugene Kozlov 2017-11-13 17:53:45 +0200
  • f2c78c2ab8 Move new graphics APIs Eugene Kozlov 2017-11-12 21:39:10 +0300
  • 293370db1f Rename Graphics::RaiseWindow to Graphics::Raise. Eugene Kozlov 2017-11-12 21:29:00 +0300
  • eacf671d12 String FileSystem::GetTemporaryDir() const API Rokas Kupstys 2017-11-17 19:12:42 +0200
  • 964f4c6759 Context::RemoveAllAttributes(StringHash) API Rokas Kupstys 2017-11-09 19:03:45 +0200
  • 690afb2985 Add vertexStart parameter to DebugRenderer::AddTriangleMesh() Rokas Kupstys 2017-11-14 11:27:31 +0200
  • b8689422cc Add Int64 support to Serializable::OnSetAttribute and Serializable::OnGetAttribute Rokas Kupstys 2017-11-10 19:06:55 +0200
  • e1409e6ddc New API for XMLElement Rokas Kupstys 2017-11-09 17:58:29 +0200
  • 2e7bef8ca3 New API for Image Rokas Kupstys 2017-11-14 11:33:12 +0200
  • fba10847c6 Operators and getters for Rect and IntRect Rokas Kupstys 2017-11-09 17:56:30 +0200
  • 46785cb0c2 Mark IntVector(const int*) constructor as explicit and add IntVector(const float*) constructor Rokas Kupstys 2017-11-14 11:34:44 +0200
  • 6909b741f1 Add base hash parameter to StringHash::Calculate() in order to allow incremental hash calculation Rokas Kupstys 2017-11-09 17:47:47 +0200
  • c3632eff78 Fix FileSystem::ScanDirInternal() improperly detecting file extension when file name contains more than one dot. Rokas Kupstys 2017-11-09 17:45:00 +0200
  • 6d7ae4f755 Define remaining key constants Rokas Kupstys 2017-11-09 17:44:17 +0200
  • 6045a86345 New RenderPath APIs Rokas Kupstys 2017-11-09 17:39:39 +0200
  • 0b2ade9efb New Graphics APIs Rokas Kupstys 2017-11-13 17:03:40 +0200
  • 5cd0e558a9 Fix Graphics::GetWindowPosition() to return actual window position when it is created. Position is queried from SDL Rokas Kupstys 2017-11-09 17:33:23 +0200
  • d5bd3eea26 Define DRAWABLE_UNDEFINED constant and display a warning when drawable is created with invalid flags. Rokas Kupstys 2017-11-09 17:32:28 +0200
  • fe1a20025f "float Time::GetFramesPerSecond() const" API Rokas Kupstys 2017-11-09 17:31:08 +0200
  • c4c8e7cf6b "Object::SetBlockEvents(bool)" and "bool Object::GetBlockEvents()" APIs - allow blocking certain objects from sending and receiving events Rokas Kupstys 2017-11-09 17:30:35 +0200
  • 39d0676e3a Define STB_VORBIS_HEADER_ONLY only if was previously undefined - avoids warnings. Rokas Kupstys 2017-11-09 17:29:12 +0200
  • 4c7d0f3a71
    Merge pull request #2091 from urho3d/refactor-attributes Eugene Kozlov 2017-11-12 20:21:50 +0300
  • 6961d6f358 Use "post-set callback" instead of "epilogue". Update docs. Eugene Kozlov 2017-11-12 16:16:24 +0300
  • e7d7af4a2e Revert temporary test code in HelloWorld.cpp Eugene Kozlov 2017-11-12 15:20:16 +0300
  • 21efb5bda9 Travis CI: API documentation update at 2017-11-12 10:01:39 UTC. [ci package] urho3d-travis-ci 2017-11-12 10:01:39 +0000
  • 949af7adc7 Add another new log level (TRACE) for verbose tracing. Close #2163. Yao Wei Tjong 姚伟忠 2017-11-12 17:32:35 +0800
  • 68232663cc Add contributors. Yao Wei Tjong 姚伟忠 2017-11-12 17:18:21 +0800
  • de58ce17a3 Merge branch 'master' of https://github.com/att-kin9/Urho3D into master. Close #2164. Yao Wei Tjong 姚伟忠 2017-11-12 17:13:06 +0800
  • c9eefb2e44 Merge branch 'rokups-fix/Urho3DAll.h' into master. Close #2169. Yao Wei Tjong 姚伟忠 2017-11-12 16:19:51 +0800
  • 048ed5cf3e Update test code. Eugene Kozlov 2017-11-11 21:17:14 +0300
  • 22ed4a63e9 Remove non-obvious macro accessors generators. Fix out-of-Urho3D serializables compilation. Eugene Kozlov 2017-11-11 21:17:02 +0300
  • eb66698487 Temporarily add serialization test code. Eugene Kozlov 2017-11-11 19:12:07 +0300
  • 1b0fec98de Add attributes with custom set and get functions. Eugene Kozlov 2017-11-11 19:11:09 +0300
  • d4c64c110f Remove headers few headers from Urho3DAll.h Rokas Kupstys 2017-11-11 12:52:51 +0200
  • 23a15c893a Fix CascadeParameters.splits_ AS binding. Eugene Kozlov 2017-11-11 13:54:22 +0300
  • 7a3ec74ea4 Refactor attributes. Minor changes. Eugene Kozlov 2017-11-11 13:00:35 +0300
  • 7ab0d69d0b
    Deleted default parameter passed. att-kin9 2017-11-08 22:49:02 +0800
  • 29e92fd246
    Fixed failing for picking rigidbody. att-kin9 2017-11-07 11:42:03 +0800
  • 611fc1fbff
    Merge pull request #7 from urho3d/master SuperWangKai 2017-11-05 16:37:30 +0800
  • 37cba9522d Disable URHO3D_SSE by default (as original intended) for old MinGW. Yao Wei Tjong 姚伟忠 2017-10-29 10:44:20 +0800
  • b84239a3ae Add missing Swap.h include in Ptr.h. Eugene Kozlov 2017-10-28 22:12:34 +0300
  • 0c43256b28 Travis CI: API documentation update at 2017-10-28 18:04:11 UTC. [ci package] urho3d-travis-ci 2017-10-28 18:04:11 +0000
  • 56f4c6cb79 Minor changes in ScriptInstance. Use &inout qualifier for AS Array::Swap. Eugene Kozlov 2017-10-28 20:32:10 +0300
  • 187a353d6b Improve serialization of ScriptInstance (#2156) orefkov 2017-10-28 20:29:28 +0300
  • 21ed39fad6 Remove support for old Visual Studio versions. Only newer versions that can handle C++11 features are supported now. Yao Wei Tjong 姚伟忠 2017-10-07 16:22:58 +0800
  • 272eea57c5 Merge pull request #2158 from Modanung/patch-1 Eugene Kozlov 2017-10-26 00:38:29 +0300
  • 5cd69855b2 Removed a "been" from networking documentation Frode Lindeijer 2017-10-25 22:53:59 +0200
  • aaa4fd8eb8 Include one of assimp's cmake module for enabling Open3DGC for Linux. Fix header search path for the compiling Open3DGC build option. Yao Wei Tjong 姚伟忠 2017-10-24 21:49:03 +0800
  • b8335f5059 In scripting optimize searching node's script object by their type name (#2154) orefkov 2017-10-21 04:33:13 +0300
  • d9249c56d8 For CI - fix normal OSX-CI build after a successful packaging build. [ci only: OSX] [skip appveyor] Yao Wei Tjong 姚伟忠 2017-10-16 22:14:32 +0800
  • 04c615822c Fix SharedPtr assignment. Eugene Kozlov 2017-10-15 15:04:38 +0300
  • 07024da809 Travis CI: API documentation update at 2017-10-15 11:49:59 UTC. [ci package] urho3d-travis-ci 2017-10-15 11:49:59 +0000
  • 69ffd879f3 Merge pull request #2140 from eugeneko/master Eugene Kozlov 2017-10-15 14:38:30 +0300
  • 4475565749 Add AS and Lua bindings for ListView internal layout functions. Eugene Kozlov 2017-10-14 12:37:47 +0300
  • 9b22e16324 Fix the intermittent Android-CI build failure Related to commit 6b63f20065. Yao Wei Tjong 姚伟忠 2017-10-14 14:28:47 +0800
  • 192903ba32 Fix Android cross-compiling build on Windows host system. Close #2148. Yao Wei Tjong 姚伟忠 2017-10-14 12:53:07 +0800
  • 0af84653df Minor patch for the assimp's CMakeLists to fix MinGW build. Yao Wei Tjong 姚伟忠 2017-10-14 00:01:36 +0800
  • 9a7a590548 Update assimp version in the documentation. Yao Wei Tjong 姚伟忠 2017-10-13 23:52:13 +0800
  • 0c96975249 Merge commit '661527824a9364865142e46c2a46b2e57f64c8ce' as 'Source/ThirdParty/Assimp' Yao Wei Tjong 姚伟忠 2017-10-12 22:58:00 +0800
  • 661527824a Squashed 'Source/ThirdParty/Assimp/' content from commit 2531d22 Yao Wei Tjong 姚伟忠 2017-10-12 22:58:00 +0800
  • b096792dcc Replace Source/ThirdParty/Assimp subdirectory with subtree. Yao Wei Tjong 姚伟忠 2017-10-12 22:57:57 +0800
  • 6b63f20065 Fix the intermittent Android-CI build failure. A few of the docker-containers for Android build environment in Travis may have been wrongly configured recently (have different CPU type than the rest) that the 'native' host tool built from the Android build environment caused illegal instruction (core dumped) when the tool was run on the container host. We are using "ccache" to cache the object files. For this to work, we expect to have a uniform build environments. Setting the deployment target to 'generic' for now in order to workaround the problem. Yao Wei Tjong 姚伟忠 2017-10-09 21:44:42 +0800
  • 5e8a2756db Merge pull request #2143 from lieff/master Eugene Kozlov 2017-10-10 22:45:24 +0300
  • e269c0c082 fix typo in Quaternion opSub lieff 2017-10-10 18:49:25 +0300
  • 8d49cbba00 Add internal layout functions for ListView. Eugene Kozlov 2017-10-03 22:59:27 +0300
  • 69d3e55781 Update AngelScript version. Yao Wei Tjong 姚伟忠 2017-10-01 17:23:54 +0800
  • c38299ae1b Merge commit '6f9bcea2833beb3a0b5a4428d7228d2206a58f5e' as 'Source/ThirdParty/AngelScript' Yao Wei Tjong 姚伟忠 2017-10-01 17:00:22 +0800