New map directory structure that avoids map size being limited by filesystem
[oweals/minetest.git] / src / map.cpp
2011-05-18 Ciaran GultnieksNew map directory structure that avoids map size being...
2011-05-16 Ciaran GultnieksGet rid of all the string format warnings caused by...
2011-05-03 Perttu AholaHopefully fixed the bug of huge mineral deposits rarely...
2011-04-29 Perttu Aholarandom comment updates
2011-04-26 Perttu AholaChanged a bit of the code that is and should still...
2011-04-26 Perttu Aholaforgot to change one thing back
2011-04-26 Perttu Aholatested out and commented out some new stuff for the...
2011-04-25 Perttu AholaA small fix to unnecessary saving of map metadata
2011-04-25 Perttu AholaOptimized map saving and sending (server-side)
2011-04-24 Perttu Aholaupdated menu a bit, and some other small fixes
2011-04-21 Perttu AholaSome work-in-progress in hp and mobs and a frightening...
2011-04-11 Perttu Aholaupdated example map generator python script
2011-04-11 Perttu Aholafixed warnings reported by cppcheck
2011-04-10 Perttu Aholahopefully fixed a bit more
2011-04-10 Perttu Aholaimproved old map support
2011-04-10 Perttu Aholaadded ignoring of map_meta.txt to better support old...
2011-04-10 Perttu Aholabetter support for old maps
2011-04-10 Perttu Aholamissing include for server build
2011-04-10 Perttu AholaMap generation is now properly threaded and doesn't...
2011-04-10 Perttu Aholaa commit before starting to reorganize the map loading...
2011-04-10 Perttu Aholanew-style rats are now generated in the map
2011-04-10 Perttu Aholanew object system
2011-04-05 Perttu AholaFurnace is now usable. Added more tools.
2011-04-04 Perttu Aholainitial workings of the furnace
2011-04-04 Perttu Aholachanged node metadata format to better accomodate futur...
2011-04-04 Perttu AholaNode metadata framework
2011-04-03 Perttu AholaMade a proper queued thread to client for handling...
2011-04-03 Perttu AholaModified block mesh generation to have clearer input...
2011-04-03 Perttu Aholacommit before some more radical changes
2011-04-03 Perttu Aholacopied draft of updateNodeMeshes from backup
2011-04-03 Perttu AholaRevert mapgen to best working version (2)
2011-04-02 Perttu AholaMapgen is better now. Not a lot, but a bit!
2011-04-02 Perttu Aholacommit before some radical changes
2011-03-02 Perttu Aholamapgen work-in-progress
2011-02-28 Perttu Aholamapgen tweaking
2011-02-28 Perttu Aholatweaked mapgen
2011-02-28 Perttu Aholatweaked mapgen
2011-02-28 Perttu Aholaadded trees (very glitchy) and changed grass texture
2011-02-28 Perttu AholaA third try on terrain generation. No trees yet.
2011-02-23 Perttu Aholamainly work on object scripting api
2011-02-20 Perttu AholaTemporary commit; lots of test code and stuff
2011-02-16 Perttu Aholafixed invalid block loading (the action is to generate...
2011-02-16 Perttu Aholasmall fixes: crack texture, server build on windows...
2011-02-15 Perttu Aholamud gets now grass onto it when placed into sunlight...
2011-02-14 Perttu Aholaserver now won't crash when it is tries to generate...
2011-02-14 Perttu AholaSome fiddling around with fog... not much changed
2011-02-14 Perttu Aholafixed bug in sneaking
2011-02-14 Perttu Aholaadded sneaking/crouching and changelog
2011-02-13 Perttu Aholamapgen parameter tweaking
2011-02-11 Perttu Aholanow it works nicely
2011-02-11 Perttu Aholafully working i guess
2011-02-10 Perttu Aholawork-in-progress texture atlas optimization
2011-02-08 Perttu Aholamade it to work with my windows compiler
2011-02-07 Perttu Aholabug-fixin'
2011-02-06 Perttu Aholamapgen tweaking
2011-02-05 Perttu Aholamapgen stuff
2011-02-04 Perttu Aholaadded sand to map generator
2011-02-03 Perttu Aholanicer looking water
2011-02-03 Perttu Aholaall kinds of tweaking and fixing
2011-02-03 Perttu Aholasome generation-time mud flow tweaking
2011-02-02 Perttu Aholasome tweaking
2011-02-02 Perttu Aholamore tweaking
2011-02-01 Perttu AholaMap generator tweaking. Still doesn't resume from save...
2011-02-01 Perttu Aholaend-of-day.
2011-02-01 Perttu Aholatweaking mapgenv2 settings for maximum awesomeness.
2011-02-01 Perttu AholaThis map generator is starting to look pretty good...
2011-02-01 Perttu Aholapartly working chunk-based map generator (doesn't save...
2011-01-29 Perttu Aholamap generation framework under development... not quite...
2011-01-25 Perttu AholaReworked texture, material, mineral and whatever handling
2011-01-25 Perttu Aholaremoved alternative name "pressure" from param2
2011-01-24 Perttu AholaFaster lighting at map generation time
2011-01-24 Perttu AholaMainly some texture tweaking
2011-01-23 Perttu Aholasmall fixes here and there
2011-01-23 Perttu AholaOMG! Main Menu!
2011-01-17 Perttu Ahola.
2011-01-17 Perttu Aholaminecraft-style water done (but no texture animation...
2011-01-17 Perttu Aholaold water removed, some fixes here and there
2011-01-17 Perttu Aholafine-tuning of map generator and server and stuff.
2011-01-16 Perttu AholaInitial commit of mapgen v.2. Lacks configuration and...
2011-01-15 Perttu Aholagenerate-time lighting optimization
2011-01-14 Perttu Aholatweaking around, including mapgen, player speed in...
2011-01-08 Perttu AholaLots of small stuff
2011-01-08 Perttu AholaMade dungeons a bit rarer
2010-12-29 Perttu Aholatuned expired mesh updating while drawing a bit
2010-12-29 Perttu AholaA bit longer day and a bit shorter night. Client-side.
2010-12-26 Perttu Aholabetter grass generation (integration to sunlight propag...
2010-12-26 Perttu Aholaworking good
2010-12-26 Perttu Aholadrawing range updater update and myrand() (but not...
2010-12-26 Perttu Aholanew viewing range updater algorithm
2010-12-25 Perttu Aholasome... stuff. dunno. 8-)
2010-12-25 Perttu Aholabetter caves
2010-12-24 Perttu AholaProgressBarTextureMod
2010-12-22 Perttu Aholaserver starting on port 0 on invalid settings
2010-12-22 Perttu Aholacrafting system!
2010-12-22 Perttu Aholasome work-in-progress
2010-12-21 Perttu Aholaorganizing stuff.
2010-12-21 Perttu AholaCracking blocks while digging
2010-12-20 Perttu Aholaframework for modifying textures
2010-12-20 Perttu Aholasome tinkering with gui. removed updating of configurat...
2010-12-19 Perttu Aholaadded dedicated server build without irrlicht
next