aboutsummaryrefslogtreecommitdiff
path: root/src/subgame.h (unfollow)
Commit message (Expand)AuthorFilesLines
2013-12-09Check if width, height or start index of a list[] is negativePilzAdam1-0/+6
2013-12-09Optimize shaders code. Add settings at compile time.RealBadAngel13-193/+179
2013-12-08Mapgen Indev: Fix segfault in cave generation due to uninitialized variablekwolekr1-0/+2
2013-12-08Fix shaders on some GPUsNovatux6-15/+46
2013-12-08Fix leak and possible segfault in minetest.set_mapgen_paramskwolekr1-40/+42
2013-12-08EmergeManager: Fix Lua mapgen override param handlingkwolekr4-148/+186
2013-12-07Dungeongen: Create dungeon gen tuneables; add desert temples for Mapgen V6kwolekr5-110/+158
2013-12-07Move script_run_callbacks to LuaShadowNinja2-84/+57
2013-12-06Fix paralax occlusion settingShadowNinja1-1/+1
2013-12-06Fix small mistake in Lua API docssfan51-0/+1
2013-12-06Fix win32 jthread implementationsapier2-5/+12
2013-12-05Improve (re)spawn, add cache_block_before_spawn and max_spawn_height settingssweetbomber5-40/+55
2013-12-04Only create one alias metatableShadowNinja1-11/+9
2013-12-03Use a table in set_physics_override()PilzAdam2-23/+27
2013-12-03Add sneak and sneak_glitch to set_physics_override()PilzAdam11-13/+53
2013-12-03Fix LevelDB mapsSfan51-1/+1
2013-12-03Shaders rework.RealBadAngel37-539/+914
2013-12-03Dont move item back when not clicking on a slotPilzAdam1-6/+1
2013-12-03Rename names -> can_see_far_names in announceproller2-1/+2
2013-12-03Fix broken async locking in release buildsapier7-42/+102
2013-12-03Remove link to #, add unlimited_player_transfer_distance to announceproller3-1/+7
2013-12-01Fix MinGW buildSfan51-1/+1
2013-12-01Cleanup jthread and fix win32 buildsapier29-194/+185
2013-12-01Cavegen: Fix possible out-of-bounds heightmap accesskwolekr1-1/+2
2013-12-01Decoration: Add schematic Y-slice probability supportkwolekr4-46/+107
2013-11-30Fix log threadname lookup handling not beeing threadsafesapier3-21/+19
2013-11-30Assume a selection box for fences0gb.us1-0/+5
2013-11-30Add error handler to async stepShadowNinja1-41/+11
2013-11-30Optimize table creationShadowNinja5-112/+50
2013-11-30Add documentation for minetest.swap_nodeNovatux1-0/+2
2013-11-30Add minetest.swap_nodeNovatux12-29/+82
2013-11-30Fix MSVC build.Ilya Zhuravlev2-1/+11
2013-11-30Change default value of is_ground_content to truekwolekr2-27/+10
2013-11-30LuaVoxelManip: Add area parameters back to calc_lighting and set_lighting, ma...kwolekr2-10/+20
2013-11-30LuaVoxelManip: Add get_light_data() and set_light_data()kwolekr3-0/+54
2013-11-29Fixed potential NULL pointer and leak when setting node metadataMetaDucky5-19/+56
2013-11-29Cavegen: Respect is_ground_content MapNode setting; fix some code formatting ...kwolekr3-25/+29
2013-11-30Fix broken thread stop handlingsapier5-6/+35
2013-11-29Fix old gcc buildsapier1-1/+1
2013-11-29Fix modstore/favourites hang by adding asynchronous lua job supportsapier27-559/+2271
2013-11-28Split server/client port setting to avoid port number clashes in mainmenusapier4-40/+50
2013-11-28Don't use variable length arraysShadowNinja1-1/+1
2013-11-27Rollback fixes and get_node_actionsShadowNinja8-568/+618
2013-11-27SQLite rollbackMario Barrera1-174/+960
2013-11-25Fix line_of_sight (AGAIN)sapier1-4/+6
2013-11-24Reenable -dev suffixPilzAdam1-1/+1
2013-11-24Bump version to 0.4.8kwolekr2-3/+3
2013-11-24Don't continue trying to deserialize blank block datakwolekr2-0/+2
2013-11-24Temporary disable local install button due to irrlicht dialog breaking locali...sapier1-1/+2
2013-11-23Fix my name (doesn't display correctly because of utf8 characters)Novatux1-1/+1