Age | Commit message (Expand) | Author |
2011-07-30 | Merge remote-tracking branch 'origin/upstream' | Nils Dagsson Moskopp |
2011-07-24 | Added a mapblock analyzing function for debugging use and fixed remaining map... | Perttu Ahola |
2011-07-24 | merged fix to decapitated trees; other bugs now exists | Perttu Ahola |
2011-07-23 | extended content-type range | Perttu Ahola |
2011-07-21 | Attempt to fix the big bug. Now server either stops sending map or mapgen sta... | Perttu Ahola |
2011-07-02 | initial steps in doing content type extension | Perttu Ahola |
2011-06-26 | fixed block unloading from memory (a better fix coming next) | Perttu Ahola |
2011-06-26 | more reorganizing of map code | Perttu Ahola |
2011-06-25 | New map generator added (and SQLite, messed up the commits at that time...) (... | Perttu Ahola |
2011-06-18 | Changed MapBlockObjects to be never written anymore. Incremented version number. | Perttu Ahola |
2011-06-17 | Moved stuff from mapblock{h,cpp} to mapblock_mesh.{h,cpp} and content_mapbloc... | Perttu Ahola |
2011-06-17 | Moved some mapnode content stuff from mapnode.{h,cpp} and digging property st... | Perttu Ahola |
2011-06-05 | Messed around with genmap.py. Now supports format version 17. | Perttu Ahola |
2011-06-02 | Merged CiaranG's fence graphic updates (ugh, well, it worked, i guess, kind o... | Perttu Ahola |
2011-05-31 | Slightly better texture coordinates for fences | Ciaran Gultnieks |
2011-05-31 | Reduced the CPU usage of the sent block selector algorithm | Perttu Ahola |
2011-05-30 | Ability to set texture coordinates on a generated cuboid (for fences) | Ciaran Gultnieks |
2011-05-24 | Added fences (but still needs an icon or something to display in inventory) | Ciaran Gultnieks |
2011-05-22 | Preliminary "active block" stuff + set up test code to grow grass. | Perttu Ahola |
2011-05-09 | Added glass, with rendering and furnace support. | Ciaran Gultnieks |
2011-05-03 | Fixed a temporary solution of server shutting down to an assert(0) when a too... | Perttu Ahola |
2011-04-24 | Tuned polygon generation to sort the triangles for nicer gradients | Perttu Ahola |
2011-04-24 | ...Now the tesselation should actually work | Perttu Ahola |
2011-04-24 | Optimized smooth lighting calculation code | Perttu Ahola |
2011-04-24 | cleaned the smooth lighting code a bit | Perttu Ahola |
2011-04-24 | disable tiling of textures only if smooth lighting is used | Perttu Ahola |
2011-04-24 | Added a setting for disabling smooth lighting. Updated changelog. | Perttu Ahola |
2011-04-24 | Added a simple software "ambient occlusion" effect, like minecraft's "smooth ... | Perttu Ahola |
2011-04-23 | fixed flowing water lighting when it is below a solid block | Perttu Ahola |
2011-04-22 | Removed IrrlichtWrapper | Perttu Ahola |
2011-04-21 | Some work-in-progress in hp and mobs and a frightening amount of random fixes. | Perttu Ahola |
2011-04-11 | support for format 0 and 1 maps | Perttu Ahola |
2011-04-10 | implemented rats in new system to verify that it works | Perttu Ahola |
2011-04-05 | changed node metadata format to better accomodate future needs and problems | Perttu Ahola |
2011-04-04 | now the server builds | Perttu Ahola |
2011-04-04 | fully implemented the sign with the new framework | Perttu Ahola |
2011-04-04 | Made a proper queued thread to client for handling some block mesh updates. A... | Perttu Ahola |
2011-04-03 | Modified block mesh generation to have clearer input and output. Instead of b... | Perttu Ahola |
2011-04-03 | commit before some more radical changes | Perttu Ahola |
2011-04-03 | Revert mapgen to best working version (2) | Perttu Ahola |
2011-04-02 | Mapgen is better now. Not a lot, but a bit! | Perttu Ahola |
2011-02-28 | A third try on terrain generation. No trees yet. | Perttu Ahola |
2011-02-21 | Temporary commit; lots of test code and stuff | Perttu Ahola |
2011-02-18 | random code cleaning, shouldn't affect anything | Perttu Ahola |
2011-02-15 | Ctrl+C handling on POSIX, some commands for server and other tweaking | Perttu Ahola |
2011-02-14 | removed useless SMaterial parameter from mapblock | Perttu Ahola |
2011-02-13 | changed sky color and made new style leaves a bit more bright | Perttu Ahola |
2011-02-11 | now it works nicely | Perttu Ahola |
2011-02-11 | fully working i guess | Perttu Ahola |
2011-02-11 | new texture stuff quite working | Perttu Ahola |