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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
util
Age
Commit message (
Expand
)
Author
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
2016-06-11
Random misc. warning fixes and cleanups
kwolekr
2016-05-31
Add colored text (not only colored chat).
Ekdohibs
2016-05-31
Colored chat working as expected for both freetype and non-freetype builds. @...
TriBlade9
2016-05-30
Add minetest.check_password_entry callback
est31
2016-04-24
Escape more strings: formspecs, item descriptions, infotexts...
Ekdohibs
2016-04-10
Update CSRP-GMP to commit deaa11a7c29a73008
est31
2016-03-19
Clean up Strfnd
ShadowNinja
2016-03-15
Remove chat escape sequences from chat messages, for future colored chat.
Ekdohibs
2016-03-15
Much better API for auth.{cpp, h}
est31
2016-03-07
Add AreaStore custom ID API
ShadowNinja
2016-03-07
Implement AreaStore serialization
ShadowNinja
2016-03-07
Fix SpatialAreaStore not freeing removed areas
ShadowNinja
2016-03-07
Add basic AreaStore method documentation
ShadowNinja
2016-03-07
Sort AreaStore header
ShadowNinja
2016-03-07
Clean up VectorAreaStore
ShadowNinja
2016-03-07
Move AreaStore container selection logic into getOptimalImplementation
ShadowNinja
2016-03-07
Move AreaStore to util
ShadowNinja
2016-03-07
Add minetest.register_lbm() to run code on block load only
est31
2016-02-18
HOTFIX: fix too agressive block culling
RealBadAngel
2016-02-11
v2d & aabbox3d<f32> & sky cleanups
nerzhul
2015-12-29
Add macos/freebsd missing endian.h include and add win endianness info
qiukeren
2015-11-08
Fix misc. MinGW and Valgrind warnings
kwolekr
2015-11-08
Don't compile pcgrandom on Windows
est31
2015-11-06
Add server side ncurses terminal
est31
2015-11-03
Silence 'unused typedef' warning for STATIC_ASSERT()
kwolekr
2015-11-02
Rename and move basicmacros.h to util/basic_macros.h
est31
2015-10-27
Move basic, non-numeric macros from util/numeric.h to basicmacros.h
kwolekr
2015-10-15
Add BufReader and vector-based serialization methods
kwolekr
2015-10-14
Rename macros with two leading underscores
ShadowNinja
2015-10-14
Always use errorstream for DEBUG_EXCEPTION_HANDLER
ShadowNinja
2015-09-30
Fix some SRP issues
est31
2015-08-23
Clean up threading
ShadowNinja
2015-08-19
Fix indianred and indigo of color-string
Rui
2015-08-19
Android: bypass broken wide_to_utf8 with wide_to_narrow (again)
est31
2015-08-06
Fix BufferedPacket race condition (fixes #2983)
kwolekr
[next]