]> git.lizzy.rs Git - dragonfireclient.git/history - src
Merge branch 'master' of https://github.com/EliasFleckenstein03/dragonfireclient
[dragonfireclient.git] / src /
2021-03-26 Elias FleckensteinMerge branch 'master' of https://github.com/EliasFlecke...
2021-03-26 Elias FleckensteinAdd ClientObjectRef:remove
2021-03-26 Elias FleckensteinFix legit_speed
2021-03-11 Elias FleckensteinMerge branch 'master' of https://github.com/EliasFlecke...
2021-03-11 Elias FleckensteinAdd noise to client CSM API
2021-03-10 Elias FleckensteinMerge branch 'master' of https://github.com/EliasFlecke...
2021-03-10 Elias FleckensteinUpdate .wielded command to output the entire itemstring...
2021-03-10 Elias FleckensteinMerge branch 'master' of https://github.com/EliasFlecke...
2021-03-10 Elias FleckensteinCSM: Use server-like (and safe) HTTP API instead of...
2021-02-18 Elias FleckensteinPort formspec API from waspsaliva
2021-02-18 Elias FleckensteinForcefully place items when minetest.place_node is...
2021-02-18 Elias FleckensteinUpdate buildbot to new MineClone2 repo and set the...
2021-02-12 Elias FleckensteinAttempt to fix SEGFAULT in push_inventory
2021-02-10 Elias FleckensteinMerge minetest changes
2021-02-10 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2021-02-08 Jean-Patrick GuerreroPause menu: Fix segfault on u/down key input
2021-02-08 Jean-Patrick GuerreroFix animation_image support in scroll containers
2021-02-07 rubenwardyReduce empty translation error to infostream
2021-02-07 rubenwardyUse consistent temp folder path (#10892)
2021-02-07 VitaliyRewrite touch event conversion (#10636)
2021-02-06 Muhammad Rifqi Pri... Fall back to default when rendering mode (3d_mode)...
2021-02-06 rubenwardyReduce ore noise_parms error to deprecation warning...
2021-02-06 sfan5Fix double free caused by CGUITTFont code
2021-02-05 SmallJokerServer: properly delete ServerMap on interrupted startups
2021-02-02 k.h.laiFix memory leak detected by address sanitizer (#10896)
2021-02-02 Vincent RobinsonFix list spacing and size (again) (#10869)
2021-02-02 sfan5Encode high codepoints as surrogates to safely transpor...
2021-02-02 sfan5Drop wide/narrow conversion functions
2021-02-02 sfan5Refactor utf8_to_wide/wide_to_utf8 functions
2021-02-02 SmallJokerServer GotBlocks(): Lock clients to avoid multithreadin...
2021-02-01 sfan5Revise dynamic_add_media API to better accomodate futur...
2021-01-31 sfan5Preserve immortal group for players when damage is...
2021-01-31 sfan5Readd Client::sendPlayerPos optimization (was part...
2021-01-31 sfan5Cache client IP in RemoteClient so it can always be...
2021-01-31 rubenwardyFix minetest.dig_node returning true when node isn...
2021-01-30 updatepo.shUpdate minetest.conf.example and dummy translation...
2021-01-29 SmallJokerPlayerDatabaseFiles: Fix segfault while saving a player
2021-01-29 sfan5Handle changes caused by CMake minimum version bump...
2021-01-29 sfan5Rework use_texture_alpha to provide three opaque/clip...
2021-01-29 sfan5Drop never documented 'alpha' property from nodedef
2021-01-29 SmallJokerSettings: Purge getDefault, clean FontEngine
2021-01-29 SmallJokerSettings: Proper priority hierarchy
2021-01-29 SmallJokerRemotePlayer: Remove Settings writer to Files database
2021-01-28 rubenwardySanitize ItemStack meta text
2021-01-28 VitaliyInclude irrlichttypes.h first to work around Irrlicht...
2021-01-27 ZughyConsistently use "health points" (#10868)
2021-01-24 VitaliyImprove irr_ptr (#10808)
2021-01-23 Vincent RobinsonFix formspec list spacing (#10861)
2021-01-23 Vincent RobinsonMake hypertext and textarea have proper scroll event...
2021-01-23 Vincent RobinsonFormSpec: Add list spacing, slot size, and noclip ...
2021-01-22 rubenwardyRemove dead code (#10845)
2021-01-22 rubenwardyUse JSON for favorites, move server list code to Lua...
2021-01-21 rubenwardyMgOre: Fix invalid field polymorphism (#10846)
2021-01-21 ZughyRemoved some obsolete code (#10562)
2021-01-21 ZughyObjectRef: fix some v3f checks (#10602)
2021-01-20 sfan5Improve --version output to include Lua(JIT) version
2021-01-20 WuzzyAllow "liquid" and "flowingliquid" drawtypes even if...
2021-01-13 Loïc BlotFactorize more guiEditBoxes code (#10789)
2021-01-11 JDiazImplement on_rightclickplayer callback (#10775)
2021-01-11 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2021-01-11 Elias FleckensteinLogo improvements
2021-01-08 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2021-01-07 Elias FleckensteinFix line containing only whitespace
2021-01-07 Loïc BlotRefactor/gui editbox (#10787)
2021-01-07 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2021-01-07 Elias FleckensteinAdd minetest.interact
2021-01-07 Elias FleckensteinMake the Cheat Menu size configureable
2021-01-07 Elias FleckensteinAdd minetest.registered_items and minetest.registered_n...
2021-01-04 Loïc Blotrefacto: factorize multiple code parts from guiEditbox...
2021-01-04 rubenwardyContentDB: Add overwrite dialog when content is already...
2021-01-02 hecksAdd on_deactivate callback for luaentities (#10723)
2021-01-01 Jean-Patrick GuerreroFormspecs: Fix broken texture escaping with model[]
2020-12-29 Elias FleckensteinAdd minetest.get_objects_in_area (#10668)
2020-12-28 Lars MuellerFix item tooltip background color not working
2020-12-24 Lars MuellerFix minetest.is_nan
2020-12-24 sfan5Fix some minor code issues all over the place
2020-12-23 LarsMinor profiler fixes.
2020-12-23 rubenwardyFix unsafe cast in l_object
2020-12-19 MarkusFix some more joystick issues (#10624)
2020-12-19 VitaliyCleanup shader generation code (#10663)
2020-12-19 rubenwardyAdd open user data button to main menu (#10579)
2020-12-18 DSDocumentation for highest formspec_version[] and change...
2020-12-15 LarsAllow configuring block disk and net compression. Chang...
2020-12-15 Thomas--SFormspec: Allow to specify frame loop for model[] ...
2020-12-14 ZughySemi-transparent background for nametags (#10152)
2020-12-14 SmallJokerRevert "GUIFormSpecMenu: Shift+Click listring workaroun...
2020-12-13 Elias FleckensteinFixed crash by adding legacy stuff to defaultsettings... 20-12-2020
2020-12-13 Elias FleckensteinFixed crash due to missing entry in defaultsettings.cpp
2020-12-12 SmallJokerGUIFormSpecMenu: Shift+Click listring workaround for...
2020-12-12 Elias FleckensteinRework Range
2020-12-12 Elias FleckensteinMake GitHub Actions Happy try 3 12-12-2020
2020-12-12 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2020-12-12 Elias FleckensteinMake GitHub Actions Happy try 1
2020-12-11 Elias FleckensteinRemove obsolete code from clientenvironment
2020-12-11 Elias FleckensteinNew Cheat Philosophy
2020-12-11 Elias FleckensteinWorld Cheats improvements; Add BlockLava; Readd minetes...
2020-12-05 hecksImplement mapblock camera offset correctly (#10702)
2020-12-05 sfan5Revert "Increase limit for simultaneous blocks sent...
2020-12-01 Elias FleckensteinUpdate CheatDB URL again 03-12-2020
2020-12-01 Elias FleckensteinUpdate defaults for ContentDB (->CheatDB)
next