summaryrefslogtreecommitdiff
path: root/src/tile.cpp
Commit message (Collapse)AuthorAge
* Don't leak textures all over the placeKahrl2012-11-02
|
* Use proper alpha blit in some more texture modifiersPerttu Ahola2012-08-31
|
* Properly initialize baseimg for texture modifier ↵Perttu Ahola2012-08-31
| | | | [combine:WxH:X,Y=filename:X,Y=filename2
* Fix random glitches in transparent animationsPerttu Ahola2012-06-18
|
* Properly and efficiently use split utility headersPerttu Ahola2012-06-17
|
* Initially split utility.h to multiple files in util/Perttu Ahola2012-06-17
|
* Allow node cracking animations of any lengthPerttu Ahola2012-06-16
|
* Node texture animationPerttu Ahola2012-06-16
|
* Switch the license to be LGPLv2/later, with small parts still remaining as ↵Perttu Ahola2012-06-05
| | | | GPLv2/later, by agreement of major contributors
* Add texture modification [lowpart:percent:filenamePerttu Ahola2012-06-03
|
* Improve texture atlas generationPerttu Ahola2012-04-07
|
* Support custom textures installed as /textures/all/*.pngPerttu Ahola2012-04-07
|
* [transformN image modifierKahrl2012-03-29
|
* Almost support loading sounds from serverPerttu Ahola2012-03-25
|
* Move client textures to the correct placePerttu Ahola2012-03-19
|
* MapBlockMesh, mesh animation system, urgent mesh updates, athmospheric ↵Kahrl2012-03-15
| | | | light, removed footprints
* Initial directory structure reworkPerttu Ahola2012-03-10
|
* tile: remove redundant warning about failing render-to-targetJonathan Neuschäfer2012-02-24
|
* tile: don't duplicate std::string::find_last_ofJonathan Neuschäfer2012-02-24
|
* Node placement / mineral / serialization / iron freq / node_dig callbackKahrl2012-01-22
| | | | | | | | - Node placement code moved to Lua - Mineral system removed (added default:stone_with_coal and default:stone_with_iron). - MapBlock and MapNode serialization updated. - Mapgen: Frequency of iron increased. - node_dig callback and related changes.
* The huge item definition and item namespace unification patch (itemdef), see ↵Kahrl2012-01-12
| | | | http://c55.me/minetest/wiki/doku.php?id=changes:itemdef
* inventorycube: use all three specified textures; also moved mesh creation / ↵Kahrl2011-12-03
| | | | modification functions to mesh.cpp; in lua, inventorycube is now called minetest.inventorycube
* Fix getTextureRaw to always return an image that is not in the texture atlas ↵Perttu Ahola2011-12-01
| | | | and fix plain "^[forcesingle" handling
* Fix texture atlas not being created correctlyPerttu Ahola2011-12-01
|
* Some MSVC fixesPerttu Ahola2011-11-29
|
* Rename menu background to menubg.png, move unknown_block.png and ↵Perttu Ahola2011-11-29
| | | | unknown_object.png to client, make generating a placeholder image for the filename "" not cause an error
* Improve luaentity sprite functionality (and add some random stuff)Perttu Ahola2011-11-29
|
* If available, use local textures instead of those sent by serverPerttu Ahola2011-11-29
|
* Add texture modifier [brighten and modify [toalpha to modify existing ↵Perttu Ahola2011-11-29
| | | | texture, not read a new base
* Cut down TextureSource verbosityPerttu Ahola2011-11-29
|
* Completely generalized mesh generation; ContentFeatures serializationPerttu Ahola2011-11-29
|
* Properly update textures in node definitionsPerttu Ahola2011-11-29
|
* Sending of textures WIPPerttu Ahola2011-11-29
|
* Modify mod and texture directory hierarchiesPerttu Ahola2011-11-29
|
* GameDef compilesPerttu Ahola2011-11-29
|
* Move ContentFeatures to mapnode_contentfeatures.{h,cpp} and clean stuffPerttu Ahola2011-11-29
|
* Move images to data/textures and fix some path stuff; hope that installation ↵Perttu Ahola2011-11-29
| | | | still works
* Automate texture listing for texture atlas makingPerttu Ahola2011-10-18
|
* Fix to-transparend conversion of backgrounds of sprite image files that ↵Perttu Ahola2011-10-16
| | | | don't have an alpha channel
* Fix map delete on windows (concatenate paths correctly with / or \ depending ↵Perttu Ahola2011-10-16
| | | | on OS)
* Use the logger; also, default to not showing much crap in console. Use ↵Perttu Ahola2011-10-16
| | | | --info-on-stderr to enable crap.
* mobv2Perttu Ahola2011-10-15
|
* Header file tweaking; mainly for speedPerttu Ahola2011-10-12
|
* Note about texture atlasPerttu Ahola2011-09-07
|
* Fix some texture stuff: remove item_fence.png, use fence.png, remove ↵Perttu Ahola2011-09-06
| | | | inexisting cactus.png from texture atlas (replace with nothing because cactus is rare)
* Removed assert if creating texture atlas image fails; cancel creating image ↵Perttu Ahola2011-08-12
| | | | instead.
* Updated the texture atlas a bitPerttu Ahola2011-07-24
|
* removed unnecessary verbosity from debug output of tile.cppPerttu Ahola2011-07-24
|
* New map generator added (and SQLite, messed up the commits at that time...) ↵Perttu Ahola2011-06-25
| | | | (import from temporary git repo)
* All textures are are now searched first from the directory specified by the ↵Perttu Ahola2011-05-21
| | | | texture_path setting.