Commit Graph

  • 49e0e2122d Clang-Tidy - readability-non-const-parameter. Yao Wei Tjong 姚伟忠 2018-01-13 22:48:01 +0800
  • 2435a523d7 Clang-Tidy - readability-misleading-indentation, actually it's a bug. Yao Wei Tjong 姚伟忠 2018-01-13 22:46:08 +0800
  • f15712ba24 Clang-Tidy - performance-unnecessary-value-param. Yao Wei Tjong 姚伟忠 2018-01-13 22:43:50 +0800
  • f7ad9b138e Clang-Tidy - performance-unnecessary-copy-initialization. Yao Wei Tjong 姚伟忠 2018-01-13 22:39:11 +0800
  • 1156ebfcec Clang-Tidy - cert-flp30-c. Yao Wei Tjong 姚伟忠 2018-01-13 19:39:22 +0800
  • b46c83f007 For CI - use AppVeyor CI image with VS 2017. [skip travis] [ci only: master] Yao Wei Tjong 姚伟忠 2018-01-17 21:30:26 +0800
  • c13e55508a Revert making substitute rendertargets multisampled if the original rendertarget is. Fixes #2232. (#2236) Lasse Öörni 2018-01-14 19:40:42 +0200
  • 9ffaacdfdd
    Merge pull request #2229 from eugeneko/master Eugene Kozlov 2018-01-10 16:38:14 +0300
  • 69550b5203 Remove misplace explicits from smart pointers. Eugene Kozlov 2018-01-07 14:08:43 +0300
  • 4af4148048 Misc. bug fixes. Close #2227. [cache clear] Yao Wei Tjong 姚伟忠 2018-01-07 16:45:46 +0800
  • 0ea35dfb6b For CI - reduce the number of Debug build configuration CI jobs. [skip appveyor] [ci only: master, Android] Yao Wei Tjong 姚伟忠 2018-01-06 19:56:56 +0800
  • c42e0d0403 Minor migration notes addition for Android build. [ci skip] Yao Wei Tjong 姚伟忠 2018-01-06 19:22:20 +0800
  • 8e947952d6 Add RibbonTrail base velocity. Eugene Kozlov 2018-01-05 01:30:50 +0300
  • 7b4dab3783 Change Audio class to optionally use SDL's internal audio stream. Close #2215. Yao Wei Tjong 姚伟忠 2018-01-04 15:53:57 +0800
  • 136b84e351
    Merge pull request #2194 from SirNate0/script-enum-attributes Eugene Kozlov 2018-01-03 00:27:42 +0300
  • 70049ba582 Travis CI: bump copyright to 2018. [cache clear] urho3d-travis-ci 2018-01-01 05:35:37 +0000
  • ad9c6594d1 Fix web build on Windows host system. Close #2224. Yao Wei Tjong 姚伟忠 2018-01-01 13:11:05 +0800
  • 53aba6a523 Travis CI: API documentation update at 2017-12-31 11:30:19 UTC. [ci package] urho3d-travis-ci 2017-12-31 11:30:19 +0000
  • 557b7621b4 Add noexcept specifier for the rest of value classes for consistency. Yao Wei Tjong 姚伟忠 2017-10-31 22:35:00 +0800
  • 56f956d591 Attempt to workaround the 'noexcept' ICE on old MinGW version. Yao Wei Tjong 姚伟忠 2017-10-22 13:33:26 +0800
  • e2ecc52adc Clang-Tidy - cert-err58-cpp (WIP). Yao Wei Tjong 姚伟忠 2017-10-18 21:32:00 +0800
  • 2b493dc3dd Add NOLINT for types that we consider can be used interchangebly. Fix the rest of the build error by calling constructor explicitly. Related to commit d6eb307e34 Yao Wei Tjong 姚伟忠 2017-10-15 20:47:03 +0800
  • d6eb307e34 Clang-Tidy - google-explicit-constructor. Yao Wei Tjong 姚伟忠 2017-10-15 20:44:54 +0800
  • f82ea40480 Clang-Tidy - google-default-arguments. Refactor StaticMode::GetMaterial() virtual method. Yao Wei Tjong 姚伟忠 2017-10-08 21:38:07 +0800
  • c29cb530b6 Clang-Tidy - google-default-arguments. Refactor Serializable::Load(), Seriazable::LoadXML(), and Serializable::LoadJSON() virtual methods. Yao Wei Tjong 姚伟忠 2017-10-08 19:25:01 +0800
  • c3f1eeb9f7 Add NOLINT to prevent false positive from modernize-use-bool-literals. Yao Wei Tjong 姚伟忠 2017-10-08 10:35:59 +0800
  • a5c2e95b15 Add NOLINT to prevent false positive from modernize-redundant-void-arg. The "void" keyword being flagged up in this case cannot be actually removed, so this is really a bug in the check in question to confuse "typeid" as a function. Yao Wei Tjong 姚伟忠 2017-09-16 22:39:20 +0800
  • f2a7fb9aa8 Add NOLINT to prevent false positive from modernize-use-equals-default. Minor refactor to rearrange the union member of the VariantValue class separating the trivial and non-trivial members. Yao Wei Tjong 姚伟忠 2017-10-07 22:27:52 +0800
  • 40516e48c9 Add macro for checking the compiler's C++11 type trait templates. Modify angelscript.h header file to use our custom compiler define based on the check result to cater for pre-standard Clang compiler toolchain. Yao Wei Tjong 姚伟忠 2017-10-06 07:20:19 +0800
  • 845cf45c28 Fix AngelScript binding for GCC/Clang compiler toolchains. Related to modernize-use-equals-default. Yao Wei Tjong 姚伟忠 2017-10-06 00:09:29 +0800
  • c2fcc8decb Clang-tidy - modernize-use-equals-delete. Deleted member function should be public. Yao Wei Tjong 姚伟忠 2017-10-08 10:28:13 +0800
  • c999210676 Clang-Tidy - modernize-use-equals-delete. Yao Wei Tjong 姚伟忠 2017-09-17 15:43:33 +0800
  • d2b9271f05 Clang-Tidy - modernize-use-using. Yao Wei Tjong 姚伟忠 2017-09-17 11:55:51 +0800
  • dc384c1bec Quick fix for Android-CI build. Related to modernize-use-equals-default. Yao Wei Tjong 姚伟忠 2017-09-24 15:17:31 +0800
  • c99c5fbf64 Clang-Tidy - modernize-use-equals-default. Yao Wei Tjong 姚伟忠 2017-09-17 11:35:50 +0800
  • c8bc642020 Clang-Tidy - modernize-use-nullptr. Yao Wei Tjong 姚伟忠 2017-09-17 11:33:36 +0800
  • 0f3d3a2621 Clang-Tidy - modernize-use-bool-literals. Yao Wei Tjong 姚伟忠 2017-09-17 11:32:30 +0800
  • 2e963e7130 Minor refactor to avoid the explicit static_cast. Yao Wei Tjong 姚伟忠 2017-09-17 10:50:03 +0800
  • d8a438b169 Clang-Tidy - modernize-return-braced-init-list. Yao Wei Tjong 姚伟忠 2017-09-16 23:24:23 +0800
  • d23ee35938 Clang-Tidy - modernize-pass-by-value. Yao Wei Tjong 姚伟忠 2017-09-14 22:43:15 +0800
  • 617b2d8cf7 Minor refactor to manually rename the range-based-for-loop index. Yao Wei Tjong 姚伟忠 2017-09-12 22:17:47 +0800
  • 446247fa8c Clang-Tidy - modernize-loop-convert. Yao Wei Tjong 姚伟忠 2017-09-10 12:20:03 +0800
  • 4ff9580f06 Clang-Tidy - modernize-deprecated-headers. Yao Wei Tjong 姚伟忠 2017-09-10 11:22:37 +0800
  • ca97fd9b9b Clang-Tidy - modernize-use-auto. Yao Wei Tjong 姚伟忠 2017-09-06 21:54:06 +0800
  • 5e89e566e6 Clang-Tidy - modernize-use-override. Yao Wei Tjong 姚伟忠 2017-09-06 11:32:40 +0800
  • 117f186fdb For CI - use alternative software packages for Doxygen and Graphviz. [skip travis] Yao Wei Tjong 姚伟忠 2017-12-30 12:39:58 +0800
  • 1e7472ed71 Minor update on how to install MinGW cross-compiler toolchain. [ci skip] Yao Wei Tjong 姚伟忠 2017-12-24 20:41:36 +0800
  • 18682ce75d Travis CI: API documentation update at 2017-12-24 10:33:33 UTC. [ci package] urho3d-travis-ci 2017-12-24 10:33:33 +0000
  • 21389b73bc
    Merge pull request #2207 from eugeneko/master Eugene Kozlov 2017-12-24 12:42:49 +0300
  • 04519952a1
    Merge pull request #2202 from TrevorCash/feature/doubleclickdist Eugene Kozlov 2017-12-24 12:42:21 +0300
  • 7ed2aa7a36 Fix AS binding for Vector3::ProjectOntoLine. Eugene Kozlov 2017-12-24 12:41:32 +0300
  • 876ad35a10
    Comment Changes TrevorCash 2017-12-20 08:21:59 -0700
  • 791f776293 Add contributor credit. Close #2115. Yao Wei Tjong 姚伟忠 2017-12-20 01:19:28 +0800
  • 65e9d62fc6 Merge branch 'master' of https://github.com/SuperWangKai/Urho3D. Yao Wei Tjong 姚伟忠 2017-12-20 01:14:21 +0800
  • 22886cfb94 Instruction on editor key bindings modified SuperWangKai 2017-12-19 21:31:12 +0800
  • 91f56236b7 Use M_MAX_UNSIGNED instead of number of bones in Skeleton::GetBoneIndex. Add bindings. Eugene Kozlov 2017-12-17 21:32:30 +0300
  • 28e4c64bfc Remove "execute" permission in the source files. [ci skip] Yao Wei Tjong 姚伟忠 2017-12-17 09:35:25 +0800
  • 2c773e5bd5 Add Vector3::DistanceToPoint and DistanceToPlane math functions. Eugene Kozlov 2017-12-17 01:57:27 +0300
  • c740dffc30 Add Vector3::ProjectOntoPlane and ProjectOntoLine math functions. Eugene Kozlov 2017-12-17 01:37:39 +0300
  • 2c5624f5ca Add Skeleton::GetBoneIndex and GetBoneParent helper functions. Add ValueAnimation::GetKeyFrames. Eugene Kozlov 2017-12-17 01:11:36 +0300
  • cc5eccec1b Fix RPI build, could not have khronos in the header search path. Yao Wei Tjong 姚伟忠 2017-12-17 02:03:18 +0800
  • 2af82c6eff Bug fix to allow build with appletvsimulator and iphonesimulator SDKs. Yao Wei Tjong 姚伟忠 2017-12-09 20:17:46 +0800
  • b4732cf555 Fix Android build. Starting to use Java 8. Yao Wei Tjong 姚伟忠 2017-12-03 15:21:06 +0800
  • 9b7ae13095 Fix the mistake when merging the custom changes. Yao Wei Tjong 姚伟忠 2017-11-19 23:07:01 +0800
  • 92312b2886 Update Android project to cater for SDL upstream changes. Yao Wei Tjong 姚伟忠 2017-11-19 23:03:09 +0800
  • afae5cae35 Remove the custom bug fix for SDL_x11opengl.c as SDL has fixed it. Yao Wei Tjong 姚伟忠 2017-11-18 17:23:19 +0800
  • b2f8935cf9 Fix SDL assert due to SDL window ops called before SDL window creation. Yao Wei Tjong 姚伟忠 2017-11-18 17:12:58 +0800
  • 093a5b6105 Adjust compiler flags to enable SSE3 when it is supported. Yao Wei Tjong 姚伟忠 2017-11-17 23:30:09 +0800
  • 3c692181bc Move the workaround to the FindDirectX.cmake module. Don't need to add the define via CMake anymore as the new SDL 2.0.7 header now has it baked in. Yao Wei Tjong 姚伟忠 2017-11-13 19:16:32 +0800
  • 3ffe7bfee9 Update existing custom CMake modules to work with SDL 2.0.7. Yao Wei Tjong 姚伟忠 2017-11-12 08:57:26 +0800
  • e745577b87 Add new CMake modules for detecting SDL audio/video drivers. Yao Wei Tjong 姚伟忠 2017-11-12 00:01:55 +0800
  • 68cea3a1e7 Remove SDL2Config.cmake. Yao Wei Tjong 姚伟忠 2017-11-11 22:22:35 +0800
  • 344c182fca Update documentation for SDL 2.0.7 upgrade. Yao Wei Tjong 姚伟忠 2017-11-11 19:43:32 +0800
  • 1cc32beff6 Merge commit '28a8bc01ddef814b654840d30f1cc07651cc347a' into master. Yao Wei Tjong 姚伟忠 2017-12-17 01:48:20 +0800
  • 28a8bc01dd Squashed 'Source/ThirdParty/SDL/' changes from 0940f9e672..cef9d9b1b8 Yao Wei Tjong 姚伟忠 2017-12-17 01:41:35 +0800
  • a075fd950f Fix Web build. EMCC version 1.37.25 requires explicit runtime exports. Yao Wei Tjong 姚伟忠 2017-12-16 22:08:34 +0800
  • 83960fe2e8 Merge branch 'master' into feature/doubleclickdist 2gitcans 2017-12-15 21:04:47 -0700
  • cdb072c046 Minor update on dev package dependency for Wayland. [ci skip] Yao Wei Tjong 姚伟忠 2017-12-16 10:57:32 +0800
  • 49043a22ea Ignore saved scene from 2D samples. Yao Wei Tjong 姚伟忠 2017-12-16 10:49:21 +0800
  • bf9629144a Suppress C++11 warning on a compiler define. Yao Wei Tjong 姚伟忠 2017-12-09 00:51:41 +0800
  • 5af679a974 Fix RPI build. Only support Raspbian Stretch for now. Yao Wei Tjong 姚伟忠 2017-12-09 00:53:44 +0800
  • 8fe15fab49 Set compiler define to indicate iOS does not have system() function. Yao Wei Tjong 姚伟忠 2017-12-09 20:48:35 +0800
  • 08b838022b Add CMake messages for deprecated build option usage. Yao Wei Tjong 姚伟忠 2017-12-15 22:34:31 +0800
  • 860922136b Fix iOS build to support 11.x deployment target. Close #2190. Yao Wei Tjong 姚伟忠 2017-12-10 13:34:44 +0800
  • 79d4803f51 For CI - upgrade to Xcode 9.2 and targeting iOS 11.2 and macOS 10.13. Yao Wei Tjong 姚伟忠 2017-12-09 23:37:20 +0800
  • 63c9176c64 Clean up documentation to remove the URHO3D_C++11 build option. Yao Wei Tjong 姚伟忠 2017-12-15 23:14:16 +0800
  • 912df7381c Remove support for VS 2013. Yao Wei Tjong 姚伟忠 2017-12-15 23:12:17 +0800
  • b9f39755db Minor fixes: cleaning up comments, variable initilization, early return SirNate0 2017-12-12 21:17:53 -0600
  • 33c495f9c0 removed unused parameter from UI::SendDoubleClickEvent 2gitcans 2017-12-12 17:04:40 -0700
  • 9ef9300ada Use M_MARGE_VALUE instead of 99999.0f 2gitcans 2017-12-10 17:43:30 -0700
  • 135085714d formating correction 2gitcans 2017-12-10 15:45:43 -0700
  • a411214e7c Removed Tabs, replaced FLT_MAX with large float. Capitalized event params 2gitcans 2017-12-10 15:29:34 -0700
  • b8f6d0061a Merge branch 'enhancement/doubleclickinfo' into feature/doubleclickdist 2gitcans 2017-12-10 14:21:53 -0700
  • 25b4d9cf0d addded Lua bindings 2gitcans 2017-12-10 14:21:25 -0700
  • 6e0caa1341 Added angelscript api calls 2gitcans 2017-12-10 14:18:42 -0700
  • 00b103b5d6 Added missing distance check to the end of ProcessClickBegin. Seperate private function for dispaching double click events and added position of beggining click to double click events. 2gitcans 2017-12-10 14:13:32 -0700
  • e78e3ab165 added UI::SetMaxDoubleClickDist and UI::GetMaxDoubpleClickDist 2gitcans 2017-12-10 13:34:07 -0700
  • 8ef31d75bb Added enum support for ScriptInstance attributes. Presently names are cached in the Script class. SirNate0 2017-12-02 16:36:23 -0600
  • 54ed4c917f
    Merge pull request #2176 from thesquib/2ddemos Eugene Kozlov 2017-12-02 20:33:18 +0300
  • 2ae6c6b85f
    Merge pull request #2185 from rokups/update-3D-UI Eugene Kozlov 2017-12-02 20:31:24 +0300