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 |
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 |