3059 Commits (634fd2960d1a6e011831f64c3b030ff4358ff22a)
 

Author SHA1 Message Date
  Sam Hocevar 634fd2960d Add some emscripten-generated files to .gitignore. 4 years ago
  Sam Hocevar c9a09efec0 sys: fix Linux build. 4 years ago
  Sam Hocevar 4defbeaab0 build: provide cpp-httplib to client projects. 4 years ago
  Sam Hocevar 9646b3eb6d build: add a huge lol.props property sheet that seems to do the job for Visual Studio. 4 years ago
  Sam Hocevar 84a628671b net: add the necessary files for an HTTP client class. 4 years ago
  Sam Hocevar 369f2b902f math: fix a warning in the matrix determinant code. 4 years ago
  Sam Hocevar 54335bd5aa build: reference projects using a property sheet instead of a guid. 4 years ago
  Sam Hocevar cfe60cef94 external: ensure we use release binaries. 4 years ago
  Sam Hocevar 41493c232f external: provide openssl and zlib windows static libs. 4 years ago
  Sam Hocevar e05e9ff143 sys: implement lol::sys::getenv() for safety. 4 years ago
  Sam Hocevar 0f9c07a9d9 build: more emscripten fixes. 4 years ago
  Sam Hocevar 269ab7c1ac Fix emscripten regressions. 4 years ago
  Sam Hocevar b80898946e build: add src/private to .gitignore. 4 years ago
  Sam Hocevar ffaac3a634 build: enforce Unix line endings for autotools files. 4 years ago
  Sam Hocevar d95cca8866 Remove NX submodule because it causes too many issues for other people. 4 years ago
  Sam Hocevar 2122d8984d build: use AM_SILENT_RULES unconditionally even for client projects. 4 years ago
  Sam Hocevar 4a5e2a2404
Merge pull request #12 from Low-power/fix-disable-silent-rules 4 years ago
  WHR cb8e3856e4 Fix configure option '--disable-silent-rules' not working 4 years ago
  Sam Hocevar bb57a5e288 Fix MSYS2 “native” build. 5 years ago
  Sam Hocevar 8e3d062bb5 osx: use gl3.h instead of gl.h. 5 years ago
  Sam Hocevar 1f45f3acdb math: improve matrix inversion unit tests. 5 years ago
  Sam Hocevar 32583a7c41 math: rewrite the LU decomposition code and the matrix inversion code. 5 years ago
  Sam Hocevar 14f2fd354f math: simplify determinant computation by using our new lup decomposition. 5 years ago
  Sam Hocevar 8632e08d1f math: new code for LU decomposition with partial pivoting. 5 years ago
  Sam Hocevar f6b3304ff5 math: generic code for vector stdstream method. 5 years ago
  Sam Hocevar 83b735b3d8 math: fix class/struct inconsistency. 5 years ago
  Sam Hocevar 456cc1224d math: use default constructor for vec_t types. 5 years ago
  Sam Hocevar c11c941351 math: more unit tests for the vector classes. 5 years ago
  Sam Hocevar 8294264837 feature: assume all compilers can now initialise arrays C++11-style. 5 years ago
  Sam Hocevar 8f9b573da5 math: fix uninitalised member value in arraynd<>. 5 years ago
  Sam Hocevar 8ad02b5862 android: refresh the code so that most of the Android port compiles again. 5 years ago
  Sam Hocevar 49f4d8b4a1 input: preliminary NX support. 5 years ago
  Sam Hocevar cdc335ca30 gpu: remove deprecated glEnable(GL_TEXTURE_2D). 5 years ago
  Sam Hocevar ade80f7955 imgui: switch to a branch that supports higher plane Unicode codepoints. 5 years ago
  Sam Hocevar baa6f0186c profiler: fix a crash on exit. 5 years ago
  Sam Hocevar cf02d4b0d0 gpu: rename a few methods. 5 years ago
  Sam Hocevar 6af1481c8e ui: fix mouse coordinates handling when the window is resized. 5 years ago
  Sam Hocevar 1936c4ccd8 scene: fix viewport size updating. 5 years ago
  Sam Hocevar 2c5a1be8b3 Make the check for threading support runtime to make debugging easier. 5 years ago
  Sam Hocevar 47aa41dcb9 scene: rename a few things for clarity. 5 years ago
  Sam Hocevar 95c1e9db82 math: fix C++ compliance issues with default vector constructors. 5 years ago
  Sam Hocevar f6f61ceb23 gpu: add helper functions to upload buffer data. 5 years ago
  Sam Hocevar 336f9abe40 Fix Windows build. 5 years ago
  Sam Hocevar b8eefc1d02 Update all 3rd party submodules. 5 years ago
  Sam Hocevar 7591962cb0 gpu: fix 32-bit compilation on Windows. 5 years ago
  Sam Hocevar df4471bef8 audio: NX support. 5 years ago
  Sam Hocevar 2cb4324574 ui: fix a compilation warning. 5 years ago
  Sam Hocevar 9518a3e4f8 nx: update submodule. 5 years ago
  Sam Hocevar a94a1b4f76 ui: some cleanup in the gui entity object. 5 years ago
  Sam Hocevar 28e7e85bbf sys: minor tweaks to filesystem load order. 5 years ago