]> git.lizzy.rs Git - minetest.git/history - src/network/clientpackethandler.cpp
Source image tracking in tile generation (#12514)
[minetest.git] / src / network / clientpackethandler.cpp
2023-02-17 20kdcSource image tracking in tile generation (#12514)
2023-01-09 x2048Remove mapblock cache for mesh generation. (#13124)
2023-01-06 x2048Add dynamic exposure correction (#12959)
2022-12-27 x2048Use multiple threads for mesh generation (#13062)
2022-12-26 lhofhanslAllow saturation to be controlled by the server. (...
2022-11-09 Abdou-31Fix typos and en_US/en_GB inconsistency in various...
2022-09-06 Herman SemenovCode optimizations / refactor (#12704)
2022-07-13 Lexi HaleAnimated particlespawners and more (#11545)
2022-07-09 SmallJokerSounds: Various little improvements (#12486)
2022-07-02 WuzzyAllow to set maximum star opacity at daytime (#11663)
2022-06-20 SmallJokerRe-order sound-related code (#12382)
2022-06-11 Lars MüllerNo damage effects on hp_max change (#11846)
2022-06-05 rubenwardyAdd register dialog to separate login/register (#12185)
2022-04-28 sfan5Clean up some auth packet handling related code
2022-03-26 x2048Add API to control shadow intensity from the game/mod...
2022-01-30 sfan5Get rid of `basic_debug` last minute
2022-01-22 sfan5Fix consistency of sky sun/moon texture behaviour
2022-01-19 sfan5Fix local animation not instantly updating after being set
2021-12-28 JosiahWIRestore GCC 5 compatibility (#11778)
2021-09-19 sfan5Fix trivial typos
2021-09-12 sfan5Fix broken handling of NodemetaChanged packets
2021-09-11 sfan5Make sure relevant std::stringstreams are set to binary
2021-09-09 sfan5Dynamic_Add_Media v2 (#11550)
2021-08-21 SmallJokerHUD: Reject and warn on invalid stat types (#11548)
2021-07-27 sfan5Add bold, italic and monospace font styling for HUD...
2021-06-24 WuzzyRequire 'basic_debug' priv to view gameplay-relevant...
2021-03-06 sfan5Clean up ClientEvent hudadd/hudchange internals
2021-02-26 savilliFix hud_change and hud_remove after hud_add (#10997)
2020-10-04 Pierre-Yves RolloMinimap as HUD element with API control
2020-10-01 SmallJoker(se)SerializeString: Include max length in the name
2020-07-12 LejoAdd reconnect button on error: Too many players (#9405)
2020-06-13 sfan5Server pushing media at runtime (#9961)
2020-05-23 sfan5Implement spawning particles with node texture appearance
2020-05-22 sfan5Cleanup of particle & particlespawner structures and...
2020-05-11 WuzzyAdd support for statbar “off state” icons (#9462)
2020-05-05 SmallJokerSky API: Rename *_tint to fog_*_tint for consistency
2020-05-02 ANANDset_fov: Add support for time-based transitions (#9705)
2020-04-08 sfan5Overall improvements to log messages (#9598)
2020-03-20 WuzzyAdd comments for translators (#9510)
2020-03-05 sfan5Fix memory leak in protocol 38 set_sky
2020-03-05 Jordachset_sky improvements, set_sun, set_moon and set_stars
2020-02-26 Warr1024Allow texture modifiers in hotbar textures. (#9271)
2020-02-01 sfan5Improve core.sound_play with ephemeral sounds and playe...
2019-12-06 Pierre-Yves RolloAdd z-index management to HUD
2019-09-19 Anand SAdd support for per-player FOV overrides and multipliers
2019-09-14 ANANDSend ActiveObjects once right after Init2
2019-09-14 SmallJokerLoad CSM environment after the restrictions are known
2019-08-24 SmallJokerInventory: Send dirty lists where appropriate (#8742)
2019-08-10 sfan5Implement adding velocity to player from Lua
2019-08-04 sfan5Fix binary-string confusion in client network code
2019-03-10 rubenwardyFix serialization of std::time_t by casting to u64...
2019-03-07 rubenwardyFix detach inventory serialisation (#8331)
2019-03-01 Loïc BlotFix particle spawners not visible since CSM spawner...
2019-02-26 Loïc BlotRevert "Revert CSM particles commit to fix particle...
2019-02-26 ParamatRevert CSM particles commit to fix particle spawner...
2019-02-09 rubenwardyDisable confirmation dialog on localhost
2019-01-26 Muhammad Rifqi Pri... Add setting to disable confirmation on new player regis...
2019-01-03 SmallJokerProselytize the network. Use IEEE F32 (#8030)
2018-12-04 SmallJokerSend only changed node metadata to clients instead...
2018-11-28 Quentin BazinMove client-specific files to 'src/client' (#7902)
2018-11-24 ParamatCSM: Don't create the client script environment if...
2018-10-10 SmallJoker Add core.remove_detached_inventory (#7684)
2018-09-07 ParamatParticles: Make collision with objects optional (#7682)
2018-06-26 SmallJokerRename CSM flavours to restrictions
2018-03-28 Andrew WardAdd formspec theming using prepended strings
2018-03-24 Loïc BlotCleanup sound manager class (#7158)
2018-02-17 red-001Remove legacy chat network code. (#6954)
2018-01-26 red-001Fix issues with earlier CSM HUD commit (#6940)
2018-01-20 red-001[CSM] Add functions to create particles and particlespa...
2018-01-20 red-001[CSM] Add basic HUD manipulation. (#6067)
2018-01-13 Muhammad Rifqi Pri... Add confirmation on new player registration (#6849)
2017-12-11 Loïc BlotCSM fixes: load mods after flavours & add flavour to...
2017-12-10 SmallJokerDamage: Remove damage ignore timer
2017-09-25 Loïc BlotImplement mod communication channels (#6351)
2017-09-12 SmallJokerNetwork: Fix logging into older worlds with base64...
2017-09-12 SmallJokerNetwork: Remove large parts of deprecated legacy code...
2017-08-29 Loïc BlotNetwork proto handlers/container fixes (#6334)
2017-08-28 Loïc BlotClientevent refactor (#6320)
2017-08-24 EkdohibsAdd clientside translations.
2017-08-24 Loïc BlotNetwork cleanup (#6302)
2017-08-20 paramatMinimap: Add new HUD flag for minimap radar mode
2017-08-19 Loïc BlotCode modernization: subfolders (#6283)
2017-07-18 Loïc Blot[CSM] Add flavour limits controlled by server (#5930)
2017-07-16 Loïc BlotChat protocol rewrite (#5117)
2017-06-19 Loïc BlotVerify HudSetParams input when hotbar textures are...
2017-06-17 Loïc BlotCpp11 initializers 2 (#5999)
2017-06-11 RuiSound: Add pitch option (#5960)
2017-06-08 red-001Have the server send the player list to the client...
2017-06-04 Loïc BlotC++11 patchset 2: remove util/cpp11.h and util/cpp11_co...
2017-05-19 Loïc BlotWhen minimap is disabled in configuration, really disab...
2017-05-03 SmallJokerFading soungs: Fix client crash on older servers
2017-05-03 paramatSet sky API: Add bool for clouds in front of custom...
2017-05-03 SmallJokerSneak: Improve and fix various things
2017-05-03 BrandonSound API: Add fading sounds
2017-04-29 Ben DeutschAdd clouds API
2017-04-25 ShadowNinjaRename Scripting API files for consistency
2017-04-22 red-001Network:Remove old opcodes and fix documentation. ...
2017-04-04 Loïc BlotClient handlers: Remove useless stringstream usage...
2017-03-16 Loïc Blot[CSM] Add minimap API modifiers (#5399)
2017-03-13 nerzhul[CSM] Add enable_client_modding param (default: false)
next