aboutsummaryrefslogtreecommitdiff
path: root/games (unfollow)
Commit message (Expand)AuthorFilesLines
2013-06-20Add a setting for max loop count per step in liquid updatePilzAdam3-3/+14
2013-06-21Make minetest.debug accept multiple parameters; convert them to stringKahrl1-3/+21
2013-06-20Remove deprecated functions that don't work anymore from lua_api.txtKahrl1-10/+0
2013-06-19Play placing sound only if place prediction was successfulPilzAdam1-7/+13
2013-06-19Dont dig or place nodes if interact priv is missing (clientside)PilzAdam1-3/+6
2013-06-19Add drowningPilzAdam15-5/+67
2013-06-18Restore old output format of dump()Diego Martínez1-1/+1
2013-06-18Compress texturesDavid Gumberg110-0/+0
2013-06-17Decoration: Place decorations in mgv6, check if air or cignore before placementkwolekr2-3/+14
2013-06-18Show number of objects in client environment in profiler (F6)Kahrl1-0/+2
2013-06-18Formspec: Don't perform black magic if selected item fits the guessKahrl2-48/+49
2013-06-18Fix calculation of selected item (for not drawing it) in formspecKahrl1-1/+1
2013-06-18Remove useless recalculation of bounding box (mapblock_mesh)Esteban I. Ruiz Moreno1-1/+0
2013-06-17Decoration, Ore: Resolve node names on Mapgen initkwolekr2-5/+5
2013-06-17Decoration: Change divlen to sidelenkwolekr4-8/+15
2013-06-17Add initial Decoration support, many misc. improvements & modificationskwolekr14-87/+659
2013-06-17Extend a delay in TestConnection from 50 to 100 milliseconds.Kahrl1-1/+1
2013-06-16Tweak IDropAction restriction handling in server.cppKahrl1-0/+12
2013-06-16Lazy sunday typo fixing. s/unban_player_of_ip/unban_player_or_ip/gKahrl2-3/+3
2013-06-15Removed a redundant step which degraded performancesweetbomber1-2/+1
2013-06-15Add basic unicode support to the console (linux workaround)Esteban I. Ruiz Moreno1-1/+7
2013-06-15Fix crash in dump() when index is a tablekhonkhortisan1-1/+1
2013-06-13Fixes cmake-gui causing RUN_IN_PLACE to be always offMetaDucky1-0/+7
2013-06-13Reset dig_time when switching to a tool that cant dig the current nodePilzAdam1-1/+6
2013-06-13Enable word wrapping in profiler IGUIStaticText (freetype needs this)Kahrl1-0/+1
2013-06-12Play player_damage.ogg when recieving damage and additionally play player_fal...PilzAdam2-1/+22
2013-06-06Fix class/struct forward declaration inconsistencies (good on ya, MSVC)Kahrl6-19/+19
2013-06-06Bump version to 0.4.7PilzAdam2-2/+2
2013-06-06Revert "Fix multiple texture support for animated meshnodes." (broke existing...PilzAdam1-1/+1
2013-06-05Close console when it loses focus but it is still on screenEsteban I. Ruiz Moreno3-0/+12
2013-06-04Only add ^[forcesingle to get raw texture if atlas is usedKahrl1-2/+5
2013-06-03Fix multiple texture support for animated meshnodes.stujones111-1/+1
2013-06-03Corrected segfault when registering new biomes.sweetbomber1-1/+1
2013-06-03Add and implement setting max_clearobjects_extra_loaded_blocks.Kahrl5-1/+76
2013-06-03Delay deleting replaced textures (m_texture_trash)Kahrl1-1/+15
2013-06-03Call m_menumgr->deletingMenu from quitMenu in addition to destructorKahrl1-0/+1
2013-06-03Add Code::Blocks project and build files to .gitignorebcnjr51-0/+3
2013-06-03Replace c55.me linksKahrl4-4/+5
2013-06-02Translated using Weblate (French)Dany Cuartiella1-9/+8
2013-06-01Fix missing find_path and line_of_sightsapier1-8/+10
2013-06-01Fix some nullptr exceptions when handling invalid node inventoriesMetaDucky1-1/+14
2013-06-01Translated using Weblate (French)Ilya Zhuravlev1-3/+3
2013-06-01Translated using Weblate (Portuguese (Brazil))Frederico Guimarães1-3/+2
2013-06-01Translated using Weblate (Portuguese)v c1-7/+7
2013-06-01Translated using Weblate (Kirghiz)Chynggyz Jumaliev1-35/+46
2013-06-01Translated using Weblate (German)Pilz Adam1-3/+3
2013-06-01Translated using Weblate (Chinese (China))Shen Zheyu1-2/+2
2013-06-01Fix minetest.get_inventory(loc) always returning nil for "node" type locMetaDucky1-17/+13
2013-06-01Fix editbox default text being pre-selected in some casesMetaDucky3-1/+10
2013-06-01Generate debug HUD text with ostringstream instead of snprintf.Kahrl1-26/+24