mirror of
https://github.com/yairm210/Unciv.git
synced 2025-03-04 14:44:10 +07:00

* Bump version and create initial changelog entry * Update Turkish.properties (#11472) I checked all English sentences 4 times * Update Catalan.properties (#11470) * Update French.properties (#11465) * Update Polish.properties (#11464) * Update Italian.properties (#11462) * Update Korean.properties (#11460) * update Korean.properties * update Korean.properties * update Korean.properties * update Korean.properties * Update Korean.properties * Update Korean.properties --------- Co-authored-by: saud2410 <-> * Update Dutch.properties (#11459) * Update Brazilian_Portuguese.properties (#11458) * Update Portuguese.properties [Most lines until 539] (#11456) Updated most untranslated lines until 539 Will continue the translation effort soon --------- Co-authored-by: yairm210 <yairm210@users.noreply.github.com> Co-authored-by: Serhat Soylemez <serhatsoylemez@live.com> Co-authored-by: Joan Josep <juanjo.ng.83@gmail.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: Yattong the Mackerel <saud2410@naver.com> Co-authored-by: Lena Bullens <95299589+LenaBullens@users.noreply.github.com> Co-authored-by: Vitor Gabriel <59321138+Ranbut@users.noreply.github.com> Co-authored-by: nexphilim <75545134+nexphilim@users.noreply.github.com>
27 lines
945 B
Plaintext
27 lines
945 B
Plaintext
|
|
|
|
Better multiplayer game screen - all 'game settings' are accessible immediately without a subscreen!
|
|
|
|
Solved some problems with resigning - we have others, specifically - TradeOffer's constructor assumes Unciv.Current.gameInfo... That'll eb a hassle to deal with...
|
|
|
|
MultiplayerScreen cleanup
|
|
|
|
EventHub removal - Removed 'MultiplayerGameDeleted' event
|
|
|
|
EventHub removal - Removed 'MultiplayerGameAdded' event
|
|
|
|
EventHub removal - 'add multiplayer game' no longer works through EventHub
|
|
|
|
Disallow creating "multiplayer" games with only AI and spectator
|
|
|
|
EventBus removal - deleted GameSounds, play mp sounds directly
|
|
|
|
There is no SettingsEvent, no one's listening for settings changes
|
|
|
|
EventBus removal - remove 'settings updated' sound playing via eventbus
|
|
|
|
By SomeTroglodyte:
|
|
- Commenting UnitManager.unitList stuff
|
|
- Fix Invest quest stays forever
|
|
- Minor Scenarios UX improvements
|
|
- Console autocompletion can display *all* possibilities |