Commit Graph

  • 55a010e0de Lua/LuaClass: Fix compilation Lynix 2016-10-21 17:39:04 +02:00
  • 034f5cc8d7 Sdk/Lua: Bind SpriteLibrary Lynix 2016-10-21 17:32:40 +02:00
  • 511ded215b Lua/LuaClass: Fix compilation Lynix 2016-10-21 17:32:20 +02:00
  • d6b6e26d31 Lua/LuaClass: Reference the destructor only if the class has one Lynix 2016-10-21 17:24:45 +02:00
  • 3f7f12b625 Lua/LuaClass: Refactor Register() implementation Lynix 2016-10-21 16:50:49 +02:00
  • 373b8a7069 SDKServer: Fix compilation Lynix 2016-10-21 02:29:09 +02:00
  • b1abe2aac8 SDK: Fix compilation² Lynix 2016-10-21 02:22:12 +02:00
  • b062b496cf Fix compilation Lynix 2016-10-21 02:12:35 +02:00
  • 8f84700628 Sdk/LuaAPI: Make GetBinding() initialize the binding in case it wasn't initialized Lynix 2016-10-21 02:12:23 +02:00
  • 6b6608eccc Sdk/LuaBinding: Remove "class" suffix from classes instances Lynix 2016-10-21 02:03:31 +02:00
  • 6d597aa2bc Sdk/Application: Cleanup Lynix 2016-10-21 02:01:08 +02:00
  • 350c7dad59 Sdk/Lua: Bind Sprite class Lynix 2016-10-21 02:00:51 +02:00
  • 4cd6bdd14a Sdk/Lua: Bind Texture class Lynix 2016-10-21 02:00:35 +02:00
  • 0c6f7131a6 Lua/LuaInstance: Fix warning when using default parameters Lynix 2016-10-21 01:58:37 +02:00
  • 7a0a8543c3 Renderer/Texture: Add override specifier Lynix 2016-10-21 00:35:44 +02:00
  • a7d2d8cddd Utility/AbstractImage: Inherit RefCounted Lynix 2016-10-20 23:53:22 +02:00
  • 3c29bfe516 Lua/LuaInstance: Make ArgCheck and ArgError const Lynix 2016-10-20 23:44:12 +02:00
  • 6885e99ee7 SDK/Lua: Bind Matrix4 Lynix 2016-10-20 17:24:22 +02:00
  • baf4cb0e16 Lua/LuaClass: Add Reset method and default constructor Lynix 2016-10-19 22:48:46 +02:00
  • 89431f9c4f Graphics/CullingList: Fix some compilation errors Lynix 2016-10-19 15:51:20 +02:00
  • 152352ebcc Graphics/CullingList: Fix compilation with GCC/Clang Lynix 2016-10-19 12:10:40 +02:00
  • 725dc6cdbc Merge remote-tracking branch 'refs/remotes/origin/master' into culling Lynix 2016-10-19 11:17:12 +02:00
  • f3e1b19326 Core/FileLogger: Fix errors being written twice to the console with std replication (Fixes #103) Lynix 2016-10-18 19:16:38 +02:00
  • 438d8e918c Physics2D/RigidBody2D: Remove gravity factor Lynix 2016-10-17 17:53:49 +02:00
  • f18a84810f Physics2D: Add BoxCollider2D class Lynix 2016-10-17 17:53:34 +02:00
  • d530ca22e0 Final pass of Clang warning fixes Lynix 2016-10-17 16:14:35 +02:00
  • c221d53839 Physics3D/ConvexCollider3D: Replace pointer with stride parameters by a SparsePtr Lynix 2016-10-17 16:01:41 +02:00
  • 4c6f049e0d Fix another lot of warnings from Clang Lynix 2016-10-17 16:01:05 +02:00
  • 7e594a861f Graphics: Fix EnableInstancing(bool) having no impact Lynix 2016-10-17 14:47:15 +02:00
  • 5a07bbd001 Fix a lot of warnings from Clang/GCC Lynix 2016-10-17 14:46:53 +02:00
  • 56498af1a8 Travis: Enable -Wall and -Wextra compilation flags (#90, #91, #92, #93) Lynix 2016-10-17 14:21:11 +02:00
  • a05f9222ee Build: Output plugins binaries to plugins/lib instead of plugin/NAME/lib Lynix 2016-10-17 14:14:17 +02:00
  • f858356bc2 Renderer/UberShaderPreprocessor: Fix EARLY_FRAGMENT_TESTS typo (Fixes #102) Lynix 2016-10-17 14:04:46 +02:00
  • 22ff8c488d Example/Build: Fix Tut00 build Lynix 2016-10-17 13:25:51 +02:00
  • 59d3a2a3fb Merge pull request #101 from Ardakaniz/master Jérôme Leclercq 2016-10-16 21:51:35 +02:00
  • fa32f70d14 Fix log crash Ardakaniz 2016-10-16 19:21:06 +02:00
  • 72fa0adcfd Fix compilation + codingstyle Ardakaniz 2016-10-16 18:39:05 +02:00
  • 495976bff6 Remove DefaultLogger, just accept a SetLogger before initialization Ardakaniz 2016-10-16 18:34:01 +02:00
  • 308a603324 Log: Add possibility of set default logger (for initialization) Ardakaniz 2016-10-16 18:21:05 +02:00
  • fca5aeb9cd FileLogger: Make IsTimeLoggingEnabled const Ardakaniz 2016-10-16 18:20:25 +02:00
  • 64cec3fd01 AbstractLogger: Make IsStdReplicationEnabled const Ardakaniz 2016-10-16 18:20:05 +02:00
  • f309cee8d6 Example: Fix compilation of Tut00 after Physics change Jérôme Leclercq 2016-10-14 20:12:21 +02:00
  • ee4403dde6 Merge pull request #85 from Ardakaniz/master Jérôme Leclercq 2016-10-14 19:45:01 +02:00
  • 9391e21333 Remove Physics.hpp and generate Physics 2D and 3D global headers Ardakaniz 2016-10-14 19:35:27 +02:00
  • 33e4c89b73 Rename 'Physics 3D' to 'Physics 2D' in files head Ardakaniz 2016-10-14 19:34:49 +02:00
  • ed3f98ceeb Example: Fix compilation of Tut00 after Physics change Jérôme Leclercq 2016-10-14 18:33:53 +02:00
  • f3e041c4c0 Physics2D/RigidBody2D: Temporary remove SetGeom to fix a linking error Lynix 2016-10-14 18:01:24 +02:00
  • 119436a642 Physics2D/RigidBody2D: Cleanup and fix memory leak Lynix 2016-10-14 17:56:50 +02:00
  • 8c1b4527fd Utility/Events: Fix TextEntered event with tabs on Linux Lynix 2016-10-14 17:50:12 +02:00
  • 683b3c8961 Sdk: Fix linking error since Physics module change Lynix 2016-10-14 17:47:46 +02:00
  • a754942d23 Extlibs: Recompile chipmunk with -fPIC Lynix 2016-10-14 17:39:53 +02:00
  • 9b48c9ee37 Physics3D: Rename ::GeomType to Nz::ColliderType3D Lynix 2016-10-14 17:27:30 +02:00
  • 9a7767867b Push the current work on the Physics2D module Lynix 2016-10-14 17:07:13 +02:00
  • 080db76ac1 Merge pull request #84 from DigitalPulseSoftware/physics-refactor Jérôme Leclercq 2016-10-13 08:54:33 +02:00
  • 634b67be56 Fix merge fail Lynix 2016-10-13 08:33:15 +02:00
  • 1fdda6b07c Merge remote-tracking branch 'refs/remotes/origin/master' into physics-refactor Lynix 2016-10-13 08:32:36 +02:00
  • 01cd9b220f Sdk/PhysicsSystem: Fix GetWorld() not initializing the internal world Lynix 2016-10-13 08:30:33 +02:00
  • be44a89a85 Sdk: Rename [Collision|Physics]Component to [Collision|Physics]Component3D Lynix 2016-10-13 08:23:25 +02:00
  • b52c7c57bf Physics3D: Rename PhysWorld to PhysWorld3D Lynix 2016-10-13 08:13:56 +02:00
  • 3765cba046 Physics3D: Rename PhysObject to RigidBody3D Lynix 2016-10-13 08:06:14 +02:00
  • 3c4d084b27 Physics3D: Rename Physics module class to Physics3D Lynix 2016-10-13 07:40:12 +02:00
  • 49f4df6496 Physics: Fix linking Lynix 2016-10-13 07:30:04 +02:00
  • b7a383d68c Physics3D: Rename all *Geom to Collider3D Lynix 2016-10-13 07:29:34 +02:00
  • 8781a628e0 Physics: Rename PhysGeom to Collider3D Lynix 2016-10-13 06:08:17 +02:00
  • 24f1859ec2 Physics: Change includes to Physics3D Lynix 2016-10-13 06:03:22 +02:00
  • eae8847bd1 Physics: Move files to Physics3D Lynix 2016-10-13 06:01:32 +02:00
  • debf87e739 Sdk/PhysicsSystem: Create PhysWorld only if required by entities Lynix 2016-10-13 05:29:48 +02:00
  • 9f771f8c01 UnitTests: Convert some REQUIRE to CHECK Lynix 2016-10-13 05:13:39 +02:00
  • fd652f1931 UnitTests: Include .hpp in the project Lynix 2016-10-13 05:08:57 +02:00
  • 584cb858ef UnitTests: Reduce text size from 72 to 36 Lynix 2016-10-13 05:08:40 +02:00
  • 5a3077a3ad Merge pull request #83 from Gawaboumga/Console-Fix Jérôme Leclercq 2016-10-13 04:54:45 +02:00
  • 4de37bf9fa Merge branch 'pr/82' Lynix 2016-10-13 04:49:27 +02:00
  • 5d5c7b4284 PR-82: Fix indent Lynix 2016-10-13 04:48:19 +02:00
  • eb1416f48d Fix comment Gawaboumga 2016-10-12 21:38:33 +02:00
  • d4e569c09e Add tests for event handling, use NazaraUnitTests [EventHandler] Gawaboumga 2016-10-12 21:08:02 +02:00
  • f19100d179 Fix event: text entered (still broken with some key combinations and non printable characters) Gawaboumga 2016-10-12 21:07:04 +02:00
  • 5ea3eab8fc Oops, added an indent S6066 2016-10-12 18:24:51 +02:00
  • e5300da933 Same S6066 2016-10-12 18:23:28 +02:00
  • c5c4ef2c09 Fix + indent, again S6066 2016-10-12 18:22:57 +02:00
  • 255b1cce07 Fix + indent S6066 2016-10-12 18:22:53 +02:00
  • e1d948c348 Fixing an oopsie (2) S6066 2016-10-12 18:11:56 +02:00
  • d69166991a Fixing an oopsie (1) S6066 2016-10-12 18:11:51 +02:00
  • 59b2e55ed5 Added hash for Vectors S6066 2016-10-12 17:56:46 +02:00
  • 4ba744c1bc Fix merge fails Lynix 2016-10-12 17:29:08 +02:00
  • 561c0cf51f Merge remote-tracking branch 'refs/remotes/origin/master' into culling Lynix 2016-10-12 16:51:18 +02:00
  • 01a812a5de Vulkan: Improve error handling Lynix 2016-10-12 15:08:02 +02:00
  • 61c8a2108a Extlibs: Update Vulkan header to 30 Lynix 2016-10-11 17:43:15 +02:00
  • cf7465f7db Merge remote-tracking branch 'refs/remotes/origin/master' into vulkan Lynix 2016-10-11 17:24:03 +02:00
  • b24e37bb4f Fix merge rollback with Newton library Lynix 2016-10-11 16:18:27 +02:00
  • c4b99fb0df Sdk/ButtonWidget: Remove debug code on mouse move Lynix 2016-10-11 15:41:33 +02:00
  • 7cab7cacaa Sdk/BaseWidget: Add Center() method Lynix 2016-10-11 15:41:19 +02:00
  • 2fdc7a8878 Sdk/BaseWidget: Add shortcut to create children widgets Lynix 2016-10-11 15:40:56 +02:00
  • f10ed46035 Fix merge error Lynix 2016-10-10 22:15:12 +02:00
  • 05dd93c549 Merge branch 'master' into gui Lynix 2016-10-10 22:10:36 +02:00
  • d59fd12824 UnitTests: Try to fix AcceptClient error Lynix 2016-10-09 14:05:07 +02:00
  • e0bae16564 Bump version to 0.1.1 Lynix 2016-10-09 13:05:27 +02:00
  • cd94520f26 Merge branch 'master' of https://github.com/DigitalPulseSoftware/NazaraEngine Lynix 2016-10-09 12:56:47 +02:00
  • 5c3e29c750 Graphics/ForwardRenderTechnique: Fix sending uniforms when shadows are disabled Lynix 2016-10-09 12:56:42 +02:00
  • 96a886260e Network: Fix compilation on Linux x86 (Fixes #81) Former-commit-id: b9ee4a38914e101751907a0afd5bc4387c4cc595 [formerly fbd619850d74c3264eead6456950549a00445a48] [formerly 38aa0d99632748baef4bdbed948e97d3348fd7c3 [formerly 24dc3d90f246b8a437a6fc1ace1b3091fd0e8df9]] Former-commit-id: 37cfa200c8effe1822e9e2c8dd3224f8d4138c9d [formerly 5a4fdb8f93bcef49702e73d3ca8c7f5a1be56716] Former-commit-id: 3e444884880bb866d4b66b5d4531272a02ac4125 Jérôme Leclercq 2016-10-08 20:55:00 +02:00
  • 1788cd0735 Core/Bitset: Fix compile error Lynix 2016-10-08 07:19:41 +02:00