index
:
minetest.git
clamp
dual_wielding
find_nodes_in_area
handswap_keybind
hud_font_style
itemmeta_restrictions
mirror_hands
physics
serversoundpack
stencil_shadows
wield_animation
lizzy's patches for luanti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
util
Age
Commit message (
Expand
)
Author
2017-09-05
Use a Buffer instead of SharedBuffer in ConnectionCommand
Loic Blot
2017-08-30
Remove DSTACK support (#6346)
Loïc Blot
2017-08-25
Network cleanup (#6310)
Loïc Blot
2017-08-25
Translations: prevent remote crash with invalid translations
Ekdohibs
2017-08-24
Add clientside translations.
Ekdohibs
2017-08-21
serialize: use a temporary for SerializeException
Loïc Blot
2017-08-20
Change BS constant from implicit double to float (#6286)
Jens Rottmann
2017-08-20
Modernize source code: last part (#6285)
Loïc Blot
2017-08-19
Code modernization: subfolders (#6283)
Loïc Blot
2017-08-19
Code modernization: src/m* (part 2)
Loic Blot
2017-08-17
C++ modernize: Pragma once (#6264)
Loïc Blot
2017-07-07
Expose getPointedThing to Lua
Dániel Juhász
2017-06-19
C++11 cleanup on constructors (#6000)
Vincent Glize
2017-06-10
Remove superfluous pointer null checks
QrchackOfficial
2017-06-10
C++11 patchset 6: forbid object copy using assigment/copy function deleters (...
Loïc Blot
2017-06-06
Use C++11 mutexes only (remove compat code) (#5922)
Loïc Blot
2017-06-05
Remove SharedPtr, it's not used and will be never used, we use C++11
Loic Blot
2017-06-04
C++11 patchset 2: remove util/cpp11.h and util/cpp11_container.h (#5821)
Loïc Blot
2017-05-26
Time: Change old `u32` timestamps to 64-bit (#5818)
SmallJoker
2017-05-11
Rework escape/pause menu (#5719)
red-001
2017-05-06
Fix myfloor(0.0)
ShadowNinja
2017-05-06
Clean up numeric.h and split FacePositionCache from it
ShadowNinja
2017-04-28
Clean up getTime helpers
ShadowNinja
2017-04-25
Fix various points reported by cppcheck (#5656)
Loïc Blot
2017-04-20
Fix various copy instead of const ref reported by cppcheck (part 3) (#5616)
Loïc Blot
2017-04-17
Fix MSVC build broken by 34d32ce
SmallJoker
2017-04-17
Include container.h in util/thread.h. util/thread.h doesn't compile without it
Perttu Ahola
2017-04-15
Implement delayed server shutdown with cancelation (#4664)
Loïc Blot
2017-04-12
Fix fips_cipher_abort warning and other duplicate macros
Loic Blot
2017-04-07
Pass clang-format on 14 trivial header files fixes
Loic Blot
2017-04-07
Clang-format: fix some header files and remove them from whitelist
Loic Blot
2017-04-02
Update embedded jsoncpp from unk version to 0.10.6 + move libs to lib/ instea...
Loïc Blot
2017-03-29
Add CPP11 header to define nullptr & constexpr (#5471)
Loïc Blot
2017-03-20
Content_mapblock.cpp: Refactor
number Zero
2017-03-11
Minimap: Optimise
number Zero
2017-02-04
Add ItemStack key-value meta storage
rubenwardy
2017-01-20
Remove `mathconstants.h` and use the correct way to get `M_PI` in MSVC. (#5072)
red-001
2017-01-15
Add color names from web page referenced in luaapi doc
sapier
2017-01-07
Revert "Extend minetest.is_yes()"
sfan5
2017-01-07
Extend minetest.is_yes()
red-001
2017-01-04
Improve getPointedThing() (#4346)
Dániel Juhász
2016-12-24
Move PP() and PP2() macros to basic_macros.h
Rogier
2016-11-11
Fix incorrect distance computation for visible blocks (#4765)
Rogier-5
2016-10-09
Ensure std::unordered_ be used on MSVC 2010 too (#4600)
SmallJoker
2016-10-08
Ensure std::unordered_ will be used on supported MSVC compilers
gregorycu
2016-10-06
use unordered containers where possible (patch 4 on X)
Loic Blot
2016-10-06
Use more unordered_maps to improve performance in c++11 builds
Loic Blot
2016-08-11
Use the standard to_string() functions for C++11 (#4279)
Rogier-5
2016-08-10
couple of memory leaks fixes.
David Carlier
2016-08-10
Permit usage of std::unordered_map & std::unorderered_set on c++11 compilers ...
Ner'zhul
[next]