Lynix
8697cf33e6
Utility/OBJParser: Fix relative offsets loading
2018-01-06 02:46:51 +01:00
Jérôme Leclercq
2bef737dc6
Network/ENetPeer: Fix indent
2018-01-05 15:39:47 +01:00
Jérôme Leclercq
98a03cb543
Network/SocketPoller: Fix potential bug on Connect (Posix)
2018-01-05 15:39:35 +01:00
Lynix
ec22b8d643
Lua/LuaInstance: Fix movement, for real
2017-12-16 21:21:35 +01:00
Lynix
f5df0eb056
Lua/LuaInstance: Fix movement
2017-12-16 19:09:01 +01:00
Lynix
fd8306f17f
Core/String: Replace implicit operator std::string by ToStd::String
2017-12-14 19:50:06 +01:00
Lynix
5aab9b248d
Sdk/PhysicsComponent3D: Fix cloning by preserving physics states
2017-12-13 22:17:50 +01:00
Jérôme Leclercq
9272efa159
Core/Thread: Fix possible infinite recursion
2017-12-13 17:42:45 +01:00
Jérôme Leclercq
192321b448
Network: Fix uninitialized values (found by valgrind)
2017-12-13 12:55:03 +01:00
Lynix
33b3b2feaf
Physics3D/RigidBody3D: Add simulation property
2017-12-10 13:35:58 +01:00
Lynix
b8e447e4fe
Physics3D/RigidBody3D: Fix copy constructor not copying all states
2017-12-10 12:10:47 +01:00
Lynix
0df70dcb16
Physics3D/RigidBody3D: Rename [Get|Set]Velocity to [Get|Set]LinearVelocity
2017-12-10 12:09:36 +01:00
Lynix
24278dafdc
Core/MemoryStream: Fix assertion trigger when writing zero-sized block
2017-12-09 20:34:07 +01:00
Jérôme Leclercq
503378ed47
Try some black magic
2017-12-04 16:22:01 +01:00
Lynix
0a72ddb478
Graphics/SkyboxBackground: Fix distorsion on skybox
2017-12-01 10:20:00 +01:00
Lynix
6d09abbc2c
Physics3D/RigidBody3D: Add [Get|Set][Angular|Linear]Damping
2017-11-30 12:04:33 +01:00
Jérôme Leclercq
a9fc553bd5
Core/Directory: Try to fix default directory permission
2017-11-29 16:09:46 +01:00
Jérôme Leclercq
45576f5691
Core/Directory: Fix recursive Create method on Posix
2017-11-29 16:01:07 +01:00
Jérôme Leclercq
ae29fe12cb
Merge branch 'master' of https://github.com/DigitalPulseSoftware/NazaraEngine
2017-11-29 15:13:07 +01:00
Jérôme Leclercq
ffa6d5c4cc
Core/File: Fix error handling when opening file on posix
2017-11-29 15:12:17 +01:00
Lynix
72bcb1fda7
Physics2D/RigidBody2D: Fix SetGeom attribute copy
2017-11-28 23:20:45 +01:00
REMqb
4d195e0e08
~ Fix widgets / events not working after the window defocused then focused again ( #144 )
2017-11-23 00:01:55 +01:00
Jérôme Leclercq
1b80ad5f02
Platform/Window: Revert wrong mouse position fix
2017-11-22 10:26:58 +01:00
REMqb
ecadcabfa9
~ Fix position of the mouse was set after the event callbacks were run. ( #143 )
2017-11-22 00:35:32 +01:00
Jérôme Leclercq
f84ac9c52b
Merge branch 'master' of https://github.com/DigitalPulseSoftware/NazaraEngine
2017-11-21 12:26:45 +01:00
Jérôme Leclercq
3589a2bc8e
Core/Flags: Reworked Flags class
2017-11-21 12:26:22 +01:00
Gawaboumga
f991a9529e
General bug fixes ( #142 )
...
* Core/Bitset: Fix TestAll method
* Fix documentation
* Fix color and their conversions
* Core/ByteStream: Fix return of Write
* Fix compiler warnings
* Math/Algorithm: Fix angle normalization
* Math/BoundingVolume: Fix lerp
* Math: Fix relation between Matrix4 and Quaternion
* More tests
* X11/Window: Fix mouse moved event generated when doing Mouse::SetPosition
* Update ChangeLog
* Should fix compilation on Windows
* Should fix compilation on Windows
Forgot to include array for Windows
2017-11-21 12:16:46 +01:00
Lynix
f2506ee918
Network/ENetHost: Fix service time precision
2017-11-20 21:04:50 +01:00
Jérôme Leclercq
e627be3f72
Utility/Buffer: Fix Destroy() not really destroying buffer
2017-11-08 14:35:11 +01:00
Lynix
786a11fc78
Graphics/Material: Fix missing reflection initialization
2017-10-31 00:14:50 +01:00
Lynix
d688cecbde
Renderer: Replaced RenderTarget::Get[Height|Width] by RenderTarget::GetSize
...
Utility: Removed Window::Get[Height|Width] methods
2017-10-28 23:26:22 +02:00
Lynix
bf8ebbd046
Platform/WindowImpl: Fix threaded windows deadlock when using some methods
2017-10-28 00:52:26 +02:00
Lynix
e7eaea37d7
Reencode resources
2017-10-26 23:38:33 +02:00
Lynix
9daadb73bc
Utility: Make mesh loader use the parameters vertex declaration
2017-10-21 04:51:05 +02:00
Lynix
995dfddafa
Utility/MeshParam: Use constref instead of pointer
2017-10-19 21:05:48 +02:00
Lynix
0e45876b89
Fix compilation with MinGW
2017-10-18 22:02:36 +02:00
Lynix
b47b89ed8b
Utility/Mesh: Add index and vertex buffer flags in MeshParams
2017-10-18 00:29:34 +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
Jérôme Leclercq
101783126c
Physics2D: Add DebugDraw method
2017-10-13 15:14:37 +02:00
Lynix
fce0db09e8
Add support for reflection in PhongLighting shader
2017-10-11 00:07:57 +02:00
Lynix
85aa01a562
Physics2D: Add constraint support
2017-10-10 21:52:35 +02:00
Jérôme Leclercq
46e684c275
Network/ENetHost: Fix compression callbacks
2017-10-10 21:52:32 +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