Commit Graph

438 Commits

Author SHA1 Message Date
82f9f64fab Added first sound effect, and sound effect volume control settings
As of now, every single button in the game has the same click sound, but that will change
2018-12-17 11:45:24 +02:00
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
d1c7117c54 Mountains no longer appear in ranges - caused untenable starting positions
Lakes now appear randomly!
2018-12-14 13:46:52 +02:00
1a731a7ec1 Add observatory requirement. 2018-12-14 17:16:33 +08:00
92289b1952 Horseman obsletes when lancer shows up. 2018-12-13 19:33:58 +08:00
8d011dda41 Some units obslete properly. 2018-12-13 18:52:56 +08:00
ac241d2744 Merge pull request #334 from ninjatao/add_battleship
Add Battleship. Enabled Electronics for battleship.
2018-12-13 12:21:45 +02:00
9e8930c263 Multiple promotions with the same effect (e.g. Barrage I and II) will now both activate - kudos Philn3v! 2018-12-12 23:05:14 +02:00
406fa60f61 Unhappiness battle modifier properly capped now 2018-12-12 22:57:03 +02:00
9187465699 Merge pull request #335 from ninjatao/cityrange_tutorial
Add city range tutorial.
2018-12-12 22:34:42 +02:00
36d7b30279 Submarine is invisible now, except to submarines and destroyers. But it still can be aimed by everybody. 2018-12-12 22:52:09 +08:00
209eb4c73b Add submarine and refrigeration. Submarine is not invisible yet. 2018-12-12 13:23:29 +08:00
2cfdf13fc8 Add obslete condition for Frigate. 2018-12-11 22:27:56 +08:00
e53f83ddd4 add tutorial_simplified_chinese 2018-12-11 13:43:37 +01:00
d73bf6d13f Fix spelling error. 2018-12-11 19:19:36 +08:00
2e7a2cda12 Add city range tutorial. 2018-12-11 19:06:36 +08:00
2edb566078 Add Battleship. Enabled Electronics for battleship. 2018-12-11 16:26:29 +08:00
4f28c51511 some chinese translation correction. 2018-12-11 13:24:35 +08:00
63f1f501cd Added Hoplite (Greek unique unit) and Rome's unique ability 2018-12-10 22:31:03 +02:00
78879df350 Russian translations now in line with everyone else 2018-12-10 18:13:01 +02:00
422200e78d Merge branch 'master' of https://github.com/yairm210/UnCiv 2018-12-10 18:10:42 +02:00
ec80dcc0c0 Minor translation changes 2018-12-10 18:10:19 +02:00
f605ccbdd5 add some russian translates 2018-12-10 17:17:43 +03:00
7ee76771f5 Added some missing translations
aab/apk now doesn't einclude local debug files
Maybe solved resume problem on Chrome OS (see issue 322), needs to be checked
2018-12-10 14:09:01 +02:00
197d698c57 Organized Freedom policies 2018-12-10 11:55:18 +02:00
41df61c92e GAH chinese turned out to be a NIGHTMARE but it looks like it's finally done! 2018-12-10 11:19:35 +02:00
70d6697f16 Added icon for simplified chinese, missing character for Portuguese, ancient ruins no longer appear on impassible tiles 2018-12-10 11:04:40 +02:00
1ba0929869 Font download now preceded by a "requires fonts, do you want to download?" message that allows you to opt out 2018-12-10 10:41:13 +02:00
d1df5a2fdf Chinese font downloaded per-use basis - makes the android app require Internet permissions, but that was coming anyway 2018-12-09 19:47:21 +02:00
8fa874a23c Some error corrections of cn_translation
Some error corrections of cn_translation
2018-12-08 20:02:45 +01:00
8dc58cc583 add chinese, pls try it
add chinese, pls try it
2018-12-08 19:32:51 +01:00
ff29448e06 Added translations for Ancient Ruins bonus notifications 2018-12-07 12:20:23 +02:00
3a1f9af0fd More building uniques to translate, yay! 2018-12-07 11:40:11 +02:00
323cac2eab Organized translations of building uniques 2018-12-07 11:36:42 +02:00
0a5ba19c6d Translation update: more things are translated, more are translatable, translation function moved 2018-12-07 11:24:55 +02:00
e53929a3db Fixed Portuguese translations so the game would run and recognise them all as the same language 2018-12-07 10:17:16 +02:00
8dfa439913 Brazilian Translation (Brazilian Portuguese)
Added a few detais wich i think you would be interrested in Reading as there might be corrections you want to make in what i wrote since a few words are not 100% sure to be correctly written.
2018-12-06 19:45:06 -02:00
01ece11185 Added Camel Archer, Arabian unique unit 2018-12-06 23:08:11 +02:00
6672b9e7bd Added Minuteman, American unique, and England special ability 2018-12-06 22:02:03 +02:00
37dc952fe6 MoveHereButton dissapears after unit has moved 2018-12-06 15:55:28 +02:00
9b07120080 Added Destroyer, late-game naval melee unit
Caravel upgrades to ironclad
2018-12-06 15:47:35 +02:00
44d5017f6f MoveHereButton creation deferred to main thread, in order to LibGDX errors caused by concurrent UI alteration 2018-12-06 12:30:02 +02:00
e53f8d8933 Merge branch 'master' of https://github.com/yairm210/UnCiv 2018-12-06 11:41:49 +02:00
fbfde0d9fb Add resistance icon. 2018-12-06 14:44:18 +08:00
67625321b8 Great merchant trade mission gold increases with era (as per original civ)
Added Great People actions translations
2018-12-05 13:48:23 +02:00
7800a003db Merge pull request #305 from ninjatao/fix_acquire
Add icon for aquirable tiles in city screen.
2018-12-05 10:23:05 +02:00
93646cd74b Missing French accentuated characters now shown 2018-12-05 10:21:14 +02:00
f1c27ca0ea Add icon for aquirable tiles in city screen. 2018-12-05 15:13:06 +08:00
c706fa455a Code inspection and other general fixes - gotta clean up when there are guests ;) 2018-12-04 23:21:57 +02:00
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