aboutsummaryrefslogtreecommitdiff
path: root/src/nodetimer.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Code modernization: src/n*, src/o* (#6280)Loïc Blot2017-08-191-8/+4
| | | | | | | | | | | * Code modernization: src/n*, src/o* * empty function * default constructor/destructor * for range-based loops * use emplace_back instead of push_back * remove unused IWritableNodeDefManager::clone() * C++ STL header style * Pointer constness in some functions
* C++ modernize: Pragma once (#6264)Loïc Blot2017-08-171-5/+1
| | | | * Migrate cpp headers to pragma once
* Cpp11 patchset 11: continue working on constructor style migration (#6004)Loïc Blot2017-06-181-11/+11
|
* Make node timers more efficientEkdohibs2016-06-111-16/+61
|
* Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl2013-08-141-1/+1
|
* Update Copyright YearsSfan52013-02-241-1/+1
|
* Change Minetest-c55 to MinetestPilzAdam2013-02-241-1/+1
|
* Improve node timer format (map format version 25) and update mapformat.txtPerttu Ahola2012-07-241-2/+2
|
* Implement node timersdarkrose2012-07-231-5/+5
|
* Optimize headersPerttu Ahola2012-06-171-1/+1
|
* Switch the license to be LGPLv2/later, with small parts still remaining as ↵Perttu Ahola2012-06-051-4/+4
| | | | GPLv2/later, by agreement of major contributors
* WIP node metadata, node timersKahrl2012-06-031-0/+91