aboutsummaryrefslogtreecommitdiff
path: root/src/utility.cpp
AgeCommit message (Collapse)Author
2012-06-17Properly and efficiently use split utility headersPerttu Ahola
2012-06-17Initially split utility.h to multiple files in util/Perttu Ahola
2012-06-05Switch the license to be LGPLv2/later, with small parts still remaining as ↵Perttu Ahola
GPLv2/later, by agreement of major contributors
2012-02-06Fix calculating if block is in viewing range; fix fog and default minimum ↵Perttu Ahola
accordingly
2012-01-12The huge item definition and item namespace unification patch (itemdef), see ↵Kahrl
http://c55.me/minetest/wiki/doku.php?id=changes:itemdef
2011-12-03inventorycube: use all three specified textures; also moved mesh creation / ↵Kahrl
modification functions to mesh.cpp; in lua, inventorycube is now called minetest.inventorycube
2011-11-29CraftItem rework and Lua interfaceKahrl
2011-11-02occlusion culling fix, a little reshaping of map rendering for more useful ↵Perttu Ahola
profiler output and dynamic profiler text size
2011-10-18Tune map rendering and related diagnosticsPerttu Ahola
2011-10-16Use the logger; also, default to not showing much crap in console. Use ↵Perttu Ahola
--info-on-stderr to enable crap.
2011-10-12Header file tweaking; mainly for speedPerttu Ahola
2011-09-21Simplistic wielded tool lighting, added setMeshVerticesColor to utility.h ↵Kahrl
and refactored some other code into calls of that
2011-09-08Collected and moved existing camera infrastructure from game.cpp to ↵Kahrl
camera.cpp and camera.h. Introduced configuration settings 'fov' which chooses the camera's (vertical) field of view and 'view_bobbing' which currently does nothing. Other code refactored to not expect the FOV to be a build time constant.
2011-06-02Fixed the password crash on WindowsPerttu Ahola
2011-05-22Added the ability to change your password (via pause menu)Ciaran Gultnieks
--HG-- extra : rebase_source : e8ec407f60711d42d33be4811b2880088f617b5b
2011-05-06Fixed viewing range stuff a bit (now it works better with very low ranges)Perttu Ahola
2011-04-22Removed IrrlichtWrapperPerttu Ahola
2011-04-02commit before some radical changesPerttu Ahola
2011-02-05mapgen stuffPerttu Ahola
2011-02-04all kinds of tweaking and fixingPerttu Ahola
2011-01-26backing up some stuffPerttu Ahola
2011-01-26Reworked texture, material, mineral and whatever handlingPerttu Ahola
2011-01-25Tweaking aroundPerttu Ahola
2011-01-17configuration updates; making to build on msvcPerttu Ahola
2011-01-17old water removed, some fixes here and therePerttu Ahola
2011-01-17fine-tuning of map generator and server and stuff.Perttu Ahola
2011-01-16Initial commit of mapgen v.2. Lacks configuration and saving to disk.Perttu Ahola
2010-12-26drawing range updater update and myrand() (but not usage of it)Perttu Ahola
2010-12-21organizing stuff.Perttu Ahola
2010-12-20framework for modifying texturesPerttu Ahola
2010-11-29license stuffPerttu Ahola
--HG-- rename : src/licensecomment.txt => licensecomment.txt
2010-11-27Initial filesPerttu Ahola