aboutsummaryrefslogtreecommitdiff
path: root/src/util/numeric.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clean scaling pre-filter for formspec/HUD.Aaron Suen2015-04-011-1/+0
|
* GenElementManager: Pass opaque handles to Lua and rename to ObjDefManagerkwolekr2015-03-311-1/+0
| | | | Add core.clear_registered_schematics() and refactor schematics somewhat
* Add support for the PCG32 PRNG algo (and associated script APIs)kwolekr2015-03-221-31/+28
|
* Performance Improvement: Use a cache which caches result for getFacePositions.Loic Blot2015-02-161-55/+59
| | | | | | | | | | | This greatly reduce the number of std::list generated by caching the result, which is always constant for each radius selected. In the callgrind map, you will see original: * 3.3M calls to std::list for 9700 calls to getFacePositions In the modified version, you will see: * 3.3K calls to std::list for 6900 call to getFacePositions Callgrind map is here: #2321 it's a huge performance improvement to l_find_node_near
* Fix compiling with 32bit MinGWSfan52013-11-121-1/+1
|
* Accept hexadecimal and string values for seedskwolekr2013-11-041-0/+44
|
* include mathconstants.h in numerics.cppVincent Heuken2013-07-071-0/+1
|
* Fix math for isBlockInSight. Fixes #718 (client-side).Aaron Suen2013-05-181-16/+17
|
* Migrate to STL containers/algorithms.Ilya Zhuravlev2013-03-111-1/+1
|
* Update Copyright YearsSfan52013-02-241-1/+1
|
* Change Minetest-c55 to MinetestPilzAdam2013-02-241-1/+1
|
* Hopefully fix includes on mingwPerttu Ahola2012-06-171-2/+2
|
* Initially split utility.h to multiple files in util/Perttu Ahola2012-06-171-0/+202