Commit History

Author SHA1 Message Date
  1vanK c14379c7dd Make DEFAULT_VIEWMASK, DEFAULT_LIGHTMASK, DEFAULT_SHADOWMASK, DEFAULT_ZONEMASK inline constexpr | Style 3 years ago
  1vanK 3de488a11d DRAWABLE_x -> enum class DrawableTypes 3 years ago
  1vanK 4c48203305 Make PackageFile priority signed 3 years ago
  1vanK d844ec9c8e Frustum: unsigned to signed 3 years ago
  1vanK f82d727f90 Make DEFAULT_FONT_SIZE inline constexpr 3 years ago
  1vanK fae54255c4 Make Material::renderOrder_ signed 3 years ago
  1vanK 7cabebe883 Add min/max consts for i8, u8, i16, u16, i32, u32 3 years ago
  1vanK 2ddc729989 Add consts M_MIN_I64, M_MAX_I64, M_MIN_U64, M_MAX_U64 3 years ago
  1vanK 1064afae91 Stop D3D9 support | Remove MojoShader lib [cache clear] 3 years ago
  1vanK 8ca7d3e495 Light.h: use "inline constexpr" for global consts 3 years ago
  1vanK 41a1b46a4a Add support for scoped enums | Add enum class DebugHudElements (#3020) 3 years ago
  1vanK 6af9a6ac45 Move consts from OcclusionBuffer.h to OcclusionBuffer.cpp 3 years ago
  1vanK 240c453322 UI.cpp: fix some warnings 3 years ago
  1vanK ac19ee070f VertexBuffer: unsigned to signed 3 years ago
  1vanK 13ce50391b PhysicsWorld2D: use correct type for collisionMask, fix warnings 3 years ago
  1vanK b0816b1b36 Make PhysicsWorld::fps_ signed 3 years ago
  1vanK dbee01a123 Add M_U32_MASK_ALL_BITS and M_I32_MASK_ALL_BITS consts 3 years ago
  1vanK dc2853de1a Octree: use signed type 3 years ago
  1vanK 385b2628ea WorkQueue: use signed type 3 years ago
  1vanK 0487b5547b Vector: add ENDPOS const; remove hack from Erase() (#2958) 3 years ago
  1vanK 91d0b79d1a Vector: replace size, index & capacity types from unsigned to signed 3 years ago
  1vanK 653d12f952 First phase of separating Graphics API from other graphics stuff [cache clear] 3 years ago
  1vanK 6a2a44a2d9 Make PIXEL_SIZE inline | Don't use URHO3D_API in cpp files (#2919) 3 years ago
  1vanK 78bbe5022c Use inline for global consts in MathDefs.h & GraphicsDefs.h (#2918) 3 years ago
  1vanK 70a858459e Support building engine with multiple graphics API [cache clear] (#2885) 3 years ago
  1vanK e140676b72 AS Bindings: Renaming files for consistency (#2801) 4 years ago
  1vanK 3b71f28262 AS Autobindings: Sort global variables 5 years ago
  1vanK 5e4b34cf36 AS Bindings: Move includes to separate file (#2740) 5 years ago
  1vanK 107d99711e Add MSG_USER const. Fix https://github.com/urho3d/Urho3D/issues/2734 (#2735) 5 years ago
  1vanK ef1dfe3417 AS Autobindings 5 years ago