index
:
minetest.git
gpcf
lifo-fixes
release
modified minetest for gpcfs purposes
gpcf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
unittest
Commit message (
Expand
)
Author
Age
*
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-08
*
Compile Lua as C++ (#11683)
Jude Melton-Houghton
2022-04-07
*
Move the codebase to C++14
sfan5
2022-02-26
*
Get rid of empty test file
sfan5
2022-01-30
*
Raise max mapgen limit constant to align with mapblock size
sfan5
2022-01-30
*
Use a database for mod storage (#11763)
Jude Melton-Houghton
2022-01-07
*
Socket-related cleanups
sfan5
2021-12-29
*
Fix various code & correctness issues (#11815)
sfan5
2021-12-05
*
Network: Delete copy constructor and use std::move instead (#11642)
SmallJoker
2021-12-01
*
Fix find_nodes_in_area misbehaving with out-of-map coordinates (#11770)
sfan5
2021-11-26
*
Localize error messages in mainmenu (#11495)
Riceball LEE
2021-11-01
*
Add "MINETEST_MOD_PATH" environment variable (#11515)
emixa-d
2021-10-07
*
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-17
*
Make sure relevant std::stringstreams are set to binary
sfan5
2021-09-11
*
Switch MapBlock compression to zstd (#10788)
lhofhansl
2021-08-31
*
Rework Settings to support arbitrary hierarchies (#11352)
sfan5
2021-06-23
*
Fix base64 validation and add unittests (#10515)
Lars Müller
2021-05-30
*
fix: some code tidy about includes & irr namespaces
Loic Blot
2021-05-03
*
refacto: don't use RenderingEngine singleton on CAO
Loic Blot
2021-05-03
*
Schematic: Properly deal with before/after node resolving and document (#11011)
SmallJoker
2021-03-20
*
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-02-02
*
Rework use_texture_alpha to provide three opaque/clip/blend modes
sfan5
2021-01-29
*
Settings: Purge getDefault, clean FontEngine
SmallJoker
2021-01-29
*
Settings: Proper priority hierarchy
SmallJoker
2021-01-29
*
Remove unused functions reported by cppcheck (#10463)
SmallJoker
2020-10-05
*
(se)SerializeString: Include max length in the name
SmallJoker
2020-10-01
*
Clean up serialization
SmallJoker
2020-10-01
*
Settings: Fix unittest memory leak, change input types
SmallJoker
2020-09-22
*
Remove Thread::kill() and related unittest (#10317)
Sebastien Marie
2020-09-10
*
Load media from subfolders (#9065)
DS
2020-08-20
*
TestBan: Clean up properly after completing test (#9994)
ANAND
2020-06-05
*
Rename “Minimal development test” to “Development Test” (#9928)
Wuzzy
2020-05-26
*
Allow ObjDefManager instances to be cloned
sfan5
2020-05-05
*
Optimize get_objects_inside_radius calls (#9671)
Loïc Blot
2020-04-16
*
Drop content_sao.{cpp,h}
Loic Blot
2020-04-11
*
Collision various fixes (#9343)
TheTermos
2020-04-08
*
Add limit parameter to decompressZlib
Ben Deutsch
2020-02-01
*
Settings: Add get_flags API for mapgen flags (mg_flags, mgv6_spflags, ...) (#...
SmallJoker
2020-01-25
*
StaticText/EnrichedString: Styling support (#9187)
SmallJoker
2020-01-22
*
Fix AreaStore's IDs persistence (#8888)
SmallJoker
2019-09-21
*
Inventory: Send dirty lists where appropriate (#8742)
SmallJoker
2019-08-24
*
Fix compare between pointer and 0 in unittests
Jozef Behran
2019-08-13
*
Optimize string (mis)handling (#8128)
Jozef Behran
2019-05-18
[next]