Commit Graph

  • 6fa143d7a8 Ndk/RenderSystem: Fix typo Lynix 2015-09-14 22:40:51 +02:00
  • 03ee0a12ed Make signals arguments clearer Lynix 2015-09-14 22:40:38 +02:00
  • aa303f9028 Merge branch 'NDK' into NDK-ShadowMapping Lynix 2015-09-13 12:10:30 +02:00
  • 9f1c190985 Core/String: Replace manual memory management/COW by smart pointers Lynix 2015-09-13 12:07:31 +02:00
  • 44e99bce3d Core/HashDigest: Cleanup code Lynix 2015-09-13 12:06:38 +02:00
  • 91ec7c7dce Core/ByteArray: Fix compilation/infinite recursion Lynix 2015-09-13 12:06:20 +02:00
  • ef511d9b11 Core: Temporary disable MemoryManager (its causing crashs during runtime with VS) Lynix 2015-09-13 01:16:25 +02:00
  • d73d935c82 Lua/LuaInstance: Fix warning + optimizations Lynix 2015-09-13 00:56:53 +02:00
  • 32829863aa Merge branch 'NDK' of https://github.com/DigitalPulseSoftware/NazaraEngine into NDK Lynix 2015-09-11 21:47:03 +02:00
  • 3d9da38e45 Core/Algorithm: Add Apply variant for methods Lynix 2015-09-11 14:09:59 +02:00
  • 73e03073eb Lua: Add automatic function binding Lynix 2015-09-10 18:03:52 +02:00
  • 5888949bf9 Fix merge files Lynix 2015-08-21 22:43:53 +02:00
  • 505f1dbb03 Merge branch 'master' into NDK Lynix 2015-08-21 18:55:58 +02:00
  • dea48a289d Merge branch 'master' into NDK Lynix 2015-08-21 12:49:05 +02:00
  • dce9831c19 Merge branch 'NDK' of https://github.com/DigitalPulseSoftware/NazaraEngine into NDK Lynix 2015-08-21 12:46:32 +02:00
  • 4176f1e019 Merge pull request #38 from Gawaboumga/UnitTest-Update-Merge Lynix 2015-08-21 12:45:38 +02:00
  • 2c3eb992ce Main for tests Gawaboumga 2015-08-21 12:17:05 +02:00
  • 853ff0e701 Consistency Gawaboumga 2015-08-21 12:16:09 +02:00
  • 8716daf73c Debug axes Gawaboumga 2015-08-21 12:14:35 +02:00
  • 89e0f631d6 No problems Gawaboumga 2015-08-21 12:05:46 +02:00
  • cb8ab90300 Quaternion bug fix: missing 'x' Gawaboumga 2015-08-21 12:04:46 +02:00
  • 19e1cb05bb OrientedBox no problem Gawaboumga 2015-08-21 12:03:37 +02:00
  • 9d7dc63574 Wrong place Gawaboumga 2015-08-21 12:02:55 +02:00
  • 282bdf9864 Consequences of the plane change + change perspective Gawaboumga 2015-08-21 12:01:52 +02:00
  • f2b80bfe64 Planes are ax+by+cz=d Gawaboumga 2015-08-21 11:57:56 +02:00
  • 077584ec49 EulerAngles simplification Gawaboumga 2015-08-21 11:53:16 +02:00
  • b4f926d3ca Test box Gawaboumga 2015-08-21 11:52:44 +02:00
  • f0660d5da8 Fix operator== with infinite BoundingVolume Gawaboumga 2015-08-21 11:52:05 +02:00
  • c2161f2a8b Fix NumberEquals with unsigned Gawaboumga 2015-08-21 11:49:37 +02:00
  • f61aa8f36e Include Catch and tests for Core Gawaboumga 2015-08-21 11:46:46 +02:00
  • 2d07922478 Add Unit for vector2 Gawaboumga 2015-08-21 11:34:08 +02:00
  • 376df6a3b7 Indentations Gawaboumga 2015-08-21 11:32:29 +02:00
  • 0b390e45a1 ByteArray rewritten Gawaboumga 2015-08-21 11:28:04 +02:00
  • 3dbcb25384 Transfert enumeration from file to enums Gawaboumga 2015-08-21 11:22:35 +02:00
  • 8cda289b82 Indentation String Gawaboumga 2015-08-21 11:11:04 +02:00
  • b51e151930 Suppression unused file Gawaboumga 2015-08-21 11:09:18 +02:00
  • c4c8904aca Merge branch 'NDK' of https://github.com/DigitalPulseSoftware/NazaraEngine into NDK Lynix 2015-08-20 21:17:47 +02:00
  • 2847f262b2 Build: Enabled multi-processor building on VS Lynix 2015-08-20 21:17:41 +02:00
  • 481a191693 Core/Algorithm: Replace UnpackTuple by Apply Lynix 2015-08-20 13:35:51 +02:00
  • 4d5cea8afe Build: Switching to C++14 Lynix 2015-08-20 13:28:31 +02:00
  • 40d35fbe5f Utility/SimpleTextDrawer: Fix movement Lynix 2015-08-19 23:23:19 +02:00
  • 0bdfa995b0 Merge branch 'NDK-ShadowMapping' of https://github.com/DigitalPulseSoftware/NazaraEngine into NDK-ShadowMapping Lynix 2015-08-19 23:23:24 +02:00
  • 831b9358ef Utility/SimpleTextDrawer: Fix movement Lynix 2015-08-19 23:23:19 +02:00
  • cd3b19ca79 Graphics/Shader: Fix shadowing Lynix 2015-08-19 13:46:11 +02:00
  • 2b48917176 Merge branch 'NDK' into NDK-ShadowMapping Lynix 2015-08-17 14:26:42 +02:00
  • 21ad09d626 Core/Utility: Fix font crash Lynix 2015-08-17 13:54:07 +02:00
  • 4d89b7bd4d Merge branch 'NDK' of https://github.com/DigitalPulseSoftware/NazaraEngine into NDK Lynix 2015-08-17 12:46:11 +02:00
  • 391d248e59 Graphics/Sprite: Fix linker error Lynix 2015-08-16 01:45:31 +02:00
  • 29ffd44683 Graphics/ForwardRenderTechnique: Fix crash when rendering billboards without instancing Lynix 2015-08-16 01:45:12 +02:00
  • 90e8a8c669 NDK/Entity: Fix warnings Lynix 2015-08-16 01:44:43 +02:00
  • ba1073828f Graphics: Improve code Lynix 2015-08-16 01:44:17 +02:00
  • ff9d233e7c Graphics/Billboard: Fix billboard texcoords Lynix 2015-08-16 01:43:59 +02:00
  • 95ae8ed82c Graphics: Add billboard class Lynix 2015-08-16 01:43:17 +02:00
  • 1ab09188dd SDK/Entity: Fix warnings Lynix 2015-08-14 14:17:54 +02:00
  • 5cad63c21b Graphics/Shadow: Implement PCF for spot lights Lynix 2015-08-14 14:13:53 +02:00
  • 8827ee8ff2 SDK/Entity: Fix destruction Lynix 2015-08-13 13:54:57 +02:00
  • fabe42dc3a Renderer/Texture: Set up compare mode Lynix 2015-08-13 13:55:14 +02:00
  • 6a2e0da88f SDK/Entity: Fix destruction Lynix 2015-08-13 13:54:57 +02:00
  • 835da411c7 Graphics/Shadows: Add directional shadow mapping (WIP) Lynix 2015-08-13 13:54:34 +02:00
  • 75972fec36 Graphics: Add shadow mapping Lynix 2015-07-05 23:57:54 +02:00
  • 4d07735b85 Ndk/Rendersystem: Add point-light shadows generation Lynix 2015-07-05 23:56:30 +02:00
  • 1f2e810927 Graphics: Remake DepthRender[Queue|Technique] Lynix 2015-07-05 23:43:35 +02:00
  • 6870148314 Renderer: Add shader validation Lynix 2015-07-05 23:26:09 +02:00
  • 5556c38901 Renderer/RenderTexture: Fix Detach() not removing color targets Lynix 2015-07-05 23:25:12 +02:00
  • c0ee9d04b5 Graphics/Material: Add depth material parameter Lynix 2015-07-05 23:23:17 +02:00
  • 1398ed7ebc Core/ObjectRef: Remove static_assert Lynix 2015-07-02 13:01:23 +02:00
  • 9a7c356f75 Graphics/Material: Fix texture getters Lynix 2015-07-02 12:24:04 +02:00
  • 529673ebc1 Graphics/Light: Make shadow map format/size parametrable Lynix 2015-06-30 20:48:46 +02:00
  • 2c4a35b2d1 Graphics/Light: Add move constructor/operator Lynix 2015-06-30 20:47:39 +02:00
  • bdb6554bc8 Graphics/DepthRenderQueue: Make use of shadow casting parameter Lynix 2015-06-30 20:47:08 +02:00
  • 34e8271d24 Fix warnings Lynix 2015-06-30 20:44:37 +02:00
  • d93229a9ac Fix compilation error Lynix 2015-06-30 20:44:01 +02:00
  • 0cb4726bf5 Merge remote-tracking branch 'origin/NDK' into NDK-ShadowMapping Lynix 2015-06-29 21:05:09 +02:00
  • 9c1441cc82 Core/MemoryManager: Implement allocation filling Lynix 2015-06-28 16:03:31 +02:00
  • 318da0d960 Fixed some warnings Lynix 2015-06-28 13:48:22 +02:00
  • 7dd4965f9a Math/Matrix4: Fix cotangent in projection matrix Lynix 2015-06-26 14:05:50 +02:00
  • 8bdb1c5206 Core/TaskSchedulerImpl: Fix compilation under POSIX Lynix 2015-06-26 11:46:21 +02:00
  • 8648258ef7 Regenerate global headers Lynix 2015-06-24 13:56:18 +02:00
  • a4bd84a6e3 Graphics: Remove deprecated scene interface Lynix 2015-06-24 13:55:35 +02:00
  • 58f91d6e39 Graphics/ParticleSystem: Update interface Lynix 2015-06-24 12:41:54 +02:00
  • 0895a9273d Ndk/RenderSystem: Add backgrounds support Lynix 2015-06-24 00:26:46 +02:00
  • c4783ac38f Graphics/ParticleSystem: Fix debug build Lynix 2015-06-24 00:20:47 +02:00
  • eddac5c0b6 Graphics/SkyboxBackground: Fixes Lynix 2015-06-24 00:18:38 +02:00
  • bfa2246ca2 Graphics: Fix missing initialisation of skyboxes Lynix 2015-06-24 00:10:54 +02:00
  • 4cd4055c3f Graphics/Model: Fix includes Lynix 2015-06-23 23:35:30 +02:00
  • 6092b0692b Graphics/Backgrounds: Update backgrounds to new coding-style Lynix 2015-06-23 23:35:11 +02:00
  • 0ec0e02a5f Graphics/ParticleSystem: Turn it to Renderable interface Lynix 2015-06-23 14:01:44 +02:00
  • 06b5e09935 Graphics/Renderable: Make Cull simply virtual (not pure anymore) Lynix 2015-06-23 13:59:15 +02:00
  • b7b5458c79 Merge remote-tracking branch 'origin/NDK' into NDK-ShadowMapping Lynix 2015-06-23 12:11:02 +02:00
  • 53c671bc6a Sdk/RenderSystem: Disable update limit Lynix 2015-06-23 00:08:01 +02:00
  • d225f50759 Sdk/BaseSystem: Fix update rate of 0 Lynix 2015-06-23 00:07:33 +02:00
  • 179f30861d Core/Bitset: Fix Bitset::FindNext Lynix 2015-06-22 14:27:42 +02:00
  • 685f8c99da Sdk/RenderSystem: Fix code duplication (merge fail) Lynix 2015-06-22 13:36:34 +02:00
  • ea3fdaba26 Merge remote-tracking branch 'origin/NDK' into NDK-ShadowMapping Lynix 2015-06-22 13:31:23 +02:00
  • 109af2a581 Graphics/Light: Fix missing getters Lynix 2015-06-22 13:27:45 +02:00
  • 17f9d26387 Merge branch 'NDK' of https://github.com/DigitalPulseSoftware/NazaraEngine into NDK Lynix 2015-06-22 11:19:34 +02:00
  • eef7395623 Merge branch 'NDK-ShadowMapping' of https://github.com/DigitalPulseSoftware/NazaraEngine into NDK-ShadowMapping Lynix 2015-06-22 11:19:06 +02:00
  • 90363406a6 Sdk: Add automatic system update Lynix 2015-06-22 00:58:46 +02:00
  • 4b5c08e739 Graphics/Sprite: Fix debug build Lynix 2015-06-22 00:54:00 +02:00
  • ec21416231 Build/Common: Fix double execution of actions Lynix 2015-06-21 14:54:29 +02:00