aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2013-03-24Add more error checking to l_register_orekwolekr
2013-03-24Add Ore infrastructure and l_register_ore()kwolekr
2013-03-24Mapgen indev: float islands, larger far biomesproller
2013-03-23Allow spawning particles from the server, from luaJeija
Spawn single particles or make use of ParticleSpawner for many randomly spawned particles. Accessible in Lua using minetest.spawn_particle and minetest.add_particlespawner. Increase Protocol Version to 17. Conflicts: src/clientserver.h
2013-03-23Move rightclickable to the proper placePilzAdam
2013-03-23Include backface_culling flag in serialization format for TileDefsJürgen Doser
This way flowing liquids actually show the backface when specified to do so. Without this, TileDefs where by default initialized with backface_culling = true and never set otherwise. For backwards compatibility, an old client connected to a new server, or a new client connected to an old server will behave like before i.e., backface_culling is always true.
2013-03-24Set of changes to build mineTest using Visual Studio 11.0. These affectMukul Sati
the following: 1. String concatenation in guiMainMenu.cpp - it is required for all individual strings to be of the same type <unicode/non-unicode>; adding explicit L qualifier before the other strings. 2. Correcting type of BlockMakeData to struct in place of class forward declarations. This information is used for name decoration by Visual Studio, leading to linker errors in case of mismatches. 3. Windows headers define max as a macro somewhere, leading to a compile time error in profiler.h; using () around function to prevent macro match from occurring.
2013-03-236d facedirRealBadAngel
2013-03-23Random guest name and finite liquid checkboxproller
2013-03-22Add singlenode mapgen; generates solely the node 'mapgen_singlenode', ↵Perttu Ahola
defaults to air
2013-03-21Support game-specific minetest.confPerttu Ahola
2013-03-21Common mods supportPerttu Ahola
Implement "common mods", includeable from {$user,$share}/games/common/$modname by using the game.conf setting common_mods = $modname,$modname2,...
2013-03-18Fix Map::initBlockMake to actually use chunksize settingkwolekr
2013-03-17Add jungle grass to jungleskwolekr
2013-03-17Don't erase modified_blocksIlya Zhuravlev
2013-03-17Add FPS limit to menu cloudsShadowNinja
2013-03-17lua methods set_look_pitch and set_look_yawRealBadAngel
2013-03-17Fix new_style_waterPilzAdam
2013-03-16build with ogles2 driverproller
2013-03-16Some minor cleanups from the last commitkwolekr
2013-03-16initial mapgen indev version with farscale feature and huge cavesproller
2013-03-16Make saplings only grow on dirt or grass, make jungle tree trunks only ↵kwolekr
replace air
2013-03-16Re-add jungles, apple treeskwolekr
2013-03-15Optimize Mapgen::updateLighting(), add setLighting()kwolekr
2013-03-14Liquid fine tuningproller
2013-03-14Remove 'tape and glue', update Credits tabkwolekr
2013-03-13Add cloud menu background by Krisi, configurable with the menu_clouds option.ShadowNinja
Also add a menuheader, menusplash, menufooter_clouds, and allow HD menu footers. And finally don't git-ignore textures/base/.
2013-03-13fix typo invalid for loop endsapier
2013-03-11Clean up Mapgenkwolekr
2013-03-11Move l_get_all_craft_recipes to scriptapi_craftsapier
2013-03-11Migrate to STL containers/algorithms.Ilya Zhuravlev
2013-03-10Re-add dungeons in new dungeongen.cppkwolekr
2013-03-06Fix Irrlicht includes in scriptapi_*kwolekr
2013-03-05fix link if system json lib existsproller
2013-03-05Added method to get all registered recipes for item(node)RealBadAngel
2013-03-05Allow any character in formspec strings with escape charkwolekr
2013-03-05split scriptapi.cppsapier
Remerge some files in order to reduce number of additional files Make necessary changes for split, rename files, reorganize some bits
2013-03-03Add one more curl_easy_setopt(curl, CURLOPT_NOSIGNAL, 1);Ilya Zhuravlev
2013-03-01Fix "longjmp causes uninitialized stack frame" (serverlist.cpp)Ilya Zhuravlev
2013-02-27Change default settings for log level, texture atlas, document new settingskwolekr
2013-02-27Fix nodeplacement predictionPilzAdam
2013-02-26Fix most warnings, re-fix MSVC compile errorkwolekr
2013-02-25Merge pull request #482 from proller/liquidkwolekr
finite liquid
2013-02-25Remove dead code, relocate some codekwolekr
2013-02-25Fix selection of # threads, set default to 1 threadkwolekr
2013-02-25Fix build on Windowskwolekr
2013-02-25Fix most walled-off caveskwolekr
2013-02-25Tune queue limits, some other adjustmentskwolekr
2013-02-25Misc. cleanup and minor fixeskwolekr
2013-02-25Add multi-Emerge thread supportkwolekr