2192 コミット (607369b2237f29a1da65d71cedc4bb2160126cf2)

作成者 SHA1 メッセージ 日付
  Sam Hocevar 607369b223 net: implement async HTTP/HTTPS requests for Windows and Linux. 6年前
  Sam Hocevar e1c47e9e03 net: implement async HTTP requests for the emscripten backend. 6年前
  Sam Hocevar c9a09efec0 sys: fix Linux build. 6年前
  Sam Hocevar 4defbeaab0 build: provide cpp-httplib to client projects. 6年前
  Sam Hocevar 84a628671b net: add the necessary files for an HTTP client class. 6年前
  Sam Hocevar 369f2b902f math: fix a warning in the matrix determinant code. 6年前
  Sam Hocevar 54335bd5aa build: reference projects using a property sheet instead of a guid. 6年前
  Sam Hocevar e05e9ff143 sys: implement lol::sys::getenv() for safety. 6年前
  Sam Hocevar 269ab7c1ac Fix emscripten regressions. 6年前
  Sam Hocevar d95cca8866 Remove NX submodule because it causes too many issues for other people. 6年前
  Sam Hocevar bb57a5e288 Fix MSYS2 “native” build. 6年前
  Sam Hocevar 8e3d062bb5 osx: use gl3.h instead of gl.h. 6年前
  Sam Hocevar 1f45f3acdb math: improve matrix inversion unit tests. 6年前
  Sam Hocevar 32583a7c41 math: rewrite the LU decomposition code and the matrix inversion code. 6年前
  Sam Hocevar 14f2fd354f math: simplify determinant computation by using our new lup decomposition. 6年前
  Sam Hocevar 8632e08d1f math: new code for LU decomposition with partial pivoting. 6年前
  Sam Hocevar f6b3304ff5 math: generic code for vector stdstream method. 6年前
  Sam Hocevar 83b735b3d8 math: fix class/struct inconsistency. 6年前
  Sam Hocevar 456cc1224d math: use default constructor for vec_t types. 6年前
  Sam Hocevar c11c941351 math: more unit tests for the vector classes. 6年前
  Sam Hocevar 8294264837 feature: assume all compilers can now initialise arrays C++11-style. 6年前
  Sam Hocevar 8f9b573da5 math: fix uninitalised member value in arraynd<>. 6年前
  Sam Hocevar 8ad02b5862 android: refresh the code so that most of the Android port compiles again. 6年前
  Sam Hocevar 49f4d8b4a1 input: preliminary NX support. 6年前
  Sam Hocevar cdc335ca30 gpu: remove deprecated glEnable(GL_TEXTURE_2D). 6年前
  Sam Hocevar ade80f7955 imgui: switch to a branch that supports higher plane Unicode codepoints. 6年前
  Sam Hocevar baa6f0186c profiler: fix a crash on exit. 6年前
  Sam Hocevar cf02d4b0d0 gpu: rename a few methods. 6年前
  Sam Hocevar 6af1481c8e ui: fix mouse coordinates handling when the window is resized. 6年前
  Sam Hocevar 1936c4ccd8 scene: fix viewport size updating. 6年前
  Sam Hocevar 2c5a1be8b3 Make the check for threading support runtime to make debugging easier. 6年前
  Sam Hocevar 47aa41dcb9 scene: rename a few things for clarity. 6年前
  Sam Hocevar 95c1e9db82 math: fix C++ compliance issues with default vector constructors. 6年前
  Sam Hocevar f6f61ceb23 gpu: add helper functions to upload buffer data. 6年前
  Sam Hocevar 336f9abe40 Fix Windows build. 6年前
  Sam Hocevar b8eefc1d02 Update all 3rd party submodules. 6年前
  Sam Hocevar 7591962cb0 gpu: fix 32-bit compilation on Windows. 6年前
  Sam Hocevar df4471bef8 audio: NX support. 7年前
  Sam Hocevar 2cb4324574 ui: fix a compilation warning. 7年前
  Sam Hocevar 9518a3e4f8 nx: update submodule. 7年前
  Sam Hocevar a94a1b4f76 ui: some cleanup in the gui entity object. 7年前
  Sam Hocevar 28e7e85bbf sys: minor tweaks to filesystem load order. 7年前
  Sam Hocevar a1d5089f8d ui: fix wrong IBO/VBO bind order. 7年前
  Sam Hocevar 8907e6d156 gpu: reformat GL debug information to make it far more compact. 7年前
  Sam Hocevar 330c9c7e9b gpu: minor compilation warning in debug mode. 7年前
  Sam Hocevar 3b05abc54f scene: do not clear the scene twice. 7年前
  Sam Hocevar 2c45d0918d gpu: fix numerous OpenGL programming errors. 7年前
  Sam Hocevar 56e9023e65 nx: update submodule. 7年前
  Sam Hocevar 74407e252c ui: disable imgui ini file loading; some platforms don’t have fopen(). 7年前
  Sam Hocevar 4d58c015f9 gpu: implement GL debug context logging. 7年前