aboutsummaryrefslogtreecommitdiff
path: root/src/utility.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix calculating if block is in viewing range; fix fog and default minimum ↵Perttu Ahola2012-02-061-1/+1
| | | | accordingly
* The huge item definition and item namespace unification patch (itemdef), see ↵Kahrl2012-01-121-0/+95
| | | | http://c55.me/minetest/wiki/doku.php?id=changes:itemdef
* inventorycube: use all three specified textures; also moved mesh creation / ↵Kahrl2011-12-031-21/+0
| | | | modification functions to mesh.cpp; in lua, inventorycube is now called minetest.inventorycube
* CraftItem rework and Lua interfaceKahrl2011-11-291-0/+100
|
* occlusion culling fix, a little reshaping of map rendering for more useful ↵Perttu Ahola2011-11-021-14/+14
| | | | profiler output and dynamic profiler text size
* Tune map rendering and related diagnosticsPerttu Ahola2011-10-181-1/+1
|
* Use the logger; also, default to not showing much crap in console. Use ↵Perttu Ahola2011-10-161-1/+17
| | | | --info-on-stderr to enable crap.
* Header file tweaking; mainly for speedPerttu Ahola2011-10-121-0/+2
|
* Simplistic wielded tool lighting, added setMeshVerticesColor to utility.h ↵Kahrl2011-09-211-0/+19
| | | | and refactored some other code into calls of that
* Collected and moved existing camera infrastructure from game.cpp to ↵Kahrl2011-09-081-4/+3
| | | | 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.
* Fixed the password crash on WindowsPerttu Ahola2011-06-021-4/+4
|
* Added the ability to change your password (via pause menu)Ciaran Gultnieks2011-05-221-0/+23
| | | | | --HG-- extra : rebase_source : e8ec407f60711d42d33be4811b2880088f617b5b
* Fixed viewing range stuff a bit (now it works better with very low ranges)Perttu Ahola2011-05-061-0/+4
|
* Removed IrrlichtWrapperPerttu Ahola2011-04-221-1/+0
|
* commit before some radical changesPerttu Ahola2011-04-021-0/+11
|
* mapgen stuffPerttu Ahola2011-02-051-230/+0
|
* all kinds of tweaking and fixingPerttu Ahola2011-02-041-1/+5
|
* backing up some stuffPerttu Ahola2011-01-261-0/+7
|
* Reworked texture, material, mineral and whatever handlingPerttu Ahola2011-01-261-0/+35
|
* Tweaking aroundPerttu Ahola2011-01-251-1/+5
|
* configuration updates; making to build on msvcPerttu Ahola2011-01-171-34/+34
|
* old water removed, some fixes here and therePerttu Ahola2011-01-171-1/+0
|
* fine-tuning of map generator and server and stuff.Perttu Ahola2011-01-171-0/+55
|
* Initial commit of mapgen v.2. Lacks configuration and saving to disk.Perttu Ahola2011-01-161-0/+226
|
* drawing range updater update and myrand() (but not usage of it)Perttu Ahola2010-12-261-0/+14
|
* organizing stuff.Perttu Ahola2010-12-211-16/+4
|
* framework for modifying texturesPerttu Ahola2010-12-201-0/+43
|
* license stuffPerttu Ahola2010-11-291-0/+19
| | | | | --HG-- rename : src/licensecomment.txt => licensecomment.txt
* Initial filesPerttu Ahola2010-11-271-0/+41