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
Age
Commit message (
Expand
)
Author
2023-01-12
Increase `ftos` precision (#13141)
Jude Melton-Houghton
2022-11-24
Rename "mod metadata" to "mod storage" everywhere
Jude Melton-Houghton
2022-11-15
Add MetaDataRef:get_keys (#12841)
Jude Melton-Houghton
2022-11-10
Add mod storage PostgreSQL backend
Jude Melton-Houghton
2022-11-10
Improve testListMods
Jude Melton-Houghton
2022-11-09
Fix typos and en_US/en_GB inconsistency in various files (#12902)
Abdou-31
2022-10-13
Speed up find_nodes_in_area (#12845)
Jude Melton-Houghton
2022-10-13
Test on-lighting node param1 in lighting test
Jude Melton-Houghton
2022-10-09
Optimize lighting calculation (#12797)
Jude Melton-Houghton
2022-09-27
Add unittests for item movement code (#11885)
savilli
2022-09-26
Avoid duplication of mod metadata in memory (#12562)
Jude Melton-Houghton
2022-09-26
Modify PUC Lua to wrap C++ exceptions (#12445)
Jude Melton-Houghton
2022-09-26
Add lighting test and benchmark (#12802)
Jude Melton-Houghton
2022-09-06
Code optimizations / refactor (#12704)
Herman Semenov
2022-07-29
Fix media overriding regression (#12602)
Lars Müller
2022-06-20
Re-order sound-related code (#12382)
SmallJoker
2022-06-03
fix integer overflow in mapgen (#11641)
JosiahWI
2022-05-22
Replace all uses of core::list with std::list (#12313)
paradust7
2022-05-21
Improve testSerializeJsonString unit tests
sfan5
2022-05-18
Use std::map instead of core::map (#12301)
paradust7
2022-04-08
Don't test overflow behavior for VoxelArea extents
ShadowNinja
2022-04-08
Remove duplicate test for trim
ShadowNinja
2022-04-08
Update directory name sanitization
ShadowNinja
2022-04-08
Add tests for sanitizeDirName
ShadowNinja
2022-04-08
Fix compiler warnings
ShadowNinja
2022-04-07
Compile Lua as C++ (#11683)
Jude Melton-Houghton
2022-02-26
Move the codebase to C++14
sfan5
2022-01-30
Get rid of empty test file
sfan5
2022-01-30
Raise max mapgen limit constant to align with mapblock size
sfan5
2022-01-07
Use a database for mod storage (#11763)
Jude Melton-Houghton
2021-12-29
Socket-related cleanups
sfan5
2021-12-05
Fix various code & correctness issues (#11815)
sfan5
2021-12-01
Network: Delete copy constructor and use std::move instead (#11642)
SmallJoker
2021-11-26
Fix find_nodes_in_area misbehaving with out-of-map coordinates (#11770)
sfan5
2021-11-01
Localize error messages in mainmenu (#11495)
Riceball LEE
2021-10-07
Add "MINETEST_MOD_PATH" environment variable (#11515)
emixa-d
2021-09-17
Shave off buffer copies in networking code (#11607)
sfan5
2021-09-17
Hide Wself-assign-overloaded and Wself-move unittest compilation warnings
HybridDog
2021-09-11
Make sure relevant std::stringstreams are set to binary
sfan5
2021-08-31
Switch MapBlock compression to zstd (#10788)
lhofhansl
2021-06-23
Rework Settings to support arbitrary hierarchies (#11352)
sfan5
2021-05-30
Fix base64 validation and add unittests (#10515)
Lars Müller
2021-05-03
fix: some code tidy about includes & irr namespaces
Loic Blot
2021-05-03
refacto: don't use RenderingEngine singleton on CAO
Loic Blot
2021-03-20
Schematic: Properly deal with before/after node resolving and document (#11011)
SmallJoker
2021-02-02
Encode high codepoints as surrogates to safely transport wchar_t over network
sfan5
2021-02-02
Drop wide/narrow conversion functions
sfan5
2021-02-02
Refactor utf8_to_wide/wide_to_utf8 functions
sfan5
2021-01-29
Rework use_texture_alpha to provide three opaque/clip/blend modes
sfan5
2021-01-29
Settings: Purge getDefault, clean FontEngine
SmallJoker
[next]