Jérôme Leclercq
|
04ee6f0fd1
|
Add support for xmake 2.5.9 (and unity build for unit tests)
|
2021-10-19 14:26:45 +02:00 |
Jérôme Leclercq
|
2f9e495739
|
Fix unit tests
|
2021-08-28 19:09:53 +02:00 |
Jérôme Leclercq
|
2b9d8becea
|
Math: Rework Frustum class
|
2021-08-23 18:43:34 +02:00 |
Jérôme Leclercq
|
8db8533300
|
Fixes a lot of warnings and move math enums to enum classes
|
2021-08-19 20:27:20 +02:00 |
Jérôme Leclercq
|
9ab47edd11
|
Fix compilation
|
2021-07-08 12:27:18 +02:00 |
Jérôme Leclercq
|
5aa63831e8
|
Remove Nazara SDK
|
2021-07-07 22:56:50 +02:00 |
Jérôme Leclercq
|
1f6937ab1b
|
Shader: Implement const if and const values
|
2021-07-07 22:38:24 +02:00 |
Jérôme Leclercq
|
dfa46ebaa5
|
Fix shader generation unit tests
|
2021-06-16 16:50:00 +02:00 |
Jérôme Leclercq
|
bd1f5214b8
|
Math: Replace M_PI defines with template constexpr constants
|
2021-06-05 16:35:15 +02:00 |
Jérôme Leclercq
|
d72984380d
|
Replace Catch header by a xmake package
|
2021-06-04 20:09:35 +02:00 |
Jérôme Leclercq
|
4b3b595a99
|
Minor fixes
|
2021-06-04 18:02:28 +02:00 |
Jérôme Leclercq
|
8fe11711a3
|
UnitTests: Rename .cpp (it was confusing the debugger)
|
2021-06-04 14:12:26 +02:00 |
Jérôme Leclercq
|
4d74cef034
|
Math: Remove NAZARA_MATH_ANGLE_RADIAN and functions using it
|
2021-06-01 17:37:40 +02:00 |
Jérôme Leclercq
|
d0d65be35f
|
Tests: Fix Shader/AccessMember
It turns out the Sanitizer AccessMember refactor also optimized the SPIRV output by merging the resulting AccessIndex
|
2021-06-01 17:00:55 +02:00 |
Jérôme Leclercq
|
d5c27a756b
|
Audio: Fix AudioFormat names (U16 -> I16)
|
2021-05-30 16:45:50 +02:00 |
Jérôme Leclercq
|
874fb3542e
|
Convert all remaining enums to enum classes (!)
|
2021-05-25 10:40:07 +02:00 |
Jérôme Leclercq
|
8cdd0b51cb
|
Upgrade Audio (part 2)
|
2021-05-25 10:40:07 +02:00 |
Jérôme Leclercq
|
ac57b3fbf4
|
Shader/GlslWriter: Accepts mono-functions shader without specifying entry points
|
2021-05-25 10:40:07 +02:00 |
Jérôme Leclercq
|
7140e322c1
|
Commit missing files
|
2021-05-25 10:40:07 +02:00 |
Jérôme Leclercq
|
ba7c56ddfa
|
Upgrade Platform
|
2021-05-25 10:40:07 +02:00 |
Jérôme Leclercq
|
8b0b5295f7
|
Upgrade Physics2D and Physics3D
|
2021-05-25 10:40:07 +02:00 |
Jérôme Leclercq
|
a52103a641
|
Rework ResourceLoader, ResourceManager and ObjectLibrary
They're no longer static
|
2021-05-25 10:40:07 +02:00 |
Jérôme Leclercq
|
e716b44aa3
|
Add tests and SDK
|
2021-05-17 23:08:37 +02:00 |
Jérôme Leclercq
|
044195b209
|
Minor fixes
|
2021-04-20 18:18:27 +02:00 |
Jérôme Leclercq
|
54c34869a4
|
Fix Shader unit tests
|
2021-04-20 18:18:27 +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 |
Jérôme Leclercq
|
602de2e772
|
Update Ray.cpp
|
2020-09-22 17:40:57 +02:00 |
Jérôme Leclercq
|
98e20ecbb7
|
Last modules fixes
|
2020-09-17 18:54:33 +02:00 |
Jérôme Leclercq
|
7ea0b223ec
|
Linux fixes
|
2020-09-01 19:18:27 +02:00 |
Jérôme Leclercq
|
2a875c8bdc
|
Remove Graphics module and fix compilation
|
2020-08-27 19:43:31 +02:00 |
Jérôme Leclercq
|
8fb7bb78a5
|
Add a shader generation unit test
|
2020-08-27 19:26:59 +02:00 |
Jérôme Leclercq
|
e0a3cab457
|
Fix UnitTest compilation
|
2020-08-27 19:26:27 +02:00 |
Lynix
|
68208f5426
|
Merge branch 'master' into vulkan
|
2020-05-27 19:48:22 +02:00 |
Jérôme Leclercq
|
1425f99edf
|
Merge branch 'master' into SDL2
|
2020-05-27 11:11:21 +02:00 |
Lynix
|
43ee75b75f
|
Replace #include <NDK/ by #include <NazaraSDK/
|
2020-02-24 17:57:46 +01:00 |
Lynix
|
eb8800f812
|
Remove Lua and Noise modules
|
2020-02-24 17:52:06 +01:00 |
Lynix
|
3d22321109
|
Big f***ing cleanup part 1
|
2020-02-23 00:42:22 +01:00 |
Lynix
|
aee9a38f76
|
Tests/StackVector: Disable max_size() check when using std::vector
|
2019-09-30 18:41:06 +02:00 |
Lynix
|
4e6eda40fb
|
Core/StackVector: Add unit tests
|
2019-09-30 18:35:24 +02:00 |
Lynix
|
489e3e0b5e
|
StackVector: Test destruction
Before this commit, only clear() was checked, destructor was not
|
2019-09-25 16:29:48 +02:00 |
Lynix
|
acc2c072ba
|
Core/StackVector: Fix erase method (+ add tests)
|
2019-09-25 16:17:07 +02:00 |
Lynix
|
f5dc27ba03
|
Fix unit test
|
2019-07-07 00:32:57 +02:00 |
Lynix
|
ab5188c57d
|
Add scancode and virtual key and fix some sdl stuff on Windows
|
2019-05-19 16:34:29 +02:00 |
Jérôme Leclercq
|
b88c9b2cec
|
Sdk/World: Fix entity kill and invalidation bug
|
2019-05-13 16:50:19 +02:00 |
Jérôme Leclercq
|
73c0dbbd30
|
Add vector test
|
2019-05-13 14:05:48 +02:00 |
Lynix
|
2f5e9e481b
|
Fix unit tests
|
2019-04-03 22:15:53 +02:00 |
Lynix
|
5b48012dee
|
Fix unit test
|
2019-03-28 00:02:22 +01:00 |
Lynix
|
1880f88e8f
|
Fix unit tests
|
2019-03-26 20:33:29 +01:00 |