aboutsummaryrefslogtreecommitdiff
path: root/textures/base/pack/server_flags_creative.png
Commit message (Expand)AuthorAge
* Regenerate server_flags_creative.png from XCFKahrl2014-12-21
* Fix background of creative icon (was black, now transparent)Kahrl2014-12-14
* Display serverlist flags as iconsKahrl2014-12-13
class='logsubject'>Add on_authplayer callback and 'last_login' to on_joinplayer (#9574)sorcerykid2020-05-23 | | | | | | Replace on_auth_fail callback with more versatile on_authplayer Better clarify account login process in Lua API documentation Change initial timestamp for newly registered accounts to -1 * Consistent HP and damage types (#8167)SmallJoker2019-02-10 | | | | | Remove deprecated HUDs and chat message handling. Remove unused m_damage variable (compat break). HP: s32 for setter/calculations, u16 for getter. * Fix wrong code comment (#8061)DS2019-01-06 | | | "Get core.registered_on_chat_messages" to "Get core.registered_on_player_receive_fields" where `core.registered_on_player_receive_fields` is gotten * Modernize lua read (part 2 & 3): C++ templating assurance (#7410)Loïc Blot2018-06-30 | | | | | | | | | * Modernize lua read (part 2 & 3): C++ templating assurance Implement the boolean reader Implement the string reader Also remove unused & unimplemented script_error_handler Add a reader with default value * Run callback in IDropAction, refactor function argumentsSmallJoker2018-04-02 | * Add player inventory callbacksSmallJoker