Commit Graph

16007 Commits

Author SHA1 Message Date
Stian Grenborgen cf37ae1669 The tree list in colopedia now scales using the scaleFactor. 2022-04-20 21:04:19 +02:00
Stian Grenborgen 4346895df5 Removes white line that should not be at the bottom of the image. 2022-04-20 21:00:28 +02:00
Stian Grenborgen 34f6f85cef Using the musket from the soldier, and shortening it, in order to create higher resolution versions of the musket. 2022-04-19 22:44:44 +02:00
Stian Grenborgen 9290d3cd60 Extracting the horse from the dragon to make higher resolution horse images. 2022-04-19 22:42:07 +02:00
Stian Grenborgen 0305636f1c Making higher resolution versions of the cross. 2022-04-19 22:37:43 +02:00
Stian Grenborgen ba2aabd5ba Adding liberty bell from Hutzli's mod. 2022-04-19 22:31:56 +02:00
Stian Grenborgen d54c15e5f3 Creating higher resolution images for hammers. 2022-04-19 21:39:06 +02:00
Stian Grenborgen 73af6165e8 Creating higher resolution images for trade goods. 2022-04-19 21:33:22 +02:00
Stian Grenborgen 8cbc344f1d Fixes updating the "modern" settlement label when changing the current buildable. 2022-04-19 19:05:29 +02:00
Stian Grenborgen a3e9b656eb Adding new colony images from Misiulo. 2022-04-19 18:33:19 +02:00
Stian Grenborgen e33229ef7e Adding lake names from Marcin (berduchwal). 2022-04-18 16:22:47 +02:00
Stian Grenborgen 73d4d2756d Fixing bug that prevented maps from being generated in the map editor. 2022-04-18 16:03:59 +02:00
Stian Grenborgen 10c8cae247 Scales the initial size of ColopediaPanel and EuropePanel. 2022-04-18 15:47:43 +02:00
translatewiki.net a2e7b1cc4c Localisation updates from https://translatewiki.net. 2022-04-18 13:04:19 +02:00
Stian Grenborgen 425943c55c Minor adjustment of the option display. Stops using the entire height for the detail view when it's not needed. 2022-04-18 11:03:54 +02:00
Stian Grenborgen 062386365f Fixes several issues with the TradeRouteInputPanel. The panel now works better with scaling, drag&drop works again for the stops and disappearing items (missing refresh) have been fixed. 2022-04-18 10:45:23 +02:00
Stian Grenborgen 4621d4bb8f Adds an equals method that tests identity since this class extends FreeColGameObject without setting an ID. This class should not extend FreeColGameObject, but I'm postponing fixing this issue. 2022-04-18 10:42:33 +02:00
Stian Grenborgen 7330c7d251 Renders the checkbox with a transparent text background. 2022-04-18 07:59:28 +02:00
Stian Grenborgen 92502c8a8d Fixes scaling and layout issues for the EndTurnDialog. 2022-04-18 07:48:47 +02:00
Stian Grenborgen e67db04bac Improves the look and feel. Makes it easier to create custom borders and backgrounds for the UI. Allows spinners to be styled. Adds a few new borders and background images. Fixes various layout issues. Reduces the default DPI (thereby making autodetected sizes bigger). Adds checkbox styling. 2022-04-17 20:11:40 +02:00
Stian Grenborgen 3b1f4d2b3d Fixes positioning of modern-type colony label. 2022-04-15 09:52:49 +02:00
Stian Grenborgen 3db60f8017 Adding a split pane to the ColopediaPanel. 2022-04-14 22:47:27 +02:00
Stian Grenborgen ac65c85e38 Using a light bulb as an icon for concepts in the Colopedia. Source: https://opengameart.org/content/cc0-light-icons 2022-04-14 22:14:58 +02:00
Stian Grenborgen e875d04ea3 Fixes rescaling of unit buttons when changing the scale in the client options. 2022-04-14 21:55:24 +02:00
Stian Grenborgen 85278301d7 The size of the RebelToolTip is now determined based on the content instead of being hardcoded. 2022-04-14 21:10:38 +02:00
Stian Grenborgen 9503c20439 The chip is now displayed in the correct position when animating a unit. 2022-04-14 17:58:03 +02:00
Stian Grenborgen b00e256d2c Adds font scaling throughout the application. Adds split pane to the client options. 2022-04-14 16:49:30 +02:00
translatewiki.net 7c63cddece Localisation updates from https://translatewiki.net. 2022-04-14 13:04:45 +02:00
Stian Grenborgen 2180c09898 Allowing the build queue panel to be properly resized. 2022-04-14 09:15:21 +02:00
Stian Grenborgen 1d6910dc22 The infomation part of the menu bar now has the correct font size after changing the value in client preferences. 2022-04-14 09:14:42 +02:00
Stian Grenborgen a3b1523b45 If set manually, the display scaling will be used for scaling the main font unless the main font also has been manually set. 2022-04-14 09:13:27 +02:00
Stian Grenborgen d27a9fdec9 Allow founding father images to be larger when using higher scale factor. Increasing the size of ReportPanel based on scaleFactor. 2022-04-14 09:08:51 +02:00
Stian Grenborgen db50c405da Updating the founding father images by adding higher resolution images and colorizing B&W images. 2022-04-14 09:06:23 +02:00
translatewiki.net 1d8481dc61 Localisation updates from https://translatewiki.net. 2022-04-11 13:04:27 +02:00
Mike Pope 651a3172e1 You can recruit seasoned scouts in Europe, with horses, but not train them, BR#3220. 2022-04-10 12:18:38 +09:30
Stian Grenborgen b62b90212c Adding missing action file. 2022-04-04 20:56:50 +02:00
translatewiki.net dbddea22ab Localisation updates from https://translatewiki.net. 2022-04-04 13:04:04 +02:00
Stian Grenborgen 2c98c90e89 Using refresh since the map might have changed. 2022-04-03 14:31:31 +02:00
Stian Grenborgen 308094354d Stops hills and mountains from being clipped.
* Hills and mountains are now drawn using extended tiles.
* Increases the size of extended tiles to include the tiles below the base tiles we are drawing.
* Removing workaround that is no longer needed.
2022-04-03 11:54:57 +02:00
Stian Grenborgen 1d171d49dd It's now possible to have fog of war enabled without the fog being displayed. Displaying the fog can be activated using a new menu option. The fog is now by default hidden -- the reason being that rendering fog of war properly is really slow on some systems. 2022-04-03 11:10:08 +02:00
translatewiki.net 0dea8ed738 Localisation updates from https://translatewiki.net. 2022-03-31 13:04:45 +02:00
translatewiki.net 0a0a714174 Localisation updates from https://translatewiki.net. 2022-03-28 13:04:44 +02:00
translatewiki.net 0ee8b3515e Localisation updates from https://translatewiki.net. 2022-03-24 13:04:23 +01:00
translatewiki.net bdffa2cbec Localisation updates from https://translatewiki.net. 2022-03-21 13:04:12 +01:00
translatewiki.net fc775e7490 Localisation updates from https://translatewiki.net. 2022-03-17 13:04:38 +01:00
translatewiki.net a2147fb721 Localisation updates from https://translatewiki.net. 2022-03-14 13:04:36 +01:00
Mike Pope ea2960addc Redundant cast removal, from mjunix, GHPR#102. 2022-03-12 19:30:14 +10:30
Mike Pope 436b14f9af Static warning removal from mjunix, GHPR#101. 2022-03-12 19:16:12 +10:30
Mike Pope 6bddce0e7d Logger wierdness in River, from mjunix, GHPR#101. 2022-03-12 19:08:49 +10:30
Mike Pope 4b418cd297 Bad change list check, from mjunix, GH#103. 2022-03-12 16:01:27 +10:30