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
/
test.cpp
Age
Commit message (
Expand
)
Author
2015-04-26
Tests: Modularize unit testing
kwolekr
2015-04-21
Noise: Add noise unittests
kwolekr
2015-04-01
Move globals from main.cpp to more sane locations
Craig Robbins
2015-03-31
Connection::Receive(): receive Network Packet instead of SharedBuffer<u8>.
Loic Blot
2015-03-13
Replace NetworkPacket pointers to references
Loic Blot
2015-03-07
Optimize Profiler::avg()
gregorycu
2015-03-07
For usages of assert() that are meant to persist in Release builds (when NDEB...
Craig Robbins
2015-02-23
Fix wrapDegrees family of functions
Craig Robbins
2015-02-21
Fix some memory leaks on packet sending.
Loic Blot
2015-02-21
Unit tests must be done at integration process.
Loic Blot
2015-02-16
[Patch 2/4] Network rework: packet writing, sending and cleanups
Loic Blot
2015-02-15
Fix unit test if there isn't a localhost address (for example FreeBSD jails),...
Loic Blot
2015-02-15
Fix unit test if there isn't a localhost address (for example FreeBSD jails)
Loic Blot
2015-02-15
Only do the IPv6 unit test if IPv6 is enabled
Loic Blot
2015-02-10
Network Layer 7 rework (Packet handling)
Loic Blot
2015-01-18
Create empty default constructor for MapNode
Craig Robbins
2015-01-03
Deduplicate code and use stdlib in string functions
ShadowNinja
2014-12-29
Print unit test failures to dstream
kwolekr
2014-12-21
Fix weird (and wrong) comment in test.cpp
Kahrl
2014-12-12
Log: Silence errorstream during unittests
kwolekr
2014-12-12
Settings: Fail on invalid sequence and throw exception for LuaSettings
kwolekr
2014-12-10
Add support for lacunarity in legacy NoiseParams string format
kwolekr
2014-12-09
Settings: Sanitize setting name everywhere, not just LuaSettings
kwolekr
2014-12-09
Settings: Make setting entry group and values mutually exclusive
kwolekr
2014-12-07
Add flags and lacunarity as new noise parameters
kwolekr
2014-12-05
Fix MSVC build
SmallJoker
2014-12-04
Settings: Various setting group fixes and enhancements
kwolekr
2014-12-02
Use setting groups for NoiseParams
kwolekr
2014-11-30
settings: Add setting groups and multiline entries
kwolekr
2014-11-08
Implement WieldMeshSceneNode which improves wield mesh rendering
Kahrl
2014-11-02
Cleanup and (mostly) document util/string.h and (very) minor refactoring
Craig Robbins
2014-11-02
Fix unit tests failing if IPv6 not available
Craig Robbins
2014-09-21
Split settings into seperate source and header files
ShadowNinja
2014-06-20
Don't handle lack of IPv6 as fatal in unit tests
sapier
2014-02-05
Add the option to bind to a specific address
ShadowNinja
2013-12-13
Implement urlencode and urldecode
Kahrl
2013-08-14
Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu
Kahrl
2013-08-02
Weather backward compatibility
proller
2013-07-14
Change ContentFeatures array to a vector
Kahrl
2013-07-08
Settings: everything != 0 equals true; remove .asm shaders
PilzAdam
2013-07-02
Replace C++ mainmenu by formspec powered one
sapier
2013-06-23
Add support for IPv6
proller
2013-06-17
Extend a delay in TestConnection from 50 to 100 milliseconds.
Kahrl
2013-05-19
Fix nearly all warnings
kwolekr
2013-05-14
Fix memory leak in run_tests()
PilzAdam
2013-04-09
fix various memory leaks
sapier
2013-03-11
Migrate to STL containers/algorithms.
Ilya Zhuravlev
2013-02-26
Fix most warnings, re-fix MSVC compile error
kwolekr
2013-02-24
Update Copyright Years
Sfan5
2013-02-24
Change Minetest-c55 to Minetest
PilzAdam
[next]