2888 コミット (5e236e2bc3428c0a192f02953b1c3c923db040e0)
 

作成者 SHA1 メッセージ 日付
  Sam Hocevar 5e236e2bc3 Fix compilation warning. 7年前
  Sam Hocevar 1d8083af86 engine: get rid of the Dict class (WIP). 7年前
  Sam Hocevar a0a5fa0342 Fix compilation warnings about using memcpy with our maths vector types. 7年前
  Sam Hocevar ab86dc6920 imgui: update submodule to latest docking branch. 7年前
  Sam Hocevar 0e8227aa71 build: fix EGL library detection. 7年前
  Sam Hocevar d0f3f71e8c doc: fix detection of Dot tool and upgrade Doxygen config file. 7年前
  Sam Hocevar 98b4438836 bullet: update submodule revision. 7年前
  Sam Hocevar 67a5138718 math: use std::vector instead of lol::array. 7年前
  Sam Hocevar d1df57af0d Better unit tests for real numbers. 7年前
  Sam Hocevar a407c5d5c4 math: add lol::real to 64-bit integer conversions and clean up code. 7年前
  Sam Hocevar b3adeae2e1 Minor compilation fix when SDL is disabled. 7年前
  Sam Hocevar 67dd817aa2 math: remove unused trig code. 7年前
  Sam Hocevar 8141a4e6f7 math: add lol::gcd() function. 7年前
  Sam Hocevar a1db79575e imgui: update docking branch. 7年前
  Sam Hocevar ddc85c72fa Try to improve Windows headers handling. 7年前
  Sam Hocevar 92eca4f8ff imgui: allow to create a context with a custom font atlas. 7年前
  Sam Hocevar b5bf4a7eff Fix a bad memory access. 7年前
  Sam Hocevar 104704391b SDL: allow fullscreen applications. 7年前
  Sam Hocevar 08cd8435da SDL: remove dead code. 7年前
  Sam Hocevar 709f8d63f1 UI: fix crash at exit with Dear ImGui. 7年前
  Sam Hocevar 9307f454ad GPU: remove persistence from default post process shader. 7年前
  Sam Hocevar 2a5d7a4073 Clean up ImGui integration code. 7年前
  Sam Hocevar 502e45d904 More methods switched to lowercase naming scheme. 7年前
  Sam Hocevar 6dd7a0cb39 Another lowercase switching frenzy, because why not. 7年前
  Sam Hocevar 332028f00e Various ImGui interface improvements. 7年前
  Sam Hocevar 7f9de5d554 imgui: switch to the docking branch. 7年前
  Sam Hocevar 50e494803d Replace array::empty() with array::clear(). 7年前
  Sam Hocevar 8699f969d3 build: fix Windows compilation. 7年前
  Sam Hocevar 3c4e27a68c Update 3rd party modules and fix build. 7年前
  Sam Hocevar 63bbcaad43 imgui: use latest master branch. 7年前
  Sam Hocevar a18ccb3987 build: drop support for SDL v1. 7年前
  Sam Hocevar 788e5252a9 build: fix compilation when int != ptrdiff_t. 7年前
  Sam Hocevar 7faedd4517 build: fix linking with Bullet on Linux. 7年前
  Sam Hocevar af06563b94 Do not try to link with liblol-bullet if Bullet was disabled. 7年前
  Sam Hocevar 54b32b19d1 Fix stack overflow in Perlin noise generator. 7年前
  Sam Hocevar 3d83307dfa Some Win32 and Win64 compilation fixes. 7年前
  Sam Hocevar f6c386f560 Allow to build without Bullet Physics. 7年前
  Sam Hocevar c826bbd6f0 Fix several compilation warnings. 8年前
  Sam Hocevar 37abf6193f RIP lol::String ⚰️ LOL 8年前
  Sam Hocevar 9dbfa4d550 Use std::string in a lot of places. Makes a few things simpler. 8年前
  Sam Hocevar 1105a075ce Rename lol::Timer to lol::timer. Because. 8年前
  Sam Hocevar 8981100727 Get rid of lol::hash which is now useless. 8年前
  Sam Hocevar cfeaeabf2d Get rid of lol::map because std::map is obviously superior. 8年前
  Sam Hocevar b2fd4f1f5c Fix a bug with lol::vformat() adding two terminating null chars. 8年前
  Sam Hocevar 980ff37a58 Get rid of numerous uses of lol::String. 8年前
  Sam Hocevar 968f7c92bb Get rid of String::format in favour of a std::string version. 8年前
  Sam Hocevar a99848fd2d Fix Lua-related compilation issues. 8年前
  Sam Hocevar 487c82609c Make lol-lua an optional dependency. 8年前
  Sam Hocevar 80ad5da4f9 Update pegtl and mingw-std-threads submodules. 8年前
  Sam Hocevar 856b656f64 Do not install manpages if --disable-doc is provided. 8年前