]> git.lizzy.rs Git - minetest.git/history - src
Rollback: Fail on bad precondition instead of causing assertion error
[minetest.git] / src /
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
2015-07-09 est31Update clouds enable_3d_clouds when setting changed
2015-07-08 Diego MartinezWindows: Fix some warnings.
2015-07-08 paramatBiome API decorations: 'spawnby' searches a 3D neighbou...
2015-07-08 RealBadAngelAdd new leaves style - simple (glasslike drawtype)
2015-07-08 est31Use UTF-8 instead of narrow
2015-07-08 kwolekrClean-up Minimap code
2015-07-07 paramatMgv7: Auto-set lowest mountain generation level
2015-07-07 est31Client: better m_proto_ver initialisation
2015-07-04 ShadowNinjaUse minetest logging facilities for irrlicht log output
2015-07-04 paramatMgv7: Lower base of mountain generation to -112 and...
2015-07-04 est31Fix endless loop since grandparent commit
2015-07-04 est31Craftdef: Use numbers instead of iterators
2015-07-04 TeTpaAkaFix missing check for 0 in craft replacements
2015-07-03 kwolekrFix code style from recent commits and add misc. optimi...
2015-07-02 RealBadAngelShaders fixes and cleanup relief mapping code.
2015-07-01 est31Inventory manager style cleanup and further checks
2015-07-01 est31Disable mesh cache by default
2015-07-01 paramatCavegen: Cleanup code. Define constant for MGV7_LAVA_DEPTH
2015-06-30 est31Make m_blocks_cache private
2015-06-30 est31Defer minimap update when shape changed
2015-06-30 est31Close keybind settings menu with esc
next