Age | Commit message (Expand) | Author |
2020-08-27 | Lua API: Register missing get_texture_mod function (#10338) | karamel59 |
2020-08-15 | Allow binding dig, place actions to keys; remove LMB/RMB hardcoding | ANAND |
2020-06-13 | Exposing the zoom key to Lua API (#9903) | Lars Müller |
2020-05-07 | Server class code cleanups (#9769) | Loïc Blot |
2020-05-05 | Sky API: Rename *_tint to fog_*_tint for consistency | SmallJoker |
2020-05-02 | set_fov: Add support for time-based transitions (#9705) | ANAND |
2020-04-27 | Forbid object:attach(obj, ...) (#9762) | Loïc Blot |
2020-04-18 | script: Move SAO usability check so that it covers all functions (#9698) | sfan5 |
2020-04-14 | scriptapi: Some small optimizations to value pushing (#9669) | sfan5 |
2020-04-11 | Drop content_sao.{cpp,h} | Loic Blot |
2020-04-11 | Move PlayerSAO to dedicated files | Loic Blot |
2020-04-11 | Move serveractiveobject & unitsao | Loic Blot |
2020-04-11 | scriptapi: Sort out ServerEnvironment / Environment distinction properly | sfan5 |
2020-03-08 | Fix star visilibity and documentation (since 946c03c6) | Jordan Snelling |
2020-03-05 | set_sky improvements, set_sun, set_moon and set_stars | Jordach |
2020-02-23 | Move core.get_connected_players() implementation to C++ | sfan5 |
2020-02-11 | Script API: Check that SAOs are still usable before attempting to use them | sfan5 |
2019-09-22 | Punchwear (improved) (#8959) | sfan5 |
2019-09-21 | Wieldhand: Specify which ItemStack to use (#8961) | SmallJoker |
2019-09-19 | Add support for per-player FOV overrides and multipliers | Anand S |
2019-08-24 | Inventory: Send dirty lists where appropriate (#8742) | SmallJoker |
2019-08-10 | Implement adding velocity to player from Lua | sfan5 |
2019-08-07 | Unify wield item handling (#8677) | SmallJoker |
2019-07-30 | Move the clamping of hp/breath when their maximums change to read_object_prop... | Beha |
2019-05-21 | Fix forgotten PlayerSAO cast in a90f2ef | SmallJoker |
2019-05-21 | Check for out-of-bounds breath when setting breath_max (#8493) | ANAND ツ |
2019-04-28 | Force send a mapblock to a player (#8140) | sofar |
2019-04-11 | Add node field to PlayerHPChangeReason table (#8368) | Paul Ouellette |
2019-04-07 | Add deprecation warnings for ObjectRef:get/set_attribute (#8443) | ANAND |
2019-03-12 | HPChange Reason: Fix push after free, and type being overwritten (#8359) | rubenwardy |
2019-02-10 | Consistent HP and damage types (#8167) | SmallJoker |
2019-01-06 | Fix various bugs (Anticheat, Lua helpers) (#8013) | SmallJoker |
2018-11-28 | Add Lua methods 'set_rotation()' and 'get_rotation()' (#7395) | CoderForTheBetter |
2018-07-08 | Lua templating reading (part 4): s16, v2s16, v2f (#7512) | Loïc Blot |
2018-07-01 | Log deprecated Lua function calls (#7491) | SmallJoker |
2018-06-30 | Modernize lua read (part 2 & 3): C++ templating assurance (#7410) | Loïc Blot |
2018-06-04 | Modernize lua read (part 1): C++ templating insurance (#7394) | Loïc Blot |
2018-05-31 | Fix isNan on setYaw Lua call (#7380) | Loïc Blot |
2018-04-30 | Allow damage for attached objects, add attach/detach callbacks (#6786) | SmallJoker |
2018-04-06 | Add player:get_meta(), deprecate player attributes (#7202) | rubenwardy |
2018-04-02 | Fix many issues reported by clang-tidy (#7189) | Loïc Blot |
2018-03-31 | ObjectRef: Add add_velocity() (#3208) | you |
2018-03-28 | Add reasons to on_dieplayer and on_hpchange | Andrew Ward |
2018-03-28 | Add formspec theming using prepended strings | Andrew Ward |
2018-03-08 | Cleanup & bugfix | Loic Blot |
2018-03-08 | Cleanup: drop Server::hudGetHotbarSelectedImage() | Loic Blot |
2018-03-08 | Cleanup: drop Server::hudGetHotbarImage() | Loic Blot |
2018-03-08 | Cleanup: drop Server::hudGetHotbarItemcount() | Loic Blot |
2018-01-20 | [CSM] Add basic HUD manipulation. (#6067) | red-001 |
2017-09-30 | Make Player::peer_id server-side only and add getters and setters (#6478) | Loïc Blot |