| Commit message (Expand) | Author | Age |
... | |
* | Fix world config menu ignoring `name` in `mod.conf`. | Diego Martinez | 2016-01-23 |
* | Backface culling: Ignore setting in tiledef from old servers. | Auke Kok | 2016-01-23 |
* | Fix compilation warning if compiling for android with c++11 | est31 | 2016-01-23 |
* | Fix texture tear issue | RealBadAngel | 2016-01-23 |
* | Fix C++11 compilability | est31 | 2016-01-23 |
* | Liquid flow: Prevent water spreading on ignore | paramat | 2016-01-20 |
* | Allow per-tiles culling. | Auke Kok | 2016-01-20 |
* | EmergeManager: Do not queue duplicate block requests | kwolekr | 2016-01-19 |
* | Fix Settings::remove() always returning true | Kahrl | 2016-01-19 |
* | Show infotext with description for item entities | RealBadAngel | 2016-01-18 |
* | Correct overflowing rivers in Valleys mapgen. | Duane Robertson | 2016-01-18 |
* | Fix wield item glitch | RealBadAngel | 2016-01-18 |
* | corrected minetest.pos_to_string() | Pinky Snow | 2016-01-16 |
* | Fix error message in settings tab overlapping 'save' button | Rogier | 2016-01-16 |
* | Prevent spawning in rivers with valleys mapgen. Remove unecessary whitespace. | Duane Robertson | 2016-01-16 |
* | Make ItemStack:set_count(0) clear the item stack | sfan5 | 2016-01-15 |
* | Make all mesh manipulators in mesh.cpp work with any vertex type | Kahrl | 2016-01-15 |
* | Add Valleys mapgen. | Duane Robertson | 2016-01-14 |
* | Mgv7/flat/fractal: Place biome top node on tunnel entrance floor | paramat | 2016-01-14 |
* | Mapgen: Various fixes and improvements | paramat | 2016-01-11 |
* | Mgflat: Set blank default spflags. Unhide | paramat | 2016-01-10 |
* | Fix the checking of flags values in the settings tab | Rogier | 2016-01-10 |
* | Improve parsing of setting types from settingtypes.txt for settings tab | Rogier | 2016-01-10 |
* | Cache disable_anticheat and check it for "interacted_too_far" | ASL97 | 2016-01-09 |
* | Actually add Doxygen main page | ShadowNinja | 2016-01-09 |
* | New 3D Mode: Pageflip | Dalai Felinto | 2016-01-09 |
* | Simplify custom games packaging | Pavel Puchkin | 2016-01-09 |
* | Fix screenshot links in AppData file | sfan5 | 2016-01-09 |
* | fixed spelling | Pinky Snow | 2016-01-09 |
* | Replace instance of readsome with read in decompressZlib Make decompressZlib ... | gregorycu | 2016-01-09 |
* | Clarified what get_node does. | Robert Zenz | 2016-01-09 |
* | Update lua_api.txt | slemonide | 2016-01-09 |
* | Fix redis error reporting | est31 | 2016-01-08 |
* | Liquids: Flow into and destroy 'floodable' nodes | paramat | 2016-01-07 |
* | Improve Doxyfile | ShadowNinja | 2016-01-04 |
* | Fix for commit 87dcee6 It uses the wrong variable and only covers some use ca... | gregorycu | 2016-01-04 |
* | Add MinSizeRel and RelWithDebInfo to MSVCBuildDir check | gregorycu | 2016-01-03 |
* | Prevent technically unsafe access with empty vector | gregorycu | 2016-01-03 |
* | Made it more clear that "[combine" does accept a list of files. | Robert Zenz | 2016-01-03 |
* | filesys: safeWriteToFile(): Remove the target file before rename only on Windows | Perttu Ahola | 2016-01-01 |
* | Minimal: Add mapgen alias for air | paramat | 2015-12-30 |
* | Fix client crashing when connecting to server | est31 | 2015-12-30 |
* | Fix cache path with RUN_IN_PLACE | ShadowNinja | 2015-12-30 |
* | Include custom error message in all SQLite3 exceptions. | Rogier | 2015-12-30 |
* | Handle SQLITE_BUSY errors gracefully | Rogier | 2015-12-30 |
* | Add macos/freebsd missing endian.h include and add win endianness info | qiukeren | 2015-12-29 |
* | Revert "Refactoring and code style fixes in preparation of adding mesh typed ... | Sapier | 2015-12-29 |
* | Revert "Add support for using arbitrary meshes as items" | Sapier | 2015-12-29 |
* | Make collisionMoveSimple time overflow message written to log/show up at max ... | Sapier | 2015-12-29 |
* | Add support for using arbitrary meshes as items | Sapier | 2015-12-29 |