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

Merge pull request CleverRaven#40048 from BrettDong/i18n #160

Merged
merged 40 commits into from
May 1, 2020

Conversation

fengjixuchui
Copy link
Owner

Summary

Purpose of change

Describe the solution

Describe alternatives you've considered

Testing

Additional context

TartarusKelvin and others added 30 commits April 27, 2020 20:57
* Blazemod secondary content refactor

Changes all blob/diamond/vortex ID conventions to be modernised completely across the board and fixes associated issues with previous refactoring of this content. Prelude to separation of this content from the main mod, now that it's modern enough to load without error.
In game::place_player(), add a check for the player being in a
vehicle that can float before calling drench().
It makes more sense to use an unordered_set for these objects, and it
has the added advantage that it avoids a string comparison.
The intention is to detect cases where a simple string comparison is
being performed, but a localized comparison would be more appropriate.
Probably doesn't matter too much but changing the drop entry from `"count": [ 0, 1 ]` to `"prob": 50` seems to make more sense until I can audit and calculate what salvage should and would actually drop.
Removes archaic overrides that are no longer necessary from blazemod.
* Adjust some potion names

* Change mana potion names to json object variety name

Korg's request
The functions that end with “Ptr” either return the desired pointer quickly, in constant time, or they return NULL. If the latter is the case, you should use CFStringGetCString. https://developer.apple.com/library/archive/documentation/CoreFoundation/Conceptual/CFStrings/Articles/AccessingContents.html
Co-authored-by: John Bytheway <jbytheway@gmail.com>
Blazemod Mini-PR: Change salvage from turrets in blazemod from count to prob
Blazemod Mini-PR: Delete blaze_override.json
Fix clang-tidy header guard check on Windows
game: don't drench the player if the player is in a boat
Fix a crash when npc tries to heal horse-mounted player
Re-do volumes on Remington+Mossberg shotguns
LyleSY and others added 10 commits May 1, 2020 01:01
…SXSystemLang

make System language option work on macOS (fix getOSXSystemLang)
Declutter overmap terrain definitions (2020-04-30)
They will now be just slightly less efficient than 3 panels, be made using 3 of the corresponding type, and are single-tile-single-part vehicles that require a jumper cable or similar to draw power from. They can be folded, meaning you can deploy them near a stationary vehicle to help provide slightly more efficient power. They cannot be installed onto an existing vehicle, nor expanded from the base part. Recipes adjusted to make them more sensible.
Reduced price of all lighters to a more reasonable value
Blazemod Mini-PR: Completely remodel blazemod solar arrays
Routine i18n updates on 1 May 2020
@fengjixuchui fengjixuchui merged commit 2e520cd into fengjixuchui:master May 1, 2020
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.