Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | * refactored liquid transformation code (has some flaws) | Felix Krause | 2011-07-18 |
| | | | | | | Completely rewrote the liquid transformation. The algorithm now exclusively modifies the current node in one iteration. Another change is that MapNode.param2 now stores a bit that tells other nodes if a flowing liquid node flows downwards. This is accomplished by two masks on param2 for the "flow down" bit and the "liquid level" bits. This will be the base of future improvements to the liquid flow. However, in the current state flowing liquid does not always disappear when cut off its source. Be aware that this branch is work in progress. | ||
* | Merge branch 'upstream/master' | Nils Dagsson Moskopp | 2011-07-14 |
|\ | | | | | | | | | | | Conflicts: data/oerkki1.png src/client.cpp | ||
| * | initial steps in doing content type extension | Perttu Ahola | 2011-07-02 |
| | | |||
| * | fixed bug in inventory textures caused from better handling of unknown blocks | Perttu Ahola | 2011-06-27 |
| | | |||
* | | * possibly improved water flow, by flyx86 | Nils Dagsson Moskopp | 2011-07-14 |
|/ | | | | | | - When flowing liquid starts to flow down, it stops contributing to its neighboring nodes' liquid level (possibly transforming it back to air) - Flowing liquid turns into a source if there are at least 2 adjacent liquid source nodes - If a new liquid flow reaches existing flowing liquid, the existing liquid is now updated properly. | ||
* | Moved stuff from mapblock{h,cpp} to mapblock_mesh.{h,cpp} and ↵ | Perttu Ahola | 2011-06-17 |
| | | | | content_mapblock.{h,cpp} | ||
* | Moved some mapnode content stuff from mapnode.{h,cpp} and digging property ↵ | Perttu Ahola | 2011-06-17 |
| | | | | stuff from material.cpp to content_mapnode.{h,cpp} | ||
* | Merged CiaranG's fence and fixed two things | Perttu Ahola | 2011-05-24 |
|\ | |||
| * | Added fences (but still needs an icon or something to display in inventory) | Ciaran Gultnieks | 2011-05-24 |
| | | |||
* | | Some work-in-progress stuff and many comment updates | Perttu Ahola | 2011-05-22 |
|/ | |||
* | Preliminary "active block" stuff + set up test code to grow grass. | Perttu Ahola | 2011-05-22 |
| | |||
* | Added glass, with rendering and furnace support. | Ciaran Gultnieks | 2011-05-09 |
| | |||
* | Hopefully fixed the bug of huge mineral deposits rarely in seafloor sand | Perttu Ahola | 2011-05-03 |
| | |||
* | Removed IrrlichtWrapper | Perttu Ahola | 2011-04-22 |
| | |||
* | Furnace is now usable. Added more tools. | Perttu Ahola | 2011-04-05 |
| | | | | | | --HG-- rename : data/tool_stpick.png => data/tool_stonepick.png rename : data/tool_wpick.png => data/tool_woodpick.png | ||
* | initial workings of the furnace | Perttu Ahola | 2011-04-05 |
| | |||
* | changed node metadata format to better accomodate future needs and problems | Perttu Ahola | 2011-04-05 |
| | |||
* | initial chest metadata | Perttu Ahola | 2011-04-04 |
| | |||
* | Node metadata framework | Perttu Ahola | 2011-04-04 |
| | |||
* | commit before some more radical changes | Perttu Ahola | 2011-04-03 |
| | |||
* | some tidying | Perttu Ahola | 2011-02-21 |
| | |||
* | Temporary commit; lots of test code and stuff | Perttu Ahola | 2011-02-21 |
| | |||
* | New way of determining the outcome of digging | Perttu Ahola | 2011-02-14 |
| | |||
* | new texture stuff quite working | Perttu Ahola | 2011-02-11 |
| | |||
* | work-in-progress texture atlas optimization | Perttu Ahola | 2011-02-10 |
| | |||
* | bug-fixin' | Perttu Ahola | 2011-02-08 |
| | |||
* | added sand to map generator | Perttu Ahola | 2011-02-04 |
| | |||
* | a little backwards compatibility with coal | Perttu Ahola | 2011-02-03 |
| | |||
* | partly working chunk-based map generator (doesn't save properly, spawn is ↵ | Perttu Ahola | 2011-02-01 |
| | | | | pretty random) | ||
* | server builds now! | Perttu Ahola | 2011-01-28 |
| | |||
* | Now texture handling is fast. Also now players are saved on disk. | Perttu Ahola | 2011-01-28 |
| | |||
* | Reworked texture, material, mineral and whatever handling | Perttu Ahola | 2011-01-26 |
| | |||
* | removed alternative name "pressure" from param2 | Perttu Ahola | 2011-01-25 |
| | |||
* | small fixes here and there | Perttu Ahola | 2011-01-24 |
| | |||
* | minecraft-style water done (but no texture animation or sound) | Perttu Ahola | 2011-01-17 |
| | |||
* | old water removed, some fixes here and there | Perttu Ahola | 2011-01-17 |
| | |||
* | Added a more flexible path system (and fixed some minor stuff) | Perttu Ahola | 2011-01-07 |
| | |||
* | slight map generation bugs | Perttu Ahola | 2010-12-25 |
| | |||
* | minecraft-like crafting | Perttu Ahola | 2010-12-25 |
| | |||
* | server starting on port 0 on invalid settings | Perttu Ahola | 2010-12-22 |
| | |||
* | crafting system! | Perttu Ahola | 2010-12-22 |
| | |||
* | organizing stuff. | Perttu Ahola | 2010-12-21 |
| | |||
* | before daynight mesh cache | Perttu Ahola | 2010-12-18 |
| | |||
* | before adding day/night lighting | Perttu Ahola | 2010-12-18 |
| | | | | | --HG-- rename : data/light.png => data/cloud.png | ||
* | better graphics, zlib to work on vc++ | Perttu Ahola | 2010-12-14 |
| | |||
* | in before messing with face drawing orientation | Perttu Ahola | 2010-12-14 |
| | |||
* | commit before content-tile separation | Perttu Ahola | 2010-12-13 |
| | |||
* | working nicely | Perttu Ahola | 2010-12-13 |
| | |||
* | starting to separate "material" to "content" and "tile" | Perttu Ahola | 2010-12-12 |
| | |||
* | commit before some radicallish changes to water behavior | Perttu Ahola | 2010-12-11 |
| |