aboutsummaryrefslogtreecommitdiff
path: root/src/unittest
AgeCommit message (Expand)Author
2021-11-26Fix find_nodes_in_area misbehaving with out-of-map coordinates (#11770)sfan5
2021-11-01Localize error messages in mainmenu (#11495)Riceball LEE
2021-10-07Add "MINETEST_MOD_PATH" environment variable (#11515)emixa-d
2021-09-17Shave off buffer copies in networking code (#11607)sfan5
2021-09-17Hide Wself-assign-overloaded and Wself-move unittest compilation warningsHybridDog
2021-09-11Make sure relevant std::stringstreams are set to binarysfan5
2021-08-31Switch MapBlock compression to zstd (#10788)lhofhansl
2021-06-23Rework Settings to support arbitrary hierarchies (#11352)sfan5
2021-05-30Fix base64 validation and add unittests (#10515)Lars Müller
2021-05-03fix: some code tidy about includes & irr namespacesLoic Blot
2021-05-03refacto: don't use RenderingEngine singleton on CAOLoic Blot
2021-03-20Schematic: Properly deal with before/after node resolving and document (#11011)SmallJoker
2021-02-02Encode high codepoints as surrogates to safely transport wchar_t over networksfan5
2021-02-02Drop wide/narrow conversion functionssfan5
2021-02-02Refactor utf8_to_wide/wide_to_utf8 functionssfan5
2021-01-29Rework use_texture_alpha to provide three opaque/clip/blend modessfan5
2021-01-29Settings: Purge getDefault, clean FontEngineSmallJoker
2021-01-29Settings: Proper priority hierarchySmallJoker
2020-10-05Remove unused functions reported by cppcheck (#10463)SmallJoker
2020-10-01(se)SerializeString: Include max length in the nameSmallJoker
2020-10-01Clean up serializationSmallJoker
2020-09-22Settings: Fix unittest memory leak, change input typesSmallJoker
2020-09-10Remove Thread::kill() and related unittest (#10317)Sebastien Marie
2020-08-20Load media from subfolders (#9065)DS
2020-06-05TestBan: Clean up properly after completing test (#9994)ANAND
2020-05-26Rename “Minimal development test” to “Development Test” (#9928)Wuzzy
2020-05-05Allow ObjDefManager instances to be clonedsfan5
2020-04-16Optimize get_objects_inside_radius calls (#9671)Loïc Blot
2020-04-11Drop content_sao.{cpp,h}Loic Blot
2020-04-08Collision various fixes (#9343)TheTermos
2020-02-01Add limit parameter to decompressZlibBen Deutsch
2020-01-25Settings: Add get_flags API for mapgen flags (mg_flags, mgv6_spflags, ...) (#...SmallJoker
2020-01-22StaticText/EnrichedString: Styling support (#9187)SmallJoker
2019-09-21Fix AreaStore's IDs persistence (#8888)SmallJoker
2019-08-24Inventory: Send dirty lists where appropriate (#8742)SmallJoker
2019-08-13Fix compare between pointer and 0 in unittestsJozef Behran
2019-05-18Optimize string (mis)handling (#8128)Jozef Behran
2019-04-12Add Irrlicht-specific smart pointer (#6814)Vitaliy
2019-02-15LINT fixLoïc Blot
2019-02-09Fix Address::isLocalhost algorithmLoic Blot
2019-02-07Use true pitch/yaw/roll rotations without loss of precision by pgimeno (#8019)Paul Ouellette
2019-01-03Proselytize the network. Use IEEE F32 (#8030)SmallJoker
2018-12-18Fix the part of the float test that requires IEC559/IEEE754 compliancePedro Gimeno
2018-12-13Add an activeobject manager to hold active objects (#7939)Loïc Blot
2018-12-13Network: Send IEEE floats (#7768)SmallJoker
2018-12-04Add testWrapDegrees_0_360_v3f unittestsLoïc Blot
2018-11-28Move client-specific files to 'src/client' (#7902)Quentin Bazin
2018-09-28Fix temporary path crash in TestAuthDatabase (#7753)SmallJoker
2018-08-05Replace auth.txt with SQLite auth database (#7279)Ben Deutsch
2018-07-22Add a MSVC / Windows compatible snprintf function (#7353)nOOb3167