1
0
Fork 0
mirror of https://github.com/dragonfireclient/dragonfireclient.git synced 2025-01-12 00:49:52 -05:00

Commit graph

  • 7289d61e99 Optionally specify propagateSunlight area in calcLighting kwolekr 2015-01-05 01:18:53 -0500
  • 00bca11f59 Fix off-by-one error in string:split implementation. Diego Martínez 2015-01-04 20:10:25 -0300
  • 3bdf3df223 Exclude vertical mapblock borders when setting light kwolekr 2015-01-04 23:14:16 -0500
  • 091594e26e NodeDef: Clear NodeResolver related entries too in clear() kwolekr 2015-01-04 22:39:57 -0500
  • bdcf03ae36 Add minetest.generate_ores() and minetest.generate_decorations() kwolekr 2015-01-04 22:37:20 -0500
  • a92c083011 Fix broken android version due to new openssl not linking correct to curl sapier 2015-01-05 00:48:33 +0100
  • cd4d213ae0 NodeResolver: Perform callback immediately if node registration phase finished kwolekr 2015-01-04 16:32:31 -0500
  • 663e42ca3f Fix forgotten favourite list image update of simple menu sapier 2015-01-04 17:37:45 +0100
  • 21ee434832 Re-add lost way to debug simple menu on PC sapier 2015-01-04 17:19:25 +0100
  • bf5d6e670a Switch to official openssl version and update to 1.0.1j sapier 2015-01-03 23:49:46 +0100
  • 64cdbae6df Remove freezemelt documentation from lua_api.txt Craig Robbins 2015-01-04 21:53:25 +1000
  • 6fdb32361a Remove freezemelt (the remainder of proller nonsense) kwolekr 2015-01-04 03:30:10 -0500
  • 8eb9cebdd0 Add warning about using deprecated fields in Mapgen API and update docs kwolekr 2015-01-04 03:21:42 -0500
  • ef8ed5d127 LuaVoxelManip: Error when given out-of-bounds area kwolekr 2015-01-04 03:07:28 -0500
  • 7233a1228e Lighting: Fix nearly all issues kwolekr 2015-01-04 02:34:33 -0500
  • 060ae29eaf Update bundled SQLite to 3.8.7.4 Kahrl 2015-01-04 05:10:07 +0100
  • 3c3887bb19 Deduplicate code and use stdlib in string functions ShadowNinja 2014-12-11 17:58:50 -0500
  • d91559b8f0 Fix crash if NodeResolver destroyed before pending any node resolutions kwolekr 2015-01-03 11:05:31 -0500
  • 800d912b6f Rewrite lua_api.txt into Markdown format Wuzzy 2014-12-15 20:59:20 +0100
  • 0db73bd83e More consistent progress bar from 0-100 on startup sapier 2014-08-23 12:16:46 +0200
  • 35149a10e3 Speedup initial android startup on some devices by factor 10 or more sapier 2014-12-18 00:23:36 +0100
  • aaec558f85 Fix rounding error in font size making main menu and in game font sizes inconsistent sapier 2015-01-02 16:52:02 +0100
  • 7452d5399b MgV5/6/7: Generate dungeons above water level paramat 2014-12-31 00:19:05 +0000
  • 938a3f2976 Mgv7: Remove range limits on mountain height to enable modification through .conf paramat 2014-12-30 22:43:15 +0000
  • a3d7203be5 Fix map parameter load order kwolekr 2014-12-30 12:30:14 -0500
  • 3d29be24e0 Add display_gamma option for client Craig Robbins 2014-12-14 21:28:08 +1000
  • 2414580754 Fix endian.h include for FreeBSD Dmitry Marakasov 2014-12-30 03:03:01 +0300
  • 53bc56dc3c Cleanup updateCameraDirection and fix random input not working Craig Robbins 2014-12-20 18:23:45 +1000
  • 9b0d77a549 Replace instances of height_min/height_max with y_min/y_max to remove ambiguity kwolekr 2014-12-30 01:48:20 -0500
  • b589353d89 Decoration: Fix default parameter values kwolekr 2014-12-30 00:52:17 -0500
  • cfec470b51 Fix documentation for string functions Diego Martínez 2014-12-29 20:46:24 -0300
  • c6df2bc42c Add support back for resolving group names in NodeResolver kwolekr 2014-12-29 23:15:53 -0500
  • f12118c38b Fix some lingering code style issues kwolekr 2014-12-29 22:04:47 -0500
  • 0974337804 Mapgen: Use getBlockSeed2() for blockseeds (much better uniformity) kwolekr 2014-12-29 21:44:52 -0500
  • ca89e63b27 Add core.get_mapgen_names() to Main Menu API (and use it) kwolekr 2014-12-29 21:23:51 -0500
  • 5e2753c712 Expose mapgen parameters on scripting init kwolekr 2014-12-29 12:58:55 -0500
  • ff3cfb746e Ignore downloaded public serverlist if public_serverlist is false Kahrl 2014-12-11 06:52:20 +0100
  • a79a116ac8 Center status text for better visibility. Kodexky 2014-12-11 23:53:19 -0430
  • 62feade05d Add extra buttons to Android GUI. All icons are licensed by freepik.com under CC BY 3.0 Kodexky 2014-12-09 23:27:25 -0430
  • 4150e533b3 Update Japanese Translation Rui 2014-12-28 15:51:45 +0900
  • 101baf620c Add util/bump_version.sh Kahrl 2014-12-25 06:11:53 +0100
  • 3993102e88 Fix -Wtype-limits warnings and remove disabling of -Wtype-limits Craig Robbins 2014-12-29 23:53:08 +1000
  • 5038b9aaec Print unit test failures to dstream kwolekr 2014-12-29 02:30:03 -0500
  • 9eb492229b FontEngine: Don't use file extension to check font file compatibility kwolekr 2014-12-29 01:46:13 -0500
  • cc3ab5efa5 LuaVoxelManip: Remove blank allocator kwolekr 2014-12-29 01:31:37 -0500
  • 3c637b4baf LuaItemStack: Fix and document behavior of set_name, set_count, set_wear, set_metadata kwolekr 2014-12-28 23:58:06 -0500
  • acb3519502 Fix MSVC compiler warning about passing this pointer in initializer list sapier 2014-08-22 19:25:21 +0200
  • ab55da589c Faster string.split implementation. Diego Martinez 2014-12-18 23:50:31 -0300
  • 86cfbc21da MainMenu: Save 'hide gamemods' and 'hide modpack contents' checkbox state (fixes #1960) fz72 2014-12-27 16:13:07 +0100
  • 91c00d29a5 Skip further loading of client if there was an exit signal Christophe Piveteau 2014-12-28 16:52:51 +0100
  • 863379a4c6 Decoration: Add height_min and height_max parameters kwolekr 2014-12-28 22:37:27 -0500
  • c5faa64405 Cavegen: Fix copy & paste error (solves #2020) kwolekr 2014-12-28 22:35:14 -0500
  • 570c2042b1 Biome API: Add shore top and shore filler nodes, underwater node, water top node. Add water top depth and shore height parameters. Remove water dust node paramat 2014-12-28 05:20:42 +0000
  • 61dfa912f5 Ore: Add Vein ore type kwolekr 2014-12-28 21:17:12 -0500
  • 900fa26965 Ore: Add Blob ore type kwolekr 2014-12-28 03:11:00 -0500
  • 8c98f497d9 PseudoRandom: Expose constant PSEUDORANDOM_MAX kwolekr 2014-12-28 03:09:24 -0500
  • 8334100fe1 LuaVoxelManip: Add option to allocate blank data kwolekr 2014-12-27 23:09:36 -0500
  • ae2721f2c8 VoxelManipulator: Remove unnecessary deallocation steps kwolekr 2014-12-27 22:35:05 -0500
  • 08d259cf41 Set fallback content if resolving content vector requires everything kwolekr 2014-12-27 22:20:04 -0500
  • b67f37f27e Redefine NodeResolver interface and replace with callback mechanism kwolekr 2014-12-17 03:20:17 -0500
  • 3ea5ed4ffe Uncomment version patch field kwolekr 2014-12-26 11:02:26 -0500
  • 3f83ca29d3 Bump version to 0.4.11 kwolekr 2014-12-24 22:24:04 -0500
  • 7a7614afbf Conf.example: Correct grammar and spelling. Shorten some lines. Move a few lines into correct sections. Remove finite liquid reference. Make indentation consistent paramat 2014-12-25 02:37:07 +0000
  • 33eed6eb84 Fix fs::GetRecursiveSubPaths trying to get directory lists for files ShadowNinja 2014-12-23 15:23:21 -0500
  • 8621e6de5d Large increase in performance Craig Robbins 2014-12-22 01:37:45 +1000
  • 03beb597c2 Increase indentation throughout file for clarity. Correct mistakes. Shorten lines. Make more consistent paramat 2014-12-24 00:07:54 +0000
  • 4287480608 State biome API heat and humidity noise parameters in positional format paramat 2014-12-23 23:36:16 +0000
  • c927763dce Conf.example: Fix typo paramat 2014-12-23 20:13:32 +0000
  • eee2f6a35d Update MinGW toolchain downloads used by travis sfan5 2014-12-23 17:20:26 +0100
  • 565959db86 Silence misc. warnings kwolekr 2014-12-23 01:02:33 -0500
  • 7b93408884 Make limiting of the reflow liquids queue size optional Craig Robbins 2014-12-23 09:25:18 +1000
  • 0c37d48082 Update mapgen stuff in minetest.conf paramat 2014-12-21 21:16:28 +0000
  • 249749dd8c Temporarily fix always bright wieldhand with shaders enabled kwolekr 2014-12-22 22:36:11 -0500
  • 0483f91f30 Regenerate server_flags_creative.png from XCF Kahrl 2014-12-21 13:29:02 +0100
  • 7109e8f9fd Fix weird (and wrong) comment in test.cpp Kahrl 2014-12-21 13:20:42 +0100
  • 2b10520999 lua_api.txt: improve noise documentation. Remove previous eased 3D noise format example paramat 2014-12-17 00:53:57 +0000
  • 173e1f6014 Re-add hacky fix for underwater grass, to fix mgv7 user's biomes paramat 2014-12-20 05:25:13 +0000
  • 1e8e700ee6 Change TileSpec::frames to be std::vector not std::map unknown 2014-12-18 23:25:36 +1100
  • 0d55f43977 Fix visual_scale for plantlike nodes (again) Vanessa Ezekowitz 2014-12-19 12:24:31 +1000
  • 7dbb3916cb Temporarily set default biome in builtin kwolekr 2014-12-18 09:55:38 -0500
  • 815876e709 Fix visual_scale for NDT_PLANTLIKE being set too small Craig Robbins 2014-12-18 15:39:02 +1000
  • f5211bbd59 Suppress compiler warning Craig Robbins 2014-12-18 19:29:04 +1000
  • 67063ed59f Remove manual biome noise translation kwolekr 2014-12-17 16:26:01 -0500
  • 082256a9f8 Do not allow the m_transforming_liquid queue to increase until all RAM is consumed Craig Robbins 2014-12-18 02:54:43 +1000
  • 3b902fd574 Fix OSX packaging finally Pavel Puchkin 2014-12-15 17:32:08 +0200
  • 8661b3587b Set WM_CLASS window hint for Xorg kwolekr 2014-12-15 13:47:31 -0500
  • 8fe1d3fc2e Expose mapgen chunksize in on_mapgen_init callbacks kwolekr 2014-12-14 18:46:19 -0500
  • df0ca45ee2 Update French translation Calinou 2014-12-14 17:35:24 +0100
  • c0b193a261 Update Spanish language. Diego Martinez 2014-12-13 14:25:17 -0300
  • a0ac471c1a Fixes #1687 by extra semaphore retval handle code for OSX Pavel Puchkin 2014-12-08 11:41:29 +0200
  • 06207ac550 Fix typo in lua_api.txt Craig Robbins 2014-12-15 01:09:17 +1000
  • dcbf1b3ce5 Noise: Don't assume Noise is used for 2D unless gradientMap2D is actually called kwolekr 2014-12-14 00:18:31 -0500
  • 17dde5ddd0 Fix background of creative icon (was black, now transparent) Kahrl 2014-12-14 05:09:43 +0100
  • 6ba5d7771f Revert "Update Russian translation" Kahrl 2014-12-13 15:23:32 +0100
  • b5e11e0e9a Fix misleading error when exiting the client from the main menu Craig Robbins 2014-12-14 00:00:52 +1000
  • 784a452ed5 Provide more info if a subgame is not valid/found Craig Robbins 2014-12-13 23:01:16 +1000
  • ce4ed65a39 Update german translation PilzAdam 2014-12-13 00:40:15 +0100
  • 035e6bfc18 LuaPerlinNoiseMap: Fix 3d noise safety check kwolekr 2014-12-12 22:58:19 -0500
  • c4624639e6 Fix segfault when dragging mouse out of mainmenu window (#1910) Kahrl 2014-12-13 00:39:07 +0100
  • 581efea60e Remove vertlabels from main menu and relayout a bit Kahrl 2014-12-07 22:09:21 +0100