Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Next release features #240

Draft
wants to merge 76 commits into
base: master
Choose a base branch
from
Draft

Next release features #240

wants to merge 76 commits into from

Commits on Mar 7, 2024

  1. Configuration menu
    Copy the full SHA
    63ef267 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad61a9c View commit details
    Browse the repository at this point in the history
  3. Fix typo

    VladimirMakeev committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    81a61a6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    37b42a8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9dac629 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Update group lua api

    VladimirMakeev committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    c1d7913 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9bbfd9 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. Add missing include

    VladimirMakeev committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    103f7b3 View commit details
    Browse the repository at this point in the history
  2. Fix const

    VladimirMakeev committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    2600ade View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c26944a View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. Configuration menu
    Copy the full SHA
    0258c9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ff437b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    284ec69 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Configuration menu
    Copy the full SHA
    d604227 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25a92be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3555317 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    13fc865 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4d1ba2f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    89b6847 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f9413d0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    37cadd5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1c85244 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2024

  1. Configuration menu
    Copy the full SHA
    3c35aeb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3fbe668 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1149a5a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aab0d6e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c6cda88 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    41cff10 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Configuration menu
    Copy the full SHA
    8700e77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dddd7db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d96577 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    67d43b4 View commit details
    Browse the repository at this point in the history
  5. Update lua api docs

    VladimirMakeev committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    f89913d View commit details
    Browse the repository at this point in the history
  6. Fix typos

    VladimirMakeev committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    97e5919 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. Configuration menu
    Copy the full SHA
    292d826 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54fe046 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. Configuration menu
    Copy the full SHA
    13d3441 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bab0bcb View commit details
    Browse the repository at this point in the history
  3. Update battle api

    VladimirMakeev committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    dacd6b7 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Update scenario api

    VladimirMakeev committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    57f14a0 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    498dd3a View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    3fc9168 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. Configuration menu
    Copy the full SHA
    902a200 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    56a1aea View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    a39a12c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72b357f View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Implement cache for stack templates

    Cache is used to track which stacks were created from which stack
    template in order to speed up event conditions that depend on them.
    Cache is intended to work only on server side, as its purpose is to
    speed up the event system.
    Cache is cleared and set during scenario loading. Cache is updated each
    time stack is removed or source template id is assigned.
    VladimirMakeev committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    3bd0f83 View commit details
    Browse the repository at this point in the history
  2. 'Leader own item' event condition optimization

    Instead of searching among all scenario objects for stack created
    from template we only search in stack template cache.
    VladimirMakeev committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    7094af0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a76434 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. Configuration menu
    Copy the full SHA
    7f33b5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8386ec0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f846931 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Implement resource market site

    Resource market is a new site object for stacks to visit
    on a strategic map. Resource market allows player to exchange
    gold and mana resources according to exchange rates. Rates
    are defined using Lua scripts and can be specific for an object or
    use default rules that are global for the whole game.
    VladimirMakeev committed May 10, 2024
    Configuration menu
    Copy the full SHA
    8b679c7 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Update resource market

    - support resource market in scenario generator
    - support market in Lua api
    - add scenario difficulty to Lua api
    - update generator and Lua api documentation
    VladimirMakeev committed May 23, 2024
    Configuration menu
    Copy the full SHA
    d32a99d View commit details
    Browse the repository at this point in the history
  2. Add missing hooks

    VladimirMakeev committed May 23, 2024
    Configuration menu
    Copy the full SHA
    72d5e32 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

  1. Configuration menu
    Copy the full SHA
    868d943 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2024

  1. Configuration menu
    Copy the full SHA
    69a810b View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    1e83e1a View commit details
    Browse the repository at this point in the history
  2. Code review fixes

    VladimirMakeev committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    17e5625 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2081130 View commit details
    Browse the repository at this point in the history
  4. Code review fixes

    VladimirMakeev committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    6f953de View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    1104959 View commit details
    Browse the repository at this point in the history
  2. Fix edit box input

    VladimirMakeev committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    35b8868 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

  1. Configuration menu
    Copy the full SHA
    b5dfffc View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    329faee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89596ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    021b859 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    922dbbf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d34380f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ddb11e9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    365f9d7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2aac69a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1524028 View commit details
    Browse the repository at this point in the history
  10. Add missing include

    VladimirMakeev committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    d12ec2d View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Update documentation

    VladimirMakeev committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    7b77b37 View commit details
    Browse the repository at this point in the history
  2. Minor fixes

    VladimirMakeev committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    5ae5522 View commit details
    Browse the repository at this point in the history