Commit Graph

16066 Commits

Author SHA1 Message Date
Mike Pope 12f4b13787 Update the website upload script (incremental mode no longer works). 2022-05-01 15:29:55 +09:30
Mike Pope 751a5bbe55 Update README.md. 2022-05-01 13:36:05 +09:30
Mike Pope b124abba05 Update website for 0.12.0 release. 2022-05-01 13:24:41 +09:30
Mike Pope 65e2398a54 Tighten gitignore around build files. 2022-05-01 12:49:10 +09:30
Mike Pope 823ae3be93 Stop ignoring all the build directory. 2022-05-01 12:44:54 +09:30
Mike Pope aae9b12bba Bump doco version. 2022-05-01 12:27:59 +09:30
Mike Pope 27b963c615 Bump version, at last. 2022-05-01 12:26:47 +09:30
Mike Pope b306b880b5 Revert overreach with previous Coronado fix. 2022-05-01 12:17:21 +09:30
Mike Pope faa899670c Cosmetic javadoc. 2022-05-01 12:13:14 +09:30
Stian Grenborgen 77185f3009 Updating with Mike's release notes from the wiki. 2022-04-30 19:59:11 +02:00
Stian Grenborgen 60118bbf97 Fixes a crash on Windows caused by low default memory (512MB). Increasing default memory to 2GB. This amount of memory is needed for the highest scaling+zoom level+map size. 2022-04-30 17:18:51 +02:00
Stian Grenborgen bb8f3e4db3 Testing automated development release. 2022-04-30 18:08:56 +02:00
Stian Grenborgen ece80d03ee Increasing timeout when connecting to the metaserver. 2022-04-30 11:46:45 +02:00
Stian Grenborgen 2027bb10b8 Stops a public server that fails to register with the metaserver. 2022-04-30 11:46:02 +02:00
Stian Grenborgen 4f7f25171d Fixes multiple issues with connections, multiplayer games and the meta server. Changes:
* Network messages expecting a reply now have a timeout (default 30 seconds).
* Fixes issue where multiplayer games only listened on the loopback address (for systems where the hostname resolves to the localhost address).
* It's now possible to specify the binding address when running a multiplayer game. Only IPv4 is supported for now. It's easy to support IPv6, but we need to find a better way of displaying possible addresses first (perhaps using the NIC's name instead of the address?)
* The player gets an error when trying to register a server as public if the server is not connectable.
* Fixes game crash after the LoadingSavegameDialog gets cancelled (happened when a new game got loaded).
* Fixes the LoadingSavegameDialog so that the chosen values are actually used.
* The header now gets the translated title (the message key was wrong).
2022-04-30 11:05:01 +02:00
translatewiki.net 73eeedc754 Localisation updates from https://translatewiki.net. 2022-04-28 13:04:41 +02:00
Stian Grenborgen b42686f38a Trigger workflow. 2022-04-27 22:24:36 +02:00
Stian Grenborgen a3ea2e95cd Adding workflow for building on push. 2022-04-27 22:22:00 +02:00
Stian Grenborgen 9ea4e8d631 Testing server hook. 2022-04-27 22:13:34 +02:00
Stian Grenborgen 028ea444ee Testing server hook. 2022-04-27 22:04:34 +02:00
Stian Grenborgen c56c2267d8 Testing server hook. 2022-04-27 22:01:21 +02:00
Stian Grenborgen 5cbd3867cd Testing server hook. 2022-04-27 21:59:36 +02:00
Stian Grenborgen 3ed89ef9be Testing server hook. 2022-04-27 21:44:56 +02:00
Stian Grenborgen 84c529c1cd Testing server hook. 2022-04-27 21:42:21 +02:00
Stian Grenborgen f6c1336503 Testing server hook. 2022-04-27 21:38:50 +02:00
Stian Grenborgen 04b2c7c2e0 The chat is now drawn properly when the UI is scaled. Fixed a problem causing the UI to freeze. 2022-04-26 17:49:07 +02:00
Stian Grenborgen e2356d8f9c Changing SF-logo to https in order to avoid mixed content. 2022-04-26 08:39:18 +02:00
Mike Pope 333b2c48a5 Cosmetic javadoc. 2022-04-26 13:37:46 +09:30
Mike Pope 4f3e50a833 Tidy up with Coronado. 2022-04-26 11:01:40 +09:30
translatewiki.net 9cc752f9ac Localisation updates from https://translatewiki.net. 2022-04-25 13:04:24 +02:00
Mike Pope 880f6cb236 Allow end turn panel to work again. 2022-04-25 15:45:27 +09:30
Mike Pope cb682cb1dd Restore reconnect confirmation box. 2022-04-25 15:02:01 +09:30
Mike Pope a871c56ddb Reduce random tax raises in line with new data of PF#71. 2022-04-25 13:30:46 +09:30
Stian Grenborgen cea97dfb2d Deselect the active unit before ending the turn. This avoids jumping between animated units and the active unit while watching the other players move. 2022-04-24 14:55:26 +02:00
Stian Grenborgen 6c4dee3eda Quick-and-dirty fix for scaling pure-text tooltips. 2022-04-24 13:56:32 +02:00
Stian Grenborgen 519f694c32 Cancelling the game in the StartGamePanel now works. Previously two NewPanels were opened, and the application freezed if a new game was started. 2022-04-24 13:01:23 +02:00
Mike Pope fcd1d5c914 Cosmetic javadoc. 2022-04-24 20:06:28 +09:30
Mike Pope b3c08db7fd Prevent another event dispatch crash. 2022-04-24 18:57:43 +09:30
Mike Pope 4832bb2532 Oops left trace print in. 2022-04-24 18:51:00 +09:30
Mike Pope 0dffd8793e Teach scouting AI units to disembark before speaking to the chief, BR#3228,3247. 2022-04-24 18:28:56 +09:30
Stian Grenborgen b7872e6b5f Fixes video playback on system without a space in "java.vendor". This is a workaround for a bug in Cortado. 2022-04-24 09:55:33 +02:00
Stian Grenborgen 2c6b0a7a12 Adding the old hill and mountain graphics back to the game before our next release. The reason being that we need more variations (and possibly a better texture) before the new graphics look better than the old when building mountain ranges. 2022-04-24 09:24:06 +02:00
Stian Grenborgen f7c129738b Reduces the number of messages that pop up at the same time. 2022-04-24 09:10:55 +02:00
Stian Grenborgen 2e34193e4f Improves display of maps in map generator options. Adds a button for removing the imported map. Selects a sensible optiongroup when clicking on a generator/map button. 2022-04-24 08:58:38 +02:00
Mike Pope 0353836d7f Make sure async dialog invocation is in the event dispatch thread. 2022-04-24 16:06:39 +09:30
Mike Pope 260bfb1b2c Prevent crash in emigration dialog handling. 2022-04-24 15:09:00 +09:30
Mike Pope c9eedcf155 Again, checkREFDefeat improvements, BR#3246. 2022-04-24 10:33:18 +09:30
Mike Pope 6621e7e089 Bump to java 11. 2022-04-24 09:10:51 +09:30
Stian Grenborgen 01b5a1d1ab Scales the row height based on the font. Disallows reordering since it produces visual artifacts. 2022-04-23 16:04:36 +02:00
Stian Grenborgen 2e47bab6ce Allow the start game panel to be resized. 2022-04-23 16:03:53 +02:00