aboutsummaryrefslogtreecommitdiff
path: root/src/client/activeobjectmgr.cpp
AgeCommit message (Collapse)Author
2019-10-09ContentCAO: Fix segfault on quit (attached)SmallJoker
2019-08-13Better F6 profiler (#8750)SmallJoker
Update the profiler names to make more sense of what they actually represent Move the profiler code from header to its source file Use monospace font to align lines Format the statistics line to align better with surrounding values Refresh the profiler each 3 seconds (roughly)
2019-07-16Optimize getting active objects a bit. #8674Lars Hofhansl
2018-12-13Add an activeobject manager to hold active objects (#7939)Loïc Blot
* Add an activeobject manager to hold active objects * Add unittests