Donovan Watteau
69dd0889cc
JANITORIAL: Update some HTTP links in comments to HTTPS
...
The modern web is mostly HTTPS now, and some browsers may start giving
warnings when one uses a plain HTTP connection.
Only update the protocol when the HTTPS connection exists and fully
works. Code from external projects/tools is kept as is.
2025-10-29 14:22:37 +01:00
Einar Johan Trøan Sømåen
fcb8eda978
MATH: Add some constexpr to the Matrix base-classes.
...
Currently we can't quite make Matrix3's default constructor constexpr,
as the setToIdentity-call requires C++14.
2023-04-29 13:10:23 +02:00
Paweł Kołodziejski
78d4217ddb
MATH: Janitorial
2022-06-20 00:19:40 +02:00
Donovan Watteau
5b1ec56f96
JANITORIAL: Fix some lost or outdated URLs in comments
2022-05-19 07:57:31 +03:00
Paweł Kołodziejski
20cb0ae228
ALL: Cleanup ResidualVM -> ScummVM
2021-12-26 21:19:38 +01:00
Eugene Sandulenko
abea37c9bb
ALL: Update ScummVM project license to GPLv3+
2021-12-26 18:48:43 +01:00
Eugene Sandulenko
5e7fe2dc57
JANITORIAL: Replace spaces in indentation with tabs
2021-04-15 21:20:36 +02:00
Paweł Kołodziejski
161c42c118
MATH: Formatting cleanup
2021-04-05 23:08:48 +02:00
Pawel Kolodziejski
8759900b6a
ALL: synced with ScummVM
2014-04-05 18:18:42 +02:00
Paweł Kołodziejski
175620b62a
ALL: change license headers from LGPL to GPL, and few updates
2012-12-19 23:15:43 +01:00
Thomas Allen
981189fedf
GRIM: moved lookAtMatrix() to be a member function of Matrix3 (and Matrix4)
2012-03-21 11:32:23 +01:00
Thomas Allen
67e7a05119
GRIM: relocating and cleaning invertAffineOrthonormal
2012-03-21 11:32:22 +01:00
Pawel Kolodziejski
626e91f23a
rename -> ResidualVM
2012-01-06 23:15:48 +01:00
Giulio Camuffo
243081610a
MATH: Call the base constructor with the template arguments. Fix #362
2011-09-17 21:40:37 +02:00
Giulio Camuffo
a900a5ab10
MATH: Further work on the Matrix class.
...
The vectors are now matrices.
2011-09-14 23:06:14 +02:00
Giulio Camuffo
fb359369d8
MATH: New utils.h file with common functions.
2011-09-14 23:06:00 +02:00
Giulio Camuffo
0083c8619c
MATH: Move the math classes to their own math/ dir and Math namespace.
2011-09-14 23:05:52 +02:00