Jérôme Leclercq
|
74773e9daa
|
Core/Flags: Add operator&|^ for enum and flags
|
2018-05-16 15:54:55 +02:00 |
Jérôme Leclercq
|
f864fc8a52
|
Build: Gather projects around categories
|
2018-05-16 12:55:36 +02:00 |
Lynix
|
b22c93fa5f
|
Network/ENetPeer: Add GetLastReceiveTime
|
2018-05-13 14:44:09 +02:00 |
Lynix
|
8b6311de63
|
Lua/LuaState: Add Load methods
|
2018-05-13 14:42:27 +02:00 |
Jérôme Leclercq
|
70e0787b93
|
Utility/OBJLoader: Add index buffer optimization back
Fixes incorrect removal from d94baf133b
|
2018-05-03 14:41:32 +02:00 |
Jérôme Leclercq
|
41857a69ca
|
Utility/OBJLoader: Remove debug line...
|
2018-05-03 14:38:32 +02:00 |
Jérôme Leclercq
|
adab3cbc93
|
Sdk/DebugSystem: Fix OBB not taking offset in account
|
2018-05-03 13:33:29 +02:00 |
Jérôme Leclercq
|
d53c245c78
|
Graphics/Model: Fix model not invalidating their bounding volume when their mesh AABB got updated
|
2018-05-03 13:32:53 +02:00 |
Jérôme Leclercq
|
d94baf133b
|
Utility/Mesh: Refactor Mesh & Submeshes
|
2018-05-03 13:32:17 +02:00 |
Jérôme Leclercq
|
03e976993f
|
Revert "Make LuaImplQueryArg impl for std::vector (#162)"
This reverts commit 24ec816762.
|
2018-04-30 15:00:45 +02:00 |
Jérôme Leclercq
|
95f137816a
|
Physics2D/PhysWorld2D: Add invStepCount argument to pre/post steps callbacks
|
2018-04-30 14:55:28 +02:00 |
Jérôme Leclercq
|
d1a969288f
|
Merge branch 'master' of https://github.com/DigitalPulseSoftware/NazaraEngine
|
2018-04-30 14:51:35 +02:00 |
S6066
|
24ec816762
|
Make LuaImplQueryArg impl for std::vector (#162)
|
2018-04-30 14:51:11 +02:00 |
HardCPP
|
232a371fa5
|
Add normalLength parameter to the DebugDrawer::DrawNormals (#163)
|
2018-04-30 14:49:44 +02:00 |
Jérôme Leclercq
|
8b1efa974f
|
Revert "Oops again"
This reverts commit 1c608596e1.
|
2018-04-27 11:31:04 +02:00 |
Lynix
|
1c608596e1
|
Oops again
|
2018-04-26 22:49:14 +02:00 |
Lynix
|
43bb487801
|
Merge branch 'master' into vulkan
|
2018-04-26 22:48:49 +02:00 |
Lynix
|
8695e11436
|
Fix whitespace
|
2018-04-26 22:45:24 +02:00 |
Jérôme Leclercq
|
aa18355997
|
Delete Makefile which has nothing to do here
|
2018-04-24 22:08:30 +02:00 |
Lynix
|
4a6d9dba51
|
Sdk/EntityOwner: Fix move assignement operator
|
2018-04-24 21:55:55 +02:00 |
Lynix
|
97067cb566
|
Sdk/Entity: Fix movement
Fixes OnEntityDestruction not being moved
|
2018-04-22 12:46:41 +02:00 |
Lynix
|
8ab1462402
|
Core/HandledObject: Make move constructor/assignation operator noexception
|
2018-04-22 12:33:36 +02:00 |
Lynix
|
2147156df9
|
RenderSystem: Temporary fix for lights not changing positions
|
2018-04-21 00:30:21 +02:00 |
Lynix
|
7244f1681c
|
Utility: Fix MD5/MTL/OBJ file parsing
|
2018-04-21 00:29:53 +02:00 |
Lynix
|
52f80a68cb
|
Renderer/OpenGL: Enable GL_TEXTURE_CUBE_MAP_SEAMLESS
|
2018-04-21 00:28:57 +02:00 |
Lynix
|
9f74b71bd6
|
DebugSystem: Fix crash when asked to show collision mesh but entity has no collidercomponent
|
2018-04-21 00:27:46 +02:00 |
Lynix
|
7f9eb3771f
|
Core/Stream: Fix infinite loop
|
2018-04-18 20:20:23 +02:00 |
Lynix
|
2234539b7f
|
Merge branch 'master' of https://github.com/DigitalPulseSoftware/NazaraEngine
|
2018-04-18 20:15:02 +02:00 |
Lynix
|
cb8f0417a7
|
Core/Stream: Fix ReadLine behavior towards empty lines
|
2018-04-18 20:14:56 +02:00 |
Jérôme Leclercq
|
8a1d61c3ea
|
Merge branch 'master' of https://github.com/DigitalPulseSoftware/NazaraEngine
|
2018-04-16 12:56:15 +02:00 |
Lynix
|
d234d66120
|
Fix compilation
|
2018-04-15 03:31:01 +02:00 |
Lynix
|
d68346ca17
|
Utility/SimpleTextDrawer: Fix line bounds
|
2018-04-15 02:42:12 +02:00 |
Lynix
|
65c6996ccd
|
SDK/TextAreaWidget: Add support for line selection
|
2018-04-15 02:39:19 +02:00 |
Lynix
|
9f95a6122b
|
Graphics/MaterialPipeline: Disable depth sorting for Translucent2D pipeline
|
2018-04-15 02:35:51 +02:00 |
Lynix
|
347f8cc986
|
Utility/Font: Fix handling of whitespace glyphs
|
2018-04-15 02:34:21 +02:00 |
Lynix
|
bf0b8e9c76
|
Graphics: Fix clear being parasited by scissor operations
|
2018-04-15 02:31:51 +02:00 |
Lynix
|
d253ec1adc
|
Sdk/GraphicsComponent: Fix bounding volume when using a local matrix
|
2018-04-15 02:30:36 +02:00 |
Lynix
|
69c61ba746
|
Utility/AbstractTextDrawer: Add GetLineGlyphCount
|
2018-04-15 02:27:49 +02:00 |
Lynix
|
3362a4f160
|
Sdk/DebugSystem: Fix some warnings
|
2018-04-14 00:09:07 +02:00 |
Lynix
|
a48dc11063
|
Fix compilation in server mode
|
2018-04-14 00:08:50 +02:00 |
Lynix
|
251b8af03a
|
SDK: Add DebugComponent
@gawaboumga @gawaboumga @gawaboumga @gawaboumga @gawaboumga @gawaboumga @gawaboumga @gawaboumga @gawaboumga @gawaboumga
|
2018-04-13 22:09:19 +02:00 |
Lynix
|
19f17fa059
|
Graphics: Add 2D & cubemap white textures
|
2018-04-13 00:00:36 +02:00 |
Jérôme Leclercq
|
42b4759680
|
Sdk/Application: Give/clear console focus when enabling/disabling it
|
2018-04-12 13:42:54 +02:00 |
Jérôme Leclercq
|
26f0a9fec9
|
Sdk/Console: Add ClearFocus/SetFocus methods
Theses should be virtuals
|
2018-04-12 13:42:36 +02:00 |
Jérôme Leclercq
|
6fb44796a0
|
Sdk/Console: Fix SetCharacterSize not updating character size
|
2018-04-12 13:41:48 +02:00 |
Jérôme Leclercq
|
7cc94d0617
|
Sdk/Console: Fix merge issue
|
2018-04-12 13:41:30 +02:00 |
Jérôme Leclercq
|
f44a4dd349
|
Sdk/TextAreaWidget: Fix SetCharacterSize not updating displayed text
|
2018-04-12 13:41:09 +02:00 |
Jérôme Leclercq
|
917c41f90e
|
Sdk/TextAreaWidget: Fix GetGlyphIndex not being const + add overload returning current glyph index
|
2018-04-12 13:40:39 +02:00 |
Jérôme Leclercq
|
583cfb5f71
|
Fix console size
|
2018-04-12 13:40:03 +02:00 |
Jérôme Leclercq
|
16014d3f37
|
Merge branch 'master' into console-widget
|
2018-04-12 12:47:17 +02:00 |