Yair Morgenstern
3e770db86d
Can now add and remove improvements in the map editor!
2019-06-10 18:36:25 +03:00
Yair Morgenstern
89f689bcc9
Performance improvements
2019-06-10 17:31:07 +03:00
Yair Morgenstern
f8cf9392fb
AIs demand of each other not to settle near them, and they respond accordingly
2019-06-10 16:44:06 +03:00
Yair Morgenstern
96ee91cb08
Added diplomatic reprecissions for demands that the other civs is unwilling to fulfil
...
Removed WeAgreedNotToSettleNearThem flag - was reverse copy of AgreedNotToSettleNearUs
2019-06-10 16:19:04 +03:00
Yair Morgenstern
d5a0894f75
Added diplomatic reprecissions for demands that the other civs is unwilling to fulfil
...
Removed WeAgreedNotToSettleNearThem flag - was reverse copy of AgreedNotToSettleNearUs
2019-06-10 16:18:59 +03:00
Yair Morgenstern
84bcfe2d39
Added "Community" tab in the menu, with links to the Github and Discord
2019-06-07 15:55:48 +03:00
Yair Morgenstern
fc41de7a83
Unexplored tiles now dark gray - less oppresive in the main map and possible to tell apart from city-state areas in the minimap
2019-06-07 15:23:17 +03:00
Yair Morgenstern
f713d266db
Implemented "Don't settle cities near us", which goes both ways - a good basis for further demands ( #831 )
2019-06-07 13:04:18 +03:00
Yair Morgenstern
99d7b0ea1a
Fixed edge-case bug when units try to be created but aren't, and then get assigned an Alhambra promotion, triggering viewableTile update
2019-06-05 23:49:38 +03:00
Yair Morgenstern
e8bdb8a2e4
Added initial logic for promising not to settle cities near other civs - not yet activated
2019-06-05 23:21:17 +03:00
Yair Morgenstern
ab450808b2
Can no longer pass the turn when popups have not been dealt with
2019-06-05 23:18:03 +03:00
Yair Morgenstern
827a6f7871
Fixed bug where injured units would try to heal by pillaging barbarian encampments
2019-06-05 23:14:52 +03:00
Yair Morgenstern
5b884c0ecf
Resolved #854 - promotion buttons show description also for non-pickable promotions
2019-06-04 22:45:43 +03:00
Yair Morgenstern
60f1859fdc
Can now select all tile types n map editor, even on smaller resolutions
2019-06-03 22:17:23 +03:00
Am-per-Sand
6f29fe9e76
include À ì in Fonts.kt
...
#428
2019-06-03 20:32:45 +03:00
Yair Morgenstern
09079bd76f
Resolved #839 - Set up takes 1 movement point
2019-06-03 20:26:05 +03:00
Yair Morgenstern
cf37122304
Translation organization
2019-06-02 23:31:16 +03:00
Yair Morgenstern
0916720f86
Cannot declare friendship after denounce and vice versa
2019-06-02 19:47:49 +03:00
Yair Morgenstern
88422524ac
Barbarian encampments don't show red on unexplored tiles
2019-06-01 23:42:30 +03:00
Yair Morgenstern
36da3359db
Added denunceation
2019-06-01 23:20:02 +03:00
Yair Morgenstern
4b4f5e77b8
Resolved #646 - Barbarians now spawn from Encampments!
2019-05-31 17:36:19 +03:00
Yair Morgenstern
16d8c16dfe
Each unit now saves its viewable tiles, which gives in certain situations a whopping 10% performance improvement! Whoa!
2019-05-29 22:58:20 +03:00
Yair Morgenstern
d733df207f
Fixed bug that prevented the "next turn" button from being pressed when the game didn't autosave,
...
meaning players who picked turns between autosaves manually were screwed
2019-05-29 21:44:42 +03:00
Yair Morgenstern
3fbcc019e3
There were somes things that were in the translations files but weren't translated in-game
2019-05-28 23:43:18 +03:00
Yair Morgenstern
b6512535fb
Fixed bug in GetProductionCost that was probably caused by the construction changing while the city button was rendering
2019-05-28 23:09:47 +03:00
Yair Morgenstern
2066978ca0
Legion no longer construct roads on water tiles - #811
2019-05-27 19:55:43 +03:00
Yair Morgenstern
a204333410
Added countdown to relationship change with city states
2019-05-26 18:52:32 +03:00
Yair Morgenstern
1bb62ad681
Civs respond according to neutral/hate and respond properly after peace
2019-05-26 18:32:19 +03:00
Yair Morgenstern
f78f9c2fad
Resolved #803 - Heal Instantly didn't update health in unit icon
2019-05-26 16:16:42 +03:00
Yair Morgenstern
408dfcfc7e
Final touches to City States, and they're ready to roll!
2019-05-26 16:10:09 +03:00
Yair Morgenstern
e70e052515
Resolved #804 - bigger Diplomacy and Next Turn buttons for easier click
2019-05-26 15:07:15 +03:00
Yair Morgenstern
9352243eb4
Fixed switching unit selection bug - #804
2019-05-26 14:46:45 +03:00
Yair Morgenstern
3640874b35
Dispose previous altas when replacing it to avoid OutOfMemory exceptions
2019-05-24 14:33:59 +03:00
Yair Morgenstern
125bb1270e
Tech button no longer displays buildings replaced by Civ unique buiildings
2019-05-24 14:25:46 +03:00
Yair Morgenstern
7e6b102f27
Merge branch 'roadOnLongClick'
2019-05-23 22:21:46 +03:00
martin
6bd06474bd
improved overview city screen
...
- dynamic layout
- cities and units sorted by name
- jump-to buttons for cities
- rounded values in statistics
2019-05-23 16:25:47 +03:00
martin
b49270e690
moving city button with absolute coordinates to prevent it from wandering around ( #794 )
2019-05-23 16:25:08 +03:00
martin
eb3ba51396
allow siege units to move when set up ( #797 )
2019-05-23 16:25:08 +03:00
martin
d676c18aec
adding MapUnitAction.name(), a user-readable name for actions. Eg "Moving" instead of "moveTo x,y"
2019-05-23 07:57:34 +03:00
martin
98803f0454
implementing BuildLongRoadAction
2019-05-22 22:23:03 +03:00
martin
a8c3b3755b
adding MapUnitAction, which is compatible to MapUnit.action
2019-05-22 22:23:03 +03:00
martin
86eda6208a
show long-press context menu (move here, Construct road this way)
2019-05-22 22:23:03 +03:00
martin
0e1a7f44c4
fixed enemy city buttons not to be clickable. simplifies tile selection when attacking
2019-05-22 21:57:14 +03:00
martin
d3f7a73cf3
allow siege units to go sleeping even when set up
2019-05-22 21:57:14 +03:00
sulai
b5138b6527
auto save on dispose ( #774 )
...
* auto save on dispose
* auto save: clone game info outside the save-game thread
* keep autosaves for the last 10 turns
2019-05-21 08:18:34 +03:00
Yair Morgenstern
fd4123e15f
City state icon in city button now visible and colored according to city-state color
2019-05-20 22:22:16 +03:00
sulai
f905fa8068
Single tap pickers for improvements and promotion ( #765 )
...
* single tap picker (improvements, policies and promotions), tbd: split button
* improvement and promotion pickers: using split buttons featuring a question mark. allows single-tap choice.
* improvement picker and promotion picker: show "pick now" to the right of the button
2019-05-20 20:38:50 +03:00
Yair Morgenstern
bec3c2a224
City button moved back before units
2019-05-20 20:37:25 +03:00
Yair Morgenstern
d08e9fe525
Units are now selectable again - #750
2019-05-20 20:22:24 +03:00
sulai
fdf95317f0
units support single-tap move ( #750 )
...
* implemented single tap move
- units stay selected after move (to go on moving)
- and they are de-selectable by taping them again (to abort moving)
* unit movement: mark the reachable spots clearly to avoid accidental movement
* unit action: when an exclusive decision is made, deselect unit
* clicking on the unit information in the UnitTable will show that unit + minor fixes
* siege units won't show movement hints when set up, while packing up does not cost any movement points
* workers: highlight button when constructing an improvement, won't sleep then
* fixed units not being de-selected when clicking the UnitTable or "next unit" button
* zooming forwards clicks on to the map, so we need to deselect units in that case
* clean up branch
* added "Move units with a single tap" to options menu
2019-05-20 20:08:59 +03:00