Jérôme Leclercq
0a5cbe656f
Math/VectorI: Make array/pointer constructor explicit
2017-11-23 13:21:51 +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
aa623a4933
Core/Flags: Add Test method
2017-11-22 12:58:56 +01:00
Jérôme Leclercq
54faabcc33
Core/Flags: Allow explicit operator conversion to any integer type of the same size (or greater size) than the internal size
2017-11-22 12:58:17 +01:00
Jérôme Leclercq
1b80ad5f02
Platform/Window: Revert wrong mouse position fix
2017-11-22 10:26:58 +01:00
Jérôme Leclercq
b83a9b60e7
Sdk/World: Fix destruction retrieval while world clear
2017-11-22 10:26:33 +01:00
Jérôme Leclercq
19724f1e66
Merge branch 'master' of https://github.com/DigitalPulseSoftware/NazaraEngine
2017-11-22 09:27:24 +01:00
Jérôme Leclercq
9c9b9ed49f
Core/String: Fix movement leaving a null shared string
2017-11-22 09:27:23 +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
046926e4d4
Fix compilation
2017-11-21 12:39:51 +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
Faymoon
06ac8cf904
Add AddImpulse for PhysicsComponent2D ( #141 )
...
* Update PhysicsComponent2D.hpp
* Update LuaBinding_SDK.hpp
* Update LuaBinding_SDK.cpp
* Update LuaBinding_SDK.cpp
* Add : AddImpulse
* Add : AddImpulse
* Add : binding of PhysicsComponent2D
* add : handle
* fix alphabetical order
* complete PhysicsComponent2D binding
* Update LuaBinding_SDK.cpp
* Update LuaBinding_SDK.hpp
* Update PhysicsComponent2D.hpp
* Update PhysicsComponent2D.inl
* forgot : use namespace Nz and open namespace Ndk
* Update PhysicsComponent2D.hpp
* Add Addimpulse
* Update PhysicsComponent3D.hpp
2017-11-21 12:17:11 +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
Lynix
7eff1f34f1
Fix warning
2017-11-19 20:14:47 +01:00
Lynix
220e985144
Fix compilation of Particles demo
2017-11-19 20:14:41 +01:00
Lynix
4fc076325c
Sdk/StateMachine: Fix instantaneous state change
2017-11-19 17:09:56 +01:00
Jérôme Leclercq
16d4a6ac1c
Sdk/BaseWidget: Fix compilation, for real
2017-11-15 10:48:30 +01:00
Lynix
14924f0e74
Sdk/BaseWidget: Fix compilation on Linux
2017-11-15 01:25:33 +01:00
Lynix
55bbc282db
Sdk/TextAreaWidget: Fix compilation
2017-11-11 18:53:51 +01:00
Lynix
0487b282d7
Sdk/TextAreaWidget: Show cursor as long as focus is active
2017-11-11 18:42:30 +01:00
Lynix
f136530a74
BaseWidget: Renamed GrabKeyboard to SetFocus, added ClearFocus and focus virtual methods
2017-11-11 18:38:11 +01:00
Lynix
f5b639ec0f
Sdk/TextAreaWidget: Fix detail about cursor
...
When moving cursor to the left when already at the beginning of a line, make it move to the upper line
2017-11-11 18:19:44 +01:00
Lynix
2b88d81294
Sdk/TextAreaWidget: Refactor cursor position
...
In order to have only one cursor instead of two
2017-11-11 18:18:44 +01:00
Jérôme Leclercq
79338c7177
Sdk/TextAreaWidget: Fix issues when deleting characeters
2017-11-10 13:38:06 +01:00
Jérôme Leclercq
e3f21b7268
Sdk/TextAreaWidget: Add OnTextChanged signal
2017-11-10 13:13:33 +01:00
Jérôme Leclercq
bb6e032b60
Sdk/TextAreaWidget: Add support for EchoMode
2017-11-10 13:12:04 +01:00
Jérôme Leclercq
4a238f825a
Update changelog
2017-11-10 12:52:42 +01:00
Jérôme Leclercq
5eec06b0ea
Sdk/Canvas: Fix crash on keyboard event
2017-11-09 12:39:25 +01:00
Jérôme Leclercq
e627be3f72
Utility/Buffer: Fix Destroy() not really destroying buffer
2017-11-08 14:35:11 +01:00
Jérôme Leclercq
a8651846ae
Sdk/World: Fix movement not taking waiting entities into account
2017-11-08 13:14:00 +01:00
S6066
2ed9691c80
Added ImageWidget ( #139 )
...
* Added ImageWidget
* Remove useless ResizeToContent function
* Add ResizeToContent function
* Forgot operators
* Added textures & colors functions
* oops
2017-11-06 16:50:52 +01:00
Lynix
078641aa23
Core/Algorithm: Fix Unserialization of std::string
2017-11-05 22:36:14 +01:00
Lynix
786a11fc78
Graphics/Material: Fix missing reflection initialization
2017-10-31 00:14:50 +01:00
Lynix
8dab3bf341
Renderer/ShaderBuilder: Fix compilation error when including ShaderBuilder.hpp
2017-10-30 22:30:04 +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
Jérôme Leclercq
bf82a34fc4
Graphics/Sprite: Fix #138
2017-10-26 15:33:30 +02:00
Lynix
9daadb73bc
Utility: Make mesh loader use the parameters vertex declaration
2017-10-21 04:51:05 +02:00
Jérôme Leclercq
2951b7811e
Merge branch 'master' of https://github.com/DigitalPulseSoftware/NazaraEngine
2017-10-20 16:36:45 +02:00
Jérôme Leclercq
a982215ab7
Core/Bitset: Mark swap as noexcept
2017-10-20 16:36:43 +02:00
Lynix
995dfddafa
Utility/MeshParam: Use constref instead of pointer
2017-10-19 21:05:48 +02:00
Lynix
e0bdd35280
VertexMapper: GetComponentPtr no longer trigger an error/assert
2017-10-19 21:01:07 +02:00
Lynix
302a65a8aa
Fix warning
2017-10-19 20:59:38 +02:00
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