mirror of
https://github.com/yairm210/Unciv.git
synced 2025-01-24 18:06:04 +07:00
5d22482a56
* Bump version and create initial changelog entry * Update Dutch.properties (#10174) * Update Turkish.properties (#10171) * Update Turkish.properties Almost fully translated up to line 950 with very few lines untranslated to that point. (do let me know if I did anything wrong I never used github before) (but I did read the translating text so I did not change things like [amount]) * Update Turkish.properties Changed a few things and translated up to 1000~ * Update Turkish.properties * Update Turkish.properties * Update Turkish.properties * Update Simplified_Chinese (#10168) * Update Spanish.properties (#10166) * Update French.properties (#10165) * Update Polish.properties (#10164) * Update Italian.properties (#10163) * Update Brazilian_Portuguese.properties (#10162) * Update Brazilian_Portuguese.properties * Update Brazilian_Portuguese.properties --------- Co-authored-by: yairm210 <yairm210@users.noreply.github.com> Co-authored-by: Lena Bullens <95299589+LenaBullens@users.noreply.github.com> Co-authored-by: TheFighter <95092927+The-Fighter@users.noreply.github.com> Co-authored-by: chr_56 <30681738+chr56@users.noreply.github.com> Co-authored-by: Caballero Arepa <78449553+Caballero-Arepa@users.noreply.github.com> Co-authored-by: Ouaz <Ouaz@users.noreply.github.com> Co-authored-by: Lesiakower <125187776+Lesiakower@users.noreply.github.com> Co-authored-by: Giuseppe D'Addio <41149920+Smashfanful@users.noreply.github.com> Co-authored-by: Vitor Gabriel <59321138+Ranbut@users.noreply.github.com>
63 lines
1.6 KiB
Plaintext
63 lines
1.6 KiB
Plaintext
|
|
|
|
performance: - Don't need to always create hashsets, don't need linked hash set
|
|
|
|
performance: - Only check promotion circular references once, not once per promotion
|
|
|
|
performance: - Cache unique parameter validity for the same ruleset
|
|
|
|
performance: Only build strings in ruleset validation when necessary
|
|
|
|
Added unitTypes json schema
|
|
|
|
Added techs json schema
|
|
|
|
Added tileImprovement json schema
|
|
|
|
Added nations json schema
|
|
|
|
description testing on vscode showed we should remove pattern descriptions
|
|
|
|
Added link to unique list :D
|
|
|
|
Added descriptions for some fields
|
|
|
|
Double patterns for uniques, for square brackets as well
|
|
|
|
Added pattern to uniques to catch bugs
|
|
|
|
civilopediaText.json array-ized, since it's common *as an array*
|
|
|
|
Added units.json and separate schemas for uniques and civilopediaText, for sharing
|
|
|
|
specialistSlots and greatPersonPoints are specifically maps to numbers
|
|
|
|
Buildings schema references stats schema, so it's reusable from other places
|
|
|
|
Documentation: Validate json using online tool
|
|
|
|
Documentation: Validate json using online tool
|
|
|
|
update documentation since latest schema works on both!
|
|
|
|
Add stats as separate schema
|
|
|
|
Remove anyOf, because technically it requires matching all subschemas - just redeclare the stats values...
|
|
|
|
Consistent indendation
|
|
|
|
Instructions for setting up schemas on Visual Studio
|
|
|
|
Instructions for setting up schemas on AS
|
|
|
|
Better schema for checking field names
|
|
|
|
Test - Added building schema.json to docs
|
|
|
|
4.8.7-google-play
|
|
|
|
By tuvus:
|
|
- AI Open Borders Offer fix
|
|
- Fix Nuke Notification
|
|
|
|
Fix City construction context menu changing Puppets - By SomeTroglodyte |