Commit Graph

  • 51e823387e Revert "Limit number of channels to avoid issues on multichannel audio device (5.1, 7.1, etc) (#2769)" 1vanK 2021-01-31 13:04:48 +0300
  • f551d2eab8
    Limit number of channels to avoid issues on multichannel audio device (5.1, 7.1, etc) (#2769) gleblebedev 2021-01-31 09:27:51 +0000
  • 2dcefeb54f
    Added checkbox for editor to parent spawned nodes to selected node (#2766) PencilAmazing 2021-01-26 16:11:27 +0200
  • 0dfd145018
    Fix conditional typo in EditorSpawn.as (#2764) PencilAmazing 2021-01-21 20:40:41 +0200
  • c4082368d7 Update boost::preprocessor to 1.75.0 1vanK 2021-01-20 23:40:55 +0300
  • 20ab680d36 AS Autobindings: base class for function analyzers 1vanK 2021-01-18 22:42:32 +0300
  • fcfc612248 AS Autobindings: Initial splitting of classes to separate functions - Move destructors 1vanK 2021-01-18 07:34:10 +0300
  • 83b482332c Separately set /WHOLEARCHIVE for every third party lib. Fix https://github.com/urho3d/Urho3D/issues/2760 1vanK 2021-01-17 04:57:06 +0300
  • 7e1ff465f4 Disable WHOLEARCHIVE for VS Shared x32. Temporary fix for https://github.com/urho3d/Urho3D/issues/2760 1vanK 2021-01-17 02:40:47 +0300
  • 19533d7d41 AS Bindings: fix throwing away of parameters 1vanK 2021-01-16 14:45:37 +0300
  • 79dbbe7a49 BindingGenerator: Fix building with MinGW 1vanK 2021-01-15 06:00:59 +0300
  • 90d7c27c3e
    AS Autobindings: Rename GeneratedClasses to GeneratedObjectTypes; sort and rename HighPriority members to DefaultConstructors (#2759) 1vanK 2021-01-15 05:17:58 +0300
  • 36cabe9639 Restore Doxyfile version 1vanK 2021-01-11 05:28:36 +0300
  • 03882e8943
    Update AngelScript library (#2756) 1vanK 2021-01-11 00:49:23 +0300
  • 7ce32991ae
    AS Autobindings: Sort RegisterObjectType. Initial stage of reorganizing class bindings (#2752) 1vanK 2021-01-05 00:15:20 +0300
  • 15a9692739
    Fixed texture loading caused by Heightmap typo (#2753) SuperWangKai 2021-01-04 20:57:25 +0800
  • c823a0a419
    BindingGenerator: Move template specialization into GlobalFunctionAnalyzer; Improve XmlAnalyzers (#2751) 1vanK 2020-12-30 17:55:45 +0300
  • 4048798fc5 Remove endline spaces 1vanK 2020-12-24 16:21:55 +0300
  • a6dad3f314 BindingGenerator: Typo in the previous commit 1vanK 2020-12-24 15:39:52 +0300
  • 3b71f28262 AS Autobindings: Sort global variables 1vanK 2020-12-24 14:23:39 +0300
  • 094fd5f58f AS Autobindings: avoid recreation of bindings when cpp files is changed 1vanK 2020-12-24 07:47:26 +0300
  • b08f08dfb6
    36_Urho2DTileMap: Fix invisible cursor - Revert ef6284c938 (#2749) 1vanK 2020-12-24 05:15:16 +0300
  • bd07aee97d
    AS Autobindings: Sorting global functions (#2748) 1vanK 2020-12-24 04:23:00 +0300
  • 88a275bb90
    AS Autobindings: refs instead values, improved UsingAnalyzer, typos, style (#2747) 1vanK 2020-12-22 15:18:01 +0300
  • 0ba217b9a1
    AS Autobindings: reorganize doxygen 7732 issue workaround (#2746) 1vanK 2020-12-21 19:38:42 +0300
  • e1661eebe0 ASEnumBinder: Remove unnecessary code, use refs in cycles 1vanK 2020-12-09 21:12:55 +0300
  • 93edc07698
    AS Bindings: Alphabetical sorting of enums (#2741) 1vanK 2020-12-09 16:55:34 +0300
  • 5e4b34cf36
    AS Bindings: Move includes to separate file (#2740) 1vanK 2020-12-08 15:51:59 +0300
  • e1fa7eb345 Typo in the previous commit 1vanK 2020-12-07 18:54:31 +0300
  • c76f0c7712
    Mobile shaders fixes (#2709) gleblebedev 2020-12-07 15:43:48 +0000
  • aa515831bc
    Removed list of contributors because it is not complete. Use git log and https://github.com/urho3d/Urho3D/graphs/contributors to get info about contributors (#2737) 1vanK 2020-12-07 17:44:26 +0300
  • 04b952cb67
    Fix failing mingw32 build when there is space char in project path. (#2736) Henrik Heino 2020-12-06 03:49:30 +0200
  • f8cb13f49a
    LineEdit: enforce length limit on updating text (#2729) tril0byte 2020-12-05 12:55:31 -0800
  • da002acf75 Fix for https://github.com/urho3d/Urho3D/issues/2638 1vanK 2020-12-05 20:51:33 +0300
  • 107d99711e
    Add MSG_USER const. Fix https://github.com/urho3d/Urho3D/issues/2734 (#2735) 1vanK 2020-12-05 15:50:29 +0300
  • 305214ccd5
    AS Bindings: Workarounds for Connection that used outside URHO3D_NETWORK define (#2733) 1vanK 2020-12-05 03:11:14 +0300
  • 0815591e2a Update AS bindings 1vanK 2020-12-04 18:30:42 +0300
  • 3aa9238dc3 Silence "shader does not use the define NOUV" warning 1vanK 2020-12-04 11:59:43 +0300
  • ab675170e7 Fix Skybox by gleblebedev 1vanK 2020-12-04 11:42:21 +0300
  • 5f14c2f529 Fix FixCubeLookup() 1vanK 2020-12-04 11:28:07 +0300
  • 9e435fc6da
    Quick fix for CMake 3.19.x on Apple platform. Temporarily 'pin' to use the legacy build system even when using Xcode 12.x. Yao Wei Tjong 姚伟忠 2020-12-04 13:49:15 +0800
  • 13604a23cc
    CI - workaround CI build error on macOS VM runner. Pin to the last known working Xcode version. Yao Wei Tjong 姚伟忠 2020-12-04 12:51:28 +0800
  • 2c0ba1b0d8
    CI - workaround 'doc' task error caused by new choco 'graphviz' package. Yao Wei Tjong 姚伟忠 2020-12-04 11:37:18 +0800
  • 74157affb4
    Revert "gradle add command line options (#2731)" Yao Wei Tjong 姚伟忠 2020-12-04 10:37:57 +0800
  • e01b5be904
    gradle add command line options (#2731) talarcon 2020-11-27 13:27:21 -0300
  • eb0e7677f6
    speed up logging by only creating formatted log messages when the log level is appropriate (#2685) UkoeHB 2020-11-25 19:24:02 -0600
  • bae8f680ee Fix twice applied gravity 1vanK 2020-11-25 23:58:16 +0300
  • 0f4b769f1a
    fix third party bug for El Capitan and update gitignore for files created when 'dot' dependency is missing (#2687) UkoeHB 2020-11-25 14:32:51 -0600
  • 237ff68344 Revert "core: add VariantMapVector to the variant types" Crypto City 2020-11-24 03:16:51 +0000
  • 9f93478e90
    Revert PR #2476. (#2728) Eugene Kozlov 2020-11-20 22:15:51 +0300
  • f2d156de30
    Add support of 24-bit depth on mobiles. (#2726) Eugene Kozlov 2020-11-18 15:38:17 +0300
  • f909775ca7 Fix sign typo in AutoExposure.glsl ssinai1 2020-08-23 14:42:18 +0200
  • c85522b17d
    CI - remove clang-tidy and clang-format jobs for now. Yao Wei Tjong 姚伟忠 2020-11-08 23:43:26 +0800
  • 4be250bfde
    CI - fix to use only 1 CPU core for Web Debug build config. Yao Wei Tjong 姚伟忠 2020-11-06 23:58:12 +0800
  • e4c6ae9db3
    CI - check the job status on both code branch. Yao Wei Tjong 姚伟忠 2020-11-05 23:28:43 +0800
  • 6abd71cc15
    Fix clicks on retina display (#2678) Katekov Anton 2020-11-06 21:11:26 +0900
  • e3fc6dc4fa
    AS Autobindings: fix circular dependency (#2723) 1vanK 2020-11-05 20:41:45 +0300
  • ec0c30af50
    Android - increase the Gradle's JVM heap size. [cache clear] Yao Wei Tjong 姚伟忠 2020-11-04 23:10:50 +0800
  • 681306682c
    CI - prevent caching gradle stuffs on non Android build. [cache clear] Yao Wei Tjong 姚伟忠 2020-11-04 20:19:44 +0800
  • 7054b9aed0
    CI - use master DBE tag. Yao Wei Tjong 姚伟忠 2020-11-04 18:22:07 +0800
  • 5f9894ee45
    Update AS bindings for AbstractFile and children (#2722) 1vanK 2020-11-04 10:21:03 +0300
  • 9a68d9533d
    support loading shaders from memory (#2719) Arnis Lielturks 2020-11-04 00:11:35 +0200
  • 743a163608
    Check doxygen version (#2721) 1vanK 2020-11-03 22:12:34 +0300
  • 662d37acf4
    CI - fix typo [cache clear]. Yao Wei Tjong 姚伟忠 2020-11-03 00:37:45 +0800
  • b4995efcab
    Test the water - reformat using clang-format. [cache clear] Yao Wei Tjong 姚伟忠 2020-11-03 00:33:28 +0800
  • 07231f0cc1
    CI - ignore upload/publish step error unless when tagging. Yao Wei Tjong 姚伟忠 2020-11-03 00:09:32 +0800
  • 46aa98c2b7
    CI - free up more disk space. Yao Wei Tjong 姚伟忠 2020-11-02 22:54:01 +0800
  • 0f6ef1181b
    CI - only upload artifact on push event. Yao Wei Tjong 姚伟忠 2020-11-02 22:41:13 +0800
  • 03c196bf8f
    CI - only clear the build cache exactly once per build. Yao Wei Tjong 姚伟忠 2020-11-02 22:36:55 +0800
  • 4d4030e3ca
    Merge pull request #2716 from 1vanK/master 1vanK 2020-11-02 15:56:26 +0300
  • 5a28d5b386 Code style [cache clear] 1vanK 2020-11-02 04:54:06 +0300
  • 3891eaa7c0 Fix documentation: LuaJit is enabled by default 1vanK 2020-11-01 21:10:06 +0300
  • db2a62f263 Simplify Bullet/CMakeLists.txt 1vanK 2020-11-01 18:32:13 +0300
  • 68edfa2a6f
    Update Bullet to 3.06+ (#2714) 1vanK 2020-11-01 15:33:33 +0300
  • a5eccd06f3
    Fix iOS/tvOS build on Xcode 12. Yao Wei Tjong 姚伟忠 2020-11-01 15:02:23 +0800
  • c383c12dfe
    CI - remove makefile support for macOS platform. Yao Wei Tjong 姚伟忠 2020-10-31 00:03:51 +0800
  • 2121766557
    AS Autobindings: Split Generated_Members_T.cpp to 2 files to workaround lack of memory when building with MinGW64 (#2713) 1vanK 2020-10-31 13:52:19 +0300
  • d876d5a8f5
    Add CI/CD badge from GitHub Action. Yao Wei Tjong 姚伟忠 2020-10-29 23:03:55 +0800
  • 89ca125af9
    AS Autobindings: Sorting classes by id to make order compiler independent (#2711) 1vanK 2020-10-29 17:30:37 +0300
  • 28be877a8b
    Disable generation of bindings for BackgroundLoader to fix Web build (#2710) 1vanK 2020-10-29 10:59:23 +0300
  • 9114f2975b
    Android - also publish to JCenter when tagging. Yao Wei Tjong 姚伟忠 2020-10-27 00:33:57 +0800
  • f6aa0e0df1
    CI - only publish on push event on master branch. Yao Wei Tjong 姚伟忠 2020-10-26 00:56:02 +0800
  • 51cd8eb1fe
    Android - make initial 'Gradle sync' on IDE works out of the box. Yao Wei Tjong 姚伟忠 2020-10-25 00:14:10 +0800
  • f9ba9ada78
    CI - publish web samples to gh-pages. Yao Wei Tjong 姚伟忠 2020-10-24 17:35:51 +0800
  • ffb590af35
    CI - more cleanup to avoid untimely cache eviction due to limit hit. Yao Wei Tjong 姚伟忠 2020-10-23 23:16:08 +0800
  • 2260d93c57
    CI - use ccache for macOS/Makefile build config. Yao Wei Tjong 姚伟忠 2020-10-21 20:58:34 +0800
  • eb10bfdc01
    CI - clear build cache on demand. [cache clear] Yao Wei Tjong 姚伟忠 2020-10-20 23:45:55 +0800
  • 0e8ab24c16
    CI - also cleanup the jetified Urho3D AAR. Otherwise the total cache size may exit the 5GB limit and undesired cache eviction starts to happen. Yao Wei Tjong 姚伟忠 2020-10-20 22:29:10 +0800
  • 177a98a3e4
    Avoid version hard-coding. Yao Wei Tjong 姚伟忠 2020-10-20 17:56:31 +0800
  • c9aa0a6cb6
    Enhance 'new' task to use multi-modules project structure. Yao Wei Tjong 姚伟忠 2020-10-20 01:08:00 +0800
  • 8aa25d6468
    For Android - change the JNI location. Yao Wei Tjong 姚伟忠 2020-10-18 16:54:23 +0800
  • d241ac7f80
    For CI - enable free up space step for MinGW STATIC Debug build config. Yao Wei Tjong 姚伟忠 2020-10-18 14:55:07 +0800
  • 0d4e038827
    Major refactoring on the Gradle build system. Yao Wei Tjong 姚伟忠 2020-10-06 01:32:21 +0800
  • 45ffe71b1e
    Refactor to create new source tree declaratively. Yao Wei Tjong 姚伟忠 2020-10-04 16:20:32 +0800
  • 34a9ea4365
    For CI - scaffolding test step. Yao Wei Tjong 姚伟忠 2020-10-03 21:48:13 +0800
  • 7d51a9b6f8
    Install boost preprocessor header for using library use case. Yao Wei Tjong 姚伟忠 2020-10-03 21:18:28 +0800
  • 5aeceb8113
    Use minimalist code for rake 'new' task. Yao Wei Tjong 姚伟忠 2020-10-03 19:01:28 +0800
  • 223fbd4cba
    Refactor to start to use lower case name. Yao Wei Tjong 姚伟忠 2020-10-02 00:37:41 +0800
  • 9471f1f11c
    Suppress unused CMake variable warning. Yao Wei Tjong 姚伟忠 2020-10-01 23:07:12 +0800
  • b32ba10004
    For CI - anchor down dockerized home dir. Yao Wei Tjong 姚伟忠 2020-09-30 22:50:30 +0800