Commit Graph

34 Commits

Author SHA1 Message Date
870a796f39 Removed Kraken Engine Specific GL code from Hydra.
Removed krhelpers.cpp, as it only contained GL code which is no longer used.
2022-07-07 23:20:01 -07:00
b1b0a37a0c Replaced ifdef guards with pragma once 2022-07-07 23:02:07 -07:00
ff6afea7f7 License header year bump 2022-04-03 21:53:41 -07:00
6be8cd11d9 Updated headers 2021-08-16 16:33:38 -07:00
4040a48e40 Bump CMake version, fix warnings 2021-08-09 19:26:45 -07:00
dff00680fa Fix type conversion warning 2019-01-14 20:21:28 -08:00
f442942319 Added install to CMake 2019-01-11 18:05:04 -08:00
9b761db824 Added OSX target to Travis 2019-01-11 16:57:48 -08:00
f181d0eda1 Travis wrangling 2019-01-11 16:54:09 -08:00
419c588d2c Setting up multiple build targets for travis 2019-01-11 16:44:42 -08:00
49eabe8edf added gitignore 2019-01-11 15:54:21 -08:00
Kearwood Gilbert
d315908653 Corrected Sparc compile failure 2019-01-11 15:54:21 -08:00
Kearwood Kip Gilbert
a21b1d2c99 Fixed SRC_DIR env var for travis 2019-01-11 16:28:53 -08:00
Kearwood Kip Gilbert
b8c47f895e Added Travis-CI yml 2019-01-11 16:15:15 -08:00
c5a64e2336 Fix type conversion warnings 2019-01-11 00:33:34 -08:00
5cca3a9fb1 Removed Kraken specific macros from CMAkeFiles 2018-07-29 23:36:36 -07:00
759b7af066 Added static Create methods for POD types, eliminated warnings, added CMake macros for Kraken public header export 2018-07-27 00:06:20 -07:00
Kearwood Kip Gilbert
fe16af07f1 Merge github.com:KrakenEngine/hydra 2018-04-23 11:22:20 -07:00
00bb9b6689 Kraken Math now called Hydra 2018-04-22 23:11:50 -07:00
Kearwood Kip Gilbert
a31d510360 Corrected Matrix2x3 multiply operator, which had inverted order of operations 2018-04-19 17:23:41 -07:00
Kearwood Kip Gilbert
89a6662b6c Fixed matrix2x3::scale() bug that caused skew 2018-04-19 11:17:59 -07:00
8f17d17b35 Fixed OOB array access in Triangle3::Init overload 2018-04-04 15:45:55 -07:00
Kearwood Kip Gilbert
d9808e03ba Implemented Matrix2x3, bugfixes 2018-03-28 15:42:56 -07:00
Kearwood Kip Gilbert
20d341227d Added min(vector, vector) and max(vector,vector) functions 2018-03-28 12:59:33 -07:00
7fc321ebb8 Implemented kraken::Matrix2 2018-03-27 16:48:24 -07:00
Kearwood Kip Gilbert
ac67072c9f Implemented Vector2i 2018-03-22 22:11:49 -07:00
1e2c597fb6 Added Matrix4::Identity(), Added Lerp (scalar.h) 2018-03-19 17:28:31 -07:00
62670af728 Added CMakeLists 2018-03-19 12:37:43 -07:00
d77cc1e660 Merge branch 'master' of github.com:kearwood/kraken-math 2018-03-12 17:02:09 -07:00
d3365896c1 Initialize POD types where previously relied on constructors 2018-03-12 17:01:33 -07:00
27a2bde27b Removed OpenGL dependency from krhelpers.h using KRAKEN_USE_OPENGL flag 2018-03-05 15:24:27 -08:00
7e9f7a462b Added some quaternion functions 2018-02-26 17:49:41 -08:00
d623cd8ea8 Added ifdef to suppress OpenGL dependencies 2018-02-26 16:01:45 -08:00
4ceb89c3bd Added Kraken Math files, extracted from Kraken Engine 2018-02-26 15:24:21 -08:00