Add set_breath and get_breath to lua API.
[oweals/minetest.git] / src /
2013-07-20 RealBadAngelAdd set_breath and get_breath to lua API.
2013-07-16 PilzAdamRandomly choose singleplayer port
2013-07-15 PilzAdamFix lighting bug caused by disappearing lava
2013-07-15 PilzAdamRemove support for common mods
2013-07-14 KahrlChange ContentFeatures array to a vector
2013-07-13 prollerLeveled nodebox
2013-07-12 sapierRemove lots of debug output from modmgr
2013-07-12 prollerMasterserver mods announse, ipv6, better curl errors
2013-07-12 kwolekrClean up bumpmap code a bit
2013-07-12 PilzAdamDisallow the name 'singleplayer' in a multiplayer server
2013-07-09 stujones11Fix multiple texture support for animated meshnodes
2013-07-09 sapierFix serverlist
2013-07-09 PilzAdamDont play digging sound if not digging
2013-07-09 kwolekrRevert "Fix serverlist not beeing escaped correctly"
2013-07-08 sapierFix serverlist not beeing escaped correctly
2013-07-08 sapierfix crash on play/start with empty world list
2013-07-08 kwolekrFix wallmounted rotations along Y axis for 90 and 270...
2013-07-08 kwolekrDecoration: Handle facedir and wallmounted param2types...
2013-07-07 PilzAdamSettings: everything != 0 equals true; remove .asm...
2013-07-07 sapierFix many formspec menu bugs
2013-07-07 Sfan5Fix parseColor, change remaining colorkeys to new forma...
2013-07-07 KahrlWhen server sends late media, log to errorstream instea...
2013-07-07 Vincent Heukeninclude mathconstants.h in numerics.cpp
2013-07-06 kwolekrBiomeDefManager: Fully initialize default biome
2013-07-06 kwolekrMapgen V7: Fix out-of-bounds array access
2013-07-06 kwolekrLuaVoxelManip: Allow liquid updates in non-mapgen Voxel...
2013-07-06 kwolekrDecoration: Remove usage of multi-character constants
2013-07-06 Sfan5Use hexadecimal RRGGBB instead of colorkeys, rename...
2013-07-06 kwolekrMapgen V7: Huge rewrite, also tweaks to cavegen et al.
2013-07-06 KahrlFix possible NULL dereference in createExtrudedMesh
2013-07-05 KahrlDon't rebuild the dummy shader (less SourceShaderCache...
2013-07-04 prollerImprove finite liquid distribution, fix small bug
2013-07-04 KahrlThrow exception instead of assert on nested reliable...
2013-07-04 RealBadAngelAdd texture bumpmapping feature.
2013-07-03 KahrlWhoever called a function parameter m_device is fired...
2013-07-03 kwolekrLua main menu: Fix crash on init lua error, mapgen...
2013-07-03 kwolekrChange debug optimization level back to -O1
2013-07-03 KahrlMove generateTextureFromMesh to TextureSource to fix...
2013-07-03 sapierFix possible 0 pointer access
2013-07-02 sapierReplace C++ mainmenu by formspec powered one
2013-07-02 kwolekrCavegen: Prevent caves from occuring above ground level...
2013-07-02 KahrlRemove texture atlas / AtlasPointer, rename getTextureR...
2013-07-02 arsdragonflyFix i18n of some strings.
2013-07-01 kwolekrDecoration: Add schematic rotation support
2013-06-30 prollerDisable collision fix, its broke unit tests
2013-06-30 prollerFix sand, gravel falling stuck
2013-06-30 kwolekrLuaVoxelManip: Fix minor bug with set_lighting, remove...
2013-06-29 prollerOptimize liquid queue on generate map for liquid_finite
2013-06-29 kwolekrMake generated water a shade darker to match up with...
2013-06-28 PilzAdamDont write player files all the time
2013-06-28 kwolekrApply various fixes to several things
2013-06-28 kwolekrLuaVoxelManip: Separate VoxelManip data get/set from...
2013-06-28 kwolekrAdd Lua on_mapgen_init callback, and minetest.set_mapge...
2013-06-28 kwolekrAdd Lua PerlinNoiseMap:get#dMap_flat API
2013-06-28 kwolekrAdd minetest.get_mapgen_object to API
2013-06-28 kwolekrFix issue of VManip occasionally not blitting back...
2013-06-28 kwolekrAdd LuaVoxelManip
2013-06-24 prollerFix ipv6 on windows
2013-06-23 kwolekrCavegen: fix division by 0 with abnormal max tunnel...
2013-06-23 prollerMath mapgen fix, ip show on connect, pathfinder segfaul...
2013-06-23 prollerNew math mapgen with fractal based worlds
2013-06-23 prollerAdd support for IPv6
2013-06-23 kwolekrDecoration: Add support for zero probability, fix break...
2013-06-22 PilzAdamPrint playername when failing to read playerfile and...
2013-06-22 kwolekrA handful of minor fixes to various things
2013-06-22 kwolekrDecoration: Add Schematic decoration type
2013-06-21 WeblateMerge remote-tracking branch 'origin/master'
2013-06-20 PilzAdamAdd a setting for max loop count per step in liquid...
2013-06-20 KahrlMake minetest.debug accept multiple parameters; convert...
2013-06-19 PilzAdamPlay placing sound only if place prediction was successful
2013-06-19 PilzAdamDont dig or place nodes if interact priv is missing...
2013-06-19 PilzAdamAdd drowning 780/head
2013-06-18 kwolekrDecoration: Place decorations in mgv6, check if air...
2013-06-17 KahrlShow number of objects in client environment in profile...
2013-06-17 KahrlFormspec: Don't perform black magic if selected item...
2013-06-17 KahrlFix calculation of selected item (for not drawing it...
2013-06-17 Esteban I. Ruiz... Remove useless recalculation of bounding box (mapblock_...
2013-06-17 kwolekrDecoration, Ore: Resolve node names on Mapgen init
2013-06-17 kwolekrDecoration: Change divlen to sidelen
2013-06-17 kwolekrAdd initial Decoration support, many misc. improvements...
2013-06-17 KahrlExtend a delay in TestConnection from 50 to 100 millise...
2013-06-16 KahrlTweak IDropAction restriction handling in server.cpp
2013-06-16 KahrlLazy sunday typo fixing. s/unban_player_of_ip/unban_pla...
2013-06-15 sweetbomberRemoved a redundant step which degraded performance
2013-06-15 Esteban I. Ruiz... Add basic unicode support to the console (linux workaround)
2013-06-13 PilzAdamReset dig_time when switching to a tool that cant dig...
2013-06-13 KahrlEnable word wrapping in profiler IGUIStaticText (freety...
2013-06-12 PilzAdamPlay player_damage.ogg when recieving damage and additi...
2013-06-06 KahrlFix class/struct forward declaration inconsistencies... 0.4.7-MSVC
2013-06-06 PilzAdamRevert "Fix multiple texture support for animated meshn...
2013-06-05 Esteban I. Ruiz... Close console when it loses focus but it is still on...
2013-06-04 KahrlOnly add ^[forcesingle to get raw texture if atlas...
2013-06-03 stujones11Fix multiple texture support for animated meshnodes.
2013-06-03 sweetbomberCorrected segfault when registering new biomes.
2013-06-03 KahrlAdd and implement setting max_clearobjects_extra_loaded...
2013-06-03 KahrlDelay deleting replaced textures (m_texture_trash)
2013-06-03 KahrlCall m_menumgr->deletingMenu from quitMenu in addition...
2013-06-01 sapierFix missing find_path and line_of_sight
2013-06-01 MetaDuckyFix some nullptr exceptions when handling invalid node...
2013-06-01 WeblateMerge remote-tracking branch 'origin/master'
next