]> git.lizzy.rs Git - dragonfireclient.git/history - src
Fix float argument check in minetest.set_timeofday() (#10483)
[dragonfireclient.git] / src /
2020-10-13 ZughyFix float argument check in minetest.set_timeofday...
2020-10-13 ZughyAdd ObjectRef:get_children() (#10480)
2020-10-13 LarsAvoid drawing invisible blocks on the client.
2020-10-13 JosiahWIPass ContentFeatures as reference to read_content_featu...
2020-10-11 ZughyAdd missing type check to InvRef:set_lists() (#10476)
2020-10-09 DSAdd a short_description to be used by mods (#8980)
2020-10-08 DSFix box[]es not being clipped (#10473)
2020-10-06 Zughy-Wmem-access only called when GCC > 7 (#10453)
2020-10-06 HybridDogAdd minetest.get_artificial_light and minetest.get_natu...
2020-10-06 rubenwardyPrevent games from setting secure settings (#10460)
2020-10-05 SmallJokerRemove unused functions reported by cppcheck (#10463)
2020-10-04 Pierre-Yves RolloMinimap as HUD element with API control
2020-10-04 Jordan SnellingAdd First Person Attachments (#10360)
2020-10-04 Lars MüllerFix short 180 degree rotation when using set_bone_posit...
2020-10-03 rubenwardyDeprecate get_player_velocity and add_player_velocity...
2020-10-03 random-geekFix scroll bar overlapping text (again) (#9058)
2020-10-03 HybridDogReduce the FPS when the window is unfocused (#8837)
2020-10-01 SmallJoker(se)SerializeString: Include max length in the name
2020-10-01 SmallJokerClean up serialization
2020-10-01 SmallJokerSettings: Remove unused functions
2020-09-29 k.h.laiImprove MSVC cmake and update vcpkg instruction (#10407)
2020-09-26 Elias FleckensteinPatch fast/teleport vulnerability when attached to...
2020-09-26 Tyler SchwendLog server announce on updates and deletes too (#10177)
2020-09-26 luk3yxRemove null bytes from TOCLIENT_BLOCKDATA (#10433)
2020-09-25 Buckaroo BanzaiCorrect erroneous reported max lag with prometheus...
2020-09-23 ParamatFix horizontal/vertical merging bug of hardware-colored...
2020-09-23 Vincent RobinsonReplace MyEventReceiver KeyList with std::unordered_set...
2020-09-22 SmallJokerSettings: Fix unittest memory leak, change input types
2020-09-22 WuzzyFix chat/infotext overlap if many chat lines (#10399)
2020-09-21 SmallJokerSettings: Fix crash on exit due to group double-free
2020-09-21 LarsRecord player existence in dymmy database.
2020-09-16 rubenwardyClean up server-side translations, remove global variab...
2020-09-14 hecksRemove "generate normal maps" feature (#10313)
2020-09-10 Sebastien MarieRemove Thread::kill() and related unittest (#10317)
2020-09-09 David CARLIERAdd NetBSD cpu affinity support code (#10378)
2020-09-09 David CARLIERDarwin platform build fix (#10376)
2020-09-07 SmallJokerInventory: Protect Craft and Drop actions (#10353)
2020-09-04 LejoPrevent interacting with items out of the hotbar (...
2020-09-04 WuzzyScale inventory image for scaled allfaces nodes (#10225)
2020-09-04 Lars MüllerFix inventory swapping not calling all callbacks (...
2020-09-03 ParamatAdd 'ores' global mapgen flag (#10276)
2020-09-01 sfan5Change default ambient occlusion gamma to 1.8 (#10185)
2020-09-01 HybridDog[2] Code cleanup in serverpackethandler (#9349)
2020-08-29 EvidenceBAdd compass HUD element (#9312)
2020-08-29 Hugues RossMake bgcolor tint button background images (#9818)
2020-08-29 Lars MüllerPrevent players accessing inventories of other players...
2020-08-28 SmallJokerMapgen: Fix on-by-default flags broken since eca6ee9...
2020-08-27 karamel59Lua API: Register missing get_texture_mod function...
2020-08-27 MaksimAndroid: drop simple MainMenu (#10227)
2020-08-25 David CARLIERNetBSD build fix proposal. (#10308)
2020-08-25 mntmnshaders: Fix transparency on GC7000L (#10036)
2020-08-24 DesourProperly handle mod-errors in on_shutdown
2020-08-23 Kezidarken tabheader background color (#10299)
2020-08-23 EvidenceBAvoid drawing clipped out formspec elements (#10095)
2020-08-23 adridoFix MSVC compiler warnings (#10197)
2020-08-23 BenjaminRiFix light overflow of u8 if light is saturated at 255...
2020-08-23 David CARLIERComplete Haiku platform support. (#10311)
2020-08-20 DSLoad media from subfolders (#9065)
2020-08-20 Sebastien MarieDefine environ variable on OpenBSD (#10302)
2020-08-20 Pierre-Yves RolloFix missing translation call in hypertext (#10296)
2020-08-20 v-robAdd gradients and borders to FormSpec boxes (#8676)
2020-08-19 v-robOptimize formspec form size (#10144)
2020-08-19 hecksClean up sound_fade (#10119)
2020-08-18 LarsAllow the ABM time budget to be configurable.
2020-08-17 rubenwardyContentDB: Add Update All and download queuing (#9995)
2020-08-15 ANANDAllow binding dig, place actions to keys; remove LMB...
2020-08-12 sfan5Render nodeboxes with opaque material if possible ...
2020-08-12 Lars MüllerFix precision not working in hud_change (#10186)
2020-08-11 v-robAdd font styling options to tables and textlists (...
2020-08-05 ParamatMapgen Flat: Add caverns, disabled by default (#9913)
2020-08-04 Hugues RossImplement override.txt support for special tiles (...
2020-08-03 SeekerFix build for Visual Studio (explicitly cast pointers...
2020-08-01 Paul OuelletteFix GCC class-memaccess warnings (#10239)
2020-07-30 sfan5content_cao: Support texture animation for upright_spri...
2020-07-29 SmallJokerAllow starting local server using --go again (#10229)
2020-07-29 Lars MüllerRevert "Get rid of non-ascii characters in the debug...
2020-07-29 LejoAdd PUT and DELETE request + specific method value...
2020-07-29 SmallJokerdecode_base64: Allow '=' padding character
2020-07-28 Hugues RossSanitize world directory names on create. Keep original...
2020-07-27 WuzzyPlay place_failed sound if occupied or cannot attach...
2020-07-23 WuzzyImprove default inventory+wield images of node drawtype...
2020-07-23 sfan5Replace std::list<session_t> in networking code (#10215)
2020-07-21 MaksimAndroid: Fix ConfirmRegistration and PasswordChange...
2020-07-16 Lars MüllerRevert "Auto delete MetaData when = 0 (#8770)" (#10183)
2020-07-14 ZughyFormspecs: volume and key settings windows can now...
2020-07-14 sfan5Implement grouped mode for find_nodes_in_area (#9888)
2020-07-14 LoneWolfHTAdd object crosshair, disable entity selectionboxes...
2020-07-14 SmallJokerCleanup ClientLauncher structure (#10160)
2020-07-12 v-robAdd FormSpec font styling options (#9763)
2020-07-12 LejoAdd reconnect button on error: Too many players (#9405)
2020-07-12 v-robAllow FormSpec elements to be focused with `set_focus...
2020-07-10 Lars MüllerBump animation frame count from u8 to u16 (#10054)
2020-07-10 sfan5Remove std::shared_ptr use in TileLayer (#10090)
2020-07-10 v-robFormspec: Make dropdowns optionally return event based...
2020-07-09 sfan5Quick workaround for crashing destructor on Mingw32
2020-07-07 rubenwardyFix build due to revert error
2020-07-07 TheTermosFix player controls only being applied for the first...
2020-07-07 rubenwardyRevert "Verify database connection on interval (#9665)"
2020-07-05 ParamatApply camera smoothing to 'air stepheight' (#10025)
2020-07-03 v-robDon't stop style parsing on unknown property (#10143)
next