Commit Graph

  • e0071b196a Sdk/GraphicsComponent: Add Detach method Lynix 2016-06-20 13:11:31 +02:00
  • 31f052d405 Sdk/GraphicsComponent: Add Detach method Lynix 2016-06-20 13:11:31 +02:00
  • 04e52caa88 Sdk/GraphicsComponent: Add Detach method Lynix 2016-06-20 13:11:31 +02:00
  • 499f9e0dff Core/ObjectRef: Add comparison operators Lynix 2016-06-20 13:10:09 +02:00
  • daf1dadda0 Core/ObjectRef: Add comparison operators Lynix 2016-06-20 13:10:09 +02:00
  • 84039cd78a Core/ObjectRef: Add comparison operators Lynix 2016-06-20 13:10:09 +02:00
  • 7649cbdd46 Merge remote-tracking branch 'refs/remotes/origin/master' into vulkan Lynix 2016-06-20 12:57:49 +02:00
  • 53517ff634 Examples/FirstScene: Add console and Ndk::Application Lynix 2016-06-20 09:05:22 +02:00
  • 23e9a9cb66 Examples/FirstScene: Add console and Ndk::Application Lynix 2016-06-20 09:05:22 +02:00
  • df4f11681a Examples/FirstScene: Add console and Ndk::Application Lynix 2016-06-20 09:05:22 +02:00
  • c7d4f7ca83 Noise: Fix errors/warnings Lynix 2016-06-19 16:09:22 +02:00
  • fbc963402c Noise: Fix errors/warnings Lynix 2016-06-19 16:09:22 +02:00
  • e52656bed8 Noise: Fix errors/warnings Lynix 2016-06-19 16:09:22 +02:00
  • 7d73f0dcad Vulkan: Add physical device retrieval Lynix 2016-06-19 15:31:53 +02:00
  • a6f223a396 Vulkan/Swapchain: Fix warnings Lynix 2016-06-19 15:30:35 +02:00
  • 6344268b4b Merge branch 'master' into vulkan Lynix 2016-06-19 15:06:23 +02:00
  • 5970682035 Noise: First pass of refactoring Jérôme Leclercq 2016-06-18 12:36:20 +02:00
  • 56e9e7bae6 Noise: First pass of refactoring Jérôme Leclercq 2016-06-18 12:36:20 +02:00
  • b0fc1c9bf9 Noise: First pass of refactoring Jérôme Leclercq 2016-06-18 12:36:20 +02:00
  • 81245a9c43 Noise: Refresh module using ZNoise https://github.com/Overdrivr/ZNoise Jérôme Leclercq 2016-06-18 07:52:33 +02:00
  • 2f6ec2bd2c Noise: Refresh module using ZNoise https://github.com/Overdrivr/ZNoise Jérôme Leclercq 2016-06-18 07:52:33 +02:00
  • 33f2241d95 Noise: Refresh module using ZNoise https://github.com/Overdrivr/ZNoise Jérôme Leclercq 2016-06-18 07:52:33 +02:00
  • 752fd3d4d2 Examples: Fix compilation of FirstScene Jérôme Leclercq 2016-06-18 07:04:15 +02:00
  • a05e0ba815 Examples: Fix compilation of FirstScene Jérôme Leclercq 2016-06-18 07:04:15 +02:00
  • a66db53057 Examples: Fix compilation of FirstScene Jérôme Leclercq 2016-06-18 07:04:15 +02:00
  • 108a6af39f Fix some more warnings Lynix 2016-06-17 22:30:29 +02:00
  • d9562cd05e Fix some more warnings Lynix 2016-06-17 22:30:29 +02:00
  • 01428dcde3 Fix some more warnings Lynix 2016-06-17 22:30:29 +02:00
  • 1634311008 Vulkan/Device: Allow to specify additionnal layers and extensions Lynix 2016-06-17 18:12:38 +02:00
  • e332f2f77e Vulkan/Swapchain: Make Acquire Next Image constant Lynix 2016-06-17 18:12:19 +02:00
  • 7989253066 Merge branch 'vulkan' of https://github.com/DigitalPulseSoftware/NazaraEngine into vulkan Lynix 2016-06-14 12:15:16 +02:00
  • 6531f6028a Vulkan: Fix crashs Lynix 2016-06-13 22:29:44 +02:00
  • 4c501320b8 Vulkan: Make implicit conversion work on const Lynix 2016-06-13 22:29:16 +02:00
  • 52dde9bda3 Merge remote-tracking branch 'refs/remotes/origin/master' into vulkan Lynix 2016-06-13 21:24:44 +02:00
  • d90a735372 Build: Fix example path Lynix 2016-06-13 21:19:12 +02:00
  • 328eb1eff9 Build: Fix example path Lynix 2016-06-13 21:19:12 +02:00
  • a277e7560f Build: Fix example path Lynix 2016-06-13 21:19:12 +02:00
  • 819b46f5fc Fix a shitload of warnings in 64 bits mode Lynix 2016-06-13 21:09:55 +02:00
  • 086de1f71c Fix a shitload of warnings in 64 bits mode Lynix 2016-06-13 21:09:55 +02:00
  • c528640d80 Fix a shitload of warnings in 64 bits mode Lynix 2016-06-13 21:09:55 +02:00
  • a91085550d Vulkan: Add CreateDevice/SelectDevice functions Lynix 2016-06-13 19:56:38 +02:00
  • 26e2f57c35 Vulkan/Device: Add GetPhysicalDevice() Lynix 2016-06-13 19:55:42 +02:00
  • c28995bc88 Vulkan/Device: Add queue infos Lynix 2016-06-13 19:55:26 +02:00
  • c0d8beb11b Forgot file Lynix 2016-06-13 19:54:53 +02:00
  • 113f99e2d1 Vulkan/Surface: Make surface queriers const Lynix 2016-06-13 19:54:20 +02:00
  • 405e873294 Vulkan: Make device objects take a DeviceHandle at creation Lynix 2016-06-13 19:53:46 +02:00
  • 8e9deee43e Merge remote-tracking branch 'refs/remotes/origin/master' into vulkan Lynix 2016-06-12 23:00:33 +02:00
  • f36eec7346 Build: Fix typo Lynix 2016-06-12 12:46:56 +02:00
  • 3ab0192300 Build: Fix typo Lynix 2016-06-12 12:46:56 +02:00
  • 6eca751ee5 Build: Fix typo Lynix 2016-06-12 12:46:56 +02:00
  • 0cc1986460 Update .gitignore Lynix 2016-06-12 12:46:38 +02:00
  • b30faa83ca Update .gitignore Lynix 2016-06-12 12:46:38 +02:00
  • 002a3666bf Update .gitignore Lynix 2016-06-12 12:46:38 +02:00
  • 7cca8401db Build: Remake install system Lynix 2016-06-12 11:39:31 +02:00
  • ee553f350a Build: Remake install system Lynix 2016-06-12 11:39:31 +02:00
  • 49650a94f3 Build: Remake install system Lynix 2016-06-12 11:39:31 +02:00
  • 3be6ab3666 Build: Remove duplicate Lynix 2016-06-12 10:14:36 +02:00
  • 3c44253685 Build: Remove duplicate Lynix 2016-06-12 10:14:36 +02:00
  • d42ae34c4f Build: Remove duplicate Lynix 2016-06-12 10:14:36 +02:00
  • bd785b9e0e Build: Convert spaces to tabs Lynix 2016-06-12 10:06:27 +02:00
  • 6d70d5c562 Build: Convert spaces to tabs Lynix 2016-06-12 10:06:27 +02:00
  • 92f7961056 Build: Convert spaces to tabs Lynix 2016-06-12 10:06:27 +02:00
  • daa49db2da Build: Remove -fPIC on Windows Lynix 2016-06-12 10:03:39 +02:00
  • ff4275dd1c Build: Remove -fPIC on Windows Lynix 2016-06-12 10:03:39 +02:00
  • 926cbbea98 Build: Remove -fPIC on Windows Lynix 2016-06-12 10:03:39 +02:00
  • 3a1498b9a4 Build: Remake exclusion system Lynix 2016-06-12 10:03:05 +02:00
  • 36a02ee92d Build: Remake exclusion system Lynix 2016-06-12 10:03:05 +02:00
  • 6819d4a26c Build: Remake exclusion system Lynix 2016-06-12 10:03:05 +02:00
  • 4841a1d7d4 Merge branch 'master' of https://github.com/DigitalPulseSoftware/NazaraEngine Lynix 2016-06-11 13:13:57 +02:00
  • 04b063dd71 Merge branch 'master' of https://github.com/DigitalPulseSoftware/NazaraEngine Lynix 2016-06-11 13:13:57 +02:00
  • 420d5a84b2 Merge branch 'master' of https://github.com/DigitalPulseSoftware/NazaraEngine Lynix 2016-06-11 13:13:57 +02:00
  • 116699a313 Math/Algorithm: Fix IntegralLog2Pot case with sizeof(T) > 4 and %32 bits Lynix 2016-06-11 13:13:53 +02:00
  • d2790f0992 Math/Algorithm: Fix IntegralLog2Pot case with sizeof(T) > 4 and %32 bits Lynix 2016-06-11 13:13:53 +02:00
  • 6f38f42e8d Math/Algorithm: Fix IntegralLog2Pot case with sizeof(T) > 4 and %32 bits Lynix 2016-06-11 13:13:53 +02:00
  • 8509c7c068 Network/RUdpConnection: Remove useless line Lynix 2016-06-10 12:40:31 +02:00
  • 2d6b8fe2c6 Network/RUdpConnection: Remove useless line Lynix 2016-06-10 12:40:31 +02:00
  • f7eeda0a1f Network/RUdpConnection: Remove useless line Lynix 2016-06-10 12:40:31 +02:00
  • e70b1f57ae Fix compilation for CodeBlocks 16.01 ! (Fixes #65) Lynix 2016-06-09 13:02:02 +02:00
  • 7c7e602dc1 Fix compilation for CodeBlocks 16.01 ! (Fixes #65) Lynix 2016-06-09 13:02:02 +02:00
  • f74f180044 Fix compilation for CodeBlocks 16.01 ! (Fixes #65) Lynix 2016-06-09 13:02:02 +02:00
  • be01b9e29b Merge branch 'master' of https://github.com/DigitalPulseSoftware/NazaraEngine Lynix 2016-06-09 12:32:08 +02:00
  • e2c0209e62 Merge branch 'master' of https://github.com/DigitalPulseSoftware/NazaraEngine Lynix 2016-06-09 12:32:08 +02:00
  • dce978aa51 Merge branch 'master' of https://github.com/DigitalPulseSoftware/NazaraEngine Lynix 2016-06-09 12:32:08 +02:00
  • 70167ce106 Build: Fix build on Premake4 Lynix 2016-06-09 12:32:04 +02:00
  • 799b44ee3f Build: Fix build on Premake4 Lynix 2016-06-09 12:32:04 +02:00
  • 5fb16724e6 Build: Fix build on Premake4 Lynix 2016-06-09 12:32:04 +02:00
  • c2d0ebd15e Merge branch 'master' of https://github.com/DigitalPulseSoftware/NazaraEngine Lynix 2016-06-09 08:49:14 +02:00
  • c7368ada97 Merge branch 'master' of https://github.com/DigitalPulseSoftware/NazaraEngine Lynix 2016-06-09 08:49:14 +02:00
  • 51533fabe9 Merge branch 'master' of https://github.com/DigitalPulseSoftware/NazaraEngine Lynix 2016-06-09 08:49:14 +02:00
  • f80dc7cf45 Graphics/Material: Add errors when failed to query texture Lynix 2016-06-09 08:49:01 +02:00
  • e9d540ada5 Graphics/Material: Add errors when failed to query texture Lynix 2016-06-09 08:49:01 +02:00
  • 2ace255d17 Graphics/Material: Add errors when failed to query texture Lynix 2016-06-09 08:49:01 +02:00
  • a2b4146645 Sdk/Application: Add MakeExitOnLastWindowClosed Lynix 2016-06-09 08:48:35 +02:00
  • 2007edd398 Sdk/Application: Add MakeExitOnLastWindowClosed Lynix 2016-06-09 08:48:35 +02:00
  • 18eab1045d Sdk/Application: Add MakeExitOnLastWindowClosed Lynix 2016-06-09 08:48:35 +02:00
  • 0e01bdaa3e Graphics/Material: Ugly spaces to tabs Lynix 2016-06-09 08:48:04 +02:00
  • 26475973e2 Graphics/Material: Ugly spaces to tabs Lynix 2016-06-09 08:48:04 +02:00
  • 296be70a5c Graphics/Material: Ugly spaces to tabs Lynix 2016-06-09 08:48:04 +02:00
  • 91be8bf6ed Plugins/Assimp: Fix FaceCulling parameter retrieval Lynix 2016-06-09 08:47:43 +02:00
  • d46a170177 Plugins/Assimp: Fix FaceCulling parameter retrieval Lynix 2016-06-09 08:47:43 +02:00