Commit Graph

12014 Commits

Author SHA1 Message Date
Sebastian Zhorel 0129a9065d Catch NPE from broken Region earlier to prevent game freeze, BR#2885 2015-08-02 14:48:51 +02:00
Michael Pope 5ca144f438 Simplification of InfoPanel mode, BR#2867b. 2015-08-02 11:37:50 +02:00
Michael Pope b3368549c6 Add back the colony popup for a case in IGC. 2015-08-02 11:34:21 +02:00
Sebastian Zhorel 8e4f9c0fa4 Remove opening of colony/settlement panel in MapViewer.setSelectedTile, fixing remaining part of BR#2875 2015-08-02 11:34:13 +02:00
Sebastian Zhorel 0a71f95579 Simplify setSelectedTile, removing the single use goto clearing 2015-08-02 11:34:01 +02:00
Mike Pope 17c700efad Fix region generation, BR#2885. 2015-08-02 10:20:28 +02:00
Mike Pope ea6f3c4772 Work around the lakes work around, BR#2878. 2015-08-02 10:19:40 +02:00
Mike Pope ecbc3b7ee2 FreeCol 0.11.4. 2015-07-29 18:21:21 +09:30
Mike Pope 7ea7abb0f6 Add reference to 0.11.4 to the website. 2015-07-29 18:19:13 +09:30
Michael Pope 2dda9a5c6d Small improvement to release documentation. 2015-07-29 12:09:21 +09:30
Mike Pope 690c42b54c Safer distclean, but still fails due to ant bug. 2015-07-29 07:42:53 +09:30
Michael Pope 4a3e8d878c Autoupdate doc/version.sty fcversion at release. 2015-07-28 19:02:56 +09:30
Michael Pope 2fbace8526 Revise developer documentation to mention new scripts. 2015-07-28 19:01:21 +09:30
Sebastian Zhorel 39b2b97bee Remove outdated --splash option from created program startup shortcuts
When it was added the option without a filename activated the default splash,
but was not updated when the code and interpretation of the option changed.
2015-07-28 09:09:54 +02:00
Mike Pope 6b53428d16 fixClientOptions needs to make sure the zoom level option has six places. 2015-07-27 20:40:48 +09:30
Mike Pope 66181a5f82 RangeOptionUI was offering one too many slider positions. 2015-07-27 20:38:43 +09:30
Mike Pope aec9be1899 Validate SelectOption values. 2015-07-27 20:33:57 +09:30
Sebastian Zhorel 9af98f8c76 Add missing space in log message 2015-07-27 08:31:39 +02:00
Sebastian Zhorel 2ebc3e0c77 Add missing splash.jpg to distribution base files and suppress duplicate 2015-07-27 08:03:54 +02:00
Sebastian Zhorel 3a70c44f3c Fix font overrides to use standard fonts, BR#2877 2015-07-26 14:05:10 +02:00
Sebastian Zhorel de0d5064c8 Temporarily fix translated strings in languages using our header font to replace missing triple dot character 2015-07-26 10:34:46 +02:00
Sebastian Zhorel 564e5079d8 Add missing font override files for languages in need of special glyphs 2015-07-26 10:31:55 +02:00
Sebastian Zhorel 00ba7febdf Fix ant zipSourceBundle to exclude unnecessary files from base directory
Take care to keep the excludes in sync with the prepareBaseFiles target,
as someone used it as an optimization to not copy data and jar folders twice,
but it was not implemented correctly!
2015-07-26 09:53:43 +02:00
Sebastian Zhorel 15dd1dd5ef Update minimum Java version to 1.7 and switch from 32x32 to 64x64 icon in jsmooth scripts 2015-07-25 19:27:51 +02:00
Sebastian Zhorel c7b67b6055 Fix InformationPanel to prevent unnecessary scrollbars, which appear sometimes, cause of reserving too much space 2015-07-25 18:38:35 +02:00
Sebastian Zhorel c6a28784a7 Mostly fix preparation of the src.zip, excludes website, unused and local copy of NetBeans project files now
TODO: Find a way to exclude FreeCol.jar from being included in the src.zip
2015-07-25 17:55:35 +02:00
Sebastian Zhorel f9fb22271f Prevent NPE from using MapViewer.focus before initializing it, BR#2875 2015-07-25 17:06:29 +02:00
Mike Pope e761596d1e Clean up current javadoc warnings. 2015-07-25 21:05:09 +09:30
Mike Pope 9df53c3507 Backwards compatibility for fixes for BR#2873. 2015-07-25 20:29:26 +09:30
Mike Pope 8b89cf1022 Fix operand serialization and display. 2015-07-25 20:27:06 +09:30
Sebastian Zhorel 82c9f48c9a Fix Classic UI mod to correctly use the changed background for all dialog components 2015-07-25 12:01:46 +02:00
Mike Pope eb73fd0ad9 Fix outdated specification.xsl, BR#2874. 2015-07-25 16:10:38 +09:30
Mike Pope fe0fe8cfeb Fix limit evaluation for player settlement lists, BR#2873. 2015-07-25 12:23:32 +09:30
Mike Pope 8609f0908b Fix coastal colony declaration limit, BR#2873. 2015-07-25 12:20:08 +09:30
Sebastian Zhorel cf6e1be8a5 Remove outdated packaging examples 2015-07-24 17:53:23 +02:00
Sebastian Zhorel a350f072ef Move currently unused europe background. Maybe reuse it later? 2015-07-24 17:39:05 +02:00
Sebastian Zhorel e10f2418e9 Move unused map-americas icon out of the way 2015-07-24 17:36:52 +02:00
Sebastian Zhorel 1e0d0dbeb0 Remove tiny unused building icon 2015-07-24 17:30:31 +02:00
Siebrand Mazeland 2d68fb7c57 Localisation updates from https://translatewiki.net. 2015-07-23 19:00:56 +02:00
Sebastian Zhorel a7cb12a65d Update java version in FreeCol.tex 2015-07-23 14:01:32 +02:00
Sebastian Zhorel aa38eac0fc Add forgotten metaserver jar to clean target in build.xml 2015-07-23 12:08:12 +02:00
Sebastian Zhorel 464b9d6160 Update .gitignore to ignore metaserver jar 2015-07-23 11:58:29 +02:00
Sebastian Zhorel 864dbeb135 Remove outdated references to SVN in build.xml 2015-07-23 11:57:09 +02:00
Mike Pope dc026ed9b9 Add priority to UnitType. 2015-07-23 06:34:44 +09:30
Mike Pope 244a3fc80d Fix net production when horses exceed warehouse. 2015-07-23 06:33:23 +09:30
Michael Pope 70b2857eb0 Improve Colony work location accessors. 2015-07-23 06:31:16 +09:30
Michael Pope 22eafc20f2 Fix missing header again in RCCP. 2015-07-17 12:05:38 +09:30
Mike Pope 6b234844fe Remove messages introduced too quickly in last commit. 2015-07-16 19:55:23 +09:30
Michael Pope 0b447d6618 Replace getColonyTileTodo with improved getTileImprovementSuggestions. 2015-07-16 12:03:16 +09:30
Mike Pope 28592eb2e6 Prevent NPE in Cargo initialization. 2015-07-16 07:41:59 +09:30