Jérôme Leclercq
|
134d1539c5
|
Merge pull request #329 from AntoineJT/fix-typo
Fix a typo in project readme
|
2020-12-12 22:36:31 +01:00 |
Antoine James Tournepiche
|
420e87eb1a
|
Fix typo in project readme
Developer was spelled with 2 p instead of one
|
2020-12-12 22:06:32 +01:00 |
ImperatorS79
|
9a613c6fd6
|
Fix ShaderNodes on macos
|
2020-11-27 14:44:19 +01:00 |
ImperatorS79
|
ddc8fffed1
|
Add the required defines for Newton in Physics3D
|
2020-11-22 15:57:55 +01:00 |
ImperatorS79
|
f05ed5781b
|
IP_MTU missing on macos
|
2020-11-22 13:32:17 +01:00 |
ImperatorS79
|
d4cd0581e4
|
Update SocketImpl.cpp
|
2020-11-21 21:35:51 +01:00 |
ImperatorS79
|
255812c80e
|
Fix missing MSG_NOSIGNAL and TCP_KEEPIDLE on macos
|
2020-11-21 21:29:23 +01:00 |
ImperatorS79
|
143d7d391a
|
Remove Value for size_t and correctly fix the problem
|
2020-11-21 20:21:26 +01:00 |
ImperatorS79
|
4bf49876c6
|
Build Nazara on macos up to Nazara_network (not included
|
2020-11-21 20:05:19 +01:00 |
Jérôme Leclercq
|
fd0060a7e1
|
Sdk/BoxLayout: Fix widgets not taking up free space
|
2020-11-19 14:54:13 +01:00 |
Jérôme Leclercq
|
386350b96c
|
Build: Add support for external includes
|
2020-11-19 13:57:55 +01:00 |
Jérôme Leclercq
|
960817a1f1
|
Add conditional expression/statement support for shaders
|
2020-11-19 13:56:54 +01:00 |
Jérôme Leclercq
|
bd9d30407c
|
Fix SDL2 cursor
|
2020-11-17 17:44:31 +01:00 |
Jérôme Leclercq
|
7526923a8d
|
Platform: Fix space not generating a text event
|
2020-11-17 17:43:42 +01:00 |
Jérôme Leclercq
|
af55ecc2a5
|
Fix SDL2 crash when creating cursor
Enfoiré de REMqb
|
2020-11-12 16:28:33 +01:00 |
Jérôme Leclercq
|
8e6b4cc673
|
Graphics/Model: Fix copy constructor
|
2020-11-01 17:40:12 +01:00 |
Jérôme Leclercq
|
f52c43df49
|
Network: Fix TcpClient::PollConnection on Linux
|
2020-10-31 17:33:56 +01:00 |
Jérôme Leclercq
|
ad88561245
|
Graphics: Fix MaterialPipeline::GetRenderPipeline
|
2020-10-31 16:29:02 +01:00 |
Jérôme Leclercq
|
8027ae9abe
|
Graphics: Fix PredefinedShaderBinding enum
|
2020-10-31 16:27:35 +01:00 |
Jérôme Leclercq
|
a02c300c0c
|
Add GraphicsTest demo
|
2020-10-30 23:08:55 +01:00 |
Jérôme Leclercq
|
89609570f4
|
Graphics: WIP (almost working)
|
2020-10-30 23:08:48 +01:00 |
Jérôme Leclercq
|
73e86407b3
|
Fix some warnings
|
2020-10-30 23:08:27 +01:00 |
Jérôme Leclercq
|
e5cd461bae
|
ShaderNode: Fix possible crash with incompatible types
|
2020-10-30 23:08:03 +01:00 |
Jérôme Leclercq
|
5ca9776755
|
ShaderNode: Fix missing "add texture" button
|
2020-10-30 23:07:42 +01:00 |
Jérôme Leclercq
|
40f3072ff9
|
Renderer: Add RenderPipeline::GetPipelineInfo
|
2020-10-30 23:07:21 +01:00 |
Jérôme Leclercq
|
b62130dab9
|
VulkanRenderer: Fix physical device bullshit
Keep a single list instead of many
|
2020-10-30 23:06:56 +01:00 |
Jérôme Leclercq
|
009e5a0466
|
Renderer: Rename ShaderStageImpl to ShaderStage
|
2020-10-30 23:06:15 +01:00 |
Jérôme Leclercq
|
0d779077c1
|
Core/Algorithm: Add AccessByOffset functions
|
2020-10-30 23:04:22 +01:00 |
Jérôme Leclercq
|
d243e7bcd2
|
OpenGLRenderer: Move error to string to Utils
|
2020-09-26 20:43:55 +02:00 |
Jérôme Leclercq
|
3b2e375382
|
WIP
|
2020-09-26 20:04:05 +02:00 |
Jérôme Leclercq
|
abf58857d7
|
Core/StringExt: Make PointerToString portable
|
2020-09-26 12:22:49 +02:00 |
Jérôme Leclercq
|
6007d8b4ad
|
Fix FileLogger noexcept attribute
|
2020-09-26 11:51:47 +02:00 |
Jérôme Leclercq
|
9291ef6299
|
Disable OpenGL overriding with MSVC / x86
Seems like a bug with MSVC when targetting 32bits targets
|
2020-09-26 11:50:37 +02:00 |
Jérôme Leclercq
|
65337c6a38
|
Fix a lot of warnings and some errors
|
2020-09-26 11:44:09 +02:00 |
Jérôme Leclercq
|
267bd74a97
|
Merge branch 'master' into nazara-next
|
2020-09-26 10:49:32 +02:00 |
Jérôme Leclercq
|
2b6a463a45
|
Remove Nz::String and Nz::StringStream
|
2020-09-25 19:31:01 +02:00 |
Lynix
|
d665af1f9d
|
Shader/SpirV: Fix sampler storage class
|
2020-09-22 21:50:56 +02:00 |
Lynix
|
79c53061e0
|
Shader: Add type functions
|
2020-09-22 21:50:07 +02:00 |
Lynix
|
9c2c62b063
|
Shader/ShaderAst: Add some noexcept specifiers
|
2020-09-22 21:24:51 +02:00 |
Jérôme Leclercq
|
602de2e772
|
Update Ray.cpp
|
2020-09-22 17:40:57 +02:00 |
Jérôme Leclercq
|
ceb8bb0a09
|
Disable warnings when compiling Newton
|
2020-09-22 17:40:52 +02:00 |
Jérôme Leclercq
|
f15709c8a3
|
Renderer: Replace unique_ptr by shared_ptr
|
2020-09-20 15:56:58 +02:00 |
Jérôme Leclercq
|
77b46e4811
|
Update RenderTest shaders
|
2020-09-20 14:54:09 +02:00 |
Jérôme Leclercq
|
84a25df0bf
|
Update RenderTest demo
|
2020-09-20 14:53:44 +02:00 |
Jérôme Leclercq
|
95c9ad0fd8
|
Add graphics module base
|
2020-09-20 14:52:44 +02:00 |
Jérôme Leclercq
|
e9f3e39194
|
Remove deprecated module template
|
2020-09-20 14:51:17 +02:00 |
Jérôme Leclercq
|
790815e9ee
|
Merge branch 'master' into nazara-next
|
2020-09-17 20:28:11 +02:00 |
Jérôme Leclercq
|
3f6f18859c
|
Fix compilation
|
2020-09-17 20:25:15 +02:00 |
Jérôme Leclercq
|
37418d482e
|
Renderer: Allow to set a preferred render api using configuration
|
2020-09-17 20:11:10 +02:00 |
Jérôme Leclercq
|
36d3c51eeb
|
Add module configurations
|
2020-09-17 20:10:39 +02:00 |