Commit Graph

16691 Commits

Author SHA1 Message Date
translatewiki.net 8fb54eda33 Localisation updates from https://translatewiki.net. 2023-03-16 13:05:10 +01:00
translatewiki.net 07e4d59878 Localisation updates from https://translatewiki.net. 2023-03-13 13:04:16 +01:00
translatewiki.net 3ba85048be Localisation updates from https://translatewiki.net. 2023-03-06 13:05:07 +01:00
translatewiki.net 727d507f85 Localisation updates from https://translatewiki.net. 2023-03-02 13:06:00 +01:00
translatewiki.net 53c2e6e5d9 Localisation updates from https://translatewiki.net. 2023-02-27 13:04:11 +01:00
translatewiki.net bc0af2075e Localisation updates from https://translatewiki.net. 2023-02-20 13:04:55 +01:00
translatewiki.net e3d8367918 Localisation updates from https://translatewiki.net. 2023-02-16 13:04:43 +01:00
translatewiki.net fa5e7a5852 Localisation updates from https://translatewiki.net. 2023-02-13 13:04:17 +01:00
Stian Grenborgen ef8cbf23aa Immediately aborts the escort unit mission if the protected unit gets destroyed. 2023-02-11 17:59:14 +01:00
Stian Grenborgen d84b2f5a4b Fixes a couple of NPEs caused by missing &. 2023-02-11 17:28:20 +01:00
Stian Grenborgen 07ed3eda55 Uses a cache for turns to reach. This fixes a performance issue that is caused by the turns to reach a given tile being calculated multiple times. 2023-02-11 11:44:35 +01:00
translatewiki.net a8ada0fd9f Localisation updates from https://translatewiki.net. 2023-02-09 13:04:49 +01:00
translatewiki.net a3dab0e89a Localisation updates from https://translatewiki.net. 2023-02-06 13:05:47 +01:00
Stian Grenborgen 8c420d3a5b Explicitly ignore candidate tiles with infinite cost. 2023-02-05 13:24:36 +01:00
Stian Grenborgen f03e0e9ad5 Fixes a bug that aborted pathfinding when encountering a tile that the CostDecider marks as an illegal move. For example, this happened if there was a lost city rumour in the search area of a wagon train on a trade route. 2023-02-05 12:42:47 +01:00
translatewiki.net 1205bd45ad Localisation updates from https://translatewiki.net. 2023-01-30 13:04:27 +01:00
translatewiki.net 5b303fa061 Localisation updates from https://translatewiki.net. 2023-01-26 13:06:18 +01:00
translatewiki.net 09e354a091 Localisation updates from https://translatewiki.net. 2023-01-23 13:04:20 +01:00
translatewiki.net 37fc5d2221 Localisation updates from https://translatewiki.net. 2023-01-19 13:05:42 +01:00
Stian Grenborgen 3291a5fb23 Handles the cases of forced repair (classic combat model) and volunatary repair (hitpoints model) differently. 2023-01-18 22:24:11 +01:00
Stian Grenborgen d20be439b8 Panels/internal frames no longer disappears when switching to window mode from fullscreen. This is solved by resizing and relocating internal frames when the application frame changes size, so that all windows remain visible. 2023-01-17 18:00:06 +01:00
Stian Grenborgen a5f5467735 The start game panel can now be scaled smaller than the initial size. Places the chat panel below the table. 2023-01-16 21:05:13 +01:00
artoo b98c68fa97
TrainPanel: allow 5 columns wrap to better support more units; (#131)
mods can overcrowd the default of 3 easily
2023-01-16 18:24:06 +01:00
Stian Grenborgen a00bbbee6b Adds new specification fields to the XSD. 2023-01-16 17:52:30 +01:00
translatewiki.net 5eb0713943 Localisation updates from https://translatewiki.net. 2023-01-16 13:04:23 +01:00
Stian Grenborgen e874000e62 Adds new specification fields to the XSD. 2023-01-15 21:19:45 +01:00
Stian Grenborgen 26ebe2b718 Fixes a NPE at initalization of the game. 2023-01-15 16:47:21 +01:00
Stian Grenborgen ba8b226cee Changes the color model for grayscale images to RGB since the results in GIMP and Java would otherwise be different. 2023-01-15 16:46:57 +01:00
Stian Grenborgen 3f49df9781 Disable ranged attack button for non-offensive units. 2023-01-15 16:36:54 +01:00
Stian Grenborgen bd865f20f6 Recreate order buttons on demand so that mods can define other order buttons without having to restart the game in order to get them applied. 2023-01-15 16:30:40 +01:00
Stian Grenborgen 1325ed8a75 Fixes copy-paste error when defining properties. 2023-01-15 16:28:37 +01:00
Stian Grenborgen c17fe5a5b0 Adding Misiulo's hills with a slight deglossing. 2023-01-15 16:13:41 +01:00
Stian Grenborgen 6d09745810 Adding order buttons for ranged attack. 2023-01-15 16:04:03 +01:00
Stian Grenborgen f6d89ed403 Fixes an issue that allowed a malicious client to attack with a unit that had no moves left. 2023-01-15 15:46:21 +01:00
Stian Grenborgen bae0f31651 Adds ranged combat to FreeCol. The "Hitpoints and Combat" mod uses the ranged combat for artillery and ships, and also contains adjustments to the ships' hitpoints. 2023-01-15 15:41:47 +01:00
Stian Grenborgen f6e9484b7b This fixes a regression introduced in 0.11.x that prevented "partial" modifications of the specification. 2023-01-15 15:22:23 +01:00
Stian Grenborgen d52660e416 Fixes a bug preventing loading of savegames. The cause was a NPE since specification is null when loading a savegame (it gets added later). 2023-01-14 23:37:49 +01:00
Stian Grenborgen 5ae490d556 Updates mod descriptions. 2023-01-14 20:06:34 +01:00
Stian Grenborgen e0973fe2c4 Adds a new combat model with hitpoints and a mod for activating it. 2023-01-14 20:02:14 +01:00
Stian Grenborgen 7e8f798c7c Allows the player to easily view all files while loading savegames/maps. 2023-01-13 22:18:10 +01:00
Stian Grenborgen 49e6f77e6a Allows different types of hills/mountains to be used by the map generator (depending on the latitude). 2023-01-13 21:47:27 +01:00
translatewiki.net 4395084fb2 Localisation updates from https://translatewiki.net. 2023-01-12 13:04:49 +01:00
translatewiki.net 79b2ec5b50 Localisation updates from https://translatewiki.net. 2023-01-09 13:10:52 +01:00
Stian Grenborgen f9365d1c21 Fixes a bug that prevented getting units through combat that is not available to the defender. In addition, revenge mode has been fixed: Colonies can be captured again and captured units are turned undead. 2023-01-08 12:10:04 +01:00
Stian Grenborgen fcd6424f42 Website: Adding instructions on how to get the downloaded file out of quarantine on macOs. 2023-01-08 09:00:52 +01:00
Stian Grenborgen 0072a7490d Adjusts the AI trading profit multiplier based on difficulty level. 2023-01-07 23:20:59 +01:00
Stian Grenborgen b1459b1be6 A unit in a building is no longer drawn at the top of the building (that is, the area for showing goods production) if the production is zero. 2023-01-07 22:06:19 +01:00
Stian Grenborgen 340817da63 Fixes scaling and placement of goods production icons on colony tiles. 2023-01-07 21:59:12 +01:00
Stian Grenborgen 5ca1434ece Fails gracefully if the server cannot be started. 2023-01-07 10:04:17 +01:00
Stian Grenborgen 8d487b1ab6 Fixes a bug that caused the same maps always being generated when starting a new game. There's no need to use the stored seed for a new game. 2023-01-07 09:52:03 +01:00