aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement search tab and version pickersapier2013-12-114-10/+36
* Check if width, height or start index of a list[] is negativePilzAdam2013-12-091-0/+6
* Optimize shaders code. Add settings at compile time.RealBadAngel2013-12-093-49/+49
* Mapgen Indev: Fix segfault in cave generation due to uninitialized variablekwolekr2013-12-081-0/+2
* Fix shaders on some GPUsNovatux2013-12-081-0/+9
* Fix leak and possible segfault in minetest.set_mapgen_paramskwolekr2013-12-081-40/+42
* EmergeManager: Fix Lua mapgen override param handlingkwolekr2013-12-084-148/+186
* Dungeongen: Create dungeon gen tuneables; add desert temples for Mapgen V6kwolekr2013-12-075-110/+158
* Move script_run_callbacks to LuaShadowNinja2013-12-071-84/+18
* Fix paralax occlusion settingShadowNinja2013-12-061-1/+1
* Fix win32 jthread implementationsapier2013-12-062-5/+12
* Improve (re)spawn, add cache_block_before_spawn and max_spawn_height settingssweetbomber2013-12-054-40/+51
* Use a table in set_physics_override()PilzAdam2013-12-031-18/+20
* Add sneak and sneak_glitch to set_physics_override()PilzAdam2013-12-0310-12/+51
* Fix LevelDB mapsSfan52013-12-031-1/+1
* Shaders rework.RealBadAngel2013-12-038-43/+131
* Dont move item back when not clicking on a slotPilzAdam2013-12-031-6/+1
* Rename names -> can_see_far_names in announceproller2013-12-031-1/+1
* Fix broken async locking in release buildsapier2013-12-037-42/+102
* Remove link to #, add unlimited_player_transfer_distance to announceproller2013-12-031-0/+1
* Fix MinGW buildSfan52013-12-011-1/+1
* Cleanup jthread and fix win32 buildsapier2013-12-0129-194/+185
* Cavegen: Fix possible out-of-bounds heightmap accesskwolekr2013-12-011-1/+2
* Decoration: Add schematic Y-slice probability supportkwolekr2013-12-013-45/+103
* Fix log threadname lookup handling not beeing threadsafesapier2013-11-303-21/+19
* Add error handler to async stepShadowNinja2013-11-301-41/+11
* Optimize table creationShadowNinja2013-11-305-112/+50
* Add minetest.swap_nodeNovatux2013-11-3011-19/+77
* Fix MSVC build.Ilya Zhuravlev2013-11-302-1/+11
* LuaVoxelManip: Add area parameters back to calc_lighting and set_lighting, ma...kwolekr2013-11-301-7/+16
* LuaVoxelManip: Add get_light_data() and set_light_data()kwolekr2013-11-302-0/+47
* Fixed potential NULL pointer and leak when setting node metadataMetaDucky2013-11-295-19/+56
* Cavegen: Respect is_ground_content MapNode setting; fix some code formatting ...kwolekr2013-11-293-25/+29
* Fix broken thread stop handlingsapier2013-11-305-6/+35
* Fix old gcc buildsapier2013-11-291-1/+1
* Fix modstore/favourites hang by adding asynchronous lua job supportsapier2013-11-2921-116/+1571
* Split server/client port setting to avoid port number clashes in mainmenusapier2013-11-282-4/+2
* Don't use variable length arraysShadowNinja2013-11-281-1/+1
* Rollback fixes and get_node_actionsShadowNinja2013-11-275-545/+579
* SQLite rollbackMario Barrera2013-11-271-174/+960
* Fix line_of_sight (AGAIN)sapier2013-11-251-4/+6
* Don't continue trying to deserialize blank block datakwolekr2013-11-242-0/+2
* Fix invalid escape sequence in database migration codeKahrl2013-11-231-1/+1
* Fix crash when pressing Enter key in formspec menuKahrl2013-11-231-7/+8
* Fix possible implicit conversion of NULL to std::stringkwolekr2013-11-211-1/+3
* LuaVoxelManip: Update parameter index of set_lighting()kwolekr2013-11-211-2/+2
* Mapgen V6: Respect water_level settingkwolekr2013-11-211-2/+2
* fix gettext compile issues under win32MetaDucky2013-11-181-1/+1
* Fix issue #1009 (minetest.get_connected_players() returns non-existing players)kwolekr2013-11-172-0/+14
* Increase liquid_loop_max to 10000 againPilzAdam2013-11-171-1/+1