Yair Morgenstern
a371aedf23
Changes to city screen - city summary in top-left corner like original
2019-01-19 21:01:47 +02:00
Yair Morgenstern
8bf84393fc
More changes to enable multiplayer - save the current player in the civInfo, distinguish between "current player" and "human player"
2019-01-10 21:29:24 +02:00
Duan Tao
7478215353
Add great general generation, overview screen and free pickup.
2018-12-26 18:42:22 +08:00
Yair Morgenstern
91630cd687
Victory condition logic moved to VictoryManager
...
Victory screen now pops up when you fulfill the victory conditions =D
Added "One more turn" mode, if people want to play after the victory conditions have been fulfilled
2018-12-25 21:59:37 +02:00
Yair Morgenstern
94fd43f422
Added icon for lakes
...
Added more sound effects
Added Leaning Tower of Pisa
2018-12-17 19:00:45 +02:00
Yair Morgenstern
fd2d55876d
Added unique sound effects for multiple actions
2018-12-17 13:11:50 +02:00
Yair Morgenstern
f5c8b28d82
Organized Modern Era techs
...
Free techs are added like regular techs - with all the abilities and notifications thereof
2018-12-17 10:49:13 +02:00
Yair Morgenstern
63f1f501cd
Added Hoplite (Greek unique unit) and Rome's unique ability
2018-12-10 22:31:03 +02:00
Duan Tao
dc314fa315
Fix research queue when getting free tech.
2018-12-10 17:50:46 +08:00
Yair Morgenstern
0a5ba19c6d
Translation update: more things are translated, more are translatable, translation function moved
2018-12-07 11:24:55 +02:00
Yair Morgenstern
c706fa455a
Code inspection and other general fixes - gotta clean up when there are guests ;)
2018-12-04 23:21:57 +02:00
Yair Morgenstern
c359616824
General code cleanup - performance improvements on order in ||, StringBuilders replaced with line lists, added missing translations
2018-12-04 21:23:25 +02:00
Yair Morgenstern
c12906f63b
Removed old StatExplainer code
2018-12-03 17:42:41 +02:00
Duan Tao
6cb965f0ad
Can no longer choose Great War Infantry as free gp.
2018-12-03 22:48:37 +08:00
Yair Morgenstern
24b27a791f
Added Replacable Parts tech and Great War Infantry
...
Musketman now upgrades to Rifleman
Solved more rare concurrency problems
2018-12-02 23:05:05 +02:00
Yair Morgenstern
556c10109d
Performance improvements in both getCivUnits and canPassThrough of tile
...
Fixed no embarkation & policy pick bug
2018-11-24 22:48:42 +02:00
Yair Morgenstern
af88d287c3
Dev: added "type" property to MapUnit to reflect baseUnit.unitType, since that's used EVERYWHERE
2018-11-17 21:57:52 +02:00
Yair Morgenstern
22e6f39caf
Dev: Removed baseDescription from units, all old baseDescriptions moved to Uniques
2018-11-17 21:02:42 +02:00
Yair Morgenstern
7ce4d2515b
Barbarians are now colored in red+black, like in the original civ
2018-11-14 19:41:53 +02:00
Yair Morgenstern
640a3b873e
Ballista replaces catapult, not horseman
...
When an improvement is under construction, you cannot pick to construct that improvement again
2018-11-14 19:31:33 +02:00
Yair Morgenstern
02b0f6e9fe
Code organization - separated TechButton and IconCircleGroup to separate files &c
...
Tech with special abilities now displayed with a star icon
2018-11-04 18:42:55 +02:00
Yair Morgenstern
c1cc32e95b
Tech eras are now translated
2018-11-03 19:52:28 +02:00
Yair Morgenstern
3958ed3cdb
Fixed Ecology image
...
World screen now also displays icons of tech results
2018-11-03 19:49:05 +02:00
Yair Morgenstern
8b12b80f34
Fixed images of Burial Tomb and Paper Maker
...
Techs now display little icons of their effects
2018-11-03 19:19:30 +02:00
Yair Morgenstern
eb9ae392d3
Added Monastery and Solar Plant icons, which were missing
2018-11-02 14:53:20 +02:00
Yair Morgenstern
10bfdfc8bc
When picking an improvement for a sleeping worker, it un-sleeps
2018-10-28 19:34:13 +02:00
Yair Morgenstern
4277bbc403
Added tech progress bars in tech picking screen
2018-10-06 20:19:51 +03:00
Yair Morgenstern
7e6fa0e895
Fixed gold tile cost bug
2018-10-05 00:00:50 +03:00
Yair Morgenstern
a8bb9f53b7
Added medieval tech icons
2018-10-03 23:03:53 +03:00
Yair Morgenstern
8c7e8437ec
Added tech icons for ancient & classical technologies
2018-09-30 00:24:09 +03:00
Yair Morgenstern
5710001715
Added "Buy tile" option to cities
2018-09-23 10:39:56 +03:00
Yair Morgenstern
c97c20c94f
Diplommacy screen and overview trade tab now contain colors of the trading civs
...
Overview trade tab is now scrollable
2018-08-31 15:01:42 +03:00
Yair Morgenstern
03029e8b99
Replaced all policy icons!
2018-08-31 11:40:25 +03:00
Yair Morgenstern
17e440d557
Added building icons!
...
There are now images of the current construction in the construction picker screen, the city screen and the world map!
2018-08-29 14:03:18 +03:00
Yair Morgenstern
5d4c8a618d
Replaced all resource and improvement icons!
...
AI disables city raze on capture/buying cities
2018-08-28 10:35:56 +03:00
Yair Morgenstern
749ff90fe0
Policy screen translated
2018-08-17 11:44:20 +03:00
Yair Morgenstern
b4fece29e0
Slight performance improvements for AI
2018-08-16 09:13:34 +03:00
Yair Morgenstern
f9632b4151
Back button now acts like the "close" button, returning you to the upper-level screen (usually the world screen)
2018-08-14 19:09:58 +03:00
Yair Morgenstern
ea20201c1b
Renamed Unit to BaseUnit so it wouldn't conflict with Kotlin's Unit cllass
2018-07-20 12:13:37 +03:00
Yair Morgenstern
5ee0c47e22
If a unit can be promoted twice, the promotion picker remains open after you pick the first promotion
2018-07-18 13:26:29 +03:00
Yair Morgenstern
4593bed7dc
Future tech can now be constantly researched!
2018-07-01 17:05:30 +03:00
Yair Morgenstern
23f9d157a4
Organized files
2018-06-26 08:19:41 +03:00
Yair Morgenstern
1388aec34a
Tech manager now shows eras of technologies!
2018-06-25 19:27:27 +03:00
Yair Morgenstern
c5f127e555
Policy branches are unlocked by era
2018-06-25 18:09:38 +03:00
Yair Morgenstern
a56e7e43aa
Added Agriculture tech - no gameplay change, but it does tell the game's story well!
2018-06-24 21:19:57 +03:00
Yair Morgenstern
b8d9e432ef
Fixed bug where if an enemy city expanded over your territory but you had a population working that tile, that population would be stuck there, and would remain unusable!
2018-06-22 12:21:57 +03:00
Yair Morgenstern
415add2417
Loads of translation changes, especially for German!
...
Changed font from Roboto to Arial because it contains some characters (e.g. for Romanian) that Roboto doesn't
2018-06-20 23:11:02 +03:00
Yair Morgenstern
05b37dc660
AI now accompanies settlers with military units
...
AI now picks promotions for promotable units
2018-06-20 18:30:40 +03:00
Yair Morgenstern
fa14b6eebe
Cities can now idle by producing Nothing
2018-06-18 22:00:07 +03:00
Yair Morgenstern
aa11c49eec
Many more things are now translated!
...
Added more things to translate to translations.json
2018-06-18 21:41:07 +03:00