Skip to content

History

Revisions

  • docs: remove fixed pod count from k8s guide - Drop ~17 pods wording; shard layout is described by resource tables

    @boyism80 boyism80 committed Jul 4, 2026
    db36859
  • docs: add compose and k8s verify and troubleshooting guides - Document Compose v2 install and GHCR pre-built image workflow - Add verify deployment, tear down, and troubleshooting for Compose - Add K8s image strategy, GHCR smoke test, and multi-node notes - Clarify client port differences between Compose and K8s

    @boyism80 boyism80 committed Jul 4, 2026
    0d881d9
  • docs: restructure Linux and Windows installation guides - Split Linux hub into Compose, Kubernetes, and Pulumi pages - Split Windows hub into Runner and Build from source pages - Align Kubernetes doc with Pulumi-shaped infra/k8s dev overlay - Update Home, sidebar, and technology stack deployment paths

    @boyism80 boyism80 committed Jul 4, 2026
    246153e
  • docs: fix client protocol and server/fb language in tech stack - Change client protocol from FlatBuffer to raw binary - Mark server/fb as C++20

    @boyism80 boyism80 committed Jul 3, 2026
    81b6136
  • docs: add installation guides and update navigation - Add Installation-Windows.md - Add Installation-Linux.md - Link setup pages from Home and sidebar

    @boyism80 boyism80 committed Jul 3, 2026
    6b611cf
  • docs: add server architecture pages and refresh builtins - Add Architecture, Technology Stack, Map Division, and Thread Model pages with diagrams - Expand Home and sidebar navigation - Update character, life, and model builtin documentation

    @boyism80 boyism80 committed Jul 3, 2026
    d84f16c
  • docs: update sell and buy commerce wiki - Remove pursuit_sell_name documentation - Document sell/buy table row IDs on NPC model - Update pursuit_sell, pursuit_buy, and pursuit_sell_price examples - Document lib.npc.shop and show_sell_menu for multi-category sell

    @boyism80 boyism80 committed Jun 22, 2026
    efd45eb
  • docs: update object map builtin documentation - Document map setter with position and option parameters - Add callback timing and boolean return value - Add usage examples for warp callback patterns

    @boyism80 boyism80 committed Jun 15, 2026
    5298931
  • docs: rename gv builtin to property - Update builtin-context table of contents and section - Document in-memory server property semantics - Replace gv examples with property getter and setter

    @boyism80 boyism80 committed Jun 8, 2026
    3059683
  • docs: update context builtin time controls - Document now setter/reset usage and world-wide propagation behavior - Add time_forward/time_backward builtin function references and examples

    @boyism80 boyism80 committed Apr 24, 2026
    c9abe6d
  • docs: sync builtin wiki with server registrations - Update builtin-context (now, datetime, gv; remove baram_time) - Update builtin-character (has_items, equipment_off, exchange, mimic, colors, spell, world, ad, web, reward, mail, marriage; remove can_start_quest) - Expand builtin-life stat APIs and update() - Add script and appearance to builtin-object; block to builtin-map - Fix builtin-quest and achievement; align builtin-model with fb.model.* registrations

    @boyism80 boyism80 committed Mar 26, 2026
    e203b68
  • docs: add exp_multiplier and drop_rate_multiplier builtin functions - Add exp_multiplier getter/setter documentation - Add drop_rate_multiplier getter/setter documentation - Include real usage examples from command.lua - Document broadcast behavior to all game servers

    @boyism80 boyism80 committed Jan 23, 2026
    0829082
  • docs: fix builtin function documentation discrepancies - Fix fb.model.map::root() return type (fb.model.map instead of table) - Fix fb.model.map::cardinal() to include direction parameter and correct return type - Fix fb.model.map::revive() return structure documentation - Add missing step parameter to fb.game.object::front_position() - Fix fb.game.map::tile() to document getter returning 3 values and add setter variant

    @boyism80 boyism80 committed Jan 23, 2026
    d44dbb3
  • docs: update builtin functions documentation - Add missing functions to builtin-context.md (21 functions) - Add missing functions to builtin-character.md (11 functions) - Add missing functions to builtin-object.md, builtin-life.md, builtin-map.md, builtin-model.md - Fix function name discrepancies (kick->toggle, position->role) - Fix return type for name2map (fb.game.map -> fb.model.map) - Remove non-existent functions from documentation - Add interaction function to fb.model.npc

    @boyism80 boyism80 committed Jan 23, 2026
    68bade8
  • docs: update character documentation sex to gender - Change sex function to gender in builtin-character.md - Update function name and enum references from SEX to GENDER - Update preset table documentation to use gender key

    @boyism80 boyism80 committed Jan 4, 2026
    3cb8538
  • docs: rename id() to oid() in builtin-object documentation - Update function name from id() to oid() in builtin-object.md - Update function description and example code

    @boyism80 boyism80 committed Dec 14, 2025
    c1b4221
  • docs: refresh builtin enum docs - switch wiki references to table-style enums - update descriptions/examples for enum parameters - ensure anchor docs stay in sync with Lua changes

    @boyism80 boyism80 committed Nov 18, 2025
    44a755f
  • docs: update quest builtin functions documentation - Add getter/setter functionality for step(), progress(), and param() functions - Update anchor links to use namespace-style format - Improve examples with practical usage patterns - Update parameter types from integer to number for consistency - Add comprehensive documentation for new setter capabilities

    @boyism80 boyism80 committed Aug 6, 2025
    4023c02
  • fix: correct anchor links in builtin-quest.md - Fix table of contents links to use simple #function format - Remove complex namespace-style HTML anchor tags - Align with other wiki document formatting standards

    @boyism80 boyism80 committed Aug 5, 2025
    207e236
  • docs: add quest builtin functions documentation - Add comprehensive quest object functions documentation with @wiki.mdc formatting - Add quest model functions to builtin-model.md - Add character quest functions to builtin-character.md - Update main builtin.md index with quest link - Include all modified files with proper namespace anchors

    @boyism80 boyism80 committed Aug 5, 2025
    a00a7ec
  • docs: update clan builtin function documentation - Update title() function signature to include changer parameter and privilege check - Change message() function type parameter from number to MESSAGE_TYPE with NOTIFY default - Update examples to reflect new function signatures and error handling

    @boyism80 boyism80 committed Jul 22, 2025
    ab3beda
  • docs: add change_role function to clan documentation - Add change_role function documentation with parameters and examples - Include CLAN_ROLE enum values and privilege requirements - Add function to table of contents

    @boyism80 boyism80 committed Jul 22, 2025
    3cdc18a
  • docs: update clan join function documentation - Change join function signature to include inviter and invitee parameters - Update parameter descriptions to reflect invitation-based system - Add privilege requirements documentation (Mate or higher) - Update example code to show proper usage with inviter and invitee

    @boyism80 boyism80 committed Jul 22, 2025
    38fc605
  • docs: separate leave and kick functions for clan and group - Add kick function documentation to builtin-clan.md - Add kick function documentation to builtin-group.md - Update leave function documentation to remove kick parameter - Separate voluntary leave from forced kick functionality

    @boyism80 boyism80 committed Jul 21, 2025
    6f26434
  • docs: Update builtin function documentation

    @boyism80 boyism80 committed Jul 6, 2025
    93ecf4a
  • docs: update builtin function documentation - Optimize builtin-character.md function listings - Update builtin-context.md function references - Streamline builtin-life.md documentation structure - Improve builtin-map.md function descriptions - Minor formatting updates to builtin-model.md and builtin-object.md

    @boyism80 boyism80 committed Jun 22, 2025
    750b94f
  • docs: update life builtin function documentation - Fix attack() function parameter documentation - Add missing getter/setter documentation for damage_rate, damage_derate, skill_damage_rate - Add missing getter/setter documentation for paralysis, invincible, cover - Add missing getter/setter documentation for buff_hp, buff_mp, buff_str - Improve example code with real usage examples - Fix parameter and return value descriptions

    @boyism80 boyism80 committed Jun 20, 2025
    610db41
  • refactor: improve wiki sorter performance and logic

    @boyism80 boyism80 committed Jun 19, 2025
    f11c284
  • docs: update wiki documentation - Fix builtin-character.md item function documentation - Update builtin-model.md function organization - Improve fb_wiki_sorter.py namespace support

    @boyism80 boyism80 committed Jun 19, 2025
    18be1a2
  • docs: fix item function documentation - Add missing item() variants to Item Functions section - Add item() dialog function to Dialog Functions section - Update anchor links to namespace-style format - Fix builtin-model.md function placement - Update fb_wiki_sorter.py with namespace anchor support

    @boyism80 boyism80 committed Jun 19, 2025
    af89d75