Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Infinite money mode #11902

Merged
merged 5 commits into from
Jan 30, 2024
Merged

Feature: Infinite money mode #11902

merged 5 commits into from
Jan 30, 2024

Commits on Jan 28, 2024

  1. Feature: Infinite money mode

    merni-ns committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    cb0d4ab View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Codechange: Move GetAvailableMoneyForCommand to company_cmd.cpp and a…

    …dd GetAvailableMoney
    
    The function belongs better in company_cmd.cpp along with the similar CheckCompanyHasMoney and SubtractMoneyFromCompany.
    The generalised function GetAvailableMoney is added which allows finding the money of any company, not just the current one. This will be useful in the next commit.
    merni-ns committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    44c83cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f41bba8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff11e9b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0c88b99 View commit details
    Browse the repository at this point in the history