Commit Graph

  • 256c67099c SDK/RenderSystem: Fix an oopsie Lynix 2016-08-10 19:10:40 +02:00
  • 6129689573 SDK/RenderSystem: Fix an oopsie Lynix 2016-08-10 19:10:40 +02:00
  • 228fd188eb Vulkan/RenderWindow: Use subpass dependency to transition the images Lynix 2016-08-10 19:05:15 +02:00
  • 767a0feda0 Sdk/RenderSystem: Make ChangeRenderTechnique return a reference to the render technique Lynix 2016-08-10 14:09:48 +02:00
  • cb4fbe0894 Sdk/RenderSystem: Make ChangeRenderTechnique return a reference to the render technique Lynix 2016-08-10 14:09:48 +02:00
  • 89a0911cd0 Sdk/RenderSystem: Make ChangeRenderTechnique return a reference to the render technique Lynix 2016-08-10 14:09:48 +02:00
  • 021ddffdea Graphics: Deferred Shading is back! Lynix 2016-08-10 14:08:20 +02:00
  • 2c076ae1c5 Graphics: Deferred Shading is back! Lynix 2016-08-10 14:08:20 +02:00
  • 3438d0105a Graphics: Deferred Shading is back! Lynix 2016-08-10 14:08:20 +02:00
  • 3711cba221 Sdk/BaseWidget: Fix problem with pipeline update Lynix 2016-08-09 14:10:07 +02:00
  • 4efa269502 Sdk/BaseWidget: Fix problem with pipeline update Lynix 2016-08-09 14:10:07 +02:00
  • 7d1ddffc53 Merge remote-tracking branch 'refs/remotes/origin/master' into gui Lynix 2016-08-09 13:58:57 +02:00
  • 1ae36e4a53 Merge remote-tracking branch 'refs/remotes/origin/master' into gui Lynix 2016-08-09 13:58:57 +02:00
  • 8776ffe953 Vulkan/RenderWindow: Add support for depth buffer Lynix 2016-08-09 13:53:12 +02:00
  • 16818fa7a3 Vulkan: Simplify GetPhysicalDevice* functions if possible Lynix 2016-08-09 13:51:56 +02:00
  • 634c146038 SDK/VelocitySystem: Make VelocitySystem move the node in the global space Lynix 2016-08-09 00:08:57 +02:00
  • f130b84176 SDK/VelocitySystem: Make VelocitySystem move the node in the global space Lynix 2016-08-09 00:08:57 +02:00
  • 957b6162d6 SDK/VelocitySystem: Make VelocitySystem move the node in the global space Lynix 2016-08-09 00:08:57 +02:00
  • 77e822b954 Utility/OBJParser: Fix failure to load some OBJ because of their "high error rate" Lynix 2016-08-09 00:08:31 +02:00
  • 7fe5710dd3 Utility/OBJParser: Fix failure to load some OBJ because of their "high error rate" Lynix 2016-08-09 00:08:31 +02:00
  • ad47350499 Utility/OBJParser: Fix failure to load some OBJ because of their "high error rate" Lynix 2016-08-09 00:08:31 +02:00
  • e9f888b550 Merge remote-tracking branch 'refs/remotes/origin/master' into vulkan Lynix 2016-08-08 08:54:09 +02:00
  • cae38ffbac Sdk/LuaBinding: Fix Vector3 constructor Lynix 2016-08-06 01:11:05 +02:00
  • d93676213b Sdk/LuaBinding: Fix Vector3 constructor Lynix 2016-08-06 01:11:05 +02:00
  • 7edbbf2e8c Sdk/LuaBinding: Fix Vector3 constructor Lynix 2016-08-06 01:11:05 +02:00
  • 715355628e Sdk/ParticleEmitterComponent: Update emitter (they are no longer attached to groups) Lynix 2016-08-06 01:09:13 +02:00
  • 7f707e1250 Sdk/ParticleEmitterComponent: Update emitter (they are no longer attached to groups) Lynix 2016-08-06 01:09:13 +02:00
  • 8f61e2f278 Sdk/ParticleEmitterComponent: Update emitter (they are no longer attached to groups) Lynix 2016-08-06 01:09:13 +02:00
  • 55d14a8b88 Graphics/ParticleGroup: Emitters are now updated in case of move and removed in case of release Lynix 2016-08-06 01:07:09 +02:00
  • cf287b1eb2 Graphics/ParticleGroup: Emitters are now updated in case of move and removed in case of release Lynix 2016-08-06 01:07:09 +02:00
  • 218dfc9bb1 Graphics/ParticleGroup: Emitters are now updated in case of move and removed in case of release Lynix 2016-08-06 01:07:09 +02:00
  • 465801836d Graphics: Fix build Lynix 2016-08-05 22:58:14 +02:00
  • 82a082341c Graphics: Fix build Lynix 2016-08-05 22:58:14 +02:00
  • dda41dbd8a Graphics: Fix build Lynix 2016-08-05 22:58:14 +02:00
  • 87b5047b14 Graphics: Separate pipeline state from Material into a new class, MaterialPipeline Lynix 2016-08-05 22:09:39 +02:00
  • a7ce82c2c9 Graphics: Separate pipeline state from Material into a new class, MaterialPipeline Lynix 2016-08-05 22:09:39 +02:00
  • ac25df0126 Graphics: Separate pipeline state from Material into a new class, MaterialPipeline Lynix 2016-08-05 22:09:39 +02:00
  • 8fbe279a50 Graphics/AbstractRenderQueue: Remove AddBillboard method Lynix 2016-08-05 21:55:26 +02:00
  • d4d3a64b77 Graphics/AbstractRenderQueue: Remove AddBillboard method Lynix 2016-08-05 21:55:26 +02:00
  • 3cf4cd3d53 Graphics/AbstractRenderQueue: Remove AddBillboard method Lynix 2016-08-05 21:55:26 +02:00
  • b79cb84b09 Graphics/InstancedRenderable: Take a const reference to the matrix instead of a non-const one Lynix 2016-08-05 09:09:14 +02:00
  • 93725d90f5 Graphics/InstancedRenderable: Take a const reference to the matrix instead of a non-const one Lynix 2016-08-05 09:09:14 +02:00
  • 1d758d370c Graphics/InstancedRenderable: Take a const reference to the matrix instead of a non-const one Lynix 2016-08-05 09:09:14 +02:00
  • 3ed7990319 Graphics/Model: Add AddToRenderQueue(renderQueue, matrix, order) overload Lynix 2016-08-05 09:08:56 +02:00
  • d5c02bf43d Graphics/Model: Add AddToRenderQueue(renderQueue, matrix, order) overload Lynix 2016-08-05 09:08:56 +02:00
  • 3a18c4bb98 Graphics/Model: Add AddToRenderQueue(renderQueue, matrix, order) overload Lynix 2016-08-05 09:08:56 +02:00
  • 812a41a4b2 Core/String: Consider tabspace as separator Lynix 2016-08-05 09:08:45 +02:00
  • 4fa9e5ab29 Core/String: Consider tabspace as separator Lynix 2016-08-05 09:08:45 +02:00
  • 850f8d78c0 Core/String: Consider tabspace as separator Lynix 2016-08-05 09:08:45 +02:00
  • c8f759c14d Plugins/Assimp: Handle assimp errors Lynix 2016-08-04 01:12:17 +02:00
  • de22ad4501 Plugins/Assimp: Handle assimp errors Lynix 2016-08-04 01:12:17 +02:00
  • 72b8c93aa6 Plugins/Assimp: Handle assimp errors Lynix 2016-08-04 01:12:17 +02:00
  • af01e7242c Utility/MaterialData: Remove CustomDefined Lynix 2016-08-04 01:12:06 +02:00
  • 0c533d378f Utility/MaterialData: Remove CustomDefined Lynix 2016-08-04 01:12:06 +02:00
  • 00fb383f70 Utility/MaterialData: Remove CustomDefined Lynix 2016-08-04 01:12:06 +02:00
  • cf8224b9e1 Graphics: Change ParticleStruct_Sprite position and velocity type from Vector2f to Vector3f Lynix 2016-08-03 13:47:17 +02:00
  • e4211b13a0 Graphics: Change ParticleStruct_Sprite position and velocity type from Vector2f to Vector3f Lynix 2016-08-03 13:47:17 +02:00
  • 66bc8a5dde Graphics: Change ParticleStruct_Sprite position and velocity type from Vector2f to Vector3f Lynix 2016-08-03 13:47:17 +02:00
  • e7b940c6cf SDK/StateMachine: Add GetCurrentState function Lynix 2016-08-03 13:46:42 +02:00
  • e03f281f43 SDK/StateMachine: Add GetCurrentState function Lynix 2016-08-03 13:46:42 +02:00
  • ee1bd866ab SDK/StateMachine: Add GetCurrentState function Lynix 2016-08-03 13:46:42 +02:00
  • ca1b9c1988 Improved declarations Lynix 2016-08-02 13:31:09 +02:00
  • 5b83ac044b Improved declarations Lynix 2016-08-02 13:31:09 +02:00
  • a2fbd9f2d0 Improved declarations Lynix 2016-08-02 13:31:09 +02:00
  • 5fa5186480 Revert "Core/RefCounted: Remove persistent boolean" Lynix 2016-08-02 13:20:34 +02:00
  • 76818335ff Revert "Core/RefCounted: Remove persistent boolean" Lynix 2016-08-02 13:20:34 +02:00
  • 6f265a1cb3 Revert "Core/RefCounted: Remove persistent boolean" Lynix 2016-08-02 13:20:34 +02:00
  • 0e44e0eb15 Revert "Fix compile" Lynix 2016-08-02 13:20:31 +02:00
  • e5e212747a Revert "Fix compile" Lynix 2016-08-02 13:20:31 +02:00
  • b058819b9d Revert "Fix compile" Lynix 2016-08-02 13:20:31 +02:00
  • f41bbfbf79 Fix compile Lynix 2016-08-02 12:56:03 +02:00
  • 2af2f05681 Fix compile Lynix 2016-08-02 12:56:03 +02:00
  • e8c89f158d Fix compile Lynix 2016-08-02 12:56:03 +02:00
  • 755bf0b04b Core/RefCounted: Remove persistent boolean Lynix 2016-08-02 12:52:49 +02:00
  • b7a08a6aa7 Core/RefCounted: Remove persistent boolean Lynix 2016-08-02 12:52:49 +02:00
  • 07725ceb03 Core/RefCounted: Remove persistent boolean Lynix 2016-08-02 12:52:49 +02:00
  • 870305b403 SDK/ParticleEmitterComponent: Fix missing include Lynix 2016-08-01 12:04:15 +02:00
  • 2674657d02 SDK/ParticleEmitterComponent: Fix missing include Lynix 2016-08-01 12:04:15 +02:00
  • 44174feac6 SDK/ParticleEmitterComponent: Fix missing include Lynix 2016-08-01 12:04:15 +02:00
  • fdfd078335 Build: Fix empty install commands Lynix 2016-07-31 12:59:04 +02:00
  • 3eceba1770 Build: Fix empty install commands Lynix 2016-07-31 12:59:04 +02:00
  • 554c17702b Build: Fix empty install commands Lynix 2016-07-31 12:59:04 +02:00
  • e4a7a7e858 Build/NDKServer: Fix dependencies, allowing it to exists in server mode Lynix 2016-07-31 11:01:47 +02:00
  • 487bc7383c Build/NDKServer: Fix dependencies, allowing it to exists in server mode Lynix 2016-07-31 11:01:47 +02:00
  • 9d018485cb Build/NDKServer: Fix dependencies, allowing it to exists in server mode Lynix 2016-07-31 11:01:47 +02:00
  • b2351e6ef2 Build: Fix command line arguments being ignored if config.lua loading failed Lynix 2016-07-31 11:01:07 +02:00
  • 57883a7b45 Build: Fix command line arguments being ignored if config.lua loading failed Lynix 2016-07-31 11:01:07 +02:00
  • 8f50162924 Build: Fix command line arguments being ignored if config.lua loading failed Lynix 2016-07-31 11:01:07 +02:00
  • 70ee053f3f Sdk: Integrate particles Lynix 2016-07-30 15:51:46 +02:00
  • 8461495831 Sdk: Integrate particles Lynix 2016-07-30 15:51:46 +02:00
  • 654b52bb0c Sdk: Integrate particles Lynix 2016-07-30 15:51:46 +02:00
  • e6a4bcca0d Graphics/ParticleEmitter: No longer inherit from Node Lynix 2016-07-30 15:50:41 +02:00
  • b5d715f0cf Graphics/ParticleEmitter: No longer inherit from Node Lynix 2016-07-30 15:50:41 +02:00
  • 4efb8f0354 Graphics/ParticleEmitter: No longer inherit from Node Lynix 2016-07-30 15:50:41 +02:00
  • e950118263 Sdk: Components no longer need to be default-constructibles Lynix 2016-07-30 15:50:02 +02:00
  • 6890dc1c81 Sdk: Components no longer need to be default-constructibles Lynix 2016-07-30 15:50:02 +02:00
  • f60ce60cd5 Sdk: Components no longer need to be default-constructibles Lynix 2016-07-30 15:50:02 +02:00
  • 0cf5a12067 Build: Remove "united" shortcuts (since we have config.lua now) Lynix 2016-07-30 14:06:29 +02:00
  • ab89c2e7e9 Build: Remove "united" shortcuts (since we have config.lua now) Lynix 2016-07-30 14:06:29 +02:00
  • 2b8032debb Build: Remove "united" shortcuts (since we have config.lua now) Lynix 2016-07-30 14:06:29 +02:00