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

Commit graph

  • a08d18acad
    ContentCAO: Update light of all attached entities (#9975) SmallJoker 2020-06-01 19:01:47 +0200
  • f849917bbe
    imageScaleNNAA: Fix image clipping on rect- instead of image dimensions (#9896) Hugues Ross 2020-06-01 09:22:04 -0400
  • 51de4ae297
    Devtest: Fix missing/incorrect liquid properties (#9955) Wuzzy 2020-05-30 01:46:57 +0200
  • 4c8e1c3200 Clean up CAO nametag handling and remove deprecated AO_CMD sfan5 2020-05-26 16:05:06 +0200
  • db7c262ee8 content_cao: Do not expire visuals when not necessary sfan5 2020-05-25 23:36:45 +0200
  • 34862a6442 Add disable_jump check for the player's feet MoNTE48 2019-12-11 20:03:12 +0100
  • 65a6a316d0 Add minetest.is_creative_enabled Wuzzy 2020-05-26 02:11:19 +0200
  • 9a64a9fd94
    Update ContentDB dialog (#9949) rubenwardy 2020-05-29 00:52:48 +0100
  • 471e567657 Value copy / allocation optimizations mostly in server, SAO and serialize code sfan5 2020-05-26 17:38:31 +0200
  • 2fd5f38c45 Change item entity collisionbox so that they don't sink into the ground sfan5 2020-05-27 15:41:28 +0200
  • 03dae5fba6 Fix falling entity not falling through players sfan5 2020-05-27 15:10:47 +0200
  • f90ca96c73
    Make ContentDB downloads not block the UI (#9948) rubenwardy 2020-05-27 17:02:09 +0100
  • 58f523e363
    Fix liquids refusing to flow in X+ or Z+ in some cases (#9874) sfan5 2020-05-27 00:17:23 +0200
  • ba553e22e4
    Devtest game: Update biome registrations (#9936) Paramat 2020-05-26 23:11:33 +0100
  • 8713924811 Fix devtest being ignored by .gitignore rubenwardy 2020-05-26 21:31:54 +0100
  • 1afd6d682a
    Devtest: Fix crash in player unittest (#9937) Wuzzy 2020-05-26 19:49:02 +0200
  • 083b285f43
    Rename “Minimal development test” to “Development Test” (#9928) Wuzzy 2020-05-26 00:17:52 +0200
  • b546e8938d
    L-System trees: Remove hardcoded use of 'mapgen_dirt' alias (#9931) Paramat 2020-05-25 21:11:57 +0100
  • 5311a27523 Silence GCC warning in mapblock_mesh SmallJoker 2020-05-25 19:10:23 +0200
  • 212a1123e0 Fix build on FreeBSD, broken since open_url rubenwardy 2020-05-24 15:31:06 +0100
  • b3c79906d4
    Add engine version string to ContentDB API request (#9890) rubenwardy 2020-05-24 14:46:50 +0100
  • 6456aba73f
    Replacement for Minimal Development Test (PR) (#9450) Wuzzy 2020-05-24 15:46:26 +0200
  • a9b74f4c39
    Add chat_font_size setting (#9736) SmallJoker 2020-05-24 14:24:13 +0200
  • f51cf7c68a
    Fix two bugs in content_cao sfan5 2020-05-24 11:48:51 +0200
  • 5430770b68 Fix constant re-queueing of emerges that will always be unsuccessful sfan5 2020-05-11 20:22:32 +0200
  • a9d6be8b6f Fix documentation of emergequeue_limit settings sfan5 2020-05-11 20:19:02 +0200
  • 8ee2ece3c9
    lua_api.txt: Fix minor typo (#9917) ANAND 2020-05-24 15:18:19 +0530
  • 10c3002aea Optimize particlespawner sending by not sending to distant players sfan5 2020-05-22 15:25:47 +0200
  • 9d6e7e48d6 Implement spawning particles with node texture appearance sfan5 2020-05-22 14:17:03 +0200
  • 15ba75e4cf Add on_authplayer callback and 'last_login' to on_joinplayer (#9574) sorcerykid 2020-05-23 06:24:06 -0500
  • 037422fdba
    Modernize include guards and add missing ones (#9898) Awkor 2020-05-23 13:23:05 +0200
  • e79bc40c0a Check for valid base64 before decoding (#9904) Lejo1 2020-05-20 21:54:52 +0200
  • 7ab0c0662a MacOS: Fix environ not being found SmallJoker 2020-05-22 14:19:07 +0200
  • 1357ea1da2
    Cleanup of particle & particlespawner structures and code (#9893) sfan5 2020-05-22 13:23:25 +0200
  • 1bcdc2d7e9
    Various documentation fixes in settingtypes.txt (#9910) Paramat 2020-05-22 01:32:20 +0100
  • 82e4137893
    Cache liquid alternative IDs (#8053) Vitaliy 2020-05-21 00:52:10 +0300
  • 42fcfb75e8
    Allow more than 255 biomes, document new maximum (#9855) Paramat 2020-05-20 22:16:14 +0100
  • c47a680db7 Stop wasting memory on identical textures when texture filtering is disabled sfan5 2020-05-19 20:45:02 +0200
  • 732c8008f4 CSM: Fix crashing minetest.get_item_def() sfan5 2020-05-20 20:13:16 +0200
  • c94d37827d
    Rework functionality of leveled nodes (#9852) Wuzzy 2020-05-19 21:08:37 +0200
  • 7d3972a504
    Add ability to scale HUD text (#9814) LoneWolfHT 2020-05-19 10:10:39 -0700
  • 0fc51db772 Add missing sao->isGone() checks sfan5 2020-05-18 23:23:25 +0200
  • 11723cffe0 builtin: Move common/async_event.lua to mainmenu/async_event.lua sfan5 2020-05-15 16:38:19 +0200
  • 52430d34d3 content_mapblock: Move static initialization out of functions sfan5 2020-05-15 15:42:33 +0200
  • be38a44ffe Client: Add sum and average to packetcounter sfan5 2020-05-15 15:12:37 +0200
  • a9c3a42323
    Add core.open_url() to main menu API (#8592) rubenwardy 2020-05-17 19:09:10 +0100
  • c1ce4be756
    Make automatic_rotate relative, allow setting rotation (#8468) ANAND 2020-05-17 01:12:31 +0530
  • ab745685c7
    Error msg if trying to teleport attached player (#9824) Wuzzy 2020-05-16 21:41:41 +0200
  • a08251a61e Log protocol ver on mismatched client connect too sfan5 2020-05-16 12:03:36 +0200
  • af0f7ac4a2
    Add new Mapgen V7 floatland implementation (#9296) Paramat 2020-05-14 22:27:54 +0100
  • d76785b4c7
    network: Replace a fatal_error with just error logging sfan5 2020-05-14 21:18:26 +0200
  • 36d35f2fe3
    CSM: Bugfixes to camera:get_pos() and camera:get_fov() sfan5 2020-05-14 21:16:45 +0200
  • 6ef7ad09bb
    Collision detection - #9343 follow-up (#9764) TheTermos 2020-05-14 19:28:27 +0200
  • 836dd4a1e4
    Add chat_log_level setting (#9223) SmallJoker 2020-05-14 19:26:15 +0200
  • 2d7e000cfe
    Item Entity: Add message to moveresult assertion (#9797) rubenwardy 2020-05-14 16:54:17 +0100
  • 68f9263a24 Hacked Client Elias Fleckenstein 2020-05-13 19:41:30 +0200
  • 6c607e2082
    Allow placing auto-rotating nodes on other nodes in on_rightclick (#9859) Yaman Qalieh 2020-05-13 07:57:05 -0400
  • 4e997e9d04
    Document inf value in rollback commands (#9789) Zughy 2020-05-13 11:56:26 +0000
  • 7ec76e530d
    Add mapgen settings to world creation dialog (#9254) Wuzzy 2020-05-12 03:52:52 +0200
  • 9ba24f89f5
    Damage texture modifier (#9833) Lars Müller 2020-05-11 21:41:36 +0200
  • 6e1372bd89
    Add support for statbar “off state” icons (#9462) Wuzzy 2020-05-11 21:40:45 +0200
  • 88bb8e57e6
    Request the dedicated GPU when starting Minetest from the .desktop file (#9827) Hugo Locurcio 2020-05-10 13:37:30 +0200
  • 7cb53791c3
    Color gradient for default and 'regular' type sky (#9502) TheTermos 2020-05-09 17:14:56 +0200
  • b6242498aa
    Always use same default tabheader height (#9319) Paul Ouellette 2020-05-09 11:14:29 -0400
  • 454dbf83a9
    Server class code cleanups (#9769) Loïc Blot 2020-05-07 22:38:41 +0200
  • 650168cada Fix Server triggering wrong errors if environment init fails sfan5 2020-05-07 21:39:04 +0200
  • 4f9ccd89b3
    Get rid of non-ascii characters in the debug display code (#8821) Jozef Behran 2020-05-06 21:35:18 +0200
  • 664800b2ad
    FormSpec: Add universal style selector * (#9718) v-rob 2020-05-06 10:36:02 -0700
  • 4f9a5f67ee
    Android: porting_android.cpp refactoring (#9687) Maksim 2020-05-06 14:25:57 +0200
  • e8e5d282da Enable collide_with_objects for falling entities sfan5 2020-05-01 14:56:56 +0200
  • 723926a995 Rewrite falling entity to make use of collision info sfan5 2020-04-27 17:53:20 +0200
  • b6b80f55c8 Expose collided objects in moveresult sfan5 2020-04-26 22:52:00 +0200
  • cb159f8d8a Fix crash when exiting server during running mapgen sfan5 2020-05-05 20:19:47 +0200
  • f3e87c53a5 Fix thread safety of PcgRandom use in BiomeGen sfan5 2020-04-26 18:33:50 +0200
  • ab06880525 Update num_emerge_threads description sfan5 2020-04-11 23:38:54 +0200
  • c28fbd06a8 Fix remaining issues with mapgen scriptapi sfan5 2020-04-10 02:43:49 +0200
  • 3c65d1acec Give the Mapgen on each EmergeThread its own Biome/Ore/Deco/SchemManager copy sfan5 2020-04-10 02:05:20 +0200
  • 2062c80e21 Allow ObjDefManager instances to be cloned sfan5 2020-04-09 23:40:12 +0200
  • d1c6cc72cc
    Server: Improve some log messages (#9820) sfan5 2020-05-05 17:05:11 +0200
  • f34c62c47f
    Add MSVC build (#9740) adrido 2020-05-05 08:42:55 +0200
  • f1a05d0f71
    Fix broken client if openal cannot be opened (#9804) Loïc Blot 2020-05-05 08:38:18 +0200
  • cad5b987ad Sky API: Rename *_tint to fog_*_tint for consistency SmallJoker 2020-05-04 20:19:12 +0200
  • 1b6f40c356 Rename moveresult speed to velocity SmallJoker 2020-05-04 20:02:33 +0200
  • 3ed5619d9a
    Fix small typo (#9813) oilboi 2020-05-05 02:35:55 -0400
  • 373bad16c0
    Android: some java-part improvements (#9760) Maksim 2020-05-04 08:47:00 +0200
  • 66c182531c
    Change default keys for cam/minimap to C/V (#9779) Wuzzy 2020-05-04 08:45:31 +0200
  • cb9a44ef89
    Add 'content_offset' and 'padding' style properties for buttons (#9661) Hugues Ross 2020-05-02 07:32:02 -0400
  • 5c96f57782
    Add a convention about z_index (#9701) Wuzzy 2020-05-02 13:12:02 +0200
  • 808eb4c571
    Auto delete MetaData when = 0 (#8770) Lejo 2020-05-02 12:57:04 +0200
  • 61d93988d8
    ci: Update Github Actions workflows (#9774) sfan5 2020-05-02 12:52:51 +0200
  • e0ea87f1f3
    set_fov: Add support for time-based transitions (#9705) ANAND 2020-05-02 16:22:11 +0530
  • ac368af4fe
    Allow connection info to be missing from minetest.get_player_information() (#9739) sfan5 2020-05-01 21:44:28 +0200
  • 74d9b6010f
    Give the online lua mainmenu also the client_list and mods (#8691) Lejo 2020-05-01 16:47:17 +0200
  • 3f275d799c
    Fix gettext detection and locale building (#9772) Juozas 2020-04-29 13:49:55 +0300
  • 00323e8fce Add docker build stage on Github actions Loic Blot 2020-04-27 08:31:51 +0200
  • 56bababcdf Add MetricsBackend with prometheus counter support Loic Blot 2020-04-27 08:31:37 +0200
  • a36c9c3e93
    Fix breath_bar scaling; delay breath_bar hiding by one second (#8271) ANAND 2020-04-28 23:00:57 +0530
  • a368e7e793
    cmake: Silence warnings. (#9750) orbea 2020-04-28 14:34:18 +0000
  • b9377f26a1 Rewrite builtin item entity to use collision info sfan5 2020-04-14 16:55:16 +0200
  • 3475759d1a Expose collision information to LuaEntity on_step sfan5 2020-04-14 14:11:33 +0200