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
/
unittest
/
test_utilities.cpp
Age
Commit message (
Expand
)
Author
2021-12-05
Fix various code & correctness issues (#11815)
sfan5
2021-05-30
Fix base64 validation and add unittests (#10515)
Lars Müller
2021-02-02
Drop wide/narrow conversion functions
sfan5
2021-02-02
Refactor utf8_to_wide/wide_to_utf8 functions
sfan5
2020-01-22
StaticText/EnrichedString: Styling support (#9187)
SmallJoker
2019-02-07
Use true pitch/yaw/roll rotations without loss of precision by pgimeno (#8019)
Paul Ouellette
2018-12-13
Add an activeobject manager to hold active objects (#7939)
Loïc Blot
2018-12-04
Add testWrapDegrees_0_360_v3f unittests
Loïc Blot
2018-08-05
Replace auth.txt with SQLite auth database (#7279)
Ben Deutsch
2018-04-03
Fix various clang-tidy reported performance-type-promotion-in-math-fn
Loïc Blot
2018-04-02
Fix many issues reported by clang-tidy (#7189)
Loïc Blot
2017-01-07
Revert "Extend minetest.is_yes()"
sfan5
2017-01-07
Extend minetest.is_yes()
red-001
2016-04-24
Escape more strings: formspecs, item descriptions, infotexts...
Ekdohibs
2015-11-06
Add server side ncurses terminal
est31
2015-10-04
Define and use limit constants for Irrlicht fixed-width types
kwolekr
2015-06-18
Fix wrap_rows at inner byte of multibyte sequence
figec
2015-06-17
Make wrap_rows not wrap inside utf-8 multibyte sequences
est31
2015-06-14
Add UTF and other utility unit tests
est31
2015-05-01
Fix several MSVC issues numeric.h
SmallJoker
2015-04-26
Tests: Modularize unit testing
kwolekr