998 Commits (a7eff451d46bb2f0513004e3b0ddc5f7b9f51f6c)

Author SHA1 Message Date
Vladimír Vondruš a7eff451d4 Added missing include. 14 years ago
Vladimír Vondruš 6f492de8e3 Physics: work around cyclic dependency of ObjectShape.h and OSGroup.h. 14 years ago
Vladimír Vondruš d2cd358495 Forward declarations for enums in SceneGraph. 14 years ago
Vladimír Vondruš 19a92f3ca7 Forward declarations for Physics namespace in Physics/Physics.h. 14 years ago
Vladimír Vondruš 858661fa7e Sdl2Application: support for mouse locking. 14 years ago
Vladimír Vondruš 5b16dbb550 Sdl2Application: support for relative position in mouse move event. 14 years ago
Vladimír Vondruš 2ad7fea174 Sdl2Application: support for modifiers also in mouse events. 14 years ago
Vladimír Vondruš c01c522248 Mention Native Client buffer requirements. 14 years ago
Vladimír Vondruš 308a92a911 Shaders: pass normal matrix the right way. 14 years ago
Vladimír Vondruš 69ee2f3ebb Shaders: don't compare ints and floats. 14 years ago
Vladimír Vondruš 57f3175b06 Shaders: GLSL ES doesn't have default values for uniforms. 14 years ago
Vladimír Vondruš 3b3a164212 Doc++ 14 years ago
Vladimír Vondruš 9b18e2b3e8 Don't issue draw call if there is nothing to draw. 14 years ago
Vladimír Vondruš 8abc836ae4 Allow passing nullptr to IndexedMesh::setIndexBuffer(). 14 years ago
Vladimír Vondruš 5ef729e897 Overloads in IndexedMesh to avoid WTFs in method chaining order. 14 years ago
Vladimír Vondruš 22cf5663c0 Use override keyword also here. 14 years ago
Vladimír Vondruš d3385b54c6 Default constructor of ResourceKey creates zero key. 14 years ago
Vladimír Vondruš 1809107ff2 Resource: assert when accessing not loaded data. 14 years ago
Vladimír Vondruš 681914e2d0 Forward declarations for Shaders namespace in Shaders/Shaders.h. 14 years ago
Vladimír Vondruš 8f83485653 Forward declarations for Magnum namespace in Magnum.h header. 14 years ago
Vladimír Vondruš a636792b19 AbstractShaderProgram: query for max supported attribute count. 14 years ago
Vladimír Vondruš 0200ffe74c NaClApplication: using special classes for input events. 14 years ago
Vladimír Vondruš 5354396af6 Sdl2Application: using special classes for input events. 14 years ago
Vladimír Vondruš a3c37cd277 Doc++, minor cleanup. 14 years ago
Vladimír Vondruš 1a729aa3af NaClApplication: mouse input handling. 14 years ago
Vladimír Vondruš 54dc556eb5 NaClApplication: keyboard input handling. 14 years ago
Vladimír Vondruš 3d92162505 Sdl2Application: cursor position for key events is not available either. 14 years ago
Vladimír Vondruš 9505e0b3c1 Sdl2Application: added missing keys. 14 years ago
Vladimír Vondruš 4f9e13b2cb Sdl2Application: implemented modifiers. 14 years ago
Vladimír Vondruš 6b35d7bf1d @todo++ 14 years ago
Vladimír Vondruš 8789c31dec Platform: macros for easier creation of application entry points. 14 years ago
Vladimír Vondruš d4286117e5 Added extension. 14 years ago
Vladimír Vondruš 1b06c24ae6 Physics: properly instantiate and export global debugdraw manager instance. 14 years ago
Vladimír Vondruš b2a5f535d7 ResourceManager: allow users to instantiate internalInstance() only once. 14 years ago
Vladimír Vondruš 4cc78e4cd3 Physics: debug renderer for AABB. 14 years ago
Vladimír Vondruš 124b5b73b6 ResourceManager: wrap global instance pointer in a function. 14 years ago
Vladimír Vondruš d1e6ff1490 ResourceManager: assertions on global instance pointer. 14 years ago
Vladimír Vondruš 51bc8bd675 Fixed compilation on mingw. 14 years ago
Vladimír Vondruš 1e2720eeb7 Explicit template instantiation for common matrix and vector functions. 14 years ago
Vladimír Vondruš ae78b77b10 Added some @todos. 14 years ago
Vladimír Vondruš ee6d0ef438 Physics: ported debug draw to new SceneGraph. 14 years ago
Vladimír Vondruš 07e70c70a3 Physics: adapted ObjectShape to new SceneGraph implementation. 14 years ago
Vladimír Vondruš 9e2b71d2a9 SceneGraph: test Object::transformations() for empty list. 14 years ago
Vladimír Vondruš aa05235c65 SceneGraph: function for bulk cleaning of objects. 14 years ago
Vladimír Vondruš 466008bba8 SceneGraph: externalized object cleaning function. 14 years ago
Vladimír Vondruš 4a561dd923 SceneGraph: minor renaming in ObjectTest. 14 years ago
Vladimír Vondruš e7539b6fbd Improved template implementation files documentation. 14 years ago
Vladimír Vondruš 68a28f5098 Shaders: Fixed FlatShader fragment shader compilation. 14 years ago
Vladimír Vondruš 6dc7a163cc SceneGraph: doc++ 14 years ago
Vladimír Vondruš 8faf3323bb SceneGraph: Solved default template parameter conflicts. 14 years ago