157 Commits (bb57a5e28873da207221bdd9d66d8ad86bc95140)

Autor SHA1 Nachricht Datum
  Sam Hocevar 1f45f3acdb math: improve matrix inversion unit tests. vor 6 Jahren
  Sam Hocevar 32583a7c41 math: rewrite the LU decomposition code and the matrix inversion code. vor 6 Jahren
  Sam Hocevar c11c941351 math: more unit tests for the vector classes. vor 6 Jahren
  Sam Hocevar 2c484bc8ae Add NX64 platform to projects. vor 6 Jahren
  Sam Hocevar fcfafa2035 test: add a unit test of real::cbrt() and fix the camera unit test. vor 6 Jahren
  Sam Hocevar 7ba8458818 Remove old feature macros that are no longer relevant nowadays. vor 7 Jahren
  Sam Hocevar 6e428a6243 Remove deprecated code I don’t understand. vor 7 Jahren
  Sam Hocevar 0e79b79d23 Remove the overly complex thread manager. vor 7 Jahren
  Sam Hocevar d1df57af0d Better unit tests for real numbers. vor 7 Jahren
  Sam Hocevar 67dd817aa2 math: remove unused trig code. vor 7 Jahren
  Sam Hocevar 8141a4e6f7 math: add lol::gcd() function. vor 7 Jahren
  Sam Hocevar 6dd7a0cb39 Another lowercase switching frenzy, because why not. vor 7 Jahren
  Sam Hocevar 50e494803d Replace array::empty() with array::clear(). vor 7 Jahren
  Sam Hocevar f6c386f560 Allow to build without Bullet Physics. vor 7 Jahren
  Sam Hocevar 37abf6193f RIP lol::String ⚰️ LOL vor 8 Jahren
  Sam Hocevar 1105a075ce Rename lol::Timer to lol::timer. Because. vor 8 Jahren
  Sam Hocevar cfeaeabf2d Get rid of lol::map because std::map is obviously superior. vor 8 Jahren
  Sam Hocevar 980ff37a58 Get rid of numerous uses of lol::String. vor 8 Jahren
  Sam Hocevar 968f7c92bb Get rid of String::format in favour of a std::string version. vor 8 Jahren
  Sam Hocevar 487c82609c Make lol-lua an optional dependency. vor 8 Jahren
  Sam Hocevar c7fa8939f5 Fix a few build issues when features are disabled. vor 8 Jahren
  Sam Hocevar dd140fd9e1 Refactor real numbers so that they can have a dynamic size. vor 8 Jahren
  Sam Hocevar 2df8762d47 Migrate to Visual Studio 2017. vor 8 Jahren
  Sam Hocevar 17db5be5c8 math: remove some hardcoded stuff from the real numbers implementation. vor 8 Jahren
  Sam Hocevar df7454b36a math: add real::R_MIN and real::R_MAX and get rid of real::ulp(). vor 8 Jahren
  Sam Hocevar 7558d0664a image: more method renaming for consistency. vor 8 Jahren
  Sam Hocevar 10f244192c math: allow to create real numbers from long doubles vor 9 Jahren
  Guillaume Bittoun 15d3a82b5c Adding test for timer vor 9 Jahren
  Sam Hocevar f69c3352ea build: clean up “make dist” rules. vor 9 Jahren
  Sam Hocevar 7ccf613a08 build: move Lua to a submodule vor 9 Jahren
  Sam Hocevar f1a2b66d62 build: move Bullet to a submodule vor 9 Jahren
  Sam Hocevar 14eafb48f5 build: add flags to disable unwanted builds vor 9 Jahren
  Sam Hocevar ce05d8589a build: refactor msbuild files for usage as a submodule vor 9 Jahren
  Sam Hocevar c6f4070e70 build: refactor autotools files for out-of-tree builds. vor 9 Jahren
  Sam Hocevar ba0e467a2e build: rename liblolcore to liblol-core, etc. vor 9 Jahren
  Sam Hocevar 8044747ac3 base: new string functions. vor 9 Jahren
  Sam Hocevar d84605c105 Remove Xbox 360 support, too much stuff no longer compiles. vor 10 Jahren
  Guillaume Bittoun 3f6cd5b120 polynomial: accuracy improvement on double root in order 3 vor 10 Jahren
  Guillaume Bittoun 51d8ed6458 polynomial: Improving tests for double/triple roots in order 3 vor 10 Jahren
  Sam Hocevar 75035be227 math: fix epsilon in some double equality unit tests. vor 10 Jahren
  Sam Hocevar d332ad0f6f math: add unit tests to check that radians(90) == radians(90.0). vor 10 Jahren
  Sam Hocevar 078751a820 math: all API functions dealing with angles now use radians. vor 10 Jahren
  Sam Hocevar 45b57cc102 math: rename re() to inverse() in all classes. vor 10 Jahren
  Sam Hocevar 5a15c90fcc math: add SQT inverse method. vor 10 Jahren
  Sam Hocevar d618053d00 math: add composition of SQT transforms and the corresponding unit tests. vor 10 Jahren
  Sam Hocevar 45b792cc8e test: refactor some stuff in the unit tests because I like it better that way. vor 10 Jahren
  Sam Hocevar 7166760eaf math: add a new sqt type for scale/rotation/translation transforms. vor 10 Jahren
  Sam Hocevar 861568b146 misc: some cleanup in files, including UTF-8 BOM. vor 10 Jahren
  Sam Hocevar 441a20af99 misc: fix copyright information here and there. vor 10 Jahren
  Sam Hocevar 38733fade7 math: move the matrix-to-quaternion code to a global header. vor 10 Jahren