]> git.lizzy.rs Git - minetest.git/history - src
Small fixes of minetest.has_feature
[minetest.git] / src /
2015-09-01 ShadowNinjaWarn when building without cURL
2015-09-01 ShadowNinjaEnable server build when no builds are enabled
2015-09-01 est31Hide minimap if it has been disabled by server
2015-08-31 jh10001gettext.cpp: Fix syntax error when using MSVC
2015-08-31 est31Make ClientInterface::statenames consistent with the...
2015-08-29 est31l_mainmenu.h: remove unused l_get_dirlist function
2015-08-29 Gael-de-SaillyOres: change ore chance in clusters to better respect...
2015-08-29 paramatDungeongen: Remove floating frames
2015-08-26 KahrlPush error handler afresh each time lua_pcall is used
2015-08-26 KahrlUse numeric indices and raw table access with LUA_REGIS...
2015-08-25 David JonesChange i++ to ++i
2015-08-24 ShadowNinjaClean up threading
2015-08-20 RealBadAngeltileable flags are needed also without shaders because...
2015-08-20 RealBadAngelRemove use of engine sent texture tiling flags - theyre...
2015-08-19 RuiFix indianred and indigo of color-string
2015-08-19 est31Android: bypass broken wide_to_utf8 with wide_to_narrow...
2015-08-19 est31Fix inventory replace bug
2015-08-18 kwolekrSAPI: Disable unlockable time profiling
2015-08-16 kwolekrSEnv: Remove static_exists from ActiveObjects in delete...
2015-08-16 onkrotRemove unused functions.
2015-08-15 paramatDefaultsettings: Increase client_mapblock_limit to...
2015-08-15 kwolekrRollback: Fail on bad precondition instead of causing...
2015-08-15 BlockMenFix sneaking (fixes #665 and #3045)
2015-08-15 nerzhulRemove unused function from connection.{cpp,h}
2015-08-13 kwolekrminimap: Add ability to disable from server
2015-08-13 est31game.cpp: Update cached settings
2015-08-13 Perttu AholaFix segfault caused by a8e238ed06ee8285ed4459e9deda3117...
2015-08-13 est31Add count based unload limit for mapblocks
2015-08-13 kwolekrSAPI: Track last executed mod and include in error...
2015-08-12 est31Fix Lua PcgRandom
2015-08-10 paramatTreegen: Rename pine tree mapgen alias
2015-08-10 KahrlFix intlGUIEditBox leak and uninitialized value in...
2015-08-10 kwolekrMake NetworkPacket respect serialized string size limits
2015-08-10 kwolekrDisplay Lua memory usage at the time of Out-of-Memory...
2015-08-09 rubenwardyFix segfaults caused by the Environment not being initi...
2015-08-09 Loic BlotRemove unused file
2015-08-07 KahrlFix camera updates being toggled by N key in release...
2015-08-06 gregorycuFix detection of sneaking node
2015-08-06 kwolekrFix BufferedPacket race condition (fixes #2983)
2015-08-06 kwolekrFix critical vulnerabilities and bugs with NetworkPacket
2015-08-06 est31Initialize random for verification key generation too
2015-08-06 kwolekrImprove Script CPP API diagnostics
2015-08-06 kwolekrconnection: Make assertions non-fatal for received...
2015-08-05 RealBadAngelFix tiling issues for PLANTLIKE and FIRELIKE with FSAA
2015-08-03 paramatCavegen V6: Make all caves consistent with 0.4.12 stable
2015-08-03 paramatBiome API: Make fallback biome stone and water, disable...
2015-08-02 Břetislav Štecsrc/util/numeric.{cpp,h}: Fix FacePositionCache data...
2015-08-02 Miner59Fix "bouncy" blocks
2015-08-02 Břetislav Štecsrc/client/tile.cpp: Fix reference counting
2015-08-02 rubenwardyAdd map limit config option
2015-08-02 Břetislav ŠtecPrepend "Lua: " before lua exceptions
2015-08-02 Břetislav Štecsrc/wieldmesh.cpp: Fix mesh extrusion memory leak
2015-08-02 Břetislav Štecsrc/client.cpp: Fix mapper memory leak
2015-08-01 kwolekrImprove accuracy and safety of float serialization
2015-08-01 kwolekrClean up util/serialization.{cpp,h} and add unit tests
2015-08-01 Břetislav Štecsrc/environment.cpp: Fix NULL pointer dereference
2015-08-01 Břetislav Štecsrc/network/connection.h: Fix race condition
2015-08-01 est31Android: Add githash header to spare rebuilds after...
2015-08-01 kwolekrtests: Log exceptions thrown inside of unit tests
2015-07-31 paramatDungeon generation: Fix code style issues in dungeongen.cpp
2015-07-30 Loic BlotSmall SendableMediaAnnouncement cleanup
2015-07-29 est31Android: fix horrible libiconv build
2015-07-29 nerzhulPrecalculate mapblock relative size. This permit to...
2015-07-27 Břetislav ŠtecFixed minimap memory leak
2015-07-27 est31Fix srp.cpp:815 leak
2015-07-27 est31Add AreaStore data structure
2015-07-25 SmallJokerFix MSVC number conversion warning
2015-07-25 est31Fix minetest.get_(all)_craft_recipe(s) regression
2015-07-25 Loic BlotCleanup server addparticle(spawner) by merge two identi...
2015-07-24 est31Fix documentation of dedicated_server_loop
2015-07-24 est31Check output of mpz_set_str and fix leak on error condition
2015-07-24 Loic BlotRemove some old dead code. Fix some Clang warnings...
2015-07-24 est31Bump protocol to 26
2015-07-23 est31Optional reconnect functionality
2015-07-23 RealBadAngelFix issues with light of attached CAOs
2015-07-21 paramatMgv7: Use density noise + density gradient for mountain...
2015-07-21 RealBadAngelAdd wielded (and CAOs) shader
2015-07-21 est31Clarify docs for auth.cpp method
2015-07-21 est31Ask auth handler to create auth when a default password...
2015-07-21 Loic BlotRemove profiler.h include where it's not needed. Remove...
2015-07-20 Elia ArgentieriAdded get_player_velocity() method. Fixes #1176
2015-07-19 est31MoveItemSomewhere double bugfix
2015-07-19 paramatCavegen: Mgv6: No small caves entirely above ground
2015-07-18 TeTpaAkaRefactor particle code to remove the while loops
2015-07-18 TeTpaAkaMake acc and vel deprecated in add_particle and search...
2015-07-18 TeTpaAkaFix invisible player when the attached entity is removed
2015-07-17 KahrlDisplay an access denied message when client detects...
2015-07-17 est31Server kicks: make messages configurable, cache wstring
2015-07-16 nerzhulKick players when shutting down server and there is...
2015-07-16 RealBadAngelFix relief mapping issues
2015-07-14 KahrlMake serialization error message translatable
2015-07-14 Loic Blotconnection.cpp: remove unused constructor
2015-07-14 kwolekrIncrease limit of serialized long strings
2015-07-14 kwolekrRemove raw message output on AOM deserialization failure
2015-07-14 kwolekrAdd more robust error checking to deSerialize*String...
2015-07-13 paramatMgv6/treegen: (Re)Add fallback nodes for compatibility...
2015-07-10 kwolekrFix damage flash when damage disabled
2015-07-10 kwolekrMisc. minor fixes
2015-07-10 Loic BlotLittle coding style fix on porting.h
2015-07-09 est31Settings: pass name to callbacks by reference
next