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

Commit graph

  • 48fa893abd Randomly generate seed if field blank for any Settings instance kwolekr 2015-02-01 02:05:39 -0500
  • 285655a878 Fix NDT_GLASSLIKE normals Kahrl 2015-01-23 01:01:21 +0100
  • 38561023b4 Fix local map saving when joining a local server from the server tab Craig Robbins 2015-01-31 00:33:23 +1000
  • 4d15d63134 Fix uninitialized variable m_database_delete in Database_SQLite3 Kahrl 2015-01-28 05:01:07 +0100
  • a8ec7876a6 Prevent null concatenation when /deleteblocks is provided an incorrect format kwolekr 2015-01-27 22:36:53 -0500
  • ad690c46b1 Write common mapgen params to map_meta.txt on world initialization kwolekr 2015-01-27 22:29:02 -0500
  • 80a7408e4d Fix a crash (assert) when client set serial version < 24 in INIT Loic Blot 2015-01-26 15:52:02 +0100
  • eeea454bff Fix missing map_meta.txt error when creating new worlds kwolekr 2015-01-27 02:07:41 -0500
  • ca217d0416 Revert "Fix a crash (assert) when client set serial version < 24 in INIT command SER_FMT_VER_LOWEST is set to zero, then the test is stupid in INIT because all client works. In mapblock we check if client's serialization version is < 24, but if client sent serialization version < 24 (15 for example) the server set it and tried to send nodes, then BOOM" Craig Robbins 2015-01-27 00:39:33 +1000
  • 47aca6f6d1 Fix imprecise serialization of large numbers ShadowNinja 2015-01-25 20:19:35 -0500
  • 5b55deb1eb Suppress MSVC warning in chat.cpp gregorycu 2015-01-25 16:08:12 +1000
  • ed7c9c4cb8 Settings fixes Make the GameGlobalShaderConstantSetter use the settings callback (8% perf improvement in game loop) Ensure variable is set Ensure settings callback is threadsafe gregorycu 2015-01-24 20:40:27 +1100
  • 2c4a5e1861 Revert "Make the GameGlobalShaderConstantSetter use the settings callback (8% perf improvement in game loop)" Craig Robbins 2015-01-25 01:19:40 +1000
  • 800d192702 Fix a crash (assert) when client set serial version < 24 in INIT command SER_FMT_VER_LOWEST is set to zero, then the test is stupid in INIT because all client works. In mapblock we check if client's serialization version is < 24, but if client sent serialization version < 24 (15 for example) the server set it and tried to send nodes, then BOOM (@U-Exp) 2015-01-24 11:07:04 +0100
  • f8bd1f3563 Fix uninitialized variable Server::m_next_sound_id Kahrl 2015-01-24 06:44:41 +0100
  • 0ea843bbdb Fix unitialised variable occassionally being used Craig Robbins 2015-01-24 14:22:50 +1000
  • a555e2d9b0 Make the GameGlobalShaderConstantSetter use the settings callback (8% perf improvement in game loop) Amend the settings callback to support userdata gregorycu 2015-01-24 13:03:57 +1100
  • aafbbcd537 Mgv5: Skip calculation of filler, heat and humidity perlinmaps in underground mapchunks paramat 2015-01-21 11:42:13 +0000
  • a9f81b729b Send real port to server list ShadowNinja 2015-01-21 14:32:12 -0500
  • 1702c34b64 Mgv7 generateRidgeTerrain: Make river generation relative to water level Remove widthn and make nridge zero underwater paramat 2015-01-19 11:03:54 +0000
  • 70354ac20b Mgv7: Speed optimise calculateNoise and generateRidgeTerrain Remove unnecessary range limiting of persistmap Skip calculation of filler, mountain, ridge, heat and humidity perlinmaps in underground mapchunks Skip generateRidgeTerrain in underground mapchunks paramat 2015-01-18 12:35:38 +0000
  • 408d9b72f0 Mgv7 generateRidgeTerrain: Enable rangelim of widthn to remove abysses, calculate widthn later in function Reduce width to 0.2 Carve river channels in deeper waters paramat 2015-01-18 11:52:59 +0000
  • a28055f8fd Allow filter and mipmap drop down menues to be translated Craig Robbins 2015-01-21 20:58:26 +1000
  • a6dd619938 Improve desktop file Markus Koschany 2015-01-20 10:47:27 +0100
  • 5bcfe7ea6a Update german translation est31 2015-01-10 20:30:44 +0100
  • db481e7232 Added ratio argument to colorize, removed the weird alpha-based ratio. TriBlade9 2015-01-19 14:15:20 +0800
  • 60d745126f Fix hyphen used as minus sign Markus Koschany 2015-01-20 10:50:00 +0100
  • d4786d8d5d Update Spanish language ngosang 2015-01-18 20:32:54 +0100
  • 9b89f7aad7 Mapgen V5: Various improvements paramat 2015-01-13 07:18:00 +0000
  • 38bd9e93a2 Fix all warnings and remove -Wno-unused-but-set cflag kwolekr 2015-01-18 23:29:19 -0500
  • e36681101e Add SemiDebug (-O1 with debug symbols) build mode and do not optimize Debug at all kwolekr 2015-01-18 22:30:11 -0500
  • 976d0b2caa Reorganize supported video driver query mechanisms kwolekr 2015-01-18 13:14:25 -0500
  • 44e4f5ab6e Revert "Fix style on settings tab" kwolekr 2015-01-18 13:19:40 -0500
  • 6e9f287844 Revert "Fix bug in debug build" kwolekr 2015-01-18 13:19:28 -0500
  • 839c4a99cd Fix bug in debug build Craig Robbins 2015-01-19 00:26:59 +1000
  • 7b17b9059e Fix style on settings tab jeanpatrick.guerrero@gmail.com 2015-01-18 14:38:21 +0100
  • e80a044818 Fix use of uninit data in Sky and (potentially) GUIChatConsole constructors Kahrl 2015-01-17 20:05:45 +0100
  • 29514918f8 Fix particles causing unitialised data being used due to use of incorrect union member Craig Robbins 2015-01-18 16:08:49 +1000
  • db3466dbe8 Water fixes gregorycu 2015-01-14 01:19:54 +1100
  • 805c8e51e5 Create empty default constructor for MapNode Craig Robbins 2015-01-17 19:19:26 +1000
  • 2f0a8f1c3e Mgv7: Replace small pseudorandom caves with 3D noise tunnels. Fewer large caves paramat 2015-01-11 13:36:08 +0000
  • a39c136e69 Fix NodeMetadataList loosing memory on deserialize due to invalid clear map call instead of clear sapier 2015-01-17 19:14:36 +0100
  • 2959d6b3da Fix entitiy WieldMeshSceneNode not freed due to additional grab gregorycu 2015-01-17 19:13:08 +0100
  • 5481e38d0b Make minor style change(unescape_string()) Craig Robbins 2015-01-16 21:05:44 +1000
  • e5b636712c Fix missing return in Database_Dummy::deleteBlock Loic Blot 2015-01-16 20:59:59 +1000
  • 46821f1156 Optimize bumpmapping mathematics Loic Blot 2015-01-16 20:53:14 +1000
  • 5e58a95491 Fix potential out-of-bounds array index Craig Robbins 2015-01-16 14:32:27 +1000
  • 5aeeb219e3 Simplify deleteblocks chat command argument parsing kwolekr 2015-01-15 18:03:43 -0500
  • 9736548720 Add ability to delete MapBlocks from map kwolekr 2015-01-15 16:20:05 -0500
  • 0330cec7ec Initialize noise ptr on creation (fixes crash if OreVein deleted before use) kwolekr 2015-01-15 12:46:42 -0500
  • 77e20a0c21 Fix unescape_string removing all backslashes ShadowNinja 2015-01-15 16:14:40 -0500
  • c9669e90bb Fix typo in serialize.lua. Diego Martínez 2015-01-15 15:08:06 -0300
  • 9f52149a11 Android, build: Update curl to 7.40.00 sapier 2015-01-15 21:51:54 +0100
  • eb6b6ff333 Add missing return value for filter/mipmap dropdown in mainmenu kilbith 2015-01-15 20:17:54 +0100
  • 516f1bcd16 Revert "Optimize bumpmapping mathematics" Craig Robbins 2015-01-16 01:30:03 +1000
  • 5cf911ffe1 Small tweaking (alignement - client tab) kilbith 2015-01-15 14:18:20 +0100
  • 148fffb0f2 Optimize bumpmapping mathematics Loic Blot 2015-01-15 23:11:56 +1000
  • bd0d786590 Change UniqueQueue to use a queue and a set. unknown 2015-01-13 23:28:21 +1100
  • 227e4807b4 Reorganizing client and server tabs jeanpatrick.guerrero@gmail.com 2015-01-15 00:46:18 +1000
  • e19dab2622 Added configurable ambient_occlusion_gamma. Default is 2.2 (same as previous hardcoded values). TriBlade9 2015-01-14 23:34:44 +1000
  • 57f2fa57cd Fix use of uninitialized data Craig Robbins 2015-01-14 15:43:33 +1000
  • a4a6cc8eb1 builtin: Unify register wrapper functions and wrap clear_registered_* functions too kwolekr 2015-01-13 12:26:13 -0500
  • 0fd1ee0380 Performance fixes. onkrot 2015-01-10 11:05:42 +0000
  • 5d08ada224 Add VoxelArea::hasEmptyExtent unknown 2015-01-13 23:23:31 +1000
  • c0066a75cd Fix Android crash on keyboard connection change. Kodexky 2015-01-12 14:47:07 -0430
  • 714a4f8507 Attempt to fix occasional issue of uninitialized MapBlock data kwolekr 2015-01-12 22:31:08 -0500
  • b0efb8f3b2 Prevent transform of noise3d result in getBlockSeed2 kwolekr 2015-01-12 15:46:04 -0500
  • c367f7301a Mapgen V5: Move cave generation from base terrain loop to optional function paramat 2015-01-11 09:21:55 +0000
  • a77c85fa6d Remove builtin_biome.lua from builtin and add simple biome minimal paramat 2015-01-01 06:47:07 +0000
  • c28a90dafb Lua-api.txt: Document that paramtype='light' results in light propagation with attenuation and is essential for a light source to spread it's light paramat 2015-01-10 07:01:54 +0000
  • aed70cb0b6 Disable sound and key binding settings in "pause" menu on android sapier 2015-01-11 13:58:49 +0100
  • 2d9b311e7b Fix invalid stepheight increase calculation on android sapier 2015-01-11 13:57:26 +0100
  • 25235a4324 Increase stepheight on android by 0.5 to smoothen movement sapier 2015-01-11 04:32:56 +0100
  • b7c0e4b333 Fix clipping rectangle of GUITable row highlight Kahrl 2015-01-10 19:56:14 +0100
  • 3b16103ca6 Change default font sizes to 14(freetype) and 10(non-freetype) sfan5 2015-01-10 18:59:43 +0100
  • 8089d89a51 Set default value for ENABLE_REDIS to 0 sfan5 2015-01-10 15:28:25 +0100
  • 30334b6b22 Revert "Switch default scaling factor to 0.75 as most ppl seem to have 96dpi screens instead of previous assumed 72" which ain't required any longer as fonts are no longer autoadjusted This reverts commit 7ad17a25f4. sapier 2015-01-09 19:07:55 +0100
  • de3888ca09 Remove automatic consistent formspec size <-> font size (now has to be done manually) Set builtin formspecs to autoscale in order to get consistent formspec look and feel Uncouple label positioning from font size (May break some formspecs but is required to allow manual font adjustment) sapier 2015-01-09 18:01:59 +0100
  • 3c8e372119 Removed superfluous facedir check in mapblock_mesh.cpp Craig Robbins 2015-01-10 02:06:33 +1000
  • 2ab97a7821 Fix logic of checkbox formspec element validity checking Kahrl 2015-01-09 16:57:54 +0100
  • 63867b1a37 Fix memory leaks due to messed up memory handling for particles as well as their spawners sapier 2015-01-05 18:34:59 +0100
  • e201620ee1 Split gui_scaling to gui_scaling + hud_scaling as those elements need different handling on some devices sapier 2015-01-07 00:10:46 +0100
  • d576235409 Fix facedir > 23 causes segfault in client See issue #2017 Applied kahrl's gist Craig Robbins 2015-01-09 15:42:03 +1000
  • 7ad17a25f4 Switch default scaling factor to 0.75 as most ppl seem to have 96dpi screens instead of previous assumed 72 sapier 2015-01-09 00:37:02 +0100
  • a3db918f78 Remove included SQLite3 ShadowNinja 2015-01-04 13:48:23 -0500
  • d8cf64a202 Add SQLite3 libraries to buildbot sfan5 2015-01-08 21:30:07 +0100
  • 56a89fd265 Return step smoothing value to 23 paramat 2015-01-07 12:22:33 +0000
  • 4a57ef12a1 Mapgen V6: Re-enable liquid flowing kwolekr 2015-01-07 19:25:27 -0500
  • 50ce63b190 Remove accidentally added non-ft font files sapier 2015-01-08 01:02:24 +0100
  • 04d4a00393 Fix armv7 using arm arch while arm uses armv7 sapier 2015-01-08 00:11:00 +0100
  • 2504da28af Fix direction property of HUD rubenwardy 2015-01-07 19:08:51 +0000
  • ef140eb7b0 Fix emerge thread not cleaning up emerge queue on shutdown sapier 2015-01-04 01:01:30 +0100
  • 2b8ed9e80c Switch android build to external sqlite3 sapier 2015-01-07 01:01:03 +0100
  • 42f3515c0e Fix andorid build error sapier 2015-01-07 00:10:21 +0100
  • 0f1d33933d Implement X11 dpi autodetection sapier 2015-01-06 22:40:34 +0100
  • efdb9da619 Fix buildbot (was broken by 04a1a446cf) sfan5 2015-01-06 19:43:21 +0100
  • 083d19b3fc Fixes for android Copy only minetest_game to apk by default Don't copy .git and .svn folders to apk Fix bouncing asset copy scrollbar due to long filepaths Reenable font scaling to fix broken menu on high dpi screens Implement minetest loglevel to android loglevel mapping Disable touch digging while moving around sapier 2015-01-06 16:01:49 +0100
  • ef0a4e3614 Add registered_ores and registered_decorations ShadowNinja 2015-01-04 21:30:55 -0500
  • beb6b3e593 Prevent client crashing if an NDT_AIRLIKE node is dropped Craig Robbins 2015-01-05 22:39:08 +1000
  • 2d849b0a19 Shorten ManualMapVoxelManipulator to MMVManip kwolekr 2015-01-05 02:42:27 -0500