2018-03-17 |
Vitaliy | Fix node-nodebox lighting difference in direct sunlight... |
commit | commitdiff | tree | snapshot |
2018-03-17 |
Loic Blot | .gitignore: ignore more files (android, unittests) |
commit | commitdiff | tree | snapshot |
2018-03-17 |
paramat | Lua_api.txt: Split long lines part 6 |
commit | commitdiff | tree | snapshot |
2018-03-16 |
Loic Blot | Fix a crash or random memory leak when reseting saved... |
commit | commitdiff | tree | snapshot |
2018-03-16 |
Loic Blot | Drop Server::m_enable_rollback_recording it's only... |
commit | commitdiff | tree | snapshot |
2018-03-16 |
Loic Blot | ServerEnvironment::loadDefaultMeta: Loading default... |
commit | commitdiff | tree | snapshot |
2018-03-16 |
Loic Blot | Forgot to remove obsolete Server::m_mods |
commit | commitdiff | tree | snapshot |
2018-03-16 |
Loïc Blot | Server: delegate mod management & config to ServerModCo... |
commit | commitdiff | tree | snapshot |
2018-03-16 |
Loic Blot | Fix an alone if to be with a missing else |
commit | commitdiff | tree | snapshot |
2018-03-16 |
paramat | Lua_api.txt: Split long lines part 5, fix hardware... |
commit | commitdiff | tree | snapshot |
2018-03-16 |
paramat | Biomes: Fix vertical biome blend |
commit | commitdiff | tree | snapshot |
2018-03-15 |
pauloue | README: Fix Fedora dependencies (#7133) |
commit | commitdiff | tree | snapshot |
2018-03-14 |
paramat | Lua_api.txt: Split long lines part 4 |
commit | commitdiff | tree | snapshot |
2018-03-13 |
paramat | Rename 'subgame' to 'game' |
commit | commitdiff | tree | snapshot |
2018-03-13 |
paramat | Lua_api.txt: Improve and complete drawtype documentation |
commit | commitdiff | tree | snapshot |
2018-03-11 |
paramat | Lua_api.txt: Split long lines part 3 |
commit | commitdiff | tree | snapshot |
2018-03-11 |
paramat | Biome API: Add 'get_biome_name(biome_id)' API |
commit | commitdiff | tree | snapshot |
2018-03-11 |
Loïc Blot | Add Voxelarea unittests (#7121) |
commit | commitdiff | tree | snapshot |
2018-03-11 |
Loic Blot | Android: typo fix since recent gradle update, as output... |
commit | commitdiff | tree | snapshot |
2018-03-11 |
Loic Blot | Finally fix android build |
commit | commitdiff | tree | snapshot |
2018-03-11 |
Loic Blot | Fix Android build, but there is a remaining linking... |
commit | commitdiff | tree | snapshot |
2018-03-11 |
stujones11 | Android build fixes for c++11 |
commit | commitdiff | tree | snapshot |
2018-03-11 |
Loic Blot | Android: update tools (gradle, NDK) & prepare to switch... |
commit | commitdiff | tree | snapshot |
2018-03-10 |
Vitaliy | Drop texture file list cache (#6660) |
commit | commitdiff | tree | snapshot |
2018-03-10 |
SmallJoker | Fix typo in lighting code since bcdb3d5 |
commit | commitdiff | tree | snapshot |
2018-03-10 |
paramat | Lua_api.txt: Split long lines part 2 |
commit | commitdiff | tree | snapshot |
2018-03-10 |
paramat | Spawn level: Add 'get_spawn_level(x, z)' API |
commit | commitdiff | tree | snapshot |
2018-03-09 |
SmallJoker | Formspecs: Unify textarea and field parsing functions... |
commit | commitdiff | tree | snapshot |
2018-03-09 |
Loic Blot | VoxelArea: add_{x,y,z,p} must be static |
commit | commitdiff | tree | snapshot |
2018-03-09 |
Loic Blot | Drop unused struct ModLicenseInfo & ModAuthorInfo ... |
commit | commitdiff | tree | snapshot |
2018-03-09 |
Loic Blot | ServerEnvironment & StaticObject cleanups |
commit | commitdiff | tree | snapshot |
2018-03-09 |
Loic Blot | Drop unused Server::m_ignore_map_edit_events_peer_id |
commit | commitdiff | tree | snapshot |
2018-03-09 |
Loic Blot | Variable name fix + structure creation unrolling in... |
commit | commitdiff | tree | snapshot |
2018-03-09 |
Loic Blot | Drop less performant Server::setBlockNotSent for Client... |
commit | commitdiff | tree | snapshot |
2018-03-09 |
paramat | Lua_api.txt: Split long lines part 1 |
commit | commitdiff | tree | snapshot |
2018-03-09 |
paramat | Gennotify docs: Clarify returned positions for decorations |
commit | commitdiff | tree | snapshot |
2018-03-09 |
paramat | Biomes: Document xyz biome limits |
commit | commitdiff | tree | snapshot |
2018-03-09 |
paramat | Getv3intfield: Fix logic of return bool |
commit | commitdiff | tree | snapshot |
2018-03-09 |
paramat | Biomes: Add 'min_pos'/'max_pos' xyz biome limits |
commit | commitdiff | tree | snapshot |
2018-03-08 |
Loic Blot | Cleanup & bugfix |
commit | commitdiff | tree | snapshot |
2018-03-08 |
Loic Blot | Cleanup: drop Server::hudGetHotbarSelectedImage() |
commit | commitdiff | tree | snapshot |
2018-03-08 |
Loic Blot | Cleanup: drop Server::hudGetHotbarImage() |
commit | commitdiff | tree | snapshot |
2018-03-08 |
Loic Blot | Cleanup: drop Server::hudGetHotbarItemcount() |
commit | commitdiff | tree | snapshot |
2018-03-08 |
Loïc Blot | mods.cpp/h: little performance improvement in getModsIn... |
commit | commitdiff | tree | snapshot |
2018-03-05 |
pauloue | Fix bad markdown in lua_api.txt |
commit | commitdiff | tree | snapshot |
2018-03-04 |
you | Fix missing warningstream (or similar problem) (#7034) |
commit | commitdiff | tree | snapshot |
2018-03-04 |
Brian | Allow for getting world name and path separately on... |
commit | commitdiff | tree | snapshot |
2018-03-03 |
paramat | Gennotify: Add 'minetest.get_decoration_id' API |
commit | commitdiff | tree | snapshot |
2018-03-03 |
paramat | Generate Notifier: Clear events once after all 'on... |
commit | commitdiff | tree | snapshot |
2018-03-03 |
Gael-de-Sailly | MapgenValleys: Fixed submarine valleys shape |
commit | commitdiff | tree | snapshot |
2018-03-03 |
SmallJoker | c_converter: Function template for numeric fields,... |
commit | commitdiff | tree | snapshot |
2018-03-03 |
SmallJoker | Slippery: Simplify, make more efficient (#7086) |
commit | commitdiff | tree | snapshot |
2018-03-03 |
Vitaliy | Cleanup in flat lighting (#7051) |
commit | commitdiff | tree | snapshot |
2018-02-27 |
red-001 | Fix liquid post effect colour behaviour in third person... |
commit | commitdiff | tree | snapshot |
2018-02-27 |
paramat | Place schematic (on vmanip): Enable use of 'place cente... |
commit | commitdiff | tree | snapshot |
2018-02-26 |
paramat | CollisionMoveSimple: Collide with 'ignore' nodes |
commit | commitdiff | tree | snapshot |
2018-02-26 |
paramat | SAO limits: Allow SAOs to exist outside the set 'mapgen... |
commit | commitdiff | tree | snapshot |
2018-02-25 |
nOOb3167 | Fix CMake error (#7074) by bumping the required CMake... |
commit | commitdiff | tree | snapshot |
2018-02-25 |
SmallJoker | is_area_protected: Rename from intersects_protection... |
commit | commitdiff | tree | snapshot |
2018-02-23 |
nOOb3167 | CMakeLists use the source_group command to improve... |
commit | commitdiff | tree | snapshot |
2018-02-23 |
nOOb3167 | CMakeLists pass windows sources (manifest and resource... |
commit | commitdiff | tree | snapshot |
2018-02-23 |
SmallJoker | Registration dialog: Larger text field with scrollbars... |
commit | commitdiff | tree | snapshot |
2018-02-21 |
paramat | Find nodes in area (under air): Raise volume limit... |
commit | commitdiff | tree | snapshot |
2018-02-21 |
paramat | Settingtypes.txt: Fix valleys dungeon ymax error |
commit | commitdiff | tree | snapshot |
2018-02-20 |
paramat | Vertical biome blend: Tune blend patterns |
commit | commitdiff | tree | snapshot |
2018-02-20 |
paramat | Dungeons: Add Y limits in all mapgens |
commit | commitdiff | tree | snapshot |
2018-02-20 |
Muhammad Rifqi... | Delete world dialog: Move buttons to avoid double click... |
commit | commitdiff | tree | snapshot |
2018-02-19 |
dopik | /shutdown can't do countdown when using reconnect and... |
commit | commitdiff | tree | snapshot |
2018-02-19 |
Tre | Add a refresh button to the serverlist (#6957) |
commit | commitdiff | tree | snapshot |
2018-02-18 |
red-001 | Mitigate formspec exploits by verifying that the formsp... |
commit | commitdiff | tree | snapshot |
2018-02-18 |
pauloue | Lua API documentation: Fix spelling (#7046) |
commit | commitdiff | tree | snapshot |
2018-02-18 |
sfan5 | Check argument types inside MetaDataRef Lua API (#7045) |
commit | commitdiff | tree | snapshot |
2018-02-18 |
you | Fix "Ignoring CONTENT_IGNORE redefinition" warning... |
commit | commitdiff | tree | snapshot |
2018-02-17 |
red-001 | Remove legacy chat network code. (#6954) |
commit | commitdiff | tree | snapshot |
2018-02-15 |
Vitaliy | Render copyright notice: Fix name spelling (#7042) |
commit | commitdiff | tree | snapshot |
2018-02-15 |
red-001 | Add `on_auth_fail` callback (#7039) |
commit | commitdiff | tree | snapshot |
2018-02-13 |
paramat | Dungeons: Avoid generation in multiple liquid nodes... |
commit | commitdiff | tree | snapshot |
2018-02-13 |
paramat | Item entity: Delete in 'ignore' nodes |
commit | commitdiff | tree | snapshot |
2018-02-13 |
paramat | Falling.lua: Delete falling node entities on contact... |
commit | commitdiff | tree | snapshot |
2018-02-11 |
Loic Blot | map.cpp: Initialize NodeNeighbor, set NeighborType... |
commit | commitdiff | tree | snapshot |
2018-02-10 |
Dániel Juhász | Node definition manager refactor (#7016) |
commit | commitdiff | tree | snapshot |
2018-02-10 |
stujones11 | Position entity nametags relative to selection-box... |
commit | commitdiff | tree | snapshot |
2018-02-09 |
SmallJoker | Fix 'Change Keys' menu crash caused by 501f936 |
commit | commitdiff | tree | snapshot |
2018-02-08 |
you | Allow dumping userdata (#7012) |
commit | commitdiff | tree | snapshot |
2018-02-08 |
ThomasMonroe314 | Switch F3 to use 'enable_fog' setting |
commit | commitdiff | tree | snapshot |
2018-02-08 |
stujones11 | Include alpha channel reference in MaterialTypeParam |
commit | commitdiff | tree | snapshot |
2018-02-08 |
red-001 | Move `setlocale` from Lua to C++. |
commit | commitdiff | tree | snapshot |
2018-02-08 |
PorygonZRocks | Add main_menu_style setting |
commit | commitdiff | tree | snapshot |
2018-02-05 |
you | Add minetest.is_player (#7013) |
commit | commitdiff | tree | snapshot |
2018-02-05 |
paramat | Lua_api.txt: Document 'wielditem' visual in object... |
commit | commitdiff | tree | snapshot |
2018-02-05 |
paramat | Item entity: Prevent motion in ignore nodes |
commit | commitdiff | tree | snapshot |
2018-02-04 |
Wuzzy | Add kill chat command (#6992) |
commit | commitdiff | tree | snapshot |
2018-02-04 |
lisacvuk | Make hud_get return aligment, offset and size. (#7006) |
commit | commitdiff | tree | snapshot |
2018-02-04 |
Dániel Juhász | Remove unused light updating code |
commit | commitdiff | tree | snapshot |
2018-02-02 |
sfan5 | Refine movement anticheat again (#7004) |
commit | commitdiff | tree | snapshot |
2018-01-30 |
number Zero | Fix liquid bottoms not being rendered |
commit | commitdiff | tree | snapshot |
2018-01-30 |
Wayward One | Add Android drivers to the video_driver drop-down menu |
commit | commitdiff | tree | snapshot |
2018-01-29 |
Loïc Blot | Add minetest.bulk_set_node call + optimize Environment... |
commit | commitdiff | tree | snapshot |
2018-01-29 |
Wuzzy | Make chat command + privilege help slightly more accura... |
commit | commitdiff | tree | snapshot |
2018-01-28 |
sfan5 | Apply physics overrides correctly during anticheat... |
commit | commitdiff | tree | snapshot |
next |