Commit Graph

  • fa2e8ea194 add a custom max vertex lights in scene cc Crypto City 2023-08-02 06:44:12 +0000
  • f402017686 bump max lights per vertex by a lot Crypto City 2023-08-02 06:07:52 +0000
  • e8eec4910a UI: set texture unit 0 for UI shaders when using custom material Crypto City 2023-06-27 08:57:16 +0000
  • b7440f8669 Variant: fix const void* silently resolving to bool Crypto City 2023-05-22 07:01:43 +0000
  • f0f6d4ed80 ListView: mark OnTextInput as override Crypto City 2023-02-05 18:52:19 +0000
  • 1b77692223 Fix build on windows Crypto City 2022-10-29 21:25:34 +0000
  • 00795930e6 AnimationState: add layer to E_ANIMATIONFINISHED message Crypto City 2022-09-16 09:16:27 +0000
  • eaf7410dc9 UI: allow vertical colour gradient on text Crypto City 2022-09-10 12:44:52 +0000
  • 23899ca63b Add new diadem particle emitter type Crypto City 2022-07-02 08:06:31 +0000
  • 5d901c1e13 ParticleEffect: add useCentralInitialVelocity attribute Crypto City 2022-06-27 10:27:49 +0000
  • fb831318eb rakefile: default to Townforge's urho3d configuration wtest Crypto City 2021-12-05 12:59:46 +0000
  • 5022290e71 BillboardSet: add per billboard collusion scale and id Crypto City 2021-11-03 18:53:12 +0000
  • 9031796f85 Camera: add a distance to bounding box function Crypto City 2021-10-14 22:42:04 +0000
  • 06e5c6adab AnimationController: fix invalid memory access Crypto City 2021-10-11 15:59:02 +0000
  • 944b917120 Geometry (and hull/compute) shaders by JSandusky Crypto City 2021-10-09 20:29:30 +0000
  • 0d65278362 Camera: early out when setting unchanged near/far clip planes Crypto City 2021-10-03 08:19:38 +0000
  • e27d8db76b Image: fix loading obfuscated PNG Crypto City 2021-09-27 11:08:07 +0000
  • 023cd171a2 IO: Allow multiple filters in ScanDir Crypto City 2021-09-18 18:41:57 +0000
  • fc9a11cba2 IO: Update LZ4 to v1.9.2, safe decompression, user compression level Crypto City 2021-09-04 22:33:55 +0000
  • e66730c930 Terrain: fix normal discontinuities on chunk borders Crypto City 2021-08-23 19:04:22 +0000
  • c4abc80e75 Terrain: #include <stdint.h> for windows Crypto City 2021-08-13 00:01:32 +0000
  • 6dc6a270c3 Image: load more formats from obfuscated variant Crypto City 2021-08-12 18:03:31 +0000
  • 4968ecc33f Terrain: support 16 bit single component height map Crypto City 2021-08-11 16:33:55 +0000
  • 5f936db344 Tracy: build with default timer, so it works on qubes Crypto City 2021-08-10 17:18:16 +0000
  • 404690eeba Tracy profiler integration. (#2776) SuperWangKai 2021-02-16 22:56:04 +0800
  • a949dbaa77 SDL: use -fcommon to fix issues with wayland smbols on arch Crypto City 2021-05-19 12:29:08 +0000
  • 3576f662c0 Revert "core: add VariantMapVector to the variant types" Crypto City 2020-11-24 03:16:51 +0000
  • f2abc7cb83 disable joystick on windows, fix link issue Crypto City 2020-10-27 19:45:17 +0000
  • 4e29c8531f Vector3: only use rsqrt intrinsics with x86_64 GCC Crypto City 2020-08-17 19:22:40 +0000
  • 264fdce881 Node: support derived components in GetComponent Crypto City 2020-08-10 17:02:21 +0000
  • 6dd9a15063 SDL: move WASAPI audio driver after DSOUND Crypto City 2020-10-19 19:24:01 +0000
  • a7e4f2b4f6 Terrain: speed up a bit, and possible occlusion bug fix Crypto City 2020-08-08 11:06:17 +0000
  • 30edb30611 Terrain: use faster approximate Normalized function for normals/tangents Crypto City 2020-08-07 19:18:56 +0000
  • 81fc5dcac9 Vector3: add faster approximate Normalize/Normalized functions Crypto City 2020-08-07 19:18:21 +0000
  • e5edc244d3 Terrain: fix crash on exit Crypto City 2020-08-06 01:09:33 +0000
  • 9f18f392c4 Terrain: speed up UpdateEdgePatchNeighbors Crypto City 2020-07-29 13:35:03 +0000
  • 08e4e1beaa Terrain: remove some divisions in CreatePatchGeometry Crypto City 2020-07-29 13:34:35 +0000
  • 8b44798adc Terrain: speed up CalculateLodErrors Crypto City 2020-07-29 13:34:00 +0000
  • f441bd9030 Terrain: speed up GetRawNormal Crypto City 2020-07-29 13:33:33 +0000
  • e352f0dfcf Terrain: speed up height map copy Crypto City 2020-07-29 13:33:13 +0000
  • 32dc5ee6d9 Terrain: speed up GetLodHeight Crypto City 2020-07-29 13:32:46 +0000
  • 9e9c40b45a Terrain: speed up patch lookup when building terrain Crypto City 2020-07-29 13:31:16 +0000
  • 7647601a19 Terrain: make tangent calculation optional Crypto City 2020-07-29 13:22:44 +0000
  • fb651e1d03 Terrain: cache index data across objects Crypto City 2020-07-29 13:21:32 +0000
  • d7aaf80ed5 Ray: fix wrong normal on HitDistance Crypto City 2020-07-17 13:58:13 +0000
  • 080828463a Octree: faster drawable removal as we don't need to preserve order Crypto City 2020-07-07 10:40:03 +0000
  • b7c573ba23 Application: allow overriding the error dialog name Crypto City 2020-07-07 10:15:56 +0000
  • 58b27fa286 Octree: use const ref rather than copying shared pointers Crypto City 2020-07-06 23:03:34 +0000
  • ff6d918af5 Octree: do not preserve drawable ordering Crypto City 2020-07-06 22:24:05 +0000
  • 7df7ee2e0f StaticModel: optionally ignore E_RELOADFINISHED event Crypto City 2020-07-06 22:01:41 +0000
  • 92d4bcfd19 Str: allow move assignment to self Crypto City 2020-07-06 13:28:55 +0000
  • 478d92c59d static build fixes Crypto City 2020-07-02 17:30:19 +0000
  • c6bfc7d7ec PackageTool: add an exclude option Crypto City 2020-07-02 12:40:57 +0000
  • b9210d0dd9 SoundSource: send E_SOUNDFINISHED to the source object too Crypto City 2020-06-26 14:16:33 +0000
  • ec69f6c8dd windows build fixes Crypto City 2020-06-11 21:18:39 +0000
  • 49f8f9d86c Load obfuscated data files Crypto City 2020-04-27 16:13:14 +0000
  • 9c59e9e140 Graphics: fix "infinite" loop when asking for an invalid monitor Crypto City 2020-02-04 20:27:14 +0000
  • 863b81c4a5 core: add VariantMapVector to the variant types Crypto City 2020-01-10 21:54:19 +0000
  • 85fb2efd86 LineEdit: hide cursor when not editable Crypto City 2020-01-02 18:40:55 +0000
  • 38507c0a06 Sprite: basic animation support Crypto City 2019-11-20 19:53:46 +0000
  • f77f320409 UI: add italic text effect Crypto City 2019-11-18 20:08:39 +0000
  • f6700688c2 DropDownList/ListView: allow selection by typed prefix Crypto City 2019-11-15 19:43:56 +0000
  • a12d639c83 Fix modal dialogs leaking mouse events to the widgets below it Crypto City 2019-08-11 22:35:33 +0000
  • 7f8f55a41f
    Update shell.html Yao Wei Tjong 2021-11-16 20:35:04 +0800
  • 7e0bfed578 AS Bindings: ignore "volatile" keyword to avoid difference between doxygen versions 1vanK 2021-11-16 14:21:35 +0300
  • 8ecaa1df57 Lua: forgot to remove constants in previous commit 1vanK 2021-11-16 12:18:14 +0300
  • f740a17195 Lua: add bindings for ViewOverride, fix https://github.com/urho3d/Urho3D/issues/2847 1vanK 2021-11-16 12:06:56 +0300
  • 429aaa8eab
    Fix typo in AnimationController Eugene Kozlov 2021-11-16 00:26:23 +0300
  • c0b43665b4 Have Material unsubscribe from animation events on ResetToDefault. Nathanial Lydick 2021-11-07 07:53:41 -0500
  • 066d5d4da2
    Forward declare asITypeInfo to avoid error when directly including Urho3D/AngelScript/ScriptInstance.h. (#2845) SirNate0 2021-11-07 09:40:57 -0500
  • 11e640ed73 Material::ResetToDefaults() should clear shaderParameterAnimationInfos_ Pencil Amazing 2021-11-06 20:12:32 -0300
  • ecbdb52633 Fixed GLTF import niansa/tuxifan 2021-11-05 18:35:59 +0100
  • 051e9135e0 BillboardSet: add per billboard collusion scale and id tmp Crypto City 2021-11-03 18:53:12 +0000
  • d3e10a4302 Camera: add a distance to bounding box function Crypto City 2021-10-14 22:42:04 +0000
  • e08df3d0cf
    Update AngelScript - Fixed 32bit/64bit compatibility of saved bytecode in functions returning handles. (#2838) orefkov 2021-10-14 09:33:08 +0300
  • 360c83019c AnimationController: fix invalid memory access Crypto City 2021-10-11 15:59:02 +0000
  • 6b631476ab
    Update AngelScript to 2.36.0 (#2837) orefkov 2021-10-11 12:47:35 +0300
  • f1ae24a60b Geometry (and hull/compute) shaders by JSandusky Crypto City 2021-10-09 20:29:30 +0000
  • 2911d26231
    Bug fixes and improves in AngelScript using (#2835) orefkov 2021-10-07 18:59:31 +0300
  • d5b763de93
    Improved ScriptInstance performance. Faster call of event handlers. Obtaining information about the attributes of an object is performed only once and is cached. (#2836) orefkov 2021-10-07 18:59:21 +0300
  • 2e39a3d80c
    AS BindingGenerator: Not register factories for nocount objects (#2834) 1vanK 2021-10-07 02:35:53 +0300
  • 2bb682d2c2
    Rename @fakeref to @nocount (#2833) 1vanK 2021-10-06 20:25:53 +0300
  • 853dd1e479
    AS Bindings: Remove FakeAddRef and FakeReleaseRef (#2832) 1vanK 2021-10-06 17:57:32 +0300
  • 4a6e16344b
    Update AngelScript to 2.35.1. (#2831) orefkov 2021-10-05 20:22:27 +0300
  • c552af5804 Camera: early out when setting unchanged near/far clip planes Crypto City 2021-10-03 08:19:38 +0000
  • 14a9fed837
    Registration in AngelScript of classes marked as @fakeref with the flag "asOBJ_NOCOUNT", without registration empty AddRef and Release. (#2828) orefkov 2021-09-30 18:27:32 +0300
  • 817e0d8b6c
    Fix documentation generation for Doxygen 1.9.2 | Another workaround for BindingGenerator (#2830) 1vanK 2021-09-29 22:31:56 +0300
  • f65ff83d53
    BindingGenerator: typos; temporal workaround for doxygen 1.9.1 bug (#2829) 1vanK 2021-09-29 19:35:50 +0300
  • 2171219d3f Image: fix loading obfuscated PNG Crypto City 2021-09-27 11:08:07 +0000
  • 95a306dd2e IO: Allow multiple filters in ScanDir Crypto City 2021-09-18 18:41:57 +0000
  • 255f04681a AS Bindings: fix IO manual bindings 1vanK 2021-09-13 10:05:21 +0300
  • 1320f26b6a Fix connection support json scene format YuriAzathoth 2021-09-05 11:06:42 +0300
  • 54000cfdfc IO: Update LZ4 to v1.9.2, safe decompression, user compression level Crypto City 2021-09-04 22:33:55 +0000
  • 9afd0feb38
    Revert "Update boost::preprocessor to 1.75.0" (#2824) 1vanK 2021-09-02 10:26:04 +0300
  • 120da15769 Terrain: fix normal discontinuities on chunk borders Crypto City 2021-08-23 19:04:22 +0000
  • caff062c68 Terrain: #include <stdint.h> for windows Crypto City 2021-08-13 00:01:32 +0000
  • c43c012add Image: load more formats from obfuscated variant Crypto City 2021-08-12 18:03:31 +0000
  • f58276f8c8 Terrain: support 16 bit single component height map Crypto City 2021-08-11 16:33:55 +0000
  • 003fbe14a3 Tracy: build with default timer, so it works on qubes Crypto City 2021-08-10 17:18:16 +0000
  • 7a1edfe15e
    Website: document the DBE's 'ARCH' env-var. Yao Wei Tjong 姚伟忠 2021-08-11 00:20:50 +0800