2867 コミット (2a5d7a4073a87f64f4bb4a606392d5dbff37cc24)
 

作成者 SHA1 メッセージ 日付
  Sam Hocevar 2a5d7a4073 Clean up ImGui integration code. 6年前
  Sam Hocevar 502e45d904 More methods switched to lowercase naming scheme. 6年前
  Sam Hocevar 6dd7a0cb39 Another lowercase switching frenzy, because why not. 6年前
  Sam Hocevar 332028f00e Various ImGui interface improvements. 6年前
  Sam Hocevar 7f9de5d554 imgui: switch to the docking branch. 6年前
  Sam Hocevar 50e494803d Replace array::empty() with array::clear(). 6年前
  Sam Hocevar 8699f969d3 build: fix Windows compilation. 6年前
  Sam Hocevar 3c4e27a68c Update 3rd party modules and fix build. 6年前
  Sam Hocevar 63bbcaad43 imgui: use latest master branch. 6年前
  Sam Hocevar a18ccb3987 build: drop support for SDL v1. 6年前
  Sam Hocevar 788e5252a9 build: fix compilation when int != ptrdiff_t. 6年前
  Sam Hocevar 7faedd4517 build: fix linking with Bullet on Linux. 6年前
  Sam Hocevar af06563b94 Do not try to link with liblol-bullet if Bullet was disabled. 6年前
  Sam Hocevar 54b32b19d1 Fix stack overflow in Perlin noise generator. 6年前
  Sam Hocevar 3d83307dfa Some Win32 and Win64 compilation fixes. 6年前
  Sam Hocevar f6c386f560 Allow to build without Bullet Physics. 6年前
  Sam Hocevar c826bbd6f0 Fix several compilation warnings. 7年前
  Sam Hocevar 37abf6193f RIP lol::String ⚰️ LOL 7年前
  Sam Hocevar 9dbfa4d550 Use std::string in a lot of places. Makes a few things simpler. 7年前
  Sam Hocevar 1105a075ce Rename lol::Timer to lol::timer. Because. 7年前
  Sam Hocevar 8981100727 Get rid of lol::hash which is now useless. 7年前
  Sam Hocevar cfeaeabf2d Get rid of lol::map because std::map is obviously superior. 7年前
  Sam Hocevar b2fd4f1f5c Fix a bug with lol::vformat() adding two terminating null chars. 7年前
  Sam Hocevar 980ff37a58 Get rid of numerous uses of lol::String. 7年前
  Sam Hocevar 968f7c92bb Get rid of String::format in favour of a std::string version. 7年前
  Sam Hocevar a99848fd2d Fix Lua-related compilation issues. 7年前
  Sam Hocevar 487c82609c Make lol-lua an optional dependency. 7年前
  Sam Hocevar 80ad5da4f9 Update pegtl and mingw-std-threads submodules. 7年前
  Sam Hocevar 856b656f64 Do not install manpages if --disable-doc is provided. 7年前
  Sam Hocevar 05e3b710fc Fix build with Visual Studio 2017. 7年前
  Sam Hocevar 05db043e20 Update lol-bullet.vcxproj and add a README.md about how to do it. 7年前
  Sam Hocevar 6281145d9d Implement real::erf() with reasonable precision. 7年前
  Sam Hocevar 80823faac6 Make fast real factorial more generic. 7年前
  Sam Hocevar 42f52f2c8b Update bullet3 to a more recent Git head. 7年前
  Sam Hocevar e0795e91ad Implement real(int64_t) and real(uint64_t). 7年前
  Sam Hocevar 3025ea2207 Implement real::R_INF and real::R_NAN. 7年前
  Sam Hocevar d89a4c9e02 Implement real::is_negative(). 7年前
  Sam Hocevar d5c665e27e Fix a bug in the real * int op that prevented an optimisation. 7年前
  Sam Hocevar 74f174b6d7 Implement real::is_zero and a few others for code clarity. 7年前
  Sam Hocevar c7c34312fe Handle real::DEFAULT_BIGIT_COUNT changes a bit better. 7年前
  Sam Hocevar 359c6fc4c4 Make the real number size a global variable (yuck). 7年前
  Sam Hocevar a57b9f859a Merge branch 'real_refactor' 7年前
  Sam Hocevar c7fa8939f5 Fix a few build issues when features are disabled. 7年前
  Sam Hocevar 74fc7c1f58 Fix real construction from long doubles. 7年前
  Sam Hocevar 8ffc3ccae2 Fix issues in real::sqrt() and other methods. 7年前
  Sam Hocevar 1c27691ef9 Temporary fix for real::sqrt() which I broke recently. 7年前
  Sam Hocevar dd140fd9e1 Refactor real numbers so that they can have a dynamic size. 7年前
  Sam Hocevar 783fdbab98 Implement Franke’s function and Matlab’s peaks for reals. 7年前
  Sam Hocevar 5bd042ce01 Implement split() for std::string. 7年前
  Sam Hocevar 0239617197 Various compilation and warning fixes. 7年前