Commit Graph

  • b238824f63
    Bug fix that prevented Android app to be relaunched successfully. Also tweak the Android sample launcher app to go back from MainActivity to LauncherActivity before exiting completely in order to make it easier to launch many sample apps in a same session. Yao Wei Tjong 姚伟忠 2018-07-08 12:25:37 +0800
  • a513b325c0
    Initial multi-module setup for Android build. Yao Wei Tjong 姚伟忠 2018-06-19 23:26:49 +0800
  • 880c0641e0
    Gradle wrapper init using Gradle version 4.8. Yao Wei Tjong 姚伟忠 2018-06-17 13:20:31 +0800
  • 384ed3224f
    Move all the shell scripts and batch files into 'script' directory. Yao Wei Tjong 姚伟忠 2018-06-17 12:56:56 +0800
  • 5dafd740e7 Fix DX11 DSV/RTV mismatch error when rendering UI to render target. SuperWangKai 2018-07-30 12:07:00 +0800
  • fa4099c206 Fix to correctly log scratch buffer allocation carnalis 2018-07-25 18:23:51 -0400
  • b0f2b5a94f Cleanup casts in FlagSet. Eugene Kozlov 2018-07-15 15:53:58 +0300
  • 3d87d2e711 Travis CI: API documentation update at 2018-07-14 18:48:15 UTC. [ci package] urho3d-travis-ci 2018-07-14 18:48:15 +0000
  • a144206e27 Update porting notes. Rename UpdateEvent::USE_NONE to UpdateEvent::USE_NO_EVENT. Eugene Kozlov 2018-07-14 18:12:00 +0300
  • 5d2109eb9d Non-functional code and comment cleanup. Eugene Kozlov 2018-07-14 17:13:03 +0300
  • 4d8a0fd31c
    Merge pull request #2336 from rokups/feature/flagset Eugene Kozlov 2018-07-14 18:16:59 +0300
  • a7dd098898
    For CI - use the r13b-strip release tag. The branches in urho3d/android-ndk repo will be upgraded to r17b. [ci skip] Yao Wei Tjong 姚伟忠 2018-07-10 21:54:47 +0800
  • d9442689cf Fix linter issues. Eugene Kozlov 2018-07-10 00:32:42 +0300
  • 7cb72d451b Revert some changes in Serializable and flag sets. Fix Camera compilation. Eugene Kozlov 2018-07-09 11:50:29 +0300
  • 4dfd230f55 Remove '-ffast-math' option. Remove GCC 8.x check in Matrix3x4.h Alexey Rassikhin 2018-07-03 11:28:12 +0300
  • 17c4a1022d Updated GetOSVersion() Florastamine 2018-06-24 06:44:44 +0700
  • 84ed9029f9
    Update contributor list. Close #2340 Yao Wei Tjong 姚伟忠 2018-06-24 10:23:48 +0800
  • 45793b8ae2 Fixed wrong number of rows in chat history of Sample 16_Chat. LordGolias 2018-06-23 22:51:53 +0200
  • dd9532de51 Commented out unused parameters. LordGolias 2018-06-23 22:50:21 +0200
  • d9d51b9c27 Rename ClearMode to ClearTarget. Rokas Kupstys 2018-06-20 17:39:15 +0300
  • bd2f4111e4 Converted constants in Camera.h to enum. This also includes fix for URHO3D_MAKE_MEMBER_ATTRIBUTE_ACCESSOR() to make it work with FlagSet<>. Rokas Kupstys 2018-06-20 14:51:15 +0300
  • b4dec95887 Rename ClearFlag to ClearMode and fix lua bindings. Rokas Kupstys 2018-06-20 12:17:26 +0300
  • 3f86bad5b6 Get rid of explicit FlagSet<> usages. Minor FlagSet changes. Eugene Kozlov 2018-06-20 02:04:32 +0300
  • bcad960586 Fix AS bindings. Eugene Kozlov 2018-06-20 01:54:31 +0300
  • fa1524e14e Fix lua bindings. Eugene Kozlov 2018-06-20 01:25:03 +0300
  • 82c5529295 Rename Quality to MaterialQuality. Revert AnimationTrack default ctor. Rename UseEvent to UpdateEvent. Make FlagSet casts more strict. Minor changes. Eugene Kozlov 2018-06-20 01:24:37 +0300
  • 6ed3e46646 FlagSet<> update: Rokas Kupstys 2018-06-18 20:20:17 +0300
  • 966590d8e7 Use FlagSet<> for storing masks. Rokas Kupstys 2018-06-18 17:53:32 +0300
  • dcbc0046c7 Re-enable suspending main loop when application is paused on android. Fixes #2328. Rokas Kupstys 2018-06-17 11:10:16 +0300
  • dff13213e6 Travis CI: API documentation update at 2018-06-09 16:05:38 UTC. [ci package] urho3d-travis-ci 2018-06-09 16:05:38 +0000
  • 48bf1228aa
    Correct code comment. Close #2315 Yao Wei Tjong 姚伟忠 2018-06-09 22:35:39 +0800
  • e5b137af3b
    Rename Color::TRANSPARENT constant to Color::TRANSPARENT_BLACK. Close #2308 Close #2298 Yao Wei Tjong 姚伟忠 2018-06-09 22:26:59 +0800
  • 00f4847fd9
    Conditionally remove unused code. Yao Wei Tjong 姚伟忠 2018-06-09 19:35:44 +0800
  • 540450e917
    Add more check as Clang also emits '__GNUC__' define. [ci skip] Yao Wei Tjong 姚伟忠 2018-06-09 19:02:15 +0800
  • 2f12b4d207
    Quick fix for building using GCC 8.x compiler toolchain. Close #2326 Yao Wei Tjong 姚伟忠 2018-06-09 17:25:42 +0800
  • 4862785ab7 Fix PackageTool build. Eugene Kozlov 2018-06-04 18:05:16 +0300
  • 24cd09689a
    Merge pull request #2323 from eugeneko/fix-web-occlusion Eugene Kozlov 2018-06-04 16:08:30 +0300
  • 4e23992456
    Remove 'experimental' label from EMSCRIPTEN_WASM build option. Yao Wei Tjong 姚伟忠 2018-06-03 23:51:29 +0800
  • e7a1b4c069
    Make the option not available for Release build config. Due to how CMake works, this prevention only works for single-config generator. Yao Wei Tjong 姚伟忠 2018-06-03 20:58:48 +0800
  • 47aba2aaa2
    Merge pull request #2309 from eugeneko/hash-reverse Eugene Kozlov 2018-06-03 15:12:42 +0300
  • 251f8d7dc8 Add check for degenerate sub-triangles in OcclusionBuffer::DrawTriangle2D. Fixes #2322. Eugene Kozlov 2018-06-03 14:59:08 +0300
  • 81f7398194
    For CI - clean up option from removed clang-tidy check. [ci skip] Yao Wei Tjong 姚伟忠 2018-06-03 18:03:19 +0800
  • bf91b675ea Revert "Revert me: Test Vector with non-copyable type." Eugene Kozlov 2018-06-03 12:51:08 +0300
  • e78c1d7ff5
    Merge pull request #2310 from eugeneko/move-containers Eugene Kozlov 2018-06-03 12:42:44 +0300
  • 1d296ea10d
    Document the new emscripten-specific build option. Yao Wei Tjong 姚伟忠 2018-06-03 17:04:48 +0800
  • 6f8f178bfd
    For CI - revert to exclude the EMCC's cache from CI's cache. It seems it prevented EMCC from being activated correctly. Need to investigate further when got time. Yao Wei Tjong 姚伟忠 2018-06-03 13:40:43 +0800
  • a3ea5b679a
    For CI - include EMCC's cache into CI's cache and minor clean up. Yao Wei Tjong 姚伟忠 2018-06-03 10:14:42 +0800
  • db1e4fea66 Fixed the 2D rendering order makes the layer priority higher than the Z Zhang Kaikai 2018-06-03 05:48:34 +0800
  • f27c149779
    For CI - explicitly set WASM to off when CI testing for asm.js. When cache is clear then skip the samples build because build all samples from scratch now exceeds our free time limit from Travis. Switch to upload the WASM variant of the web samples. This means the samples should run faster on dekstop browsers but might not work on mobile browsers at the moment. Yao Wei Tjong 姚伟忠 2018-06-02 21:59:43 +0800
  • 9c25ad9f97 Rename Vector::Emplace to Vector::EmplaceBack. Eugene Kozlov 2018-06-02 16:12:55 +0300
  • 774f62e4c3 Update docs and CMake description for URHO3D_HASH_DEBUG Eugene Kozlov 2018-06-02 16:02:07 +0300
  • 40281539f0
    Add a new build option to control auto addtion of HTML shell-file. Yao Wei Tjong 姚伟忠 2018-06-02 17:37:28 +0800
  • e65cdac59e
    Add build support for Emscripten 1.38.x. Emit WASM by default. Yao Wei Tjong 姚伟忠 2018-06-02 16:47:55 +0800
  • b78992ba43 Fix crash in DX11 when current render target is passed into Graphics::SetTexture. Eugene Kozlov 2018-05-26 19:15:59 +0300
  • 025714ec4d Change scope of URHO3D_HASH_DEBUG define. Eugene Kozlov 2018-05-22 23:11:25 +0300
  • e0b1283d48 Minor change in Vector::Push, fix Vector::Emplace. Eugene Kozlov 2018-05-22 22:52:51 +0300
  • 2482502b84 Editor: more info about models 1vanK 2018-05-13 18:07:42 +0300
  • 35913127c5 Disable modernize-pass-by-value check. Eugene Kozlov 2018-05-08 22:29:50 +0300
  • 06e3c6871f Fix linter error. Eugene Kozlov 2018-05-07 17:01:38 +0300
  • bbb8222b8c
    For CI - skip scaffolding test on STATIC/Debug build config. This is a quick workaround to avoid running out of disk space problem. Yao Wei Tjong 姚伟忠 2018-05-07 22:36:38 +0800
  • 63ada2546f Fix shared build. Eugene Kozlov 2018-05-07 13:13:20 +0300
  • f4b00a1d54 Extract StringHash reverse mapping logic into StringHashRegister. Reuse it in event system. Eugene Kozlov 2018-05-06 21:40:13 +0300
  • 5ce8f820f2 Minor fix in Variant::GetCustomPtr. Eugene Kozlov 2018-05-07 00:09:54 +0300
  • b75e1015bd Add Vector::Emplace. Fix HashMap::Populate signature. Disable MSVC warnings. Eugene Kozlov 2018-05-03 00:56:09 +0300
  • 0304939fec Fix incorrect implementation of Vector::EraseSwap. Eugene Kozlov 2018-05-01 21:48:22 +0300
  • 0ff4cb81c0 Optimize common execution path in Vector::Push. Eugene Kozlov 2018-04-30 23:50:25 +0300
  • 82cc60d974 Revert me: Test Vector with non-copyable type. Eugene Kozlov 2018-04-30 15:12:13 +0300
  • 9c069c91dd Make Urho3D.Containers move-friendly. Eugene Kozlov 2018-04-30 14:28:53 +0300
  • d0ce35d194 Add StringHash reverse support. Eugene Kozlov 2018-04-29 19:47:57 +0300
  • 218e4d7592
    For CI - add retry logic for uploading build artifacts. Fix #2301 [ci package] Yao Wei Tjong 姚伟忠 2018-04-11 22:27:25 +0800
  • 030877647e
    For CI - warn instead of abort when failed to housekeep SF.net. [ci package] [cache clear] Yao Wei Tjong 姚伟忠 2018-04-09 22:43:20 +0800
  • 7b67f9c813 Travis CI: API documentation update at 2018-04-08 17:15:28 UTC. [ci package] urho3d-travis-ci 2018-04-08 17:15:28 +0000
  • a673dc98b5
    Fix Lua API binding for RayCastSingleSegmented(). Yao Wei Tjong 姚伟忠 2018-04-08 23:40:15 +0800
  • 7af464c0ef Travis CI: API documentation update at 2018-04-08 14:32:33 UTC. [ci package] urho3d-travis-ci 2018-04-08 14:32:33 +0000
  • 6241c9623e
    Add PCH workaround include. Yao Wei Tjong 姚伟忠 2018-04-08 22:10:12 +0800
  • 7fce254c22
    Fix the API binding and minor code cleanup. Close #2093 Yao Wei Tjong 姚伟忠 2018-04-08 22:04:15 +0800
  • 8ecbfad065
    renamed to Selectable to UISelectable Enhex 2018-04-08 12:05:39 +0300
  • 8c8c812ab9
    add editor icon for Selectable Enhex 2018-04-08 11:40:32 +0300
  • 91af42eca9
    setters/getters. override instead of virtual. Enhex 2018-04-08 11:28:04 +0300
  • d4231e0d13
    use nullptr instead of 0 Enhex 2018-04-07 01:16:25 +0300
  • b09b42e4d0
    Created Selectable UI element Enhex 2017-08-23 14:14:12 +0300
  • 01da0589e4 Replaced template UI with new default Modanung 2018-04-03 00:25:02 +0200
  • 4578d4bbf5 Trimmed checkmarks, modified accept drop cursor and reduced refresh icon size Modanung 2018-04-02 18:49:14 +0200
  • f19c632c62 Modified selection and hover colors in DefaultStyle.xml to match new skin Modanung 2018-04-01 19:35:18 +0200
  • 3983f61697 Moved SVG of UI to SourceAssets folder Modanung 2018-04-01 13:35:22 +0200
  • 14ba47fe79 Tiny GUI modifications Modanung 2018-04-01 02:14:39 +0200
  • ce3987ff8f Removed old UI from SVG Modanung 2018-04-01 01:51:04 +0200
  • 1709bddf76 Created new GUI texture Modanung 2018-04-01 01:42:26 +0200
  • b99aae5772 Travis CI: API documentation update at 2018-04-07 18:54:39 UTC. [ci package] urho3d-travis-ci 2018-04-07 18:54:39 +0000
  • 6395a96d48 Fixed segmented raycast missing collisions by overlapping ray segments. Enhex 2018-04-07 14:22:52 +0300
  • 1587df868c Fix incorrect rounding in PhysicsWorld::RaycastSingleSegmented. Add some consts. Eugene Kozlov 2018-04-07 20:15:52 +0300
  • fc2e1b9524
    Merge pull request #2294 from eugeneko/master Eugene Kozlov 2018-04-07 20:15:14 +0300
  • cfb56e54d8 Use non-zero default edge offset for Sprite2D. Eugene Kozlov 2018-04-03 21:45:28 +0300
  • 9857472148 Travis CI: API documentation update at 2018-04-01 03:25:15 UTC. [ci package] urho3d-travis-ci 2018-04-01 03:25:15 +0000
  • 21b1c48da0
    Fix priority parameter not correctly passed. Credit to UnickSoft for pointing this out. Fix #2283 Yao Wei Tjong 姚伟忠 2018-04-01 11:03:06 +0800
  • 006a7050af
    Minor cleanup for code reuse. Yao Wei Tjong 姚伟忠 2018-04-01 10:57:21 +0800
  • a8d3c4a434
    Fix resolve FBOs not getting properly cleared on voluntary context loss. Closes #2286. Lasse Öörni 2018-03-31 04:35:50 +0300
  • ae537f1e18
    Clang-Tidy - bugprone-undefined-memory-manipulation. Close #2282 Yao Wei Tjong 姚伟忠 2018-04-01 00:02:13 +0800
  • 93460b3d12
    Clang-Tidy - hicpp-member-init. Yao Wei Tjong 姚伟忠 2018-03-25 23:31:47 +0800
  • 66a02d9b03
    Clang-Tidy - readability-static-accessed-through-instance. Yao Wei Tjong 姚伟忠 2018-03-25 22:13:10 +0800