Commit Graph

4141 Commits

Author SHA1 Message Date
Lynix
cb6f1610bc Add changelog file 2017-10-19 20:59:19 +02:00
Lynix
07f20e1893 Update doxyfile version 2017-10-18 23:04:14 +02:00
Lynix
0e45876b89 Fix compilation with MinGW 2017-10-18 22:02:36 +02:00
Lynix
be38aee1fa Fix some warnings 2017-10-18 22:02:21 +02:00
Lynix
b47b89ed8b Utility/Mesh: Add index and vertex buffer flags in MeshParams 2017-10-18 00:29:34 +02:00
Lynix
9c97ec45c6 Utility/Mesh: Disable index buffer optimization in debug mode 2017-10-18 00:21:07 +02:00
Lynix
5b4185a4a6 Utility/VertexMapper: Add GetVertex[Buffer|Count] functions 2017-10-18 00:20:38 +02:00
Jérôme Leclercq
10a92dcb18 Sdk/LuaAPI: Add Ndk::Entity* handling for parameters 2017-10-16 11:57:38 +02:00
Jérôme Leclercq
b3f3d16f13 Physics2D: Fix DebugDraw of polygons 2017-10-16 11:57:23 +02:00
Jérôme Leclercq
6e7b78611d Physics2D/RigidBody2D: Add SetStatic method 2017-10-16 11:56:41 +02:00
Lynix
ee06fffd03 Fix StringStream tests 2017-10-15 14:54:28 +02:00
Lynix
9911c6e07c Core: Optimize StringStream 2017-10-15 12:25:08 +02:00
Lynix
a9307d5e7b Fix compilation 2017-10-14 19:22:27 +02:00
Lynix
46cf06f446 Fix previous commit oopsies 2017-10-14 18:27:37 +02:00
Lynix
683b09144d Core: Replace StackAllocation by StackArray
This will cleanup alloca usage a little bit
2017-10-14 18:04:16 +02:00
Lynix
333a7903ff Disable system clone unit test 2017-10-14 15:23:22 +02:00
Lynix
2cac137066 Sdk: Remove systems clone (and thus need for copy constructor) 2017-10-14 14:41:55 +02:00
Jérôme Leclercq
101783126c Physics2D: Add DebugDraw method 2017-10-13 15:14:37 +02:00
Lynix
b14a9f219a Small change 2017-10-11 00:33:41 +02:00
Lynix
7fb1bd387d Demo: Change keyboard control by mouse control 2017-10-11 00:30:05 +02:00
Lynix
fce0db09e8 Add support for reflection in PhongLighting shader 2017-10-11 00:07:57 +02:00
Lynix
6c7ed953e2 Merge branch 'master' of https://github.com/DigitalPulseSoftware/NazaraEngine 2017-10-10 21:52:51 +02:00
Lynix
4bdcb1f31f Fix demo compilation and warnings 2017-10-10 21:52:36 +02:00
Lynix
eb6f23d53c Fix -Wignored-qualifiers warning 2017-10-10 21:52:35 +02:00
Lynix
85aa01a562 Physics2D: Add constraint support 2017-10-10 21:52:35 +02:00
Lynix
a39ed47ef4 Regenerate global headers 2017-10-10 21:52:34 +02:00
Jérôme Leclercq
10e2d3008a Sdk/Algortihm: Fix 64bits shift 2017-10-10 21:52:34 +02:00
Jérôme Leclercq
cb57721a65 Package: Fix resource copy on Linux 2017-10-10 21:52:33 +02:00
Jérôme Leclercq
84537fcfb8 Sdk: Fix segfault when deleting hovered widget 2017-10-10 21:52:33 +02:00
Jérôme Leclercq
46e684c275 Network/ENetHost: Fix compression callbacks 2017-10-10 21:52:32 +02:00
Jérôme Leclercq
67ddbbe494 Fix LogoDemo after mapper change 2017-10-10 21:52:31 +02:00
Jérôme Leclercq
3282534bba SocketPoller: Fix behavior on Windows and BSD 2017-10-10 21:52:31 +02:00
Jérôme Leclercq
874599fefd Network/SocketPoller: Uniformize behavior accross platforms
On Windows, a closed connection will mark as ready for read/write
2017-10-10 21:52:30 +02:00
Lynix
bddc03c228 Fix demo compilation and warnings 2017-10-10 21:08:16 +02:00
Lynix
c5f7b36df1 Fix -Wignored-qualifiers warning 2017-10-10 20:56:54 +02:00
Lynix
75a5ccad2a Physics2D: Add constraint support 2017-10-10 20:33:31 +02:00
Lynix
08645f669d Regenerate global headers 2017-10-10 18:29:15 +02:00
Lynix
d1eac591f5 Graphics: Prepare dynamic reflections 2017-10-10 18:28:15 +02:00
Jérôme Leclercq
817064cbeb Sdk/Algortihm: Fix 64bits shift 2017-10-06 15:18:37 +02:00
Jérôme Leclercq
52033c8697 Package: Fix resource copy on Linux 2017-10-06 15:03:03 +02:00
Jérôme Leclercq
be8cc08ba9 Sdk: Fix segfault when deleting hovered widget 2017-10-06 14:12:18 +02:00
Jérôme Leclercq
1f48ec4099 Network/ENetHost: Fix compression callbacks 2017-10-06 14:04:36 +02:00
Jérôme Leclercq
f42be919e6 Fix LogoDemo after mapper change 2017-10-06 09:18:14 +02:00
Jérôme Leclercq
ecbc8343a5 SocketPoller: Fix behavior on Windows and BSD 2017-10-04 16:24:57 +02:00
Jérôme Leclercq
f17be35cab Network/SocketPoller: Uniformize behavior accross platforms
On Windows, a closed connection will mark as ready for read/write
2017-10-04 10:53:51 +02:00
Lynix
c763dea4e1 Merge branch 'master' into reflection-mapping 2017-10-02 21:11:15 +02:00
Jérôme Leclercq
99d21b8722 Fix compilation and some warnings 2017-10-02 16:18:15 +02:00
larnin
40a678889d Vertex declaration changes (#135)
* Add type to ComponentType conversion

* Change type to ComponentType conversion

* Change assert to condition, add check on particle mapper.

* Change particle life type

* Changes as requested

* Fix Travis try 1

* Changes as requested

* move IsSuitableForComponent to inl
2017-10-02 15:21:03 +02:00
Gawaboumga
bbac0838dd Include-What-You-Use (#137)
* IWYU Core

* IWYU Noise

* IWYU Utility

* IWYU Audio

* IWYU Platform

* IWYU Lua

* IWYU Network

* IWYU Physics2D

* IWYU Physics3D

* IWYU Renderer

* IWYU Graphics

* IWYU NDKServer

* IWYU Fix

* Try to fix compilation

* Other fixes
2017-10-01 11:17:09 +02:00
Lynix
bccbc0dbf1 Move warning fixes! 2017-09-30 15:23:05 +02:00