]> git.lizzy.rs Git - minetest.git/shortlog
minetest.git
2015-01-24 (@U-Exp)Fix a crash (assert) when client set serial version...
2015-01-24 KahrlFix uninitialized variable Server::m_next_sound_id
2015-01-24 Craig RobbinsFix unitialised variable occassionally being used
2015-01-24 gregorycuMake the GameGlobalShaderConstantSetter use the setting...
2015-01-24 paramatMgv5: Skip calculation of filler, heat and humidity...
2015-01-23 ShadowNinjaSend real port to server list
2015-01-22 paramatMgv7 generateRidgeTerrain: Make river generation relati...
2015-01-22 paramatMgv7: Speed optimise calculateNoise and generateRidgeTe...
2015-01-22 paramatMgv7 generateRidgeTerrain: Enable rangelim of widthn...
2015-01-21 Craig RobbinsAllow filter and mipmap drop down menues to be translated
2015-01-20 Markus KoschanyImprove desktop file
2015-01-20 est31Update german translation
2015-01-20 TriBlade9Added ratio argument to colorize, removed the weird...
2015-01-20 Markus KoschanyFix hyphen used as minus sign
2015-01-20 ngosangUpdate Spanish language
2015-01-19 paramatMapgen V5: Various improvements
2015-01-19 kwolekrFix all warnings and remove -Wno-unused-but-set cflag
2015-01-19 kwolekrAdd SemiDebug (-O1 with debug symbols) build mode and...
2015-01-18 kwolekrReorganize supported video driver query mechanisms
2015-01-18 kwolekrRevert "Fix style on settings tab"
2015-01-18 kwolekrRevert "Fix bug in debug build"
2015-01-18 Craig RobbinsFix bug in debug build
2015-01-18 jeanpatrick... Fix style on settings tab
2015-01-18 KahrlFix use of uninit data in Sky and (potentially) GUIChat...
2015-01-18 Craig RobbinsFix particles causing unitialised data being used due...
2015-01-18 gregorycuWater fixes
2015-01-18 Craig RobbinsCreate empty default constructor for MapNode
2015-01-18 paramatMgv7: Replace small pseudorandom caves with 3D noise...
2015-01-17 sapierFix NodeMetadataList loosing memory on deserialize...
2015-01-17 gregorycuFix entitiy WieldMeshSceneNode not freed due to additio...
2015-01-16 Craig RobbinsMake minor style change(unescape_string())
2015-01-16 Loic BlotFix missing return in Database_Dummy::deleteBlock
2015-01-16 Loic BlotOptimize bumpmapping mathematics
2015-01-16 Craig RobbinsFix potential out-of-bounds array index
2015-01-15 kwolekrSimplify deleteblocks chat command argument parsing
2015-01-15 kwolekrAdd ability to delete MapBlocks from map
2015-01-15 kwolekrInitialize noise ptr on creation (fixes crash if OreVei...
2015-01-15 ShadowNinjaFix unescape_string removing all backslashes
2015-01-15 Diego MartínezFix typo in `serialize.lua`.
2015-01-15 sapierAndroid, build: Update curl to 7.40.00
2015-01-15 kilbithAdd missing return value for filter/mipmap dropdown...
2015-01-15 Craig RobbinsRevert "Optimize bumpmapping mathematics"
2015-01-15 kilbithSmall tweaking (alignement - client tab)
2015-01-15 Loic BlotOptimize bumpmapping mathematics
2015-01-15 unknownChange UniqueQueue to use a queue and a set.
2015-01-14 jeanpatrick... Reorganizing client and server tabs
2015-01-14 TriBlade9Added configurable ambient_occlusion_gamma. Default...
2015-01-14 Craig RobbinsFix use of uninitialized data
2015-01-13 kwolekrbuiltin: Unify register wrapper functions and wrap...
2015-01-13 onkrotPerformance fixes.
2015-01-13 unknownAdd VoxelArea::hasEmptyExtent
2015-01-13 KodexkyFix Android crash on keyboard connection change.
2015-01-13 kwolekrAttempt to fix occasional issue of uninitialized MapBlo...
2015-01-12 kwolekrPrevent transform of noise3d result in getBlockSeed2
2015-01-12 paramatMapgen V5: Move cave generation from base terrain loop...
2015-01-12 paramatRemove builtin_biome.lua from builtin and add simple...
2015-01-12 paramatLua-api.txt: Document that paramtype='light' results...
2015-01-11 sapierDisable sound and key binding settings in "pause" menu...
2015-01-11 sapierFix invalid stepheight increase calculation on android
2015-01-11 sapierIncrease stepheight on android by 0.5 to smoothen movement
2015-01-10 KahrlFix clipping rectangle of GUITable row highlight
2015-01-10 sfan5Change default font sizes to 14(freetype) and 10(non...
2015-01-10 sfan5Set default value for ENABLE_REDIS to 0
2015-01-09 sapierRevert "Switch default scaling factor to 0.75 as most...
2015-01-09 sapierRemove automatic consistent formspec size <-> font...
2015-01-09 Craig RobbinsRemoved superfluous facedir check in mapblock_mesh.cpp
2015-01-09 KahrlFix logic of checkbox formspec element validity checking
2015-01-09 sapierFix memory leaks due to messed up memory handling for...
2015-01-09 sapierSplit gui_scaling to gui_scaling + hud_scaling as those...
2015-01-09 Craig RobbinsFix facedir > 23 causes segfault in client
2015-01-08 sapierSwitch default scaling factor to 0.75 as most ppl seem...
2015-01-08 ShadowNinjaRemove included SQLite3
2015-01-08 sfan5Add SQLite3 libraries to buildbot
2015-01-08 paramatReturn step smoothing value to 23
2015-01-08 kwolekrMapgen V6: Re-enable liquid flowing
2015-01-08 sapierRemove accidentally added non-ft font files
2015-01-07 sapierFix armv7 using arm arch while arm uses armv7
2015-01-07 rubenwardyFix direction property of HUD
2015-01-07 sapierFix emerge thread not cleaning up emerge queue on shutdown
2015-01-07 sapierSwitch android build to external sqlite3
2015-01-06 sapierFix andorid build error
2015-01-06 sapierImplement X11 dpi autodetection
2015-01-06 sfan5Fix buildbot (was broken by 04a1a446cf845a0db80d39fd0e4...
2015-01-06 sapierFixes for android
2015-01-05 ShadowNinjaAdd registered_ores and registered_decorations
2015-01-05 Craig RobbinsPrevent client crashing if an NDT_AIRLIKE node is dropped
2015-01-05 kwolekrShorten ManualMapVoxelManipulator to MMVManip
2015-01-05 kwolekrOptionally specify propagateSunlight area in calcLighting
2015-01-05 Diego MartínezFix off-by-one error in `string:split` implementation.
2015-01-05 kwolekrExclude vertical mapblock borders when setting light
2015-01-05 kwolekrNodeDef: Clear NodeResolver related entries too in...
2015-01-05 kwolekrAdd minetest.generate_ores() and minetest.generate_deco...
2015-01-04 sapierFix broken android version due to new openssl not linki...
2015-01-04 kwolekrNodeResolver: Perform callback immediately if node...
2015-01-04 sapierFix forgotten favourite list image update of simple...
2015-01-04 sapierRe-add lost way to debug simple menu on PC
2015-01-04 sapierSwitch to official openssl version and update to 1...
2015-01-04 Craig RobbinsRemove freezemelt documentation from lua_api.txt
2015-01-04 kwolekrRemove freezemelt (the remainder of proller nonsense)
2015-01-04 kwolekrAdd warning about using deprecated fields in Mapgen...
next