Commit Graph

  • e907db7de1 Core/ObjectRef: Make hashable Lynix 2016-01-19 12:19:27 +01:00
  • c94c525446 Graphics/TextSprite: Add convenience constructor Lynix 2016-01-19 12:15:44 +01:00
  • df7d736b23 Physics/Geom: Fix missing initialization/uninitialization (fixes crash at exit) Lynix 2016-01-19 12:15:17 +01:00
  • c359c6925e Graphics/SpriteLibrary: Fix missing initialization/uninitialization (fixes crash at exit) Lynix 2016-01-19 12:14:07 +01:00
  • 9ae27d990c Network/Socket: (Windows) Handle WSAECONNABORTED and WSAECONNRESET error messages Lynix 2016-01-19 12:11:59 +01:00
  • d2a1bc3fd5 Network: Fix some move stuff Lynix 2016-01-15 08:29:58 +01:00
  • c9a63bc72c Core: Bring back MemoryStream class (It's not perfect but necessary until a better replacement comes out) Lynix 2016-01-15 02:24:34 +01:00
  • 2cace84c90 Math/Matrix4: Fix computations. Sometimes some values can be really small (and very close to zero) without being null. Lynix 2016-01-15 01:04:29 +01:00
  • f49f77b75d Sdk/CameraComponent: Add Size property for Orthogonal rendering Lynix 2016-01-13 18:43:42 +01:00
  • 4562243c5f Utility/SimpleTextDrawer: Update SetColor method (will no longer force full regeneration) Lynix 2016-01-08 14:00:54 +01:00
  • f9394e7af2 Merge branch 'master' of https://github.com/DigitalPulseSoftware/NazaraEngine Lynix 2016-01-08 01:30:27 +01:00
  • 9fa8255de0 Sdk/Entity: Fix move constructor Lynix 2016-01-08 01:29:37 +01:00
  • bbaa328530 Core/Bitset: Replace static members by static constexpr Lynix 2016-01-08 01:28:49 +01:00
  • ae6ba51380 Utility: Remove useless file Lynix 2016-01-07 18:07:51 +01:00
  • 8441dcfa2a Ndk/Console: Fix compilation Lynix 2016-01-07 18:07:03 +01:00
  • 55cfd66c7a Sdk: Add Console Lynix 2016-01-07 13:43:53 +01:00
  • adf5946711 Core/Console: Add CountOf function Lynix 2016-01-07 13:33:26 +01:00
  • b9ec4a4fc4 Utility/SimpleTextDrawer: Add Clear method Lynix 2016-01-06 19:05:26 +01:00
  • f273c0229c Core/String: Fix Clear(true) Lynix 2016-01-06 13:55:44 +01:00
  • 2b908d0c2b Graphics/TextSprite: Fix unused memory not being released by Update Lynix 2016-01-06 13:16:11 +01:00
  • c6f491ca21 Graphics/TextSprite: Optimize Update method Make it keep established connections instead of clearing everything and connecting again Lynix 2016-01-06 12:01:35 +01:00
  • 235fbf1877 Utility/SimpleTextDrawer: Add optimized AppendText method Lynix 2016-01-05 13:50:52 +01:00
  • 856df11d5c Math/Algorithm: Fix compilation (C++14 constexpr is not supported by all major compilers) Lynix 2016-01-01 16:34:49 +01:00
  • 0a9e6fcda3 Merge pull request #51 from Gawaboumga/Documentation-Update Lynix 2015-12-31 11:53:09 +01:00
  • 3247435e08 Fix for Linux Gawaboumga 2015-12-30 15:59:08 +01:00
  • 15e4fe1453 New tests ! Gawaboumga 2015-12-30 15:38:52 +01:00
  • 139c495966 Documentation for Vector4 + static DotProduct & Normalize Gawaboumga 2015-12-30 15:36:38 +01:00
  • 95400fdfab Documentation for Vector3 Gawaboumga 2015-12-30 15:36:12 +01:00
  • 844e31fb38 Documentation for Vector2 + static DotProduct & Normalize Gawaboumga 2015-12-30 15:35:37 +01:00
  • cec0567fdd Documentation for Sphere + new Unit sphere Gawaboumga 2015-12-30 15:34:59 +01:00
  • d733a9c5d1 Documentation for Rect Gawaboumga 2015-12-30 15:34:36 +01:00
  • 137bc33770 Documentation for Ray + New method intersection Ray-Triangle Gawaboumga 2015-12-30 15:33:55 +01:00
  • 9efce81eac Documentation for Quaternion Gawaboumga 2015-12-30 15:33:26 +01:00
  • 40d3d6b235 Documentation for OrientedBox Gawaboumga 2015-12-30 15:32:59 +01:00
  • 53f4bacab6 Documentation for Plane + add MakeXY methods Gawaboumga 2015-12-30 15:32:41 +01:00
  • f131fd2121 Documentation for Matrix4 + Check for affine Gawaboumga 2015-12-30 15:32:09 +01:00
  • fa48b750ae Documentation for Frustum Gawaboumga 2015-12-30 15:31:27 +01:00
  • 5d0624f03f Documentation for EulerAngles + change Return of Set Gawaboumga 2015-12-30 15:30:13 +01:00
  • e2213cac61 Documentation for BoundingVolume & Box Gawaboumga 2015-12-30 15:29:07 +01:00
  • 007b40b1b3 Documentation for Algorithm + constexpr Gawaboumga 2015-12-30 15:28:13 +01:00
  • 1d04ac8f13 First implementation of Posix Network Gawaboumga 2015-12-30 15:20:07 +01:00
  • 7f4a7c1012 Add override where missing Gawaboumga 2015-12-30 15:15:20 +01:00
  • 92eaf8db1f Linux is case-sensitive Gawaboumga 2015-12-30 15:08:30 +01:00
  • 84f6803aac Fix Markdown I just broken Lynix 2015-12-30 12:03:24 +01:00
  • 94037128b3 Update Readme (#50) Lynix 2015-12-30 12:02:19 +01:00
  • 1926b28d63 Graphics/Light: Add missing GetInnerAngleCosine() and GetInvRadius() implementation Lynix 2015-12-18 13:46:15 +01:00
  • 26e7fa1686 Ndk: Add EntityOwner class Lynix 2015-12-18 13:27:09 +01:00
  • 39f2c4eb07 Lua/LuaInstance: Resolve ambiguous overload Lynix 2015-12-18 13:26:08 +01:00
  • 163e73f5d2 Lua: Some fixes Lynix 2015-12-17 14:20:33 +01:00
  • 52599132a7 Lua/LuaInstance: Add [Check|Set][Field|Global] helpers Lynix 2015-12-17 13:47:25 +01:00
  • ee2626b928 Lua: Optimize binding Lynix 2015-12-17 13:41:13 +01:00
  • e5d22a23cc Merge branch 'master' of https://github.com/DigitalPulseSoftware/NazaraEngine Lynix 2015-12-14 12:23:05 +01:00
  • cfe7c79991 Sdk: Add server-side module Lynix 2015-12-13 16:36:38 +01:00
  • 4c72e27784 Lua/LuaClass: Add pointer objects support Lynix 2015-12-13 16:35:42 +01:00
  • 2c79e5f4e0 Lua/LuaInstance: Add PushInstance Lynix 2015-12-13 04:40:50 +01:00
  • 83bd028e8f Lua/LuaClass: Add inheritance (first implementation) Lynix 2015-12-13 03:29:57 +01:00
  • 81334ae382 Lua/LuaClass: Optimizations Lynix 2015-12-11 14:13:52 +01:00
  • 3cdf6a9f44 Core/String: Replace Resize argument by flags, it is now capable of handling UTF-8 sequences Lynix 2015-12-11 13:35:44 +01:00
  • bff0e2df21 Graphics/ForwardRenderQueue: Fix error Lynix 2015-12-11 13:08:32 +01:00
  • ee16bee137 Sdk/EntityList: Fix entity removal Lynix 2015-12-11 13:08:15 +01:00
  • bfabf0cd5e Lua/LuaInstance: Add support for multi-arg conversion Lynix 2015-12-10 23:51:19 +01:00
  • f8f3dbd696 Sdk/World: Refactor Lynix 2015-12-10 23:50:35 +01:00
  • 8adc0097df Sdk/Entity: Add enable/disable mechanism Lynix 2015-12-10 23:50:09 +01:00
  • 4a71fb2922 Lua/LuaClass: Fix parameters sent to Getter/Setter Lynix 2015-12-10 14:09:13 +01:00
  • 91f778dd89 Graphics/SkyboxBackground: Add movement scaler Lynix 2015-12-10 14:08:09 +01:00
  • 11abcc7da4 Lua/LuaInstance: Fix compilation under Clang/GCC Lynix 2015-12-09 16:34:50 +01:00
  • 688aed0160 Lua: Fix typo Lynix 2015-12-09 15:23:43 +01:00
  • d2584b7c33 Lua: Add support for default arguments Lynix 2015-12-09 15:11:57 +01:00
  • 5f16da5e73 Merge branch 'master' into NDK-ShadowMapping Lynix 2015-12-09 01:14:20 +01:00
  • 9e7452ab68 Graphics/DepthRender: Fix compilation Lynix 2015-12-09 01:11:27 +01:00
  • 9cf5e4b68c Merge branch 'master' into NDK-ShadowMapping Lynix 2015-12-09 00:59:07 +01:00
  • d72db3bf4b Lua/LuaInstance: Fix linker error Lynix 2015-12-08 18:40:40 +01:00
  • 35b0d293fd Lua/Enums: Fix missing namespace Lynix 2015-12-08 18:40:26 +01:00
  • ee2257810c Core/Directory: Fix crash at the end of program with MinGW Lynix 2015-12-07 22:49:40 +01:00
  • 93fae53ea5 Graphics: Qt-friendly change Lynix 2015-12-07 22:45:07 +01:00
  • 6284503da6 Merge branch 'NDK' of https://github.com/DigitalPulseSoftware/NazaraEngine into NDK Lynix 2015-12-07 19:55:05 +01:00
  • 4ccbaece88 Lua: Fix compilation error with some arguments type Lynix 2015-12-07 19:54:45 +01:00
  • 9f9705ccfa Core: Rewrite Log system Lynix 2015-12-07 18:18:14 +01:00
  • f1166b68a9 Sdk /CameraComponent: Fix render target resizing Lynix 2015-12-04 19:36:38 +01:00
  • 0f889a0140 Core/Clock: Add documentation Lynix 2015-12-01 13:40:48 +01:00
  • f71886e66d Add Doxygen file Lynix 2015-12-01 13:40:40 +01:00
  • 26681b48b7 Sdk/GraphicsComponent: Fix copy constructor Lynix 2015-11-30 18:19:38 +01:00
  • 6fcf7dcf23 Merge branch 'NDK' of https://github.com/DigitalPulseSoftware/NazaraEngine into NDK Lynix 2015-11-30 12:51:01 +01:00
  • 5e8f8549af Core/Posix: Fix file opening in ReadWrite mode Lynix 2015-11-30 12:50:56 +01:00
  • 9b0e903e31 Core/Win32: Fix file opening in ReadWrite mode Lynix 2015-11-30 12:50:55 +01:00
  • 840c591b6e Fix linking problem in United mode Lynix 2015-11-28 13:53:26 +01:00
  • 8915619934 Lua: Add automatic method binding Lynix 2015-11-28 02:51:42 +01:00
  • 6bc285cb00 Fix compilation for GCC Lynix 2015-11-28 02:07:56 +01:00
  • 0a0e6d00f7 Graphics: Add render order Lynix 2015-11-27 23:38:54 +01:00
  • 5d3e4d7aeb Core/GuillotineBinPack: Fix search error Lynix 2015-11-26 23:57:48 +01:00
  • 1e5cad5b24 Core/Unicode: Fix Unicode export Lynix 2015-11-25 18:28:33 +01:00
  • 72a6148d1b Core/MemoryView: Fix OpenMode Lynix 2015-11-25 18:20:17 +01:00
  • 4619099a01 Core/SimpleTextDrawer: Fix assignment operator Lynix 2015-11-25 18:20:02 +01:00
  • b5fb11b5c2 Core/Serializer: Add FlushBits method Lynix 2015-11-25 18:19:38 +01:00
  • bbe8a776e8 Fix a shitloads of warnings on VS Lynix 2015-11-25 18:19:26 +01:00
  • c6d16c0128 Merge branch 'NDK' of https://github.com/DigitalPulseSoftware/NazaraEngine into NDK Lynix 2015-11-23 18:22:15 +01:00
  • 4721bf80c3 Network/TcpClient: Make TcpClient a Stream Lynix 2015-11-23 18:22:12 +01:00
  • 6829863d81 Core/Enum: Rename OpenMode_Current to NotOpen Lynix 2015-11-23 14:15:29 +01:00
  • 7f220ce48c Core/Serialization: Add bit serialization Lynix 2015-11-23 13:45:35 +01:00
  • b0d2675994 Network/Algorithm: Fix external linking Lynix 2015-11-22 15:53:31 +01:00