| Commit message (Expand) | Author | Age |
... | |
* | Use warningstream for deprecated field messages and refactor log_deprecated | ShadowNinja | 2015-10-15 |
* | Remove explicit syslog printing for uncaught exceptions on Android | ShadowNinja | 2015-10-15 |
* | Rename macros with two leading underscores | ShadowNinja | 2015-10-14 |
* | Always use errorstream for DEBUG_EXCEPTION_HANDLER | ShadowNinja | 2015-10-14 |
* | Lower log level for benign socket errors | ShadowNinja | 2015-10-14 |
* | Use warningstream for log messages with WARNING | ShadowNinja | 2015-10-14 |
* | Refactor logging | ShadowNinja | 2015-10-14 |
* | Fix how address is logged when a wrong password is supplied | Kahrl | 2015-10-12 |
* | Mgfractal: Independant offset and slice params for mandelbrot and julia | paramat | 2015-10-11 |
* | Fractal mapgen: Fix mysterious bug | paramat | 2015-10-10 |
* | Clear list rings when loading a new formspec | est31 | 2015-10-10 |
* | Mapgen: Use mapgen-specific names for constants in headers | paramat | 2015-10-09 |
* | Fractal mapgen: Add seabed and large pseudorandom caves | paramat | 2015-10-07 |
* | Mapgen: Add 4D fractal mapgen | paramat | 2015-10-06 |
* | Mgv5: getGroundLevelAtPoint searches a larger range | paramat | 2015-10-05 |
* | Add new ContentParamType2 "CPT2_DEGROTATE" | est31 | 2015-10-04 |
* | Allow setting chunksize in core.set_mapgen_params | kwolekr | 2015-10-04 |
* | Hide mapgens from main menu not intended for end users | kwolekr | 2015-10-04 |
* | Add emerge completion callback mechanism | kwolekr | 2015-10-04 |
* | Remove redundant code in player interact handler | kwolekr | 2015-10-04 |
* | Define and use limit constants for Irrlicht fixed-width types | kwolekr | 2015-10-04 |
* | Fix MinGW 32-bit build | ShadowNinja | 2015-10-03 |
* | Add get_biome_id(biome_name) callback | Duane Robertson | 2015-10-02 |
* | Add environment variable MINETEST_WORLD_PATH | SmallJoker | 2015-10-02 |
* | Mapnode: Replace rotateAlongYAxis with improved version | paramat | 2015-10-02 |
* | Fix some SRP issues | est31 | 2015-09-30 |
* | Some map border related fixes | est31 | 2015-09-29 |
* | Don't serialize StaticObjectList with > 65535 objects | Kahrl | 2015-09-29 |
* | Decorations: Remove error message 'chunksize not divisable by sidelen' | paramat | 2015-09-26 |
* | Abort at uncatched exceptions | est31 | 2015-09-27 |
* | Fix redis erroring on non found blocks | est31 | 2015-09-26 |
* | Fix falling through nodes on world load (fixes #2784) | Christof Kaufmann | 2015-09-26 |
* | redis: throw error if block request failed | netinetwalker | 2015-09-26 |
* | Add /emergeblocks command and core.emerge_area() Lua API | kwolekr | 2015-09-23 |
* | Save and remove player by pointer | Loic Blot | 2015-09-23 |
* | Mapnode: Add rotateAlongYAxisFull supporting 24 facedirs | paramat | 2015-09-22 |
* | Various style cleanups + unused code removal | est31 | 2015-09-19 |
* | Little optimization on getAdded/Removed activeobjects per player loop. | Loic Blot | 2015-09-19 |
* | Mgv5/6/7: Re-add #include profiler.h as commented-out option | paramat | 2015-09-19 |
* | Blob ore: Fix partial blobs | paramat | 2015-09-19 |
* | Send proper block to old clients for swap_node calls | est31 | 2015-09-17 |
* | Ore: Add puff ore type | kwolekr | 2015-09-17 |
* | Fix object position border checking | est31 | 2015-09-16 |
* | Disallow placing entities outside safe boundaries | est31 | 2015-09-15 |
* | Firelike drawtype: Improve code | paramat | 2015-09-14 |
* | Serialisation: documentation fixes, clarifying renames and whitespace fixes | est31 | 2015-09-14 |
* | Ore: Add ore sheet column height range selection | kwolekr | 2015-09-13 |
* | networkprotocol.h: remove "u16 command" from doc | est31 | 2015-09-10 |
* | Improve locale directory detection | est31 | 2015-09-10 |
* | Change m_client_event_queue's type to std::queue | Loic Blot | 2015-09-08 |