Skip to content

Added some notes and minor refactor computed tables#5

Draft
matheusgomes28 wants to merge 102 commits intomasterfrom
refactor-check-inventory-paste-func
Draft

Added some notes and minor refactor computed tables#5
matheusgomes28 wants to merge 102 commits intomasterfrom
refactor-check-inventory-paste-func

Conversation

@matheusgomes28
Copy link
Owner

No description provided.

glebm and others added 15 commits February 4, 2024 09:30
Fixes the following warning:

    mpq/mpq_sdl_rwops.cpp:82:25: warning: comparison of unsigned expression in '< 0' is always false [-Wtype-limits]
       82 |         if (newPosition < 0) {
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v3...v4)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
It's not relevant to flatpak anyway
Source/inv.cpp Outdated
return NUM_XY_SLOTS;
}

static constexpr std::array<item_equip_type, 55> item_loc_table {
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we don't need this because this code is only running every now and then

kphoenix137 and others added 29 commits April 13, 2024 03:31
Bumps [microsoft/setup-msbuild](https://github.com/microsoft/setup-msbuild) from 1.3 to 2.
- [Release notes](https://github.com/microsoft/setup-msbuild/releases)
- [Changelog](https://github.com/microsoft/setup-msbuild/blob/main/building-release.md)
- [Commits](microsoft/setup-msbuild@v1.3...v2)

---
updated-dependencies:
- dependency-name: microsoft/setup-msbuild
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Change `lastFpsUpdateInMs` to `uint32_t` to harmonize the logic in `DrawFPS()` with `SDL_GetTicks()`. Fixes compiler warnings.
Remove unused function parameter
Removed unused function parameter
@AJenbo
Copy link

AJenbo commented Apr 20, 2024

I think you can close this PR :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.