aboutsummaryrefslogtreecommitdiff
path: root/src/unittest (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix various code & correctness issues (#11815)sfan52021-12-052-24/+20
* Network: Delete copy constructor and use std::move instead (#11642)SmallJoker2021-12-011-5/+5
* Fix find_nodes_in_area misbehaving with out-of-map coordinates (#11770)sfan52021-11-261-2/+16
* Localize error messages in mainmenu (#11495)Riceball LEE2021-11-012-0/+48
* Add "MINETEST_MOD_PATH" environment variable (#11515)emixa-d2021-10-075-0/+26
* Shave off buffer copies in networking code (#11607)sfan52021-09-171-6/+6
* Hide Wself-assign-overloaded and Wself-move unittest compilation warningsHybridDog2021-09-171-0/+10
* Make sure relevant std::stringstreams are set to binarysfan52021-09-111-2/+2
* Switch MapBlock compression to zstd (#10788)lhofhansl2021-08-311-2/+40
* Rework Settings to support arbitrary hierarchies (#11352)sfan52021-06-231-0/+5
* Fix base64 validation and add unittests (#10515)Lars Müller2021-05-301-0/+93
* fix: some code tidy about includes & irr namespacesLoic Blot2021-05-031-1/+1
* refacto: don't use RenderingEngine singleton on CAOLoic Blot2021-05-031-0/+1
* Schematic: Properly deal with before/after node resolving and document (#11011)SmallJoker2021-03-202-17/+25
* Encode high codepoints as surrogates to safely transport wchar_t over networksfan52021-02-021-0/+35
* Drop wide/narrow conversion functionssfan52021-02-021-2/+2
* Refactor utf8_to_wide/wide_to_utf8 functionssfan52021-02-021-3/+12
* Rework use_texture_alpha to provide three opaque/clip/blend modessfan52021-01-291-2/+2
* Settings: Purge getDefault, clean FontEngineSmallJoker2021-01-291-1/+1
* Settings: Proper priority hierarchySmallJoker2021-01-292-42/+117
* Remove unused functions reported by cppcheck (#10463)SmallJoker2020-10-051-26/+2
* (se)SerializeString: Include max length in the nameSmallJoker2020-10-011-28/+22
* Clean up serializationSmallJoker2020-10-011-324/+0
* Settings: Fix unittest memory leak, change input typesSmallJoker2020-09-221-9/+9
* Remove Thread::kill() and related unittest (#10317)Sebastien Marie2020-09-101-25/+0
* Load media from subfolders (#9065)DS2020-08-201-2/+0
* TestBan: Clean up properly after completing test (#9994)ANAND2020-06-051-0/+3
* Rename “Minimal development test” to “Development Test” (#9928)Wuzzy2020-05-262-6/+6
* Allow ObjDefManager instances to be clonedsfan52020-05-051-4/+72
* Optimize get_objects_inside_radius calls (#9671)Loïc Blot2020-04-161-3/+15
* Drop content_sao.{cpp,h}Loic Blot2020-04-111-1/+0
* Collision various fixes (#9343)TheTermos2020-04-081-32/+32
* Add limit parameter to decompressZlibBen Deutsch2020-02-011-0/+63
* Settings: Add get_flags API for mapgen flags (mg_flags, mgv6_spflags, ...) (#...SmallJoker2020-01-251-0/+37
* StaticText/EnrichedString: Styling support (#9187)SmallJoker2020-01-221-0/+20
* Fix AreaStore's IDs persistence (#8888)SmallJoker2019-09-211-9/+20
* Inventory: Send dirty lists where appropriate (#8742)SmallJoker2019-08-244-54/+41
* Fix compare between pointer and 0 in unittestsJozef Behran2019-08-131-3/+3
* Optimize string (mis)handling (#8128)Jozef Behran2019-05-181-1/+1
* Add Irrlicht-specific smart pointer (#6814)Vitaliy2019-04-122-0/+132
* LINT fixLoïc Blot2019-02-151-5/+3
* Fix Address::isLocalhost algorithmLoic Blot2019-02-092-0/+70
* Use true pitch/yaw/roll rotations without loss of precision by pgimeno (#8019)Paul Ouellette2019-02-071-0/+114
* Proselytize the network. Use IEEE F32 (#8030)SmallJoker2019-01-031-13/+4
* Fix the part of the float test that requires IEC559/IEEE754 compliancePedro Gimeno2018-12-181-0/+13
* Add an activeobject manager to hold active objects (#7939)Loïc Blot2018-12-134-0/+309
* Network: Send IEEE floats (#7768)SmallJoker2018-12-131-0/+72
* Add testWrapDegrees_0_360_v3f unittestsLoïc Blot2018-12-041-15/+56
* Move client-specific files to 'src/client' (#7902)Quentin Bazin2018-11-281-1/+1
* Fix temporary path crash in TestAuthDatabase (#7753)SmallJoker2018-09-281-7/+4