Jérôme Leclercq
|
2b6a463a45
|
Remove Nz::String and Nz::StringStream
|
2020-09-25 19:31:01 +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
|
0cadaecbd2
|
Fix that clang warning
|
2020-09-07 16:21:43 +02:00 |
Jérôme Leclercq
|
193deb6c04
|
Fix some minor stuff
|
2020-09-06 17:09:39 +02:00 |
Jérôme Leclercq
|
0ff0425045
|
Some more fixes, hopefully GCC will stop shitting itself now
|
2020-08-27 23:22:13 +02:00 |
Jérôme Leclercq
|
b2a7e620e0
|
Merge branch 'master' into nazara-next
|
2020-08-27 20:12:36 +02:00 |
Jérôme Leclercq
|
1a12e18a36
|
Fix copyright dates and some defines
|
2020-08-11 00:01:49 +02:00 |
Lynix
|
52c24e76db
|
SDK/Physics2D: Fix entity rotation not being taken into account for static physics
|
2020-06-02 17:06:01 +02:00 |
Lynix
|
b1b9030359
|
Math/Vector[I]: Replace implicit pointer conversion by [] operator overload
|
2020-05-26 16:03:57 +02:00 |
Lynix
|
3b440254da
|
Math/Vector[I]: Set method: Replace array by pointer
|
2020-05-26 15:58:15 +02:00 |
Lynix
|
b2d3605cf4
|
Fix includes
|
2020-04-10 17:36:43 +02:00 |
Lynix
|
c23b6dfa01
|
Copyright year update
I can't wait to see the conflicts this will cause
|
2020-03-05 17:27:26 +01:00 |
Lynix
|
dba9bb8b47
|
Math: Add Rect(u)i64 using
|
2019-12-22 17:00:48 +01:00 |
Lynix
|
bcc10a1ee2
|
Math/Matrix4: Add Decompose
|
2019-12-10 09:49:52 +01:00 |
Lynix
|
be8e89b228
|
Math: Remove all Set(class) methods
|
2019-12-10 09:49:40 +01:00 |
Lynix
|
8c7d886f73
|
Math/Algorithm: Reenable constexpr
|
2019-04-15 14:16:57 +02:00 |
Lynix
|
b6c1bfb5d0
|
Math/Vector4: Fixed missing implementation
|
2019-03-16 15:43:37 +01:00 |
Lynix
|
c2a44f7616
|
Math: Added Vector[2|3|4](u)i64 typedefs
|
2019-03-16 15:40:52 +01:00 |
Jérôme Leclercq
|
5e45983953
|
Math/Angle: Fix compilation & warning on GCC < 8
|
2018-10-12 17:09:39 +02:00 |
Lynix
|
d2b1d51ecb
|
Math/Angle: Replace conversion constructors by conversion operators
|
2018-10-11 00:07:50 +02:00 |
Lynix
|
6653be6f2c
|
Math/Angle: Make use of ToRadians()
|
2018-10-10 23:12:45 +02:00 |
Lynix
|
fb11fe1ecf
|
Math/Angle: Rename angle field to value
|
2018-10-10 23:12:27 +02:00 |
Lynix
|
7613f50a6e
|
Math/Angle: Rework ToDegrees/ToRadians
- Rename To[Degrees|Radians] to To[Degrees|Radians]Angle
- Add To[Degrees|Radians] methods which returns an angle value
|
2018-10-10 23:01:23 +02:00 |
Lynix
|
9cc83aafda
|
Math/Angle: Add FromDegrees and FromRadians builders
|
2018-10-10 22:59:57 +02:00 |
Jérôme Leclercq
|
e1cfa2e184
|
And again
|
2018-09-25 15:56:35 +02:00 |
Jérôme Leclercq
|
2243749480
|
Math/Angle: Fix warning
|
2018-09-25 15:55:16 +02:00 |
Jérôme Leclercq
|
eaa3fd2f09
|
Fix method order
|
2018-09-06 13:27:06 +02:00 |
Jérôme Leclercq
|
46008531e0
|
Math/Angle: Fix implicit conversion to Euler Angles/Quaternion
|
2018-09-06 13:24:29 +02:00 |
Lynix
|
1ee75f2699
|
Math/Angle: Adds conversion to euler angles and quaternions
|
2018-09-05 21:51:32 +02:00 |
Jérôme Leclercq
|
1114bb0fdd
|
Fix some other oopsies
|
2018-09-05 16:24:10 +02:00 |
Jérôme Leclercq
|
500ad417a7
|
Math/Angle: Fix compilation under Linux
|
2018-09-05 15:59:00 +02:00 |
Jérôme Leclercq
|
4c8e40bb6c
|
Math/Angle: Rename parameters to prevent name clash
|
2018-09-05 15:18:35 +02:00 |
Jérôme Leclercq
|
f0e215f8f5
|
Math/Angle: Optimize SinCos on Linux
|
2018-09-05 15:15:02 +02:00 |
Jérôme Leclercq
|
9e0b61f30d
|
Math/Angle: Add sine, cosine, tangent methods
|
2018-09-05 15:14:31 +02:00 |
Jérôme Leclercq
|
3cc70daf3e
|
Fix missing file
|
2018-09-05 15:13:39 +02:00 |
Lynix
|
f59810b68e
|
Math: Add Angle class
|
2018-09-02 22:06:03 +02:00 |
Jérôme Leclercq
|
e4b67019cb
|
Math/Vector[2|3]: Removed Distancef and made Distance templated
|
2018-07-02 18:13:14 +02:00 |
Jérôme Leclercq
|
2f2b1f101b
|
Core/Quaternion: Fix Inverse method
|
2018-04-12 12:45:19 +02:00 |
Lynix
|
271565d1b9
|
And fix compilation again
|
2018-03-20 22:11:42 +01:00 |
Lynix
|
bca94e0955
|
Fix compilation
|
2018-03-20 21:59:27 +01:00 |
Lynix
|
8926f09511
|
Revert "Try to fix compilation"
This reverts commit a32408a4d7.
|
2018-03-20 21:57:28 +01:00 |
Lynix
|
a32408a4d7
|
Try to fix compilation
|
2018-03-20 21:50:16 +01:00 |
Lynix
|
ad82de2962
|
Replace typedef keywords by using
|
2018-03-20 20:59:04 +01:00 |
Lynix
|
69f079fcc8
|
Core/Serialization: Add type tag parameters
|
2018-03-20 20:56:06 +01:00 |
Lynix
|
0063ca9950
|
Math/VectorI: Remove array constructor
|
2018-02-18 18:57:30 +01:00 |
germinolegrand
|
1e55c4d9e9
|
Prerequisites instead of Prerequesites (typo) #152 (#153)
|
2018-01-16 12:23:01 +01:00 |
Jérôme Leclercq
|
4b6d7d2e47
|
Math/Algorithm: Fix typo
|
2018-01-05 15:39:56 +01:00 |
Lynix
|
99c974c141
|
Fix compilation
|
2017-12-15 00:19:45 +01:00 |
Lynix
|
fd8306f17f
|
Core/String: Replace implicit operator std::string by ToStd::String
|
2017-12-14 19:50:06 +01:00 |
Jérôme Leclercq
|
0a5cbe656f
|
Math/VectorI: Make array/pointer constructor explicit
|
2017-11-23 13:21:51 +01:00 |