aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-07-04Fix missing check for 0 in craft replacementsTeTpaAka
2015-07-02Fix code style from recent commits and add misc. optimizationskwolekr
2015-07-02Set server_announce to world.mt and respect modes when changing subgameSokomine
2015-07-02Shaders fixes and cleanup relief mapping code.RealBadAngel
2015-07-01Fix world.mt not written when selecting modeSokomine
2015-07-01Inventory manager style cleanup and further checksest31
2015-07-01Disable mesh cache by defaultest31
2015-07-01Cavegen: Cleanup code. Define constant for MGV7_LAVA_DEPTHparamat
2015-07-01Add android tools environment to gitignoreest31
Previously, if you did `make envpaths` (as described in README.android), the new file got listed by git as new file.
2015-06-30Make m_blocks_cache privateest31
@RealBadAngel has removed all outside access of the cache.
2015-06-30Defer minimap update when shape changedest31
2015-06-30Close keybind settings menu with escest31
2015-06-30Fix single click world selectest31
2015-06-30Fix bugs in mainmenujeanpatrick.guerrero@gmail.com
2015-06-30Biome API: Increase heat and humidity noise spreads to 1000paramat
2015-06-29Add UpdateThread and use it for minimap and mesh threadsest31
2015-06-29Fix *BSD build with GNU iconvkwolekr
2015-06-29Add Lua errors to error dialogrubenwardy
2015-06-28Bugfix: variable type mismatchRealBadAngel
2015-06-28Bugfix: minimap was updated only with loading new blocks, allow forced ↵RealBadAngel
updates with changing player pos
2015-06-28Minimap updateRealBadAngel
2015-06-27Remove busy polling inside minimap threadest31
2015-06-27Mgv5/mgv7 caves: Remove sand found in underground tunnelsparamat
Add missing check for max_stone_y to mgv5 cavegen Tunnels now carve through sand below water_level
2015-06-27Add minimap featureRealBadAngel
2015-06-25Remove compile warningest31
Thanks @TeTpaAka for pointing this out.
2015-06-24Return to ignoreest31
2015-06-24Use frame instead of words 'no screenshot available'rubenwardy
2015-06-23Typo fix on previous @est31 commitLoic Blot
2015-06-23Small TOCLIENT_HELLO logging fixest31
Fix grammar error and missing number conversion for version. Also add deployed protocol to log line.
2015-06-23Add MoveSomewhere inventory actionest31
Improve shift+click experience
2015-06-23Use actionstream instead of errorstream when failing to emerge playerCraig Davison
2015-06-23Fix string conversion error messageest31
2015-06-22Fix bug when craft input isn't replacedTeTpaAka
2015-06-22Update Chinese translationZheyu Shen
2015-06-22Fix some issues with animations, and allow non-looped animations to be definedMirceaKitsune
2015-06-21Mgv7: Edit noise parameters. Fewer octaves, larger spreads.paramat
2015-06-21Remove textures vertical offset. Fix for area enabling parallax.RealBadAngel
2015-06-20Android: use loop inside makefile to spare repetitionest31
2015-06-20Small CAO improvementsest31
-> remove the old parent as @kahrl suggested -> use indices no iterator as @kwolekr suggested
2015-06-20Mapgen objects: Enable heatmap and humidmap for all biome api mapgensparamat
2015-06-20More correct wrap_rows implementationfigec
2015-06-20Generic CAO cleanups and renames for clarificationest31
* Use enum for GENERIC_CMD_* * Rename m_attachements to attachement_parent_ids (public member and clearer name) * Rename GENERIC_CMD_SET_ATTACHMENT to GENERIC_CMD_ATTACH_TO * USHRT_MAX + 1 buffer sizes to prevent overflows as @kahrl suggested * Remove unneccessary m_id from GenericCAO (shadowing protected superclass member for no reason) as @kahrl suggested
2015-06-20Make attached objects visible in 3rd person viewest31
2015-06-18Fix wrap_rows at inner byte of multibyte sequencefigec
Also fix UTF-8 inner byte bounds and make unittest for case this fixes.
2015-06-18Biome API: Add noise defined biome blendparamat
2015-06-18Mgv6: Don't create air gap in tundra at y = 48 in custom high terrainparamat
2015-06-18Don't print an error for valid listring[] formspecest31
2015-06-17Make wrap_rows not wrap inside utf-8 multibyte sequencesest31
Also count multibyte sequences as "one" character. Adds unittest for the bug reporter's case. Fixes #2796.
2015-06-17Fail iconv call gracefullyest31
No freezing when inbuf_size doesn't decrease over time.
2015-06-16Simpler patch for saplings trying to grow on unknown nodesShadowNinja