Sun, 10 Aug 2008 03:14:37 -0700 dmarks: Changed paths: M /branches/S2_1/po/ar.po M /branches/S2_1/po/ca.po M /branches/S2_1/po/cs.po M /branches/S2_1/po/da.po M /branches/S2_1/po/de.po M /branches/S2_1/po/el.po M /branches/S2_1/po/en_GB.po M /branches/S2_1/po/es.po M /branches/S2_1/po/et.po M /branches/S2_1/po/fa.po M /branches/S2_1/po/fi.po M /branches/S2_1/po/fr.po M /branches/S2_1/po/he.po M /branches/S2_1/po/hu.po M /branches/S2_1/po/it.po M /branches/S2_1/po/ja.po M /branches/S2_1/po/ko.po M /branches/S2_1/po/lt.po M /branches/S2_1/po/nl.po M /branches/S2_1/po/no.po M /branches/S2_1/po/pl.po M /branches/S2_1/po/pt.po M /branches/S2_1/po/pt_BR.po M /branches/S2_1/po/ro.po M /branches/S2_1/po/ru.po M /branches/S2_1/po/sv.po M /branches/S2_1/po/tr.po M /branches/S2_1/po/uk.po M /branches/S2_1/po/zh_CN.po Changes after running 'update-po' Sat, 09 Aug 2008 09:34:11 -0700 cazfi: Changed paths: M /branches/S2_1/m4/freetype2.m4 Replaced AS_HELP_STRING with AC_HELP_STRING for supporting older autoconf versions. Problem reported by Christian Prochaska. Patch by Daniel Markstedt Ticket #40416 Thu, 07 Aug 2008 00:09:08 -0700 chrisk: Changed paths: M /branches/S2_1/po/de.po 4286 translated messages. Tue, 05 Aug 2008 16:47:39 -0700 dmarks: Changed paths: M /branches/S2_1/configure.ac A /branches/S2_1/po/eo.po Add Esperanto translation; sent to me by Antonio C. Codazzi Fri, 01 Aug 2008 21:52:51 -0700 mbook: Changed paths: M /branches/S2_1/common/city.c Built great wonders show "never" for turns-to-build. See #40382, patch by me. Mon, 28 Jul 2008 11:03:38 -0700 jcreus: Changed paths: M /branches/S2_1/po/ca.po updated ca.po Sun, 27 Jul 2008 10:40:27 -0700 cazfi: Changed paths: M /branches/S2_1/m4/freetype2.m4 Updated freetype2.m4 from freetype 2.3.7 Thu, 24 Jul 2008 10:09:20 -0700 cazfi: Changed paths: M /branches/S2_1/ai/aihand.c M /branches/S2_1/common/player.c M /branches/S2_1/common/player.h M /branches/S2_1/server/plrhand.c M /branches/S2_1/server/plrhand.h M /branches/S2_1/server/srv_main.c M /branches/S2_1/server/stdinhand.c Avoid false "max rates exceeded" -message. See #40389 Tue, 22 Jul 2008 13:06:55 -0700 cazfi: Changed paths: M /branches/S2_1/po/POTFILES.in Added missing files to POTFILES.in See #40391 Mon, 21 Jul 2008 17:25:00 -0700 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/citydlg.c Fix changing of specialists at resolutions higher than 640x480. See PR#40387. Mon, 21 Jul 2008 02:18:48 -0700 cazfi: Changed paths: M /branches/S2_1/client/text.c Fixed client crash in the end of turn in altering movement mode. See #40384 Mon, 21 Jul 2008 02:14:23 -0700 cazfi: Changed paths: M /branches/S2_1/server/auth.c Fixed error message about illegal auth port parameter. See #40385 Mon, 21 Jul 2008 02:12:45 -0700 cazfi: Changed paths: M /branches/S2_1/server/stdinhand.c Fixed /take assert when all player slots are in use. See #40354 Thu, 17 Jul 2008 12:03:57 -0700 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/wldlg.c Fix crash in the worklist dialog. Reported by Eric Francis in PR#40378, patch by me. Mon, 14 Jul 2008 13:56:17 -0700 jdorje: Changed paths: M /branches/S2_1/configure.ac M /branches/S2_1/data/civserver.dsc.in M /branches/S2_1/m4/ggz.m4 M /branches/S2_1/server/ggzserver.c M /branches/S2_1/server/ggzserver.h M /branches/S2_1/server/savegame.c M /branches/S2_1/server/srv_main.c M /branches/S2_1/server/stdinhand.c M /branches/S2_1/server/stdinhand.h M /branches/S2_2/common/game.h M /branches/S2_2/configure.ac M /branches/S2_2/data/civserver.dsc.in M /branches/S2_2/m4/ggz.m4 M /branches/S2_2/server/ggzserver.c M /branches/S2_2/server/ggzserver.h M /branches/S2_2/server/savegame.c M /branches/S2_2/server/srv_main.c M /branches/S2_2/server/stdinhand.c M /branches/S2_2/server/stdinhand.h Add ggz-style savegame support. This also bumps the required version to 0.99.4 for server support. Patch by me in PR#40317. Mon, 14 Jul 2008 08:47:57 -0700 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/cityrep.c Fix city report size calculations. Reported by Eric Francis in PR#40328, patch by me. Mon, 14 Jul 2008 08:34:32 -0700 cproc: Changed paths: M /branches/S2_1/client/connectdlg_common.c M /branches/S2_1/utility/shared.c Make the internal server store savegames in the user's home directory on Windows. See PR#40341. Thu, 10 Jul 2008 02:48:15 -0700 cazfi: Changed paths: M /branches/S2_1/common/city.h M /branches/S2_1/server/cityturn.c Introduced city_list_iterate_safe. Used it to fix potential problems when city starves. See #40367 Mon, 07 Jul 2008 23:28:19 -0700 jdorje: Changed paths: M /branches/S2_1/server/auth.c M /branches/S2_2/server/auth.c Fix forward enumeration references in auth.c. Patch by me in PR#40366. Mon, 07 Jul 2008 02:16:49 -0700 cazfi: Changed paths: M /branches/S2_1/common/tech.c M /branches/S2_1/server/barbarian.c M /branches/S2_1/server/savegame.c M /branches/S2_1/server/srv_main.c M /branches/S2_1/server/techtools.c M /branches/S2_1/server/techtools.h Fixed crash when loading saved game when tech leakage is enabled. Reported by Chris Williams, ticket #40027 Mon, 07 Jul 2008 02:03:49 -0700 cazfi: Changed paths: M /branches/S2_1/client/gui-gtk-2.0/wldlg.c M /branches/S2_1/client/packhand.c M /branches/S2_1/common/improvement.c M /branches/S2_1/common/improvement.h M /branches/S2_1/server/ruleset.c Do not mark buildings redundant, when they allow building of unit. See #40359 Sun, 06 Jul 2008 07:33:36 -0700 cazfi: Changed paths: M /branches/S2_1/server/gotohand.c M /branches/S2_1/server/gotohand.h M /branches/S2_1/server/srv_main.c Free mappos arrays. See #40352 Thu, 03 Jul 2008 08:08:31 -0700 jdorje: Changed paths: M /branches/S2_1/server/gamehand.c M /branches/S2_2/server/gamehand.c Disable hack challenge when in GGZ mode. Patch by me in PR#40311. Wed, 02 Jul 2008 23:24:18 -0700 jdorje: Changed paths: M /branches/S2_1/server/ggzserver.c M /branches/S2_2/server/ggzserver.c Fix GGZ handlers for error and spectator events. Patch by me in PR#40357. Wed, 02 Jul 2008 10:13:20 -0700 cazfi: Changed paths: M /branches/S2_1/common/requirements.c M /branches/S2_1/common/terrain.c M /branches/S2_1/common/terrain.h M /branches/S2_1/server/citytools.c M /branches/S2_1/server/generator/mapgen.c M /branches/S2_1/server/maphand.c For terrain and special requirements in range "Adjacent" check also tile itself. This allows building Hydro Plant in city placed on one tile river. Reported by HanduMan, ticket #40347 Mon, 30 Jun 2008 02:55:07 -0700 cazfi: Changed paths: M /branches/S2_1/Makefile.am Distribute new m4-files. See #40345 Thu, 26 Jun 2008 15:33:31 -0700 mbook: Changed paths: M /branches/S2_1/common/city.c Fix printing of obsolete wonders. See #39982. Patch by Jacob Nevins . Signed-off-by: Madeline Book Thu, 26 Jun 2008 12:34:24 -0700 cazfi: Changed paths: A /branches/S2_1/m4/codeset.m4 M /branches/S2_1/m4/locale.m4 locale.m4 cleanup - Added standard codeset.m4, which provides AM_LANGINFO_CODESET - Serial number syntax fixed See #40301 Tue, 24 Jun 2008 20:44:42 -0700 jdorje: Changed paths: M /branches/S2_1/client/gui-gtk-2.0/gui_main.c M /branches/S2_1/common/capstr.h M /branches/S2_1/configure.ac M /branches/S2_1/data/civclient.dsc.in M /branches/S2_1/data/civserver.dsc.in M /branches/S2_1/m4/version.m4 M /branches/S2_1/version.in M /branches/S2_2/client/gui-gtk-2.0/gui_main.c M /branches/S2_2/common/capstr.h M /branches/S2_2/configure.ac M /branches/S2_2/data/civclient.dsc.in M /branches/S2_2/data/civserver.dsc.in M /branches/S2_2/version.in Separate mandatory and optional capabilities in the capstring. This is needed so that GGZ can distinguish by the mandatory capabilities only. Patch by me in PR#40308. Tue, 24 Jun 2008 12:29:50 -0700 cazfi: Changed paths: M /branches/S2_1/client/gui-gtk-2.0/gui_main.c M /branches/S2_1/client/packhand.c M /branches/S2_1/common/game.c Fix to global observer crash in connectdialog. Reverting previous attempt to fix this. See #40303 Mon, 23 Jun 2008 18:14:33 -0700 mbook: Changed paths: M /branches/S2_1/client/gui-gtk-2.0/dialogs.c M /branches/S2_1/client/gui-gtk-2.0/plrdlg.c Fix visual corruption in flag images. See #40246, patch by me. Mon, 23 Jun 2008 18:14:22 -0700 mbook: Changed paths: M /branches/S2_1/client/gui-gtk-2.0/cityrep.c Show total buy cost for selected cities in the city report. See #40291, patch by me. Mon, 23 Jun 2008 16:49:58 -0700 jdorje: Changed paths: M /branches/S2_0/server/stdinhand.c M /branches/S2_1/server/stdinhand.c M /branches/S2_2/server/stdinhand.c Don't reset the wrong player name when a player is /cut in pregame. See PR#39503. Mon, 23 Jun 2008 15:47:25 -0700 jdorje: Changed paths: M /branches/S2_1/client/gui-gtk-2.0/pages.c M /branches/S2_2/client/gui-gtk-2.0/pages.c Go straight to the network page when autoconnecting to a server that needs a password. Patch from PR#38354. Sun, 22 Jun 2008 17:19:27 -0700 jdorje: Changed paths: M /branches/S2_0/client/packhand.c M /branches/S2_1/client/packhand.c M /branches/S2_2/client/packhand.c Fix incorrect setting of map.num_continents when continents are renumbered. Reported by Stephen Jolley in PR#39472. Patch by me. Sun, 22 Jun 2008 04:39:30 -0700 cproc: Changed paths: M /branches/S2_1/client/servers.c add missing check for EWOULDBLOCK. Reported by Madeline Book in PR#40297, patch by me. Sun, 22 Jun 2008 02:10:53 -0700 cazfi: Changed paths: M /branches/S2_1/client/gui-gtk-2.0/gui_main.c - Fixed sensitivity of Start and Pick Nation buttons - Pick Nation button text now turn in to Take Player when appropriate See #40234 Sun, 22 Jun 2008 00:00:27 -0700 cazfi: Changed paths: M /branches/S2_1/client/gui-gtk-2.0/gui_main.c Fixed global oserver crash on connectdlg. See #40303 Sat, 21 Jun 2008 21:05:26 -0700 cazfi: Changed paths: M /branches/S2_1/utility/netintf.c Handle empty http_proxy environment variable correctly. Reported by Christian Knoke as part of #16526. Sat, 21 Jun 2008 19:55:48 -0700 cazfi: Changed paths: M /branches/S2_1/server/unittools.c Make message about paratrooper dying on paradrop more likely to appear to user. Reported by Karl Goetz and Nick Schulten Patch by Ulrik Sverdrup, ticket #40295 Sat, 21 Jun 2008 06:00:12 -0700 cazfi: Changed paths: M /branches/S2_1/server/citytools.c M /branches/S2_1/server/maphand.c Refresh cities after shared vision gained from another player, possibly revealing new tiles. See #40262 Sat, 21 Jun 2008 04:18:47 -0700 cazfi: Changed paths: M /branches/S2_1/scripts/setup_auth_server.sh M /branches/S2_1/server/auth.c Use Mysql port information from authentication config file. See #40293 Thu, 19 Jun 2008 13:18:38 -0700 cazfi: Changed paths: M /branches/S2_1/client/servers.c M /branches/S2_1/server/sernet.c Fixed winsock related compiler warnings. See #40281 Thu, 19 Jun 2008 13:14:11 -0700 cazfi: Changed paths: M /branches/S2_1/Makefile.am A /branches/S2_1/m4/lib-ld.m4 A /branches/S2_1/m4/lib-link.m4 A /branches/S2_1/m4/lib-prefix.m4 Added lib-link.m4, lib-prefix.m4 and lib-ld.m4. Already present macros depend on these. Thu, 19 Jun 2008 04:21:07 -0700 chrisk: Changed paths: M /branches/S2_1/po/de.po 4280 translated messages. Wed, 18 Jun 2008 10:25:15 -0700 cazfi: Changed paths: M /branches/S2_1/common/game.h M /branches/S2_1/server/stdinhand.c Made all-AI games possible again. See #40288 Wed, 18 Jun 2008 08:17:23 -0700 cazfi: Changed paths: M /branches/S2_1/server/settings.c M /branches/S2_1/server/stdinhand.c Only human players count toward minplayers. See #40206 Tue, 17 Jun 2008 11:30:07 -0700 cazfi: Changed paths: M /branches/S2_1/m4/debug.m4 Fixed setting of debug compiler flags. See #40287 Tue, 17 Jun 2008 06:07:46 -0700 cazfi: Changed paths: M /branches/S2_1/Makefile.am A /branches/S2_1/bootstrap/config.rpath M /branches/S2_1/m4/iconv.m4 Updated iconv.m4 See #40275 Mon, 16 Jun 2008 06:14:06 -0700 cazfi: Changed paths: M /branches/S2_1/Makefile.am M /branches/S2_1/configure.ac A /branches/S2_1/m4/compiler.m4 D /branches/S2_1/m4/esd.m4 Backported configure related bugfixes from S2_2 See #40268 Mon, 16 Jun 2008 06:05:14 -0700 cazfi: Changed paths: M /branches/S2_1/ai/advdiplomacy.c Fixed bug that AI tried to get unreachable techs from treaty. Patch by Per. See #38372 Mon, 16 Jun 2008 05:57:54 -0700 cazfi: Changed paths: M /branches/S2_1/client/goto.c Fixed compiler warning in goto code. See #40265 Mon, 16 Jun 2008 00:55:43 -0700 dmarks: Changed paths: M /branches/S2_1/version.in Bump version to 2.1.5+ Mon, 16 Jun 2008 00:20:15 -0700 dmarks: Changed paths: M /branches/S2_1/ChangeLog Update changelog for 2.1.5 Mon, 16 Jun 2008 00:02:24 -0700 dmarks: Changed paths: M /branches/S2_1/po/ar.po M /branches/S2_1/po/ca.po M /branches/S2_1/po/cs.po M /branches/S2_1/po/da.po M /branches/S2_1/po/de.po M /branches/S2_1/po/el.po M /branches/S2_1/po/en_GB.po M /branches/S2_1/po/es.po M /branches/S2_1/po/et.po M /branches/S2_1/po/fa.po M /branches/S2_1/po/fi.po M /branches/S2_1/po/fr.po M /branches/S2_1/po/he.po M /branches/S2_1/po/hu.po M /branches/S2_1/po/it.po M /branches/S2_1/po/ja.po M /branches/S2_1/po/ko.po M /branches/S2_1/po/lt.po M /branches/S2_1/po/nl.po M /branches/S2_1/po/no.po M /branches/S2_1/po/pl.po M /branches/S2_1/po/pt.po M /branches/S2_1/po/pt_BR.po M /branches/S2_1/po/ro.po M /branches/S2_1/po/ru.po M /branches/S2_1/po/sv.po M /branches/S2_1/po/tr.po M /branches/S2_1/po/uk.po M /branches/S2_1/po/zh_CN.po Updates after running update-po Fri, 13 Jun 2008 14:50:38 -0700 mbook: Changed paths: M /branches/S2_1/po/es.po Fix minor typo in Spanish translation. Reported-by: Condex (http://forum.freeciv.org/viewtopic.php?p=20400) Signed-off-by: Madeline Book Thu, 12 Jun 2008 11:18:03 -0700 cazfi: Changed paths: M /branches/S2_1/data/civ1/effects.ruleset Civ1 ruleset: Added No_Diplomacy effect to barbarians and base Empire_Size_Step effect to make ruleset playable. Wed, 11 Jun 2008 21:54:54 -0700 jdorje: Changed paths: M /branches/S2_0/Makefile.am M /branches/S2_1/Makefile.am M /branches/S2_2/Makefile.am Add missing m4 files to EXTRA_DIST. Wed, 11 Jun 2008 18:14:18 -0700 cazfi: Changed paths: A /branches/S2_1/m4/pkg.m4 Added pkg.m4 This fixes compilation problem reported by Daniel Markstedt in #40250 Wed, 11 Jun 2008 08:21:58 -0700 cazfi: Changed paths: M /branches/S2_1/data/civ2/effects.ruleset Fixed fundamentalism bugs. Patch by Madeline Book, see #40257 Tue, 10 Jun 2008 12:59:43 -0700 cazfi: Changed paths: M /branches/S2_1/server/citytools.c M /branches/S2_1/server/citytools.h M /branches/S2_1/server/unittools.c Passengers never conquer cities. This fixes assert failure during civil war. See #40261 Sat, 07 Jun 2008 22:49:42 -0700 dmarks: Changed paths: M /branches/S2_1/po/ko.po 2442 translated messages, 1837 untranslated messages. Sat, 07 Jun 2008 21:10:47 -0700 jdorje: Changed paths: M /branches/S2_1/client/cityrepdata.c Fix a harmless warning triggered in gcc 4.3. See PR#40258. Fri, 06 Jun 2008 04:19:28 -0700 chrisk: Changed paths: M /branches/S2_1/po/de.po 4279 translated messages. Fri, 06 Jun 2008 02:44:18 -0700 dmarks: Changed paths: M /branches/S2_1/po/ko.po 2347 translated messages, 1932 untranslated messages. Thu, 05 Jun 2008 21:26:05 -0700 mbook: Changed paths: M /branches/S2_1/client/gui-gtk-2.0/pages.c Fix network refresh button for gtk2 client. - Function update_network_lists now cancels a running server scan if one is active when it is called. Reported-by: James Hemming (PR#40256) Signed-off-by: Madeline Book Thu, 05 Jun 2008 21:05:45 -0700 dmarks: Changed paths: M /branches/S2_1/po/sv.po 4277 translated messages. Mon, 02 Jun 2008 15:38:41 -0700 jcreus: Changed paths: M /branches/S2_1/po/ca.po 4279 messages Sun, 01 Jun 2008 06:40:26 -0700 jnmbk: Changed paths: M /branches/S2_1/po/tr.po 3929 translated, 348 untranslated Mon, 26 May 2008 14:18:03 -0700 chomwitt: Changed paths: M /branches/S2_1/po/el.po greek translation update Sun, 25 May 2008 04:24:19 -0700 dmarks: Changed paths: M /branches/S2_1/po/ko.po 2293 translated. 1986 untranslated. Fri, 23 May 2008 06:48:09 -0700 dmarks: Changed paths: M /branches/S2_1/po/ko.po Updates to Korean translation; many style fixes. 2128 translated messages. Sun, 18 May 2008 15:34:21 -0700 cazfi: Changed paths: M /branches/S2_1/common/city.c M /branches/S2_1/common/tile.h Fixed bug that city center was not automatically considered farmland. Patch by Jacob Nevins in #40207 Sun, 18 May 2008 07:17:58 -0700 dmarks: Changed paths: M /branches/S2_1/po/ko.po Update to Korean translation including many typo fixes. 2032 translated messages. Sun, 18 May 2008 02:19:22 -0700 dmarks: Changed paths: M /branches/S2_1/po/ko.po Updates to Korean translation, now 2001 translated strings! Special thanks to Song Young Hwan for several improvement suggestions. Fri, 16 May 2008 15:24:35 -0700 cazfi: Changed paths: M /branches/S2_1/ai/aidata.c Set ai.num_continents and ai.num_oceans zero in ai_data_phase_done() to make them consistent with memory allocations. This fixes crash reported by Marek Jancuska in #40243 Fri, 16 May 2008 14:52:32 -0700 cazfi: Changed paths: M /branches/S2_1/server/unittools.c Send remove_unit packet to client when unit owner changes before removing unit vision. This fixes client side assert if unit was not seen by no other unit. Similar crashes reported by many in #15712 Thu, 15 May 2008 16:25:54 -0700 cazfi: Changed paths: M /branches/S2_1/m4/win32-client.m4 M /branches/S2_1/m4/xaw-client.m4 Fixed libpng checks to work correctly with modern libpng installations. See #40242 Wed, 14 May 2008 04:56:01 -0700 cproc: Changed paths: M /branches/S2_1/client/gui-gtk-2.0/menu.c M /branches/S2_1/client/mapview_common.c M /branches/S2_1/client/options.c M /branches/S2_1/client/options.h M /branches/S2_1/client/packhand.c Fix citybar view options. Reported by Susanna Björverud in PR#40128, patch by Madeline Book. Tue, 13 May 2008 02:50:05 -0700 cazfi: Changed paths: M /branches/S2_1/client/gui-gtk-2.0/gui_main.c M /branches/S2_1/client/packhand.c M /branches/S2_1/common/packets.def M /branches/S2_1/common/packets_gen.c M /branches/S2_1/common/packets_gen.h M /branches/S2_1/server/plrhand.c M /branches/S2_1/version.in Show leader name of created players in connect dialog See #40239 Sat, 10 May 2008 05:24:45 -0700 cazfi: Changed paths: M /branches/S2_1/INSTALL Minor corrections to INSTALL See #40240 Fri, 09 May 2008 15:30:57 -0700 cazfi: Changed paths: M /branches/S2_1/server/stdinhand.c Fixed /take of currently observed player. See #40235 Fri, 09 May 2008 15:25:06 -0700 cazfi: Changed paths: M /branches/S2_1/server/sanitycheck.c M /branches/S2_1/server/savegame.c Make sure all previous player <-> team associations are cleared before loading saved game. See #40224 Fri, 09 May 2008 15:11:53 -0700 cazfi: Changed paths: M /branches/S2_1/server/plrhand.c M /branches/S2_1/server/plrhand.h Make sure we don't run out of playable nations when new civil war player is created. See #40233 Fri, 09 May 2008 01:44:29 -0700 cazfi: Changed paths: M /branches/S2_1/server/stdinhand.c Corrected player information sent to clients after new player is /created See #40238 Wed, 07 May 2008 01:28:19 -0700 chrisk: Changed paths: M /branches/S2_1/po/de.po 4278 translated messages. Tue, 06 May 2008 18:32:43 -0700 cazfi: Changed paths: M /branches/S2_1/data/civ1/governments.ruleset M /branches/S2_1/data/civ1/terrain.ruleset M /branches/S2_1/data/civ1/units.ruleset M /branches/S2_1/data/civ2/governments.ruleset M /branches/S2_1/data/civ2/units.ruleset M /branches/S2_1/data/nation/barbarian.ruleset Removed obsoleted entries from rulesets. Fixed a couple of misnamed entries in civ1 ruleset. See #40230 Mon, 05 May 2008 17:06:07 -0700 cazfi: Changed paths: M /branches/S2_1/common/game.c M /branches/S2_1/common/game.h M /branches/S2_1/server/connecthand.c M /branches/S2_1/server/ruleset.c M /branches/S2_1/server/srv_main.c M /branches/S2_1/server/stdinhand.c Limit number of players so that there's playable nations for everyone. This fixes several crashes when ruleset provides less than MAX_PLAYERS nations. See #40195 Sun, 04 May 2008 17:33:40 -0700 cazfi: Changed paths: M /branches/S2_1/configure.ac M /branches/S2_1/m4/ggz.m4 M /branches/S2_1/server/sernet.c Do not add any host specific include or library paths when configured with --without-ggz-dir. This fixes Freeciv cross-compilation. See #40134 Sat, 03 May 2008 01:02:29 -0700 cazfi: Changed paths: M /branches/S2_1/server/barbarian.c Fixed bug preventing barbarian creation from hut. See #40222 Wed, 30 Apr 2008 00:36:27 -0700 elmo: Changed paths: M /branches/S2_1/po/statistics.rb statistics.rb has been updated: it can output a nice HTML page now. Tue, 29 Apr 2008 12:56:03 -0700 elmo: Changed paths: M /branches/S2_1/po/et.po That's it. I'm switching to 2.2 branch. I doubt 2.1 will see any additional translations. Thu, 24 Apr 2008 12:41:34 -0700 englabenny: Changed paths: M /branches/S2_1/client/gui-gtk-2.0/wldlg.c (PR#39821) Global Lists Bug... Can't Add to top of list? The global worklist editor would not allow the < buttons (prepend and append) to become sensitive, since ptr->pcity is NULL for global worklits. This fixes that case. Wed, 23 Apr 2008 11:59:40 -0700 elmo: Changed paths: M /branches/S2_1/po/et.po Hooray, 4000 translations! Wed, 23 Apr 2008 09:03:51 -0700 elmo: Changed paths: M /branches/S2_1/po/et.po Passed the Spanish with 3960 translations Tue, 22 Apr 2008 14:54:20 -0700 cazfi: Changed paths: M /branches/S2_1/ai/aitools.c M /branches/S2_1/server/unithand.c M /branches/S2_1/server/unittools.c Fixed crashes when former AI settler on city founding mission gets new orders. See #40208 Tue, 22 Apr 2008 14:46:44 -0700 cazfi: Changed paths: M /branches/S2_1/m4/ggz.m4 Updated ggz.m4 from ggz project. Tue, 22 Apr 2008 14:38:21 -0700 cazfi: Changed paths: M /branches/S2_1/server/srv_main.c M /branches/S2_1/server/stdinhand.c M /branches/S2_1/server/stdinhand.h Do not skip minplayers check (& others) present in start_command(), when game is started by player ready packet. See #40194 Mon, 21 Apr 2008 20:36:59 -0700 jdorje: Changed paths: M /branches/S2_1/server/sernet.c Fix a memory leak in the readline code. Report and fix by "Elmo Todurov" in PR#40209. Mon, 21 Apr 2008 11:13:08 -0700 elmo: Changed paths: M /branches/S2_1/po/et.po Passed the Japanese Sun, 20 Apr 2008 06:08:50 -0700 dmarks: Changed paths: M /branches/S2_1/version.in Bump version to 2.1.4+ Sun, 20 Apr 2008 06:05:07 -0700 dmarks: Changed paths: M /branches/S2_1/version.in Bump version to 2.1.4 Sun, 20 Apr 2008 06:02:41 -0700 dmarks: Changed paths: M /branches/S2_1/po/ar.po M /branches/S2_1/po/ca.po M /branches/S2_1/po/cs.po M /branches/S2_1/po/da.po M /branches/S2_1/po/de.po M /branches/S2_1/po/el.po M /branches/S2_1/po/en_GB.po M /branches/S2_1/po/es.po M /branches/S2_1/po/et.po M /branches/S2_1/po/fa.po M /branches/S2_1/po/fi.po M /branches/S2_1/po/fr.po M /branches/S2_1/po/he.po M /branches/S2_1/po/hu.po M /branches/S2_1/po/it.po M /branches/S2_1/po/ja.po M /branches/S2_1/po/ko.po M /branches/S2_1/po/lt.po M /branches/S2_1/po/nl.po M /branches/S2_1/po/no.po M /branches/S2_1/po/pl.po M /branches/S2_1/po/pt.po M /branches/S2_1/po/pt_BR.po M /branches/S2_1/po/ro.po M /branches/S2_1/po/ru.po M /branches/S2_1/po/sv.po M /branches/S2_1/po/tr.po M /branches/S2_1/po/uk.po M /branches/S2_1/po/zh_CN.po Commit changes after running 'make update-po' Sun, 20 Apr 2008 05:56:21 -0700 dmarks: Changed paths: M /branches/S2_1/ChangeLog Update changelog for 2.1.4 Thu, 17 Apr 2008 13:15:50 -0700 cazfi: Changed paths: M /branches/S2_1/doc/man/civclient.6 M /branches/S2_1/doc/man/civserver.6 Updated manpages See #40181 Wed, 16 Apr 2008 13:07:07 -0700 cazfi: Changed paths: M /branches/S2_1/po/sv.po Updated Swedish translation by Susanna Björverud. Wed, 16 Apr 2008 11:37:40 -0700 cazfi: Changed paths: M /branches/S2_1/common/connection.c M /branches/S2_1/common/player.c M /branches/S2_1/server/stdinhand.c M /branches/S2_1/utility/shared.c M /branches/S2_1/utility/shared.h M /branches/S2_1/utility/support.c M /branches/S2_1/utility/support.h Fixed several bugs in handling of quoted command parameters by small redesign - Only strings both starting and ending with '"' are considered quoted and these starting and ending quotes are only ones ignored during matching - Correct string length comparison for quoted strings implemented and used - Connection name parameters can be quoted See #40196 Tue, 15 Apr 2008 02:08:00 -0700 cazfi: Changed paths: M /branches/S2_1/client/gui-gtk-2.0/pages.c Corrected commands sent to server - /cmdlevel and /cut take connection name parameter, not player name - "Give ctrl access" sends /cmdlevel instead of /cut Patch by Pepeto in #39614 Sat, 12 Apr 2008 05:03:25 -0700 chrisk: Changed paths: M /branches/S2_1/po/de.po update 4277 translated messages. Sat, 12 Apr 2008 03:19:33 -0700 jcreus: Changed paths: M /branches/S2_1/po/ca.po Last touches for 2.1.4 Wed, 09 Apr 2008 06:07:58 -0700 cazfi: Changed paths: M /branches/S2_1/utility/fcintl.h Do not include libintl.h when nls disabled See #40199 Tue, 08 Apr 2008 06:18:23 -0700 cazfi: Changed paths: M /branches/S2_1/client/packhand.c M /branches/S2_1/common/terrain.c Fixed memory leak in terrain ruleset resource handling See #40197 Mon, 07 Apr 2008 06:19:04 -0700 cazfi: Changed paths: M /branches/S2_1/client/civclient.c Added bug reporting address to client main help Requested by Christian Knoke, ticket #39777 Sun, 06 Apr 2008 03:26:37 -0700 cazfi: Changed paths: M /branches/S2_1/po/fi.po Updated Finnish translation by Timo Jyrinki Sun, 06 Apr 2008 00:47:57 -0800 cazfi: Changed paths: M /branches/S2_1/ai/advdiplomacy.c Fixed AI crash when city destroyed during trade negotiation See #40185 Sun, 06 Apr 2008 00:02:28 -0800 cazfi: Changed paths: M /branches/S2_1/configure.ac Fixed problem with version.in macro calls. Reported by Joan Creus, ticket #40187 Fri, 04 Apr 2008 13:59:04 -0800 cazfi: Changed paths: M /branches/S2_1/server/srv_main.c Avoid overwriting player name given as /create parameter Patch by Michael Kaufman, William Allen Simpson and myself. See #40147 Thu, 03 Apr 2008 07:32:50 -0800 cazfi: Changed paths: M /branches/S2_1/client/gui-gtk-2.0/cityrep.c Fixed city report "Select -> Citizen Governor -> none" crash. Reported by Marek Jancuska and Chris, ticket #40171 Tue, 01 Apr 2008 13:14:00 -0800 cazfi: Changed paths: M /branches/S2_1/server/connecthand.c M /branches/S2_1/server/stdinhand.c Fixed "take -" crash when there is no free player slots. See #40179 Mon, 31 Mar 2008 23:45:10 -0800 cazfi: Changed paths: M /branches/S2_1/server/ruleset.c Fixed memory leak in terrain.ruleset loading. See #40174 Sun, 30 Mar 2008 08:37:13 -0800 cazfi: Changed paths: M /branches/S2_1/server/stdinhand.c Check if turn ended only when game is running. See #40172 Fri, 28 Mar 2008 22:25:30 -0800 cazfi: Changed paths: M /branches/S2_1/server/srv_main.c Updated comment. Begin turn and end turn packets no longer depend on separate capability. Thu, 27 Mar 2008 23:25:01 -0800 cazfi: Changed paths: M /branches/S2_1/ai/aicity.c Do not try to upgrade allied units. See #40148 Thu, 27 Mar 2008 23:17:05 -0800 cazfi: Changed paths: M /branches/S2_1/ai/aiferry.c M /branches/S2_1/common/aicore/pf_tools.c M /branches/S2_1/common/aicore/pf_tools.h M /branches/S2_1/server/unithand.c Fixed pathfinding crash when ferry is forced to leave path. See #40169 Tue, 25 Mar 2008 16:01:59 -0800 cazfi: Changed paths: M /branches/S2_1/common/dataio.c dio_get_uint8(), dio_get_unit16() and dio_get_uint32() now set destination variable to zeor when they fail. This way callers will never use totally uninitialized variable as size for memory allocation. See #40164 Sun, 23 Mar 2008 18:15:49 -0800 cazfi: Changed paths: M /branches/S2_1/client/gui-sdl/optiondlg.c Make Options button translatable. Patch by Susanna Björverud in #40156 Tue, 18 Mar 2008 19:46:15 -0800 cazfi: Changed paths: M /branches/S2_1/client/gui-sdl/helpdlg.c Fixed problem that some translated strings were not used. Patch by Susanna Björverud in #40157 Tue, 18 Mar 2008 19:13:09 -0800 cazfi: Changed paths: M /branches/S2_1/common/generate_packets.py M /branches/S2_1/common/packets_gen.c Check legality of the size received from network before passing it to dio_get_memory(). See #40161 Mon, 17 Mar 2008 15:01:03 -0800 cazfi: Changed paths: M /branches/S2_1/autogen.sh Check that there is no acinclude.m4 left from old builds in the source tree. Compilation problem reported by Christian Knoke. Patch from #40155 Sun, 16 Mar 2008 13:05:39 -0800 cazfi: Changed paths: M /branches/S2_1/configure.ac M /branches/S2_1/m4/auth.m4 M /branches/S2_1/server/Makefile.am Added configure option to search mysql from custom location. Several existing bugs fixed in the process. Patch by Madeline Book and myself in #21620 Sun, 16 Mar 2008 12:55:45 -0800 cazfi: Changed paths: M /branches/S2_1/common/packets.c Fixed zeroing of unused portions of attribute chunk before giving it to delta code. Thu, 13 Mar 2008 12:24:29 -0800 cazfi: Changed paths: M /branches/S2_1/Makefile.am M /branches/S2_1/autogen.sh Include m4 files with aclocal instead of catenating then to acinclude.m4. See #40145 Wed, 12 Mar 2008 12:34:55 -0800 cazfi: Changed paths: M /branches/S2_1/client/gui-ftwl/gui_text.c M /branches/S2_1/utility/ftwl/widget_window.c Fixed some gui-ftwl compilation problems. See #40142 Tue, 11 Mar 2008 01:18:47 -0800 cazfi: Changed paths: M /branches/S2_1/server/auth.c M /branches/S2_1/utility/shared.c - Escape user provided strings before injecting them to SQL - Restored ' as allowed character - Avoid calling mysql_query() if there was some problem while generating query string - Fixed a couple of special cases where mysql connection was not properly closed See #40018 Mon, 10 Mar 2008 11:15:10 -0800 cazfi: Changed paths: M /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/gtkrc Theme had checkbox images reversed in some situations. Patch by Madeline Book in #40125 Sun, 17 Feb 2008 12:35:34 -0800 wsimpson: Changed paths: M /branches/S2_1/server/meta.c M /branches/S2_1/server/settings.c (PR#40101) minplayers typo -- patch by Egor Vyscrebentsov Sun, 17 Feb 2008 06:20:35 -0800 jcreus: Changed paths: M /branches/S2_1/po/ca.po Correcting Galleon translation Thu, 31 Jan 2008 07:26:58 -0800 cazfi: Changed paths: M /branches/S2_1/client/gui-sdl/gui_iconv.c Fixed gui-sdl compilation Wed, 30 Jan 2008 17:06:52 -0800 jdorje: Changed paths: M /branches/S2_1/client/gui-mui/gui_main.c M /branches/S2_1/client/gui-sdl/gui_iconv.c Replace strerror with mystrerror. Patch by me in PR#40057. Tue, 29 Jan 2008 18:28:36 -0800 wsimpson: Changed paths: M /branches/S2_1/server/plrhand.c (PR#40020) Segfault in server aiunit.c ai_manage_units => plrhand.c maybe_make_contact() reported by Dawid Ciezarkiewicz patch by Jason Dorje Short make_contact() kills the unit because of the broken treaty and bouncing (strange in itself). maybe_make_contact() needs a safe iterator. Tue, 29 Jan 2008 01:54:03 -0800 wsimpson: Changed paths: M /branches/S2_1/utility/support.c (PR#40058) mystrerror() and local encoding reported by Madeline Book proposed patch by Jason Dorje Short revised patch by me. Mon, 28 Jan 2008 03:39:34 -0800 chrisk: Changed paths: M /branches/S2_1/po/de.po complete 4274 translated messages. Sun, 27 Jan 2008 06:52:55 -0800 cproc: Changed paths: M /branches/S2_1/client/gui-win32/happiness.c Fix gui-win32 compilation. See PR#40053. Sun, 27 Jan 2008 06:45:01 -0800 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/diplomat_dialog.c Fix crash when trying to bribe a unit. See PR#39857. Sun, 27 Jan 2008 04:22:12 -0800 wsimpson: Changed paths: M /branches/S2_1/doc/HACKING M /branches/S2_1/doc/README M /branches/S2_1/doc/README.nations M /branches/S2_1/doc/README.rulesets M /branches/S2_1/utility/fciconv.c M /branches/S2_1/utility/shared.c (PR#40028) gtk/pango invalid UTF-8 warning, fix documentation Wed, 23 Jan 2008 04:15:14 -0800 chrisk: Changed paths: M /branches/S2_1/po/de.po fix 4273 translated messages, 1 fuzzy translation. Wed, 23 Jan 2008 04:02:27 -0800 chrisk: Changed paths: M /branches/S2_1/po/de.po 4273 translated messages, 1 fuzzy translation. Wed, 23 Jan 2008 03:09:51 -0800 dmarks: Changed paths: M /branches/S2_1/version.in Bump version to 2.1.3+ Wed, 23 Jan 2008 03:08:19 -0800 dmarks: Changed paths: M /branches/S2_1/version.in Bump version to 2.1.3 Wed, 23 Jan 2008 03:06:42 -0800 dmarks: Changed paths: M /branches/S2_1/ChangeLog Update ChangeLog for 2.1.3 Tue, 22 Jan 2008 21:14:51 -0800 wsimpson: Changed paths: M /branches/S2_1/po/ar.po M /branches/S2_1/po/ca.po M /branches/S2_1/po/cs.po M /branches/S2_1/po/da.po M /branches/S2_1/po/de.po M /branches/S2_1/po/el.po M /branches/S2_1/po/en_GB.po M /branches/S2_1/po/es.po M /branches/S2_1/po/et.po M /branches/S2_1/po/fa.po M /branches/S2_1/po/fi.po M /branches/S2_1/po/fr.po M /branches/S2_1/po/he.po M /branches/S2_1/po/hu.po M /branches/S2_1/po/it.po M /branches/S2_1/po/ja.po M /branches/S2_1/po/ko.po M /branches/S2_1/po/lt.po M /branches/S2_1/po/nl.po M /branches/S2_1/po/no.po M /branches/S2_1/po/pl.po M /branches/S2_1/po/pt.po M /branches/S2_1/po/pt_BR.po M /branches/S2_1/po/ro.po M /branches/S2_1/po/ru.po M /branches/S2_1/po/sv.po M /branches/S2_1/po/tr.po M /branches/S2_1/po/uk.po M /branches/S2_1/po/zh_CN.po make update-po ar.po 3172 translated messages, 908 fuzzy translations, 194 untranslated messages. cs.po 3250 translated messages, 528 fuzzy translations, 496 untranslated messages. ca.po 4273 translated messages, 1 fuzzy translation. da.po 4215 translated messages, 58 fuzzy translations, 1 untranslated message. de.po 4241 translated messages, 33 fuzzy translations. el.po 2209 translated messages, 168 fuzzy translations, 1897 untranslated messages. en_GB.po 76 translated messages, 4198 untranslated messages. es.po 3957 translated messages, 223 fuzzy translations, 94 untranslated messages. et.po 3922 translated messages, 141 fuzzy translations, 211 untranslated messages. fa.po 2199 translated messages, 124 fuzzy translations, 1951 untranslated messages. fi.po 3637 translated messages, 389 fuzzy translations, 248 untranslated messages. fr.po 4138 translated messages, 97 fuzzy translations, 39 untranslated messages. he.po 2172 translated messages, 80 fuzzy translations, 2022 untranslated messages. hu.po 2063 translated messages, 1215 fuzzy translations, 996 untranslated messages. it.po 2958 translated messages, 814 fuzzy translations, 502 untranslated messages. ja.po 3940 translated messages, 126 fuzzy translations, 208 untranslated messages. ko.po 1952 translated messages, 28 fuzzy translations, 2294 untranslated messages. lt.po 3168 translated messages, 93 fuzzy translations, 1013 untranslated messages. nl.po 3924 translated messages, 254 fuzzy translations, 96 untranslated messages. nb.po 3011 translated messages, 788 fuzzy translations, 475 untranslated messages. no.po 3011 translated messages, 788 fuzzy translations, 475 untranslated messages. pl.po 3435 translated messages, 543 fuzzy translations, 296 untranslated messages. pt.po 2345 translated messages, 1148 fuzzy translations, 781 untranslated messages. pt_BR.po 2511 translated messages, 1143 fuzzy translations, 620 untranslated messages. ro.po 3422 translated messages, 405 fuzzy translations, 447 untranslated messages. ru.po 4050 translated messages, 74 fuzzy translations, 150 untranslated messages. sv.po 4274 translated messages. tr.po 3899 translated messages, 1 fuzzy translation, 374 untranslated messages. uk.po 2342 translated messages, 1134 fuzzy translations, 798 untranslated messages. zh_CN.po 3398 translated messages, 500 fuzzy translations, 376 untranslated messages. Tue, 22 Jan 2008 16:18:12 -0800 dmarks: Changed paths: M /branches/S2_1/data/nation/catalan.ruleset Updates to Catalan nation. Patch by Joan Creus with input from myself, Miguel, and William. PR#40001 Tue, 22 Jan 2008 06:29:15 -0800 wsimpson: Changed paths: M /branches/S2_1/po/lt.po hand merge lt.po from trunk r14221 Tue, 22 Jan 2008 06:11:28 -0800 dmarks: Changed paths: M /branches/S2_1/po/sv.po 4274 translated messages. Tue, 22 Jan 2008 05:50:06 -0800 wsimpson: Changed paths: M /branches/S2_1/po/cs.po hand merge cs.po from trunk r14261 Mon, 21 Jan 2008 22:10:55 -0800 evyscr: Changed paths: M /branches/S2_1/po/ru.po 4051 translated messages, 73 fuzzy translations, 150 untranslated messages. Mon, 21 Jan 2008 22:08:05 -0800 evyscr: Changed paths: M /branches/S2_1/client/gui-xaw/dialogs.c Fix i18n'd elements width in races dialog. Mon, 21 Jan 2008 18:04:03 -0800 cazfi: Changed paths: M /branches/S2_1/client/gui-sdl/menu.c Fixed SDL-client compilation See #40034 Mon, 21 Jan 2008 17:44:32 -0800 wsimpson: Changed paths: M /branches/S2_1/client/agents/sha.c M /branches/S2_1/common/city.c M /branches/S2_1/common/game.c M /branches/S2_1/common/nation.c M /branches/S2_1/common/unit.c M /branches/S2_1/server/plrhand.c M /branches/S2_1/server/plrhand.h M /branches/S2_1/server/sanitycheck.c M /branches/S2_1/server/sanitycheck.h M /branches/S2_1/server/settlers.c M /branches/S2_1/server/srv_main.c (PR#40033) sanity checking and debugging Mon, 21 Jan 2008 12:58:22 -0800 evyscr: Changed paths: M /branches/S2_1/po/ru.po 4005 translated, 110 fuzzies, 159 untranslated Mon, 21 Jan 2008 10:32:33 -0800 jnmbk: Changed paths: M /branches/S2_1/po/tr.po 3900 translated, 374 untranslated messages Mon, 21 Jan 2008 09:02:55 -0800 wsimpson: Changed paths: M /branches/S2_1/client/tilespec.c (PR#40011) client crash with bad tile(s) Reported by: angelo.conte@email.it "Jerry James" Patch by me. Even though the server tells the client a tile is not "unknown", it isn't sending valid data. For any error detected, leave the terrain black/blank. Copious client error logging. This does not fix any server issues. Sun, 20 Jan 2008 22:27:47 -0800 jnmbk: Changed paths: M /branches/S2_1/po/tr.po 3893 translated, 381 untranslated messages Sat, 19 Jan 2008 19:02:52 -0800 wsimpson: Changed paths: M /branches/S2_1/client/citydlg_common.c M /branches/S2_1/client/gui-gtk-2.0/helpdlg.c M /branches/S2_1/client/gui-gtk-2.0/inteldlg.c M /branches/S2_1/client/gui-sdl/inteldlg.c M /branches/S2_1/client/gui-win32/helpdlg.c M /branches/S2_1/client/gui-win32/inteldlg.c M /branches/S2_1/client/gui-xaw/helpdlg.c M /branches/S2_1/client/gui-xaw/inteldlg.c M /branches/S2_1/client/packhand.c M /branches/S2_1/common/requirements.c M /branches/S2_1/common/team.c M /branches/S2_1/common/tech.c M /branches/S2_1/common/tech.h M /branches/S2_1/server/stdinhand.c (PR#40021) view intelligence failed assertion: tech == A_FUTURE || (tech >= 0 && tech < game.control.num_tech_types) Reported by: "Dave Daku" Emergency patch by me. This does not fix the underlying problem. But clients should not crash with bad server data. Check this datum as it is passed in from the network. Only xaw checked its data for A_UNSET! This updates that check, and fixes gtk2 (and hopefully sdl and win32, although they remain untested). Also, updated TRANS comments for various "(Unknown)", "(unknown)", and "(none)" -- attempting some usage consistency. Sat, 19 Jan 2008 16:45:34 -0800 jcreus: Changed paths: M /branches/S2_1/po/ca.po Corrections Sat, 19 Jan 2008 03:10:44 -0800 jcreus: Changed paths: M /branches/S2_1/po/ca.po 4274 translated messages Sat, 19 Jan 2008 01:29:16 -0800 jnmbk: Changed paths: M /branches/S2_1/po/tr.po 3887 translated, 387 untranslated messages Sat, 19 Jan 2008 01:01:28 -0800 chrisk: Changed paths: M /branches/S2_1/po/de.po 4242 translated messages, 32 fuzzy translations. Fri, 18 Jan 2008 14:43:39 -0800 wsimpson: Changed paths: M /branches/S2_1/po/fi.po (PR#40026) Updated Finnish translation for 2.1 (and 2.2/trunk) -- Timo Jyrinki Fri, 18 Jan 2008 13:47:30 -0800 wsimpson: Changed paths: M /branches/S2_1/ai/aiexplorer.c M /branches/S2_1/ai/aiexplorer.h M /branches/S2_1/ai/aiferry.c M /branches/S2_1/ai/aiunit.c M /branches/S2_1/common/unit.h M /branches/S2_1/server/unithand.c M /branches/S2_1/server/unithand.h M /branches/S2_1/server/unittools.c M /branches/S2_1/server/unittools.h (PR#39792) explore server assert Reported by: "Brandon Van Every" "Vincent J. Schiavoni" Patch by me. First and foremost, combine the similar code paths into do_explore(), which will indirectly call unit_activity_dependencies(). Secondly, but perhaps more importantly, use enum unit_move_result returns for ai_manage_explorer(), and pass along the new MR_DEATH result. This eliminates several crashing bugs where ai.done was set for dead units. More FIXME added for future work! Fri, 18 Jan 2008 04:41:14 -0800 wsimpson: Changed paths: M /branches/S2_1/client/gui-gtk-2.0/happiness.c M /branches/S2_1/client/gui-win32/happiness.c M /branches/S2_1/client/text.c M /branches/S2_1/client/text.h M /branches/S2_1/po/ar.po M /branches/S2_1/po/ca.po M /branches/S2_1/po/cs.po M /branches/S2_1/po/da.po M /branches/S2_1/po/de.po M /branches/S2_1/po/el.po M /branches/S2_1/po/en_GB.po M /branches/S2_1/po/es.po M /branches/S2_1/po/et.po M /branches/S2_1/po/fa.po M /branches/S2_1/po/fi.po M /branches/S2_1/po/fr.po M /branches/S2_1/po/he.po M /branches/S2_1/po/hu.po M /branches/S2_1/po/it.po M /branches/S2_1/po/ja.po M /branches/S2_1/po/ko.po M /branches/S2_1/po/lt.po M /branches/S2_1/po/nl.po M /branches/S2_1/po/no.po M /branches/S2_1/po/pl.po M /branches/S2_1/po/pt.po M /branches/S2_1/po/pt_BR.po M /branches/S2_1/po/ro.po M /branches/S2_1/po/ru.po M /branches/S2_1/po/sv.po M /branches/S2_1/po/tr.po M /branches/S2_1/po/uk.po M /branches/S2_1/po/zh_CN.po (PR#40025) Happiness plurals -- reported by joan.creus@gmail.com Thu, 17 Jan 2008 23:28:54 -0800 jnmbk: Changed paths: M /branches/S2_1/po/tr.po 3882 translated, 393 untranslated messages Mon, 14 Jan 2008 19:16:16 -0800 cazfi: Changed paths: M /branches/S2_1/utility/shared.c Added "'" to illegal characters to avoid broken SQL when player authentication used. See #40018 Sun, 13 Jan 2008 20:05:05 -0800 wsimpson: Changed paths: M /branches/S2_1/client/helpdata.c (PR#40014) helpdata.c implicit declaration of strlcpy() Sun, 13 Jan 2008 19:35:12 -0800 wsimpson: Changed paths: M /branches/S2_1/client/gui-gtk-2.0/helpdlg.c M /branches/S2_1/client/gui-sdl/helpdlg.c M /branches/S2_1/client/gui-win32/helpdlg.c M /branches/S2_1/client/gui-xaw/helpdlg.c M /branches/S2_1/client/helpdata.c M /branches/S2_1/client/helpdata.h M /branches/S2_1/po/ar.po M /branches/S2_1/po/ca.po M /branches/S2_1/po/cs.po M /branches/S2_1/po/da.po M /branches/S2_1/po/de.po M /branches/S2_1/po/el.po M /branches/S2_1/po/en_GB.po M /branches/S2_1/po/es.po M /branches/S2_1/po/et.po M /branches/S2_1/po/fa.po M /branches/S2_1/po/fi.po M /branches/S2_1/po/fr.po M /branches/S2_1/po/he.po M /branches/S2_1/po/hu.po M /branches/S2_1/po/it.po M /branches/S2_1/po/ja.po M /branches/S2_1/po/ko.po M /branches/S2_1/po/lt.po M /branches/S2_1/po/nl.po M /branches/S2_1/po/no.po M /branches/S2_1/po/pl.po M /branches/S2_1/po/pt.po M /branches/S2_1/po/pt_BR.po M /branches/S2_1/po/ro.po M /branches/S2_1/po/ru.po M /branches/S2_1/po/sv.po M /branches/S2_1/po/tr.po M /branches/S2_1/po/uk.po M /branches/S2_1/po/zh_CN.po (PR#40012) helpdata.c fails check of buffer size, and other problems (PR#40013) helpdata.c more checking buffer sizes reported by: Joan Creus Update helptext_unit() parameters to match helptext_building(). Finish the partially completed checks for helptext_tech(), helptext_terrain(), and helptext_government(). Ensure the buffers are always '\0' terminated, use strlcat(). Fix some missing translation qualifiers for comma lists, both bare ("?blistmore:, ") and c-format ("?clistmore:, %s"). Fix a number of TRANS messages that were on the wrong line, and didn't show up in the *.po files. Fix several plural translations. Fix some misspellings, maintaining older messages for 2.1 compatibility. Sat, 12 Jan 2008 10:12:37 -0800 jcreus: Changed paths: M /branches/S2_1/po/ca.po 4279 translated messages Sun, 06 Jan 2008 12:22:28 -0800 wsimpson: Changed paths: M /branches/S2_1/client/gui-gtk-2.0/gamedlgs.c M /branches/S2_1/client/gui-gtk-2.0/repodlgs.c (PR#11823) Game doesn't save server options (PR#39984) gtk2 server options setting and saving during start screen reported by: Jukka Suomela Kevin Benton Core@copper.net Christian Knoke suggestions from warclient by: Madeline Book patch by me. Settings and Options GTK2 dialogs now Cancel, Apply, Save, allowing settings to be saved in early screens (in addition to menu saves and saves on exit committed earlier). Mon, 31 Dec 2007 23:27:59 -0800 jnmbk: Changed paths: M /branches/S2_1/po/tr.po 3869 translated, 410 unstranslated messages Mon, 31 Dec 2007 16:34:35 -0800 wsimpson: Changed paths: M /branches/S2_1/client/gui-gtk-2.0/gui_main.c (PR#39987) GTK2 toplevel window shown before theme Mon, 31 Dec 2007 04:28:13 -0800 wsimpson: Changed paths: M /branches/S2_1/client/gui-gtk-2.0/gui_stuff.c M /branches/S2_1/client/gui-win32/repodlgs.c (PR#39999) BUG: missing Q_() for report titles Sun, 30 Dec 2007 16:50:55 -0800 dmarks: Changed paths: M /branches/S2_1/po/sv.po 4279 translated messages. Sun, 30 Dec 2007 16:14:15 -0800 wsimpson: Changed paths: M /branches/S2_1/ai/advdiplomacy.c M /branches/S2_1/ai/advdomestic.c M /branches/S2_1/ai/advmilitary.c M /branches/S2_1/ai/aiair.c M /branches/S2_1/ai/aicity.c M /branches/S2_1/ai/aidata.c M /branches/S2_1/ai/aidiplomat.c M /branches/S2_1/ai/aiferry.c M /branches/S2_1/ai/aiguard.c M /branches/S2_1/ai/aihand.c M /branches/S2_1/ai/aihunt.c M /branches/S2_1/ai/ailog.c M /branches/S2_1/ai/aiparatrooper.c M /branches/S2_1/ai/aisettler.c M /branches/S2_1/ai/aitech.c M /branches/S2_1/ai/aitools.c M /branches/S2_1/ai/aitools.h M /branches/S2_1/ai/aiunit.c M /branches/S2_1/client/agents/agents.c M /branches/S2_1/client/agents/cma_core.c M /branches/S2_1/client/agents/sha.c M /branches/S2_1/client/citydlg_common.c M /branches/S2_1/client/cityrepdata.c M /branches/S2_1/client/climisc.c M /branches/S2_1/client/connectdlg_common.c M /branches/S2_1/client/connectdlg_common.h M /branches/S2_1/client/control.c M /branches/S2_1/client/gui-ftwl/chat.c M /branches/S2_1/client/gui-ftwl/citydlg.c M /branches/S2_1/client/gui-ftwl/dialogs.c M /branches/S2_1/client/gui-ftwl/gui_text.c M /branches/S2_1/client/gui-ftwl/mapview.c M /branches/S2_1/client/gui-gtk-2.0/caravan_dialog.c M /branches/S2_1/client/gui-gtk-2.0/citydlg.c M /branches/S2_1/client/gui-gtk-2.0/cityrep.c M /branches/S2_1/client/gui-gtk-2.0/dialogs.c M /branches/S2_1/client/gui-gtk-2.0/diplodlg.c M /branches/S2_1/client/gui-gtk-2.0/diplomat_dialog.c M /branches/S2_1/client/gui-gtk-2.0/finddlg.c M /branches/S2_1/client/gui-gtk-2.0/gotodlg.c M /branches/S2_1/client/gui-gtk-2.0/gui_main.c M /branches/S2_1/client/gui-gtk-2.0/inteldlg.c M /branches/S2_1/client/gui-gtk-2.0/pages.c M /branches/S2_1/client/gui-gtk-2.0/plrdlg.c M /branches/S2_1/client/gui-gtk-2.0/repodlgs.c M /branches/S2_1/client/gui-gtk-2.0/spaceshipdlg.c M /branches/S2_1/client/gui-mui/citydlg.c M /branches/S2_1/client/gui-mui/dialogs.c M /branches/S2_1/client/gui-mui/mapclass.c M /branches/S2_1/client/gui-mui/mapview.c M /branches/S2_1/client/gui-sdl/caravan_dialog.c M /branches/S2_1/client/gui-sdl/citydlg.c M /branches/S2_1/client/gui-sdl/cityrep.c M /branches/S2_1/client/gui-sdl/cma_fe.c M /branches/S2_1/client/gui-sdl/dialogs.c M /branches/S2_1/client/gui-sdl/diplodlg.c M /branches/S2_1/client/gui-sdl/diplomat_dialog.c M /branches/S2_1/client/gui-sdl/finddlg.c M /branches/S2_1/client/gui-sdl/gotodlg.c M /branches/S2_1/client/gui-sdl/inteldlg.c M /branches/S2_1/client/gui-sdl/mapview.c M /branches/S2_1/client/gui-sdl/menu.c M /branches/S2_1/client/gui-sdl/repodlgs.c M /branches/S2_1/client/gui-sdl/wldlg.c M /branches/S2_1/client/gui-stub/citydlg.c M /branches/S2_1/client/gui-win32/citydlg.c M /branches/S2_1/client/gui-win32/connectdlg.c M /branches/S2_1/client/gui-win32/dialogs.c M /branches/S2_1/client/gui-win32/diplodlg.c M /branches/S2_1/client/gui-win32/finddlg.c M /branches/S2_1/client/gui-win32/gotodlg.c M /branches/S2_1/client/gui-win32/inteldlg.c M /branches/S2_1/client/gui-win32/menu.c M /branches/S2_1/client/gui-win32/repodlgs.c M /branches/S2_1/client/gui-win32/spaceshipdlg.c M /branches/S2_1/client/gui-xaw/citydlg.c M /branches/S2_1/client/gui-xaw/cityrep.c M /branches/S2_1/client/gui-xaw/dialogs.c M /branches/S2_1/client/gui-xaw/diplodlg.c M /branches/S2_1/client/gui-xaw/diplomat_dialog.c M /branches/S2_1/client/gui-xaw/finddlg.c M /branches/S2_1/client/gui-xaw/gotodlg.c M /branches/S2_1/client/gui-xaw/gui_main.c M /branches/S2_1/client/gui-xaw/inteldlg.c M /branches/S2_1/client/gui-xaw/pages.c M /branches/S2_1/client/gui-xaw/plrdlg.c M /branches/S2_1/client/gui-xaw/repodlgs.c M /branches/S2_1/client/gui-xaw/spaceshipdlg.c M /branches/S2_1/client/mapctrl_common.c M /branches/S2_1/client/mapview_common.c M /branches/S2_1/client/packhand.c M /branches/S2_1/client/plrdlg_common.c M /branches/S2_1/client/text.c M /branches/S2_1/common/aicore/caravan.c M /branches/S2_1/common/aicore/cm.c M /branches/S2_1/common/city.c M /branches/S2_1/common/city.h M /branches/S2_1/common/connection.c M /branches/S2_1/common/diptreaty.c M /branches/S2_1/common/game.c M /branches/S2_1/common/game.h M /branches/S2_1/common/idex.c M /branches/S2_1/common/improvement.c M /branches/S2_1/common/nation.c M /branches/S2_1/common/nation.h M /branches/S2_1/common/player.c M /branches/S2_1/common/player.h M /branches/S2_1/common/requirements.c M /branches/S2_1/common/unit.c M /branches/S2_1/common/unitlist.c M /branches/S2_1/common/unitlist.h M /branches/S2_1/manual/civmanual.c M /branches/S2_1/po/ar.po M /branches/S2_1/po/ca.po M /branches/S2_1/po/cs.po M /branches/S2_1/po/da.po M /branches/S2_1/po/de.po M /branches/S2_1/po/el.po M /branches/S2_1/po/en_GB.po M /branches/S2_1/po/es.po M /branches/S2_1/po/et.po M /branches/S2_1/po/fa.po M /branches/S2_1/po/fi.po M /branches/S2_1/po/fr.po M /branches/S2_1/po/he.po M /branches/S2_1/po/hu.po M /branches/S2_1/po/it.po M /branches/S2_1/po/ja.po M /branches/S2_1/po/ko.po M /branches/S2_1/po/lt.po M /branches/S2_1/po/nl.po M /branches/S2_1/po/no.po M /branches/S2_1/po/pl.po M /branches/S2_1/po/pt.po M /branches/S2_1/po/pt_BR.po M /branches/S2_1/po/ro.po M /branches/S2_1/po/ru.po M /branches/S2_1/po/sv.po M /branches/S2_1/po/tr.po M /branches/S2_1/po/uk.po M /branches/S2_1/po/zh_CN.po M /branches/S2_1/server/barbarian.c M /branches/S2_1/server/cityhand.c M /branches/S2_1/server/citytools.c M /branches/S2_1/server/citytools.h M /branches/S2_1/server/cityturn.c M /branches/S2_1/server/connecthand.c M /branches/S2_1/server/diplhand.c M /branches/S2_1/server/diplomats.c M /branches/S2_1/server/gamehand.c M /branches/S2_1/server/gotohand.c M /branches/S2_1/server/handchat.c M /branches/S2_1/server/maphand.c M /branches/S2_1/server/meta.c M /branches/S2_1/server/plrhand.c M /branches/S2_1/server/report.c M /branches/S2_1/server/ruleset.c M /branches/S2_1/server/sanitycheck.c M /branches/S2_1/server/savegame.c M /branches/S2_1/server/score.c M /branches/S2_1/server/settlers.c M /branches/S2_1/server/spacerace.c M /branches/S2_1/server/srv_main.c M /branches/S2_1/server/stdinhand.c M /branches/S2_1/server/techtools.c M /branches/S2_1/server/unithand.c M /branches/S2_1/server/unittools.c (PR#39993) i18n get_nearest_city_text() problems -- partial solution (PR#39994) i18n with, and, or, lists -- partial solution (PR#39997) strings in need of TRANS comments (PR#39998) access functions city_name() and player_name() Sun, 30 Dec 2007 02:23:50 -0800 dmarks: Changed paths: M /branches/S2_1/po/sv.po 4275 translated messages, 4 fuzzy translations. Thu, 27 Dec 2007 07:32:23 -0800 elmo: Changed paths: M /branches/S2_1/po/et.po Some fixes Wed, 26 Dec 2007 10:33:17 -0800 wsimpson: Changed paths: M /branches/S2_1/ai/aicity.c M /branches/S2_1/ai/aidiplomat.c M /branches/S2_1/ai/aihunt.c M /branches/S2_1/ai/ailog.c M /branches/S2_1/ai/aitools.c M /branches/S2_1/ai/aiunit.c M /branches/S2_1/client/gui-gtk-2.0/diplomat_dialog.c M /branches/S2_1/client/gui-win32/dialogs.c M /branches/S2_1/common/combat.c M /branches/S2_1/po/ar.po M /branches/S2_1/po/ca.po M /branches/S2_1/po/cs.po M /branches/S2_1/po/da.po M /branches/S2_1/po/de.po M /branches/S2_1/po/el.po M /branches/S2_1/po/en_GB.po M /branches/S2_1/po/es.po M /branches/S2_1/po/et.po M /branches/S2_1/po/fa.po M /branches/S2_1/po/fi.po M /branches/S2_1/po/fr.po M /branches/S2_1/po/he.po M /branches/S2_1/po/hu.po M /branches/S2_1/po/it.po M /branches/S2_1/po/ja.po M /branches/S2_1/po/ko.po M /branches/S2_1/po/lt.po M /branches/S2_1/po/nl.po M /branches/S2_1/po/no.po M /branches/S2_1/po/pl.po M /branches/S2_1/po/pt.po M /branches/S2_1/po/pt_BR.po M /branches/S2_1/po/ro.po M /branches/S2_1/po/ru.po M /branches/S2_1/po/sv.po M /branches/S2_1/po/tr.po M /branches/S2_1/po/uk.po M /branches/S2_1/po/zh_CN.po M /branches/S2_1/server/citytools.c M /branches/S2_1/server/cityturn.c M /branches/S2_1/server/diplhand.c M /branches/S2_1/server/diplomats.c M /branches/S2_1/server/maphand.c M /branches/S2_1/server/plrhand.c M /branches/S2_1/server/savegame.c M /branches/S2_1/server/settlers.c M /branches/S2_1/server/stdinhand.c M /branches/S2_1/server/unithand.c M /branches/S2_1/server/unittools.c (PR#39971) BUG: i18n possessive problems Tue, 25 Dec 2007 06:06:11 -0800 wsimpson: Changed paths: M /branches/S2_1/po/ar.po M /branches/S2_1/po/ca.po M /branches/S2_1/po/cs.po M /branches/S2_1/po/da.po M /branches/S2_1/po/de.po M /branches/S2_1/po/el.po M /branches/S2_1/po/en_GB.po M /branches/S2_1/po/es.po M /branches/S2_1/po/et.po M /branches/S2_1/po/fa.po M /branches/S2_1/po/fi.po M /branches/S2_1/po/fr.po M /branches/S2_1/po/he.po M /branches/S2_1/po/hu.po M /branches/S2_1/po/it.po M /branches/S2_1/po/ja.po M /branches/S2_1/po/ko.po M /branches/S2_1/po/lt.po M /branches/S2_1/po/nl.po M /branches/S2_1/po/no.po M /branches/S2_1/po/pl.po M /branches/S2_1/po/pt.po M /branches/S2_1/po/pt_BR.po M /branches/S2_1/po/ro.po M /branches/S2_1/po/ru.po M /branches/S2_1/po/sv.po M /branches/S2_1/po/tr.po M /branches/S2_1/po/uk.po M /branches/S2_1/po/zh_CN.po M /branches/S2_1/server/diplomats.c M /branches/S2_1/server/srv_main.c M /branches/S2_1/server/unithand.c M /branches/S2_1/server/unittools.c M /branches/S2_1/server/unittools.h (PR#39973) i18n get_location_str() problems Mon, 24 Dec 2007 17:15:53 -0800 wsimpson: Changed paths: M /branches/S2_1/client/packhand.c M /branches/S2_1/po/ar.po M /branches/S2_1/po/ca.po M /branches/S2_1/po/cs.po M /branches/S2_1/po/da.po M /branches/S2_1/po/de.po M /branches/S2_1/po/el.po M /branches/S2_1/po/en_GB.po M /branches/S2_1/po/es.po M /branches/S2_1/po/et.po M /branches/S2_1/po/fa.po M /branches/S2_1/po/fi.po M /branches/S2_1/po/fr.po M /branches/S2_1/po/he.po M /branches/S2_1/po/hu.po M /branches/S2_1/po/it.po M /branches/S2_1/po/ja.po M /branches/S2_1/po/ko.po M /branches/S2_1/po/lt.po M /branches/S2_1/po/nl.po M /branches/S2_1/po/no.po M /branches/S2_1/po/pl.po M /branches/S2_1/po/pt.po M /branches/S2_1/po/pt_BR.po M /branches/S2_1/po/ro.po M /branches/S2_1/po/ru.po M /branches/S2_1/po/sv.po M /branches/S2_1/po/tr.po M /branches/S2_1/po/uk.po M /branches/S2_1/po/zh_CN.po M /branches/S2_1/server/connecthand.c (PR#39979) i18n server login messages Sun, 23 Dec 2007 13:35:17 -0800 jcreus: Changed paths: M /branches/S2_1/po/ca.po Last minute corrections Sun, 23 Dec 2007 12:16:35 -0800 stikonas: Changed paths: M /branches/S2_1/po/lt.po More translations. Sun, 23 Dec 2007 02:37:38 -0800 dmarks: Changed paths: M /branches/S2_1/ChangeLog Update ChangeLog for 2.1.2 Sun, 23 Dec 2007 02:00:03 -0800 dmarks: Changed paths: M /branches/S2_1/version.in Bump to 2.1.2 Sun, 23 Dec 2007 01:20:30 -0800 dmarks: Changed paths: M /branches/S2_1/po/ar.po M /branches/S2_1/po/ca.po M /branches/S2_1/po/cs.po M /branches/S2_1/po/da.po M /branches/S2_1/po/de.po M /branches/S2_1/po/el.po M /branches/S2_1/po/en_GB.po M /branches/S2_1/po/es.po M /branches/S2_1/po/et.po M /branches/S2_1/po/fa.po M /branches/S2_1/po/fi.po M /branches/S2_1/po/fr.po M /branches/S2_1/po/he.po M /branches/S2_1/po/hu.po M /branches/S2_1/po/it.po M /branches/S2_1/po/ja.po M /branches/S2_1/po/ko.po M /branches/S2_1/po/lt.po M /branches/S2_1/po/nl.po M /branches/S2_1/po/no.po M /branches/S2_1/po/pl.po M /branches/S2_1/po/pt.po M /branches/S2_1/po/pt_BR.po M /branches/S2_1/po/ro.po M /branches/S2_1/po/ru.po M /branches/S2_1/po/sv.po M /branches/S2_1/po/tr.po M /branches/S2_1/po/uk.po M /branches/S2_1/po/zh_CN.po Run 'make update-po' Sat, 22 Dec 2007 17:45:01 -0800 dmarks: Changed paths: M /branches/S2_1/po/fi.po 3632 translated messages, 406 fuzzy translations, 255 untranslated messages. Translation by Timo Jyrinki and Sini Ruohomaa PR#39981 Sat, 22 Dec 2007 09:53:59 -0800 wsimpson: Changed paths: M /branches/S2_1/client/connectdlg_common.c M /branches/S2_1/client/packhand.c M /branches/S2_1/common/player.c M /branches/S2_1/server/auth.c M /branches/S2_1/server/connecthand.c M /branches/S2_1/server/connecthand.h M /branches/S2_1/server/srv_main.c M /branches/S2_1/utility/shared.c M /branches/S2_1/utility/shared.h (PR#39980) BUG: failure to verify network packet strings before display/logging Sat, 22 Dec 2007 02:40:26 -0800 dmarks: Changed paths: M /branches/S2_1/po/sv.po 4293 translated messages. Sat, 22 Dec 2007 02:01:34 -0800 dmarks: Changed paths: M /branches/S2_1/po/fi.po 3264 translated messages, 707 fuzzy translations, 326 untranslated messages. Translation by Timo Jyrinki PR#39975 Thu, 20 Dec 2007 07:04:17 -0800 jcreus: Changed paths: M /branches/S2_1/po/ca.po Updating Catalan translation Wed, 19 Dec 2007 10:43:32 -0800 joedalton: Changed paths: M /branches/S2_1/po/da.po New translated strings Tue, 18 Dec 2007 04:41:11 -0800 wsimpson: Changed paths: M /branches/S2_1/client/gui-gtk-2.0/plrdlg.c M /branches/S2_1/client/gui-gtk-2.0/repodlgs.c M /branches/S2_1/client/gui-sdl/mapctrl.c M /branches/S2_1/client/gui-sdl/mapview.c M /branches/S2_1/client/gui-sdl/plrdlg.c M /branches/S2_1/client/gui-sdl/repodlgs.c M /branches/S2_1/client/gui-win32/menu.c M /branches/S2_1/client/gui-win32/plrdlg.c M /branches/S2_1/client/gui-win32/repodlgs.c M /branches/S2_1/client/gui-xaw/menu.c M /branches/S2_1/client/gui-xaw/repodlgs.c M /branches/S2_1/data/Freeciv.in M /branches/S2_1/po/ja.po M /branches/S2_1/po/no.po (PR#39977) Cleanup: gui-xaw, gui-win32, etc: menu reports Mon, 17 Dec 2007 14:44:25 -0800 dmarks: Changed paths: M /branches/S2_1/data/civ1/buildings.ruleset M /branches/S2_1/data/civ2/buildings.ruleset M /branches/S2_1/data/default/buildings.ruleset Add realistic terrain reqs for three default wonders, as well a number of missing ones to civ1 and civ2. PR#39944 Mon, 17 Dec 2007 14:15:24 -0800 dmarks: Changed paths: M /branches/S2_1/po/ko.po 1961 translated messages, 22 fuzzy translations, 2314 untranslated messages. Translation by Jungho Lee Mon, 17 Dec 2007 02:00:26 -0800 chrisk: Changed paths: M /branches/S2_1/po/de.po update 4297 translated messages. Mon, 17 Dec 2007 00:39:59 -0800 wsimpson: Changed paths: M /branches/S2_1/ai/aicity.c M /branches/S2_1/client/climisc.c M /branches/S2_1/client/gui-ftwl/dialogs.c M /branches/S2_1/client/gui-ftwl/gui_text.c M /branches/S2_1/client/gui-gtk-2.0/dialogs.c M /branches/S2_1/client/gui-gtk-2.0/gui_main.c M /branches/S2_1/client/gui-gtk-2.0/inteldlg.c M /branches/S2_1/client/gui-gtk-2.0/mapview.c M /branches/S2_1/client/gui-gtk-2.0/pages.c M /branches/S2_1/client/gui-mui/dialogs.c M /branches/S2_1/client/gui-mui/diplodlg.c M /branches/S2_1/client/gui-mui/inteldlg.c M /branches/S2_1/client/gui-mui/mapclass.c M /branches/S2_1/client/gui-mui/plrdlg.c M /branches/S2_1/client/gui-mui/repodlgs.c M /branches/S2_1/client/gui-sdl/dialogs.c M /branches/S2_1/client/gui-sdl/diplodlg.c M /branches/S2_1/client/gui-sdl/gotodlg.c M /branches/S2_1/client/gui-sdl/inteldlg.c M /branches/S2_1/client/gui-sdl/mapview.c M /branches/S2_1/client/gui-sdl/plrdlg.c M /branches/S2_1/client/gui-sdl/repodlgs.c M /branches/S2_1/client/gui-sdl/spaceshipdlg.c M /branches/S2_1/client/gui-win32/connectdlg.c M /branches/S2_1/client/gui-win32/dialogs.c M /branches/S2_1/client/gui-win32/diplodlg.c M /branches/S2_1/client/gui-win32/inteldlg.c M /branches/S2_1/client/gui-win32/mapview.c M /branches/S2_1/client/gui-win32/plrdlg.c M /branches/S2_1/client/gui-win32/repodlgs.c M /branches/S2_1/client/gui-xaw/dialogs.c M /branches/S2_1/client/gui-xaw/diplodlg.c M /branches/S2_1/client/gui-xaw/inteldlg.c M /branches/S2_1/client/gui-xaw/pages.c M /branches/S2_1/client/gui-xaw/plrdlg.c M /branches/S2_1/client/gui-xaw/repodlgs.c M /branches/S2_1/client/helpdata.c M /branches/S2_1/client/packhand.c M /branches/S2_1/client/plrdlg_common.c M /branches/S2_1/client/text.c M /branches/S2_1/common/nation.c M /branches/S2_1/common/nation.h M /branches/S2_1/common/packets.def M /branches/S2_1/common/packets_gen.c M /branches/S2_1/common/packets_gen.h M /branches/S2_1/common/requirements.c M /branches/S2_1/doc/README.nations M /branches/S2_1/po/ar.po M /branches/S2_1/po/ca.po M /branches/S2_1/po/cs.po M /branches/S2_1/po/da.po M /branches/S2_1/po/de.po M /branches/S2_1/po/el.po M /branches/S2_1/po/en_GB.po M /branches/S2_1/po/es.po M /branches/S2_1/po/et.po M /branches/S2_1/po/fa.po M /branches/S2_1/po/fi.po M /branches/S2_1/po/fr.po M /branches/S2_1/po/he.po M /branches/S2_1/po/hu.po M /branches/S2_1/po/it.po M /branches/S2_1/po/ja.po M /branches/S2_1/po/ko.po M /branches/S2_1/po/lt.po M /branches/S2_1/po/nl.po M /branches/S2_1/po/no.po M /branches/S2_1/po/pl.po M /branches/S2_1/po/pt.po M /branches/S2_1/po/pt_BR.po M /branches/S2_1/po/ro.po M /branches/S2_1/po/ru.po M /branches/S2_1/po/sv.po M /branches/S2_1/po/tr.po M /branches/S2_1/po/uk.po M /branches/S2_1/po/zh_CN.po M /branches/S2_1/server/diplomats.c M /branches/S2_1/server/report.c M /branches/S2_1/server/ruleset.c M /branches/S2_1/server/spacerace.c M /branches/S2_1/server/srv_main.c M /branches/S2_1/server/stdinhand.c M /branches/S2_1/server/unittools.c M /branches/S2_1/server/unittools.h (PR#39974) nation_name_* renamed nation_adjective_* Sun, 16 Dec 2007 02:38:36 -0800 jnmbk: Changed paths: M /branches/S2_1/po/tr.po 3888 translated, 419 untranslated messages Sun, 16 Dec 2007 02:21:08 -0800 dmarks: Changed paths: M /branches/S2_1/po/sv.po 4300 translated messages. Sun, 16 Dec 2007 01:49:59 -0800 dmarks: Changed paths: M /branches/S2_1/po/ar.po M /branches/S2_1/po/cs.po M /branches/S2_1/po/da.po M /branches/S2_1/po/es.po M /branches/S2_1/po/et.po M /branches/S2_1/po/fa.po M /branches/S2_1/po/fi.po M /branches/S2_1/po/fr.po M /branches/S2_1/po/he.po M /branches/S2_1/po/hu.po M /branches/S2_1/po/it.po M /branches/S2_1/po/ja.po M /branches/S2_1/po/nl.po M /branches/S2_1/po/no.po M /branches/S2_1/po/pl.po M /branches/S2_1/po/pt.po M /branches/S2_1/po/pt_BR.po M /branches/S2_1/po/ro.po M /branches/S2_1/po/ru.po M /branches/S2_1/po/sv.po M /branches/S2_1/po/uk.po M /branches/S2_1/po/zh_CN.po Fix gettext errors caused by duplicate message definitions. Sat, 15 Dec 2007 23:12:08 -0800 wsimpson: Changed paths: M /branches/S2_1/client/gui-gtk-2.0/dialogs.c M /branches/S2_1/client/gui-gtk-2.0/gui_main.c M /branches/S2_1/client/gui-gtk-2.0/gui_main.h M /branches/S2_1/client/gui-gtk-2.0/menu.c M /branches/S2_1/client/gui-gtk-2.0/pages.c M /branches/S2_1/client/gui-gtk-2.0/plrdlg.c M /branches/S2_1/client/gui-gtk-2.0/repodlgs.c M /branches/S2_1/po/ar.po M /branches/S2_1/po/ca.po M /branches/S2_1/po/cs.po M /branches/S2_1/po/da.po M /branches/S2_1/po/de.po M /branches/S2_1/po/el.po M /branches/S2_1/po/en_GB.po M /branches/S2_1/po/es.po M /branches/S2_1/po/et.po M /branches/S2_1/po/fa.po M /branches/S2_1/po/fi.po M /branches/S2_1/po/fr.po M /branches/S2_1/po/he.po M /branches/S2_1/po/hu.po M /branches/S2_1/po/it.po M /branches/S2_1/po/ja.po M /branches/S2_1/po/ko.po M /branches/S2_1/po/lt.po M /branches/S2_1/po/nl.po M /branches/S2_1/po/no.po M /branches/S2_1/po/pl.po M /branches/S2_1/po/pt.po M /branches/S2_1/po/pt_BR.po M /branches/S2_1/po/ro.po M /branches/S2_1/po/ru.po M /branches/S2_1/po/sv.po M /branches/S2_1/po/tr.po M /branches/S2_1/po/uk.po M /branches/S2_1/po/zh_CN.po (PR#39749) [Bug] battle groups keys don't work (Belgium and French) (PR#39927) consistent UI - Map - shortcut F4 in 2.1 - F1 in 2.2 (PR#39966) BUG: GTK2 new game screen, _Ruleset conflicts with _Ready (and Not _ready) and _Release player, etc. (PR#39967) BUG: GTK2 menu _Reports: _Players conflicts with S_paceship Also, backport some 2.2 nations button bug fixes (found comparing files). Sat, 15 Dec 2007 00:45:03 -0800 wsimpson: Changed paths: M /branches/S2_1/client/clinet.c M /branches/S2_1/client/gui-gtk-2.0/repodlgs.c M /branches/S2_1/client/options.c M /branches/S2_1/client/options.h M /branches/S2_1/client/repodlgs_common.c M /branches/S2_1/client/repodlgs_common.h M /branches/S2_1/server/stdinhand.c (PR#39959) BUG: options/settings changes lost when Leaving & (re)Loading The save_options_on_exit menu option didn't work for Leave, only Quit. The settable options weren't saved. Keeping track of the settings that are different from default, and only saving and sending those. Fixes an outstanding client memory leak, for every single settings string packet after the first groups -- the old strings weren't freed. Fixes an append_output_window() problem with GTK2 early error reporting. Replaced them with freelog(). So far, only done for GTK2.... Wed, 12 Dec 2007 10:41:15 -0800 wsimpson: Changed paths: M /branches/S2_1/server/connecthand.c M /branches/S2_1/server/settings.c M /branches/S2_1/server/srv_main.c M /branches/S2_1/server/srv_main.h M /branches/S2_1/server/stdinhand.c (PR#39960) reducing the number of *_info messages sent to client (pass 1) Because send_player_info() is hidden inside certain functions, remove and scatter to various code branches instead to reveal code flow. This also fixes several potential bugs. Moreover, in most places that send_all_info() was called, it was immediately followed by send_player_info(NULL, NULL), duplicated to the connection! Generally, send_conn_info() after send_game_info() and send_player_info() because of player number. This also fixes several potential bugs. server/connecthand.c establish_new_connection() repeat calls in various code branches to avoid sending redundant packets. bug fix: send_conn_info() after send_game_info() and send_player_info() attach_connection_to_player() remove redundant calls, scatter to various code branches instead: send_game_info(NULL) send_player_info(pplayer, NULL) lost_connection_to_client() send_player_info(pplayer, NULL) was only sent in S_S_RUNNING, but also sent sometimes by toggle_ai_player_direct(); now always send for consistency. server/srv_main.c send_all_info() remove redundant call after each call, include within function: send_player_info(NULL, NULL) server/stdinhand.c toggle_ai_player_direct() remove redundant call, scatter to various code branches instead: send_player_info(pplayer, NULL) (allows the calls to be moved ahead of sending *_info) detach_command() bug fix? detaching observer should be sent rulesets (like /take)? Wed, 12 Dec 2007 04:08:31 -0800 wsimpson: Changed paths: M /branches/S2_1/client/gui-gtk-2.0/repodlgs.c M /branches/S2_1/client/gui-win32/repodlgs.c M /branches/S2_1/client/gui-xaw/repodlgs.c M /branches/S2_1/client/repodlgs_common.c M /branches/S2_1/client/repodlgs_common.h M /branches/S2_1/common/packets.def M /branches/S2_1/common/packets_gen.c M /branches/S2_1/common/packets_gen.h M /branches/S2_1/manual/civmanual.c M /branches/S2_1/server/settings.h M /branches/S2_1/server/stdinhand.c (PR#39964) BUG: server settable options uninitialized and bad values Mon, 10 Dec 2007 16:20:13 -0800 wsimpson: Changed paths: M /branches/S2_1/client/civclient.c M /branches/S2_1/client/civclient.h M /branches/S2_1/client/clinet.c M /branches/S2_1/client/repodlgs_common.c M /branches/S2_1/server/connecthand.c M /branches/S2_1/server/gamehand.c M /branches/S2_1/server/ruleset.c M /branches/S2_1/server/ruleset.h M /branches/S2_1/server/savegame.c M /branches/S2_1/server/sernet.c M /branches/S2_1/server/srv_main.c M /branches/S2_1/server/srv_main.h M /branches/S2_1/server/stdinhand.c (PR#39956) reducing the number of rulesets sent to client (pass 1) server/ruleset.c load_rulesets() remove redundant send_rulesets(), usually sent later after game_load(), instead send only after explicit server/stdinhand.c set_rulesetdir() In addition, this fixes a bug sending rulesets to game.all_connections instead of the correct game.est_connections (established). server/savegame.c game_load() remove redundant send_ruleset_nations(), sent later with send_rulesets() server/srv_main.c start_game() remove redundant send_server_settings() Generally, send_server_settings() after send_rulesets() for delta compression of the redundancy and updates. client/repodlgs_common.c calloc instead of malloc Also, the server and client had identically named handle_packet_input() routines, yet were not the generated packet handler names. Renamed to avoid confusion with each other, and with packets.def handlers. Mon, 10 Dec 2007 15:24:13 -0800 wsimpson: Changed paths: M /branches/S2_1/client/gui-gtk-2.0/gui_main.c M /branches/S2_1/client/gui-gtk-2.0/mapctrl.c M /branches/S2_1/client/gui-gtk-2.0/mapctrl.h M /branches/S2_1/client/gui-gtk-2.0/menu.c (PR#12188) Alt-t key does not work Sat, 08 Dec 2007 09:56:04 -0800 wsimpson: Changed paths: M /branches/S2_1/client/gui-gtk-2.0/gui_main.c (PR#39924) BUG: escape doesn't cancel dialogs nor much of anything else Sat, 08 Dec 2007 09:06:47 -0800 stikonas: Changed paths: M /branches/S2_1/po/lt.po More translations Wed, 05 Dec 2007 18:18:05 -0800 wsimpson: Changed paths: M /branches/S2_1/client/civclient.c M /branches/S2_1/client/civclient.h M /branches/S2_1/client/control.c M /branches/S2_1/client/control.h M /branches/S2_1/client/goto.c M /branches/S2_1/client/gui-gtk-2.0/gui_main.c M /branches/S2_1/client/gui-gtk-2.0/mapctrl.c M /branches/S2_1/client/gui-gtk-2.0/mapview.c M /branches/S2_1/client/gui-sdl/gui_main.c M /branches/S2_1/client/gui-win32/mapctrl.c (PR#39850) missing control re-initialization for second game Wed, 05 Dec 2007 03:12:11 -0800 chrisk: Changed paths: M /branches/S2_1/po/de.po update 4302 translated messages. Tue, 04 Dec 2007 09:33:34 -0800 wsimpson: Changed paths: M /branches/S2_1/client/packhand.c M /branches/S2_1/common/game.h M /branches/S2_1/server/gamehand.c M /branches/S2_1/server/meta.c M /branches/S2_1/server/plrhand.c M /branches/S2_1/server/savegame.c M /branches/S2_1/server/sernet.c M /branches/S2_1/server/srv_main.c M /branches/S2_1/server/stdinhand.c (PR#39946) [cleanup] send_game_info() Fix bad parameters in savegame (from PR#39940). The number of players is in game.info, so send_game_info() MUST be called before send_player_info(). Fixed several potential bugs. Fix old hack by using S_S_GENERATING_WAITING, so named because previous code called it GAME_GENERATION_STATE, "Waiting", UNUSED_STATE, and "Unknown". Removed duplicate sends in server/plrhand.c split_player() Removed duplicate sends in server/stdinhand.c set_command() Since this is a cleanup, not affecting user visible features, leave the popdown_races_dialog(), but flag it with a FIXME! Tue, 04 Dec 2007 00:46:03 -0800 jdorje: Changed paths: M /branches/S2_1/po/da.po Quick fix for Danish translation compile error. Mon, 03 Dec 2007 15:20:55 -0800 wsimpson: Changed paths: M /branches/S2_1/common/nation.c M /branches/S2_1/po/ar.po M /branches/S2_1/po/ca.po M /branches/S2_1/po/cs.po M /branches/S2_1/po/da.po M /branches/S2_1/po/de.po M /branches/S2_1/po/el.po M /branches/S2_1/po/en_GB.po M /branches/S2_1/po/es.po M /branches/S2_1/po/et.po M /branches/S2_1/po/fa.po M /branches/S2_1/po/fi.po M /branches/S2_1/po/fr.po M /branches/S2_1/po/he.po M /branches/S2_1/po/hu.po M /branches/S2_1/po/it.po M /branches/S2_1/po/ja.po M /branches/S2_1/po/ko.po M /branches/S2_1/po/lt.po M /branches/S2_1/po/nl.po M /branches/S2_1/po/no.po M /branches/S2_1/po/pl.po M /branches/S2_1/po/pt.po M /branches/S2_1/po/pt_BR.po M /branches/S2_1/po/ro.po M /branches/S2_1/po/ru.po M /branches/S2_1/po/sv.po M /branches/S2_1/po/tr.po M /branches/S2_1/po/uk.po M /branches/S2_1/po/zh_CN.po M /branches/S2_1/server/plrhand.c M /branches/S2_1/server/stdinhand.c (PR#39842) rulesetdir in already started game and bounds_check_nation -- reported by "Egor Vyscrebentsov" Don't allow changing ruleset after game has started. Also, changed test order in debug and load commands. Don't use nation pointer immediately after determining that it is invalid! (PR#39943) 'more veteran' is broken english Fixed more msgids. And, while comparing stdinhand between branches, discovered translation errors that had already been fixed in 2.2/trunk: canceled, and a missing _(). Backported. Mon, 03 Dec 2007 04:41:34 -0800 wsimpson: Changed paths: M /branches/S2_1/client/agents/agents.c M /branches/S2_1/client/civclient.c M /branches/S2_1/client/civclient.h M /branches/S2_1/client/climisc.c M /branches/S2_1/client/clinet.c M /branches/S2_1/client/control.c M /branches/S2_1/client/gui-ftwl/gotodlg.c M /branches/S2_1/client/gui-ftwl/gui_main.c M /branches/S2_1/client/gui-ftwl/mapview.c M /branches/S2_1/client/gui-gtk-2.0/gui_main.c M /branches/S2_1/client/gui-gtk-2.0/menu.c M /branches/S2_1/client/gui-sdl/chatline.c M /branches/S2_1/client/gui-sdl/dialogs.c M /branches/S2_1/client/gui-sdl/gui_main.c M /branches/S2_1/client/gui-sdl/mapctrl.c M /branches/S2_1/client/gui-sdl/mapview.c M /branches/S2_1/client/gui-sdl/menu.c M /branches/S2_1/client/gui-sdl/optiondlg.c M /branches/S2_1/client/gui-sdl/repodlgs.c M /branches/S2_1/client/gui-sdl/themespec.c M /branches/S2_1/client/gui-stub/gotodlg.c M /branches/S2_1/client/gui-win32/gui_main.c M /branches/S2_1/client/gui-win32/menu.c M /branches/S2_1/client/gui-xaw/gui_main.c M /branches/S2_1/client/gui-xaw/pages.c M /branches/S2_1/client/options.c M /branches/S2_1/client/packhand.c M /branches/S2_1/client/tilespec.c M /branches/S2_1/common/game.h M /branches/S2_1/server/citytools.c M /branches/S2_1/server/connecthand.c M /branches/S2_1/server/maphand.c M /branches/S2_1/server/meta.c M /branches/S2_1/server/plrhand.c M /branches/S2_1/server/savegame.c M /branches/S2_1/server/sernet.c M /branches/S2_1/server/sernet.h M /branches/S2_1/server/srv_main.c M /branches/S2_1/server/srv_main.h M /branches/S2_1/server/stdinhand.c (PR#39940) [cleanup] client/server state symbols Mon, 03 Dec 2007 02:36:27 -0800 chrisk: Changed paths: M /branches/S2_1/po/de.po update 4302 translated messages. Sun, 02 Dec 2007 07:58:12 -0800 jnmbk: Changed paths: M /branches/S2_1/po/tr.po 3877 translated, 428 untranslated messages Sun, 02 Dec 2007 07:28:56 -0800 wsimpson: Changed paths: M /branches/S2_1/common/events.c M /branches/S2_1/po/ca.po M /branches/S2_1/po/da.po M /branches/S2_1/po/en_GB.po M /branches/S2_1/po/es.po M /branches/S2_1/po/et.po M /branches/S2_1/po/fa.po M /branches/S2_1/po/fi.po M /branches/S2_1/po/fr.po M /branches/S2_1/po/ja.po M /branches/S2_1/po/ko.po M /branches/S2_1/po/pt.po M /branches/S2_1/po/pt_BR.po M /branches/S2_1/po/ro.po M /branches/S2_1/po/sv.po M /branches/S2_1/po/tr.po M /branches/S2_1/po/zh_CN.po (PR#39943) more veteran is broken english -- reported by Karl Goetz Sun, 02 Dec 2007 06:57:53 -0800 wsimpson: Changed paths: M /branches/S2_1/client/control.c M /branches/S2_1/client/control.h M /branches/S2_1/client/gui-gtk-2.0/gui_main.c (PR#39602) quickselect doesn't like the selection of many units -- patches rejected -- rarely used keys deleted Sun, 02 Dec 2007 03:27:31 -0800 dmarks: Changed paths: M /branches/S2_1/po/sv.po 4302 translated messages. Sun, 02 Dec 2007 03:00:19 -0800 chrisk: Changed paths: M /branches/S2_1/po/de.po update 4302 translated messages. Thu, 29 Nov 2007 08:56:33 -0800 wsimpson: Changed paths: M /branches/S2_1/client/gui-gtk-2.0/plrdlg.c M /branches/S2_1/client/gui-mui/plrdlg.c M /branches/S2_1/po/ar.po M /branches/S2_1/po/ca.po M /branches/S2_1/po/cs.po M /branches/S2_1/po/da.po M /branches/S2_1/po/de.po M /branches/S2_1/po/el.po M /branches/S2_1/po/en_GB.po M /branches/S2_1/po/es.po M /branches/S2_1/po/et.po M /branches/S2_1/po/fa.po M /branches/S2_1/po/fi.po M /branches/S2_1/po/fr.po M /branches/S2_1/po/he.po M /branches/S2_1/po/hu.po M /branches/S2_1/po/it.po M /branches/S2_1/po/ja.po M /branches/S2_1/po/ko.po M /branches/S2_1/po/lt.po M /branches/S2_1/po/nl.po M /branches/S2_1/po/no.po M /branches/S2_1/po/pl.po M /branches/S2_1/po/pt.po M /branches/S2_1/po/pt_BR.po M /branches/S2_1/po/ro.po M /branches/S2_1/po/ru.po M /branches/S2_1/po/sv.po M /branches/S2_1/po/tr.po M /branches/S2_1/po/uk.po M /branches/S2_1/po/zh_CN.po (PR#39929) GTK2 (F3) Players (Alt-C) _Cancel Treaty conflicts with Chat, City Thu, 29 Nov 2007 06:48:11 -0800 wsimpson: Changed paths: M /branches/S2_1/client/gui-gtk-2.0/diplomat_dialog.c M /branches/S2_1/client/gui-mui/dialogs.c M /branches/S2_1/client/gui-win32/dialogs.c M /branches/S2_1/client/gui-xaw/diplomat_dialog.c M /branches/S2_1/po/ar.po M /branches/S2_1/po/ca.po M /branches/S2_1/po/cs.po M /branches/S2_1/po/da.po M /branches/S2_1/po/de.po M /branches/S2_1/po/el.po M /branches/S2_1/po/en_GB.po M /branches/S2_1/po/es.po M /branches/S2_1/po/et.po M /branches/S2_1/po/fa.po M /branches/S2_1/po/fi.po M /branches/S2_1/po/fr.po M /branches/S2_1/po/he.po M /branches/S2_1/po/hu.po M /branches/S2_1/po/it.po M /branches/S2_1/po/ja.po M /branches/S2_1/po/ko.po M /branches/S2_1/po/lt.po M /branches/S2_1/po/nl.po M /branches/S2_1/po/no.po M /branches/S2_1/po/pl.po M /branches/S2_1/po/pt.po M /branches/S2_1/po/pt_BR.po M /branches/S2_1/po/ro.po M /branches/S2_1/po/ru.po M /branches/S2_1/po/sv.po M /branches/S2_1/po/tr.po M /branches/S2_1/po/uk.po M /branches/S2_1/po/zh_CN.po (PR#39909) BUG: leader gender ignored in diplomat/spy dialog Thu, 29 Nov 2007 03:03:28 -0800 chrisk: Changed paths: M /branches/S2_1/po/de.po update 4302 translated messages. Wed, 28 Nov 2007 21:10:19 -0800 wsimpson: Changed paths: M /branches/S2_1/client/gui-gtk-2.0/cityrep.c M /branches/S2_1/client/gui-gtk-2.0/dialogs.c M /branches/S2_1/client/gui-gtk-2.0/gui_main.c M /branches/S2_1/client/gui-gtk-2.0/menu.c M /branches/S2_1/client/gui-gtk-2.0/messagewin.c M /branches/S2_1/client/gui-win32/menu.c M /branches/S2_1/po/ar.po M /branches/S2_1/po/ca.po M /branches/S2_1/po/cs.po M /branches/S2_1/po/da.po M /branches/S2_1/po/de.po M /branches/S2_1/po/el.po M /branches/S2_1/po/en_GB.po M /branches/S2_1/po/es.po M /branches/S2_1/po/et.po M /branches/S2_1/po/fa.po M /branches/S2_1/po/fi.po M /branches/S2_1/po/fr.po M /branches/S2_1/po/he.po M /branches/S2_1/po/hu.po M /branches/S2_1/po/it.po M /branches/S2_1/po/ja.po M /branches/S2_1/po/ko.po M /branches/S2_1/po/lt.po M /branches/S2_1/po/nl.po M /branches/S2_1/po/no.po M /branches/S2_1/po/pl.po M /branches/S2_1/po/pt.po M /branches/S2_1/po/pt_BR.po M /branches/S2_1/po/ro.po M /branches/S2_1/po/ru.po M /branches/S2_1/po/sv.po M /branches/S2_1/po/tr.po M /branches/S2_1/po/uk.po M /branches/S2_1/po/zh_CN.po (PR#39900) _Update button in city report to _Inspect (PR#39912) consistent UI - Chat - use apostrophe for shortcut Remove related gui-gtk2 menu and tab shortcut conflicts. Similar changes to gui-win32 (incomplete and untested). Wed, 28 Nov 2007 13:40:02 -0800 jdorje: Changed paths: M /branches/S2_1/doc/README Simple typo fix. Wed, 28 Nov 2007 00:21:51 -0800 jdorje: Changed paths: M /branches/S2_1/server/auth.c Fix out-of-place TRANS comment. Reported by Christian Knoke in PR#39747. Wed, 28 Nov 2007 00:02:42 -0800 jdorje: Changed paths: M /branches/S2_1/data/Makefile.am M /branches/S2_1/m4/ggz.m4 Install ggzd game and room files in the configure-detected directory. See PR#39808. Mon, 26 Nov 2007 19:34:56 -0800 wsimpson: Changed paths: M /branches/S2_1/client/gui-gtk-2.0/menu.c M /branches/S2_1/client/gui-win32/menu.c (PR#39913) consistent UI - Government -- compromise for 2.1 Mon, 26 Nov 2007 14:48:37 -0800 jdorje: Changed paths: M /branches/S2_1/client/gui-gtk-2.0/cityrep.c Avoid triggering a gcc 4.1/4.2 bug that breaks city report CMA control. Report and patch by Castanier Carl in PR#39722 with changes by me. Mon, 26 Nov 2007 01:45:18 -0800 chrisk: Changed paths: M /branches/S2_1/po/de.po changes 4304 translated messages. Sun, 25 Nov 2007 16:54:43 -0800 jdorje: Changed paths: M /branches/S2_1/client/gui-sdl/chatline.c M /branches/S2_1/client/gui-sdl/citydlg.c M /branches/S2_1/client/gui-sdl/colors.h M /branches/S2_1/client/gui-sdl/connectdlg.c M /branches/S2_1/client/gui-sdl/dialogs.c M /branches/S2_1/client/gui-sdl/graphics.c M /branches/S2_1/client/gui-sdl/inteldlg.c M /branches/S2_1/client/gui-sdl/mapview.c M /branches/S2_1/client/gui-sdl/themespec.c M /branches/S2_1/client/gui-sdl/widget_button.c M /branches/S2_1/client/gui-sdl/widget_checkbox.c M /branches/S2_1/client/gui-sdl/widget_scrollbar.c M /branches/S2_1/client/gui-sdl/wldlg.c Fix various reported compiler errors from gcc 2.95 on beos. Patch by me in PR#39906. Sun, 25 Nov 2007 16:06:51 -0800 dmarks: Changed paths: M /branches/S2_1/version.in Bump version to 2.1.1+ Sun, 25 Nov 2007 15:51:46 -0800 dmarks: Changed paths: M /branches/S2_1/po/ar.po M /branches/S2_1/po/ca.po M /branches/S2_1/po/cs.po M /branches/S2_1/po/da.po M /branches/S2_1/po/de.po M /branches/S2_1/po/el.po M /branches/S2_1/po/en_GB.po M /branches/S2_1/po/es.po M /branches/S2_1/po/et.po M /branches/S2_1/po/fa.po M /branches/S2_1/po/fi.po M /branches/S2_1/po/fr.po M /branches/S2_1/po/he.po M /branches/S2_1/po/hu.po M /branches/S2_1/po/it.po M /branches/S2_1/po/ja.po M /branches/S2_1/po/ko.po M /branches/S2_1/po/lt.po M /branches/S2_1/po/nl.po M /branches/S2_1/po/no.po M /branches/S2_1/po/pl.po M /branches/S2_1/po/pt.po M /branches/S2_1/po/pt_BR.po M /branches/S2_1/po/ro.po M /branches/S2_1/po/ru.po M /branches/S2_1/po/sv.po M /branches/S2_1/po/tr.po M /branches/S2_1/po/uk.po M /branches/S2_1/po/zh_CN.po Commit changes after running make uupdate-po. Sun, 25 Nov 2007 15:46:32 -0800 dmarks: Changed paths: M /branches/S2_1/ChangeLog Update ChangeLog for 2.1.1. Sun, 25 Nov 2007 15:14:19 -0800 dmarks: Changed paths: M /branches/S2_1/version.in Bump version to 2.1.1. Sun, 25 Nov 2007 15:01:37 -0800 jdorje: Changed paths: M /branches/S2_1/client/reqtree.c Don't declare new variables mid-function. Patch by me in PR#39905. Sun, 25 Nov 2007 14:55:51 -0800 dmarks: Changed paths: M /branches/S2_1/m4/ggz.m4 New ggz.m4 borrowed from ggz svn. See PR#39611. Sun, 25 Nov 2007 14:37:43 -0800 jcreus: Changed paths: M /branches/S2_1/po/ca.po Slight correction Sun, 25 Nov 2007 14:33:26 -0800 dmarks: Changed paths: M /branches/S2_1/utility/log.c Use mystrdup instead of strdup. Patch by Jason Dorje Short in PR#39904. Sun, 25 Nov 2007 14:12:06 -0800 dmarks: Changed paths: M /branches/S2_1/data/nation/australian.ruleset Change Australian city style to European, as requested by Karl Goetz in PR#39887. Sun, 25 Nov 2007 10:42:45 -0800 wsimpson: Changed paths: M /branches/S2_1/po/ar.po M /branches/S2_1/po/cs.po M /branches/S2_1/po/da.po M /branches/S2_1/po/el.po M /branches/S2_1/po/es.po M /branches/S2_1/po/et.po M /branches/S2_1/po/fi.po M /branches/S2_1/po/fr.po M /branches/S2_1/po/it.po M /branches/S2_1/po/ja.po M /branches/S2_1/po/nl.po M /branches/S2_1/po/no.po M /branches/S2_1/po/pl.po M /branches/S2_1/po/pt.po M /branches/S2_1/po/pt_BR.po M /branches/S2_1/po/ru.po M /branches/S2_1/po/uk.po M /branches/S2_1/po/zh_CN.po (PR#39541) [Bug] Unit help claims that only spy can investigate cities -- hand built fuzzy translations Sun, 25 Nov 2007 04:27:32 -0800 jnmbk: Changed paths: M /branches/S2_1/po/tr.po 3870 translated, 434 untranslated messages Sun, 25 Nov 2007 04:18:54 -0800 wsimpson: Changed paths: M /branches/S2_1/client/connectdlg_common.c (PR#39901) Patch: Fix permission on open() call -- reported by Brian Pepple Sun, 25 Nov 2007 03:23:33 -0800 jnmbk: Changed paths: M /branches/S2_1/po/tr.po 3828 translated, 476 untranslated Sat, 24 Nov 2007 20:42:36 -0800 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/cma_fe.c Fix slider movement in the city governor dialog. Reported by in PR#39859, patch by me. Sat, 24 Nov 2007 14:56:23 -0800 jcreus: Changed paths: M /branches/S2_1/po/ca.po 4304 translated messages Sat, 24 Nov 2007 09:53:26 -0800 chrisk: Changed paths: M /branches/S2_1/po/de.po update 4304 translated messages. Sat, 24 Nov 2007 07:05:47 -0800 dmarks: Changed paths: M /branches/S2_1/po/sv.po 4304 translated messages. Sat, 24 Nov 2007 06:55:35 -0800 dmarks: Changed paths: M /branches/S2_1/po/ar.po M /branches/S2_1/po/ca.po M /branches/S2_1/po/cs.po M /branches/S2_1/po/da.po M /branches/S2_1/po/de.po M /branches/S2_1/po/el.po M /branches/S2_1/po/en_GB.po M /branches/S2_1/po/es.po M /branches/S2_1/po/et.po M /branches/S2_1/po/fa.po M /branches/S2_1/po/fi.po M /branches/S2_1/po/fr.po M /branches/S2_1/po/he.po M /branches/S2_1/po/hu.po M /branches/S2_1/po/it.po M /branches/S2_1/po/ja.po M /branches/S2_1/po/ko.po M /branches/S2_1/po/lt.po M /branches/S2_1/po/nl.po M /branches/S2_1/po/no.po M /branches/S2_1/po/pl.po M /branches/S2_1/po/pt.po M /branches/S2_1/po/pt_BR.po M /branches/S2_1/po/ro.po M /branches/S2_1/po/ru.po M /branches/S2_1/po/sv.po M /branches/S2_1/po/tr.po M /branches/S2_1/po/uk.po M /branches/S2_1/po/zh_CN.po Commit changes after update-po Sat, 24 Nov 2007 04:56:04 -0800 wsimpson: Changed paths: M /branches/S2_1/po/ar.po M /branches/S2_1/po/ca.po M /branches/S2_1/po/cs.po M /branches/S2_1/po/da.po M /branches/S2_1/po/de.po M /branches/S2_1/po/el.po M /branches/S2_1/po/en_GB.po M /branches/S2_1/po/es.po M /branches/S2_1/po/et.po M /branches/S2_1/po/fa.po M /branches/S2_1/po/fi.po M /branches/S2_1/po/fr.po M /branches/S2_1/po/he.po M /branches/S2_1/po/hu.po M /branches/S2_1/po/it.po M /branches/S2_1/po/ja.po M /branches/S2_1/po/ko.po M /branches/S2_1/po/lt.po M /branches/S2_1/po/nl.po M /branches/S2_1/po/no.po M /branches/S2_1/po/pl.po M /branches/S2_1/po/pt.po M /branches/S2_1/po/pt_BR.po M /branches/S2_1/po/ro.po M /branches/S2_1/po/ru.po M /branches/S2_1/po/sv.po M /branches/S2_1/po/tr.po M /branches/S2_1/po/uk.po M /branches/S2_1/po/zh_CN.po M /branches/S2_1/server/settings.c (PR#39723) Typo in server/settings.c -- reported by Joan Creus, revised po keys by me Sat, 24 Nov 2007 04:47:21 -0800 dmarks: Changed paths: M /branches/S2_1/data/flags/unknown-shield.png M /branches/S2_1/data/flags/unknown.png M /branches/S2_1/data/flags/unknown.svg Fix Inkscape crash. Sat, 24 Nov 2007 03:56:55 -0800 dmarks: Changed paths: M /branches/S2_1/data/flags/rome-shield.png M /branches/S2_1/data/flags/rome.png M /branches/S2_1/data/flags/rome.svg Fix Inkscape crash. Sat, 24 Nov 2007 03:31:55 -0800 wsimpson: Changed paths: M /branches/S2_1/server/savegame.c (PR#39898) Buffer overflow during autosave -- reported by loganjerry@gmail.com Sat, 24 Nov 2007 02:27:04 -0800 dmarks: Changed paths: M /branches/S2_1/data/flags/constantine-shield.png M /branches/S2_1/data/flags/constantine.png M /branches/S2_1/data/flags/constantine.svg Fix Inkscape crash. Fri, 23 Nov 2007 19:10:50 -0800 dmarks: Changed paths: M /branches/S2_1/data/civclient.dsc.in M /branches/S2_1/data/civserver.dsc.in Update URL Fri, 23 Nov 2007 17:53:48 -0800 dmarks: Changed paths: M /branches/S2_1/po/sv.po 4304 translated messages. Fri, 23 Nov 2007 14:59:14 -0800 wsimpson: Changed paths: M /branches/S2_1/client/climisc.c M /branches/S2_1/po/ar.po M /branches/S2_1/po/ca.po M /branches/S2_1/po/cs.po M /branches/S2_1/po/da.po M /branches/S2_1/po/de.po M /branches/S2_1/po/el.po M /branches/S2_1/po/en_GB.po M /branches/S2_1/po/es.po M /branches/S2_1/po/et.po M /branches/S2_1/po/fa.po M /branches/S2_1/po/fi.po M /branches/S2_1/po/fr.po M /branches/S2_1/po/he.po M /branches/S2_1/po/hu.po M /branches/S2_1/po/it.po M /branches/S2_1/po/ja.po M /branches/S2_1/po/ko.po M /branches/S2_1/po/lt.po M /branches/S2_1/po/nl.po M /branches/S2_1/po/no.po M /branches/S2_1/po/pl.po M /branches/S2_1/po/pt.po M /branches/S2_1/po/pt_BR.po M /branches/S2_1/po/ro.po M /branches/S2_1/po/ru.po M /branches/S2_1/po/sv.po M /branches/S2_1/po/tr.po M /branches/S2_1/po/uk.po M /branches/S2_1/po/zh_CN.po M /branches/S2_1/scripts/setup_auth_server.sh M /branches/S2_1/server/unittools.c (PR#39818) 2.1.0 multiple bugs: "gives" -> "give" reported by Christoph Petschnig (PR#39884) Typo "succesfully" in English airlift message reported by Jacob Nevins Fri, 23 Nov 2007 14:04:24 -0800 wsimpson: Changed paths: M /branches/S2_1/client/audio.c M /branches/S2_1/client/gui-sdl/gui_string.c M /branches/S2_1/po/ar.po M /branches/S2_1/po/ca.po M /branches/S2_1/po/cs.po M /branches/S2_1/po/da.po M /branches/S2_1/po/de.po M /branches/S2_1/po/el.po M /branches/S2_1/po/en_GB.po M /branches/S2_1/po/es.po M /branches/S2_1/po/et.po M /branches/S2_1/po/fa.po M /branches/S2_1/po/fi.po M /branches/S2_1/po/fr.po M /branches/S2_1/po/he.po M /branches/S2_1/po/hu.po M /branches/S2_1/po/it.po M /branches/S2_1/po/ja.po M /branches/S2_1/po/ko.po M /branches/S2_1/po/lt.po M /branches/S2_1/po/nl.po M /branches/S2_1/po/no.po M /branches/S2_1/po/pl.po M /branches/S2_1/po/pt.po M /branches/S2_1/po/pt_BR.po M /branches/S2_1/po/ro.po M /branches/S2_1/po/ru.po M /branches/S2_1/po/sv.po M /branches/S2_1/po/tr.po M /branches/S2_1/po/uk.po M /branches/S2_1/po/zh_CN.po (PR#39725) Various typos in client, remove log translation Fri, 23 Nov 2007 12:40:57 -0800 wsimpson: Changed paths: M /branches/S2_1/client/gui-gtk-2.0/citydlg.c M /branches/S2_1/client/gui-gtk-2.0/cityrep.c M /branches/S2_1/client/gui-gtk-2.0/dialogs.c M /branches/S2_1/client/gui-gtk-2.0/gotodlg.c M /branches/S2_1/client/gui-gtk-2.0/messagewin.c M /branches/S2_1/client/gui-gtk-2.0/plrdlg.c M /branches/S2_1/po/ar.po M /branches/S2_1/po/ca.po M /branches/S2_1/po/cs.po M /branches/S2_1/po/da.po M /branches/S2_1/po/de.po M /branches/S2_1/po/el.po M /branches/S2_1/po/en_GB.po M /branches/S2_1/po/es.po M /branches/S2_1/po/et.po M /branches/S2_1/po/fa.po M /branches/S2_1/po/fi.po M /branches/S2_1/po/fr.po M /branches/S2_1/po/he.po M /branches/S2_1/po/hu.po M /branches/S2_1/po/it.po M /branches/S2_1/po/ja.po M /branches/S2_1/po/ko.po M /branches/S2_1/po/lt.po M /branches/S2_1/po/nl.po M /branches/S2_1/po/no.po M /branches/S2_1/po/pl.po M /branches/S2_1/po/pt.po M /branches/S2_1/po/pt_BR.po M /branches/S2_1/po/ro.po M /branches/S2_1/po/ru.po M /branches/S2_1/po/sv.po M /branches/S2_1/po/tr.po M /branches/S2_1/po/uk.po M /branches/S2_1/po/zh_CN.po (PR#23078) 2.1.0 (F1) City & (F3) Player - (Alt-H) S_how conflicts with _Help Fri, 23 Nov 2007 06:20:53 -0800 dmarks: Changed paths: M /branches/S2_1/po/sv.po 4321 translated messages. Wed, 21 Nov 2007 15:00:38 -0800 dmarks: Changed paths: M /branches/S2_1/data/misc/small.png M /branches/S2_1/data/misc/small.spec Replace dollar symbol with more universal gold coin. Reported by Ronny Standtke in PR#39838. Graphics by Hogne Haskjold. Wed, 21 Nov 2007 06:23:26 -0800 dmarks: Changed paths: M /branches/S2_1/data/civ1/units.ruleset M /branches/S2_1/data/civ2/units.ruleset M /branches/S2_1/data/default/units.ruleset Add missing newline. Wed, 21 Nov 2007 05:24:27 -0800 dmarks: Changed paths: M /branches/S2_1/data/civ1/units.ruleset M /branches/S2_1/data/civ2/units.ruleset M /branches/S2_1/data/default/units.ruleset Fix gettext warnings. Wed, 21 Nov 2007 04:48:40 -0800 dmarks: Changed paths: M /branches/S2_1/server/unittools.c Backport paradrop message fix. Reported by Chris Knoke with patch by Jason Dorje in PR#9347. Wed, 21 Nov 2007 04:43:18 -0800 dmarks: Changed paths: M /branches/S2_1/data/civ2/buildings.ruleset M /branches/S2_1/data/civ2/effects.ruleset Add effect to civ2 ruleset Eiffel Tower and update helptext. PR#39874 Wed, 21 Nov 2007 04:40:14 -0800 dmarks: Changed paths: M /branches/S2_1/data/default/buildings.ruleset M /branches/S2_1/data/default/effects.ruleset Reword Eiffel Tower helptext to reflect new rules. Reported by eadleofice in PR#39826. Wed, 21 Nov 2007 04:31:53 -0800 dmarks: Changed paths: M /branches/S2_1/data/civ2/units.ruleset Improve elephant helptext. Reported by Chris Knoke in PR#39748. Wed, 21 Nov 2007 04:28:04 -0800 dmarks: Changed paths: M /branches/S2_1/data/civ1/units.ruleset M /branches/S2_1/data/civ2/units.ruleset M /branches/S2_1/data/default/units.ruleset Improve diplomat and spy helptexts. Reported by Marko Lindqvist in PR#39541; patch by me. Tue, 20 Nov 2007 16:47:56 -0800 wsimpson: Changed paths: M /branches/S2_1/server/savegame.c M /branches/S2_1/server/srv_main.c (PR#39876) fix soft restart; load game freelog translation; re-order early load Sun, 18 Nov 2007 05:08:57 -0800 wsimpson: Changed paths: M /branches/S2_1/client/packhand.c (PR#39868) unit woken up from sentry not properly deselected Sat, 17 Nov 2007 21:59:22 -0800 wsimpson: Changed paths: M /branches/S2_1/client/control.c (PR#39873) harmonize 2.1 and 2.2 control.c somewhat Sat, 17 Nov 2007 05:35:06 -0800 dmarks: Changed paths: M /branches/S2_1/client/options.c Turn off fullscreen mode by default. See PR#12119 Fri, 16 Nov 2007 03:18:00 -0800 jdorje: Changed paths: M /branches/S2_1/bootstrap/mkinstalldirs M /branches/S2_1/data/fonts/COPYING.Vera M /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/gtkrc M /branches/S2_1/data/themes/gui-sdl/human/COPYING.DejaVu M /branches/S2_1/data/themes/gui-sdl/human/COPYING.UnDotum M /branches/S2_1/data/themes/gui-sdl/human/COPYING.fireflysung M /branches/S2_1/data/themes/gui-sdl/human/COPYING.sazanami M /branches/S2_1/data/themes/gui-sdl/human/backgrounds.themespec M /branches/S2_1/data/themes/gui-sdl/human/colors.themespec M /branches/S2_1/data/themes/gui-sdl/human/theme.themespec M /branches/S2_1/scripts/freeciv.supp Set svn:eol-style to native on a number of additional text files. Fri, 16 Nov 2007 03:11:27 -0800 jdorje: Changed paths: M /branches/S2_1/data/hex2t.tilespec Fix buggy newlines in hex2t file, and set eol-style to native. Fri, 16 Nov 2007 03:07:34 -0800 jdorje: Changed paths: M /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/menubar.rc M /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/panel.rc M /branches/S2_1/m4/ggz.m4 M /branches/S2_1/po/ko.po M /branches/S2_1/po/tr.po M /branches/S2_1/win32/clienticon.rc M /branches/S2_1/win32/servericon.rc Set svn:eol-style to native on a number of additional text files. Fri, 16 Nov 2007 02:09:11 -0800 jdorje: Changed paths: M /branches/S2_1/data/hex2t/grid.spec M /branches/S2_1/data/hex2t/items.spec M /branches/S2_1/data/hex2t/overlays.spec M /branches/S2_1/data/hex2t/select.spec M /branches/S2_1/data/hex2t/tiles.spec M /branches/S2_1/po/statistics.sh M /branches/S2_1/scripts/setup_auth_server.sh * Fix line endings on overlays.spec to be native. * Change *.sh and *.spec files to have native svn:eol-style. Fri, 16 Nov 2007 01:59:52 -0800 jdorje: Changed paths: M /branches/S2_1/data/hex2t/tiles.spec * Fix line endings to be native. * Change svn:eol-style to native. Fri, 16 Nov 2007 01:51:57 -0800 jdorje: Changed paths: M /branches/S2_1/data/amplio/buildings.spec M /branches/S2_1/data/amplio/wonders.spec M /branches/S2_1/data/hex2t/select.spec Set svn:eol-style (svn property) to native for *.spec files. Fri, 16 Nov 2007 01:45:02 -0800 jdorje: Changed paths: M /branches/S2_1/bootstrap/freeciv-server.desktop.in M /branches/S2_1/client/gui-gtk-2.0/theme_dlg.c M /branches/S2_1/client/gui-gtk-2.0/tileset_dlg.c M /branches/S2_1/data/buildings/Makefile.am M /branches/S2_1/data/flags/antarctica.svg M /branches/S2_1/data/flags/aram.svg M /branches/S2_1/data/flags/aztec.svg M /branches/S2_1/data/flags/babylon.svg M /branches/S2_1/data/flags/bangladesh.svg M /branches/S2_1/data/flags/cartago.svg M /branches/S2_1/data/flags/egypt_ancient.svg M /branches/S2_1/data/flags/france_old.svg M /branches/S2_1/data/flags/gaul.svg M /branches/S2_1/data/flags/georgia.svg M /branches/S2_1/data/flags/greece_ancient.svg M /branches/S2_1/data/flags/hittite.svg M /branches/S2_1/data/flags/illyria.svg M /branches/S2_1/data/flags/inca.svg M /branches/S2_1/data/flags/iran_ancient.svg M /branches/S2_1/data/flags/madagascar.svg M /branches/S2_1/data/flags/mali.svg M /branches/S2_1/data/flags/maya.svg M /branches/S2_1/data/flags/myanmar.svg M /branches/S2_1/data/flags/ottoman.svg M /branches/S2_1/data/flags/palmyra.svg M /branches/S2_1/data/flags/papua_newguinea.svg M /branches/S2_1/data/flags/southern_cross.svg M /branches/S2_1/data/flags/swaziland.svg M /branches/S2_1/data/flags/texas.svg M /branches/S2_1/data/flags/uyghur.svg M /branches/S2_1/data/flags/viking.svg M /branches/S2_1/data/flags/westphalia.svg M /branches/S2_1/data/flags/zulu.svg M /branches/S2_1/data/hex2t/Makefile.am M /branches/S2_1/data/icons/Makefile.am M /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/Makefile.am M /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Arrows/Makefile.am M /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Buttons/Makefile.am M /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Check-Radio/Makefile.am M /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Combo/Makefile.am M /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Frame-Gap/Makefile.am M /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Handles/Makefile.am M /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Lines/Makefile.am M /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/ListHeaders/Makefile.am M /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Makefile.am M /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Menu-Menubar/Makefile.am M /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Others/Makefile.am M /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Panel/Makefile.am M /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/ProgressBar/Makefile.am M /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Range/Makefile.am M /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Scrollbars/Makefile.am M /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Shadows/Makefile.am M /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Spin/Makefile.am M /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Tabs/Makefile.am M /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Toolbar/Makefile.am M /branches/S2_1/data/themes/gui-gtk-2.0/Makefile.am M /branches/S2_1/data/wonders/Makefile.am M /branches/S2_1/doc/ca/Makefile.am Set svn:eol-style (svn property) to native for *.c, *.h, *.am, *.in, and *.svg files. Thu, 15 Nov 2007 08:26:23 -0800 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/citydlg.c M /branches/S2_1/client/gui-sdl/gui_main.c M /branches/S2_1/client/gui-sdl/widget.c Fix selectability of present/supported units in the city dialog. Reported by Erik Johansson in PR#39825, patch by me. Thu, 15 Nov 2007 08:09:42 -0800 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/citydlg.c Fix a potential crash after disbanding a unit from the city dialog. Reported by Weston Hanners in PR#39825, patch by me. Thu, 15 Nov 2007 06:09:30 -0800 wsimpson: Changed paths: M /branches/S2_1/common/aicore/pf_tools.c (PR#39852) BUG: path finding incorrect air destination calculations -- try finding airbase Wed, 14 Nov 2007 16:26:09 -0800 wsimpson: Changed paths: M /branches/S2_1/client/text.c (PR#39858) middle click on unexplored territory causes SDL crash -- reverted/revised Wed, 14 Nov 2007 13:34:55 -0800 jdorje: Changed paths: M /branches/S2_1/client/text.c Fix crash when tile info is taken on an unknown tile. Patch by me in PR#39858. Wed, 14 Nov 2007 06:47:13 -0800 stikonas: Changed paths: M /branches/S2_1/po/lt.po More translations. Tue, 13 Nov 2007 15:07:34 -0800 jdorje: Changed paths: M /branches/S2_1/client/gui-sdl/mapview.c M /branches/S2_1/client/gui-sdl/themespec.c Add missing includes (needed for compilation). Tue, 13 Nov 2007 06:50:40 -0800 wsimpson: Changed paths: M /branches/S2_1/common/aicore/path_finding.c M /branches/S2_1/common/aicore/path_finding.h M /branches/S2_1/common/aicore/pf_tools.c (PR#39852) BUG: path finding incorrect air destination calculations -- revised after comments Mon, 12 Nov 2007 08:37:12 -0800 wsimpson: Changed paths: M /branches/S2_1/common/aicore/pf_tools.c (PR#39852) BUG: path finding incorrect air destination calculations Sat, 10 Nov 2007 00:40:02 -0800 wsimpson: Changed paths: M /branches/S2_1/client/control.c M /branches/S2_1/client/control.h M /branches/S2_1/client/packhand.c (PR#39817) goto interrupted by sentry Fri, 09 Nov 2007 14:22:17 -0800 stikonas: Changed paths: M /branches/S2_1/po/lt.po More translations. Fri, 09 Nov 2007 10:28:01 -0800 jdorje: Changed paths: M /branches/S2_1/data/icons M /branches/S2_1/data/themes/gui-gtk-2.0 M /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv M /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0 M /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Arrows M /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Buttons M /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Check-Radio M /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Combo M /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Frame-Gap M /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Handles M /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Lines M /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/ListHeaders M /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Menu-Menubar M /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Others M /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Panel M /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/ProgressBar M /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Range M /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Scrollbars M /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Shadows M /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Spin M /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Tabs M /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Toolbar M /branches/S2_1/doc/ca M /branches/S2_1/server Fix svn:ignore for various directories. Fri, 09 Nov 2007 02:59:24 -0800 wsimpson: Changed paths: M /branches/S2_1/client/gui-sdl/citydlg.c (PR#39848) SDL client city_owner() compile error Thu, 08 Nov 2007 09:03:34 -0800 wsimpson: Changed paths: M /branches/S2_1/ai/advdiplomacy.c M /branches/S2_1/ai/advmilitary.c M /branches/S2_1/ai/aicity.c M /branches/S2_1/ai/aiferry.c M /branches/S2_1/ai/aihunt.c M /branches/S2_1/ai/aisettler.c M /branches/S2_1/ai/aitools.c M /branches/S2_1/ai/aitools.h M /branches/S2_1/ai/aiunit.c M /branches/S2_1/client/agents/sha.c M /branches/S2_1/client/citydlg_common.c M /branches/S2_1/client/climisc.c M /branches/S2_1/client/control.c M /branches/S2_1/client/goto.c M /branches/S2_1/client/gui-ftwl/gui_text.c M /branches/S2_1/client/gui-ftwl/mapview.c M /branches/S2_1/client/gui-gtk-2.0/citydlg.c M /branches/S2_1/client/gui-gtk-2.0/dialogs.c M /branches/S2_1/client/gui-gtk-2.0/gui_main.c M /branches/S2_1/client/gui-gtk-2.0/happiness.c M /branches/S2_1/client/gui-gtk-2.0/menu.c M /branches/S2_1/client/gui-mui/citydlg.c M /branches/S2_1/client/gui-mui/dialogs.c M /branches/S2_1/client/gui-mui/mapclass.c M /branches/S2_1/client/gui-mui/overviewclass.c M /branches/S2_1/client/gui-sdl/citydlg.c M /branches/S2_1/client/gui-sdl/dialogs.c M /branches/S2_1/client/gui-sdl/finddlg.c M /branches/S2_1/client/gui-sdl/gotodlg.c M /branches/S2_1/client/gui-sdl/mapctrl.c M /branches/S2_1/client/gui-sdl/mapview.c M /branches/S2_1/client/gui-win32/citydlg.c M /branches/S2_1/client/gui-win32/dialogs.c M /branches/S2_1/client/gui-win32/happiness.c M /branches/S2_1/client/gui-xaw/gui_main.c M /branches/S2_1/client/mapctrl_common.c M /branches/S2_1/client/mapview_common.c M /branches/S2_1/client/overview_common.c M /branches/S2_1/client/packhand.c M /branches/S2_1/client/text.c M /branches/S2_1/client/tilespec.c M /branches/S2_1/common/aicore/caravan.c M /branches/S2_1/common/aicore/cm.c M /branches/S2_1/common/city.c M /branches/S2_1/common/combat.c M /branches/S2_1/common/map.c M /branches/S2_1/common/movement.c M /branches/S2_1/common/player.c M /branches/S2_1/common/tile.c M /branches/S2_1/common/tile.h M /branches/S2_1/common/unit.c M /branches/S2_1/server/barbarian.c M /branches/S2_1/server/citytools.c M /branches/S2_1/server/cityturn.c M /branches/S2_1/server/diplhand.c M /branches/S2_1/server/gotohand.c M /branches/S2_1/server/maphand.h M /branches/S2_1/server/sanitycheck.c M /branches/S2_1/server/savegame.c M /branches/S2_1/server/score.c M /branches/S2_1/server/settlers.c M /branches/S2_1/server/srv_main.c M /branches/S2_1/server/unithand.c Cleanup city, unit, and tile accessor functions for *_owner (and others) Tue, 06 Nov 2007 11:50:53 -0800 wsimpson: Changed paths: M /branches/S2_1/server/citytools.c M /branches/S2_1/server/maphand.c M /branches/S2_1/server/maphand.h M /branches/S2_1/server/savegame.c M /branches/S2_1/server/unittools.c (PR#39830) 2.1.0 border expansion acquires destroyed city Fix primary bug, apparently deliberate code that breaks upon border expansion, that had the truthful (unhelpful) comment: /* Use tile owner information not city owner information. */ Now, although the defunct city still appears inside the border, it won't appear in the player's list of cities. Revise the dumb_city code, now uses struct vision_base. Use city, unit, and tile accessor functions for *_owner (and others). Add tile_special_type_iterate() in passing. Sun, 04 Nov 2007 10:31:38 -0800 wsimpson: Changed paths: M /branches/S2_1/client/climap.h M /branches/S2_1/client/packhand.c M /branches/S2_1/common/aicore/path_finding.h M /branches/S2_1/common/terrain.c M /branches/S2_1/common/terrain.h M /branches/S2_1/common/tile.h M /branches/S2_1/server/maphand.c (PR#39828) 2.1.0 crash shared vision in send_tile_info() Treat terrain just like resources: when the pointer is NULL, send -1. Add some terrain validity checking to the client. Move enum known_type from terrain.h to tile.h, and adjust other #includes. Add tile_special_type_iterate() in passing. Sat, 03 Nov 2007 08:58:41 -0800 wsimpson: Changed paths: M /branches/S2_1/ai/advmilitary.c M /branches/S2_1/ai/aicity.c M /branches/S2_1/client/citydlg_common.c M /branches/S2_1/client/citydlg_common.h M /branches/S2_1/client/cityrepdata.c M /branches/S2_1/client/climisc.c M /branches/S2_1/client/gui-gtk-2.0/citydlg.c M /branches/S2_1/client/gui-gtk-2.0/happiness.c M /branches/S2_1/client/gui-mui/citydlg.c M /branches/S2_1/client/gui-mui/gui_main.c M /branches/S2_1/client/gui-mui/mapview.c M /branches/S2_1/client/gui-sdl/citydlg.c M /branches/S2_1/client/gui-sdl/gui_tilespec.h M /branches/S2_1/client/gui-win32/citydlg.c M /branches/S2_1/client/gui-win32/happiness.c M /branches/S2_1/client/gui-xaw/citydlg.c M /branches/S2_1/client/gui-xaw/mapview.c M /branches/S2_1/client/gui-xaw/mapview.h M /branches/S2_1/client/mapview_common.c M /branches/S2_1/client/packhand.c M /branches/S2_1/client/tilespec.c M /branches/S2_1/client/tilespec.h M /branches/S2_1/common/city.c M /branches/S2_1/common/city.h M /branches/S2_1/server/citytools.c M /branches/S2_1/server/cityturn.c M /branches/S2_1/server/savegame.c M /branches/S2_1/server/score.c (PR#39829) 2.1.0 assert bad city size Fix city dialog popup assert() for city_short_info (virtual) cities. Replace assert() with LOG_ERROR, and return the actual number of citizens found to allow the sprite routines to function. The discovered problem was packhand.c handle_city_short_info() setting the city->size in the final citizen feeling entry -- immediately wiped by the city.c generic_city_refresh(). The solution was to set the default specialist instead. On the way to finding the cause, add more city error checking to packhand.c and savegame.c, use enums to replace numeric constants for arrays of citizen feelings, and harmonize specialist handling with S2_2 and trunk to allow easier comparison and parallel testing. Tue, 30 Oct 2007 16:30:40 -0800 wsimpson: Changed paths: M /branches/S2_1/ai/aicity.c M /branches/S2_1/ai/aiunit.h M /branches/S2_1/client/agents/cma_core.c M /branches/S2_1/client/citydlg_common.c M /branches/S2_1/client/mapview_common.h M /branches/S2_1/common/terrain.c M /branches/S2_1/common/unitlist.h M /branches/S2_1/server/generator/utilities.c M /branches/S2_1/server/generator/utilities.h BUG: oddball iterators Tue, 30 Oct 2007 05:07:44 -0800 elmo: Changed paths: M /branches/S2_1/po/et.po "Gold" was ambiguous and I mistranslated it as money, not the natural resource. Tue, 30 Oct 2007 01:13:34 -0800 wsimpson: Changed paths: M /branches/S2_1/client/climap.h M /branches/S2_1/client/climisc.c M /branches/S2_1/client/control.c M /branches/S2_1/client/control.h M /branches/S2_1/client/goto.c M /branches/S2_1/client/goto.h M /branches/S2_1/client/gui-ftwl/gotodlg.c M /branches/S2_1/client/gui-ftwl/gui_text.c M /branches/S2_1/client/gui-gtk-2.0/gui_main.c M /branches/S2_1/client/gui-sdl/dialogs.c M /branches/S2_1/client/gui-sdl/diplomat_dialog.c M /branches/S2_1/client/gui-sdl/gotodlg.c M /branches/S2_1/client/gui-sdl/gui_main.c M /branches/S2_1/client/gui-sdl/mapctrl.c M /branches/S2_1/client/gui-sdl/menu.c M /branches/S2_1/client/gui-win32/gotodlg.c M /branches/S2_1/client/gui-win32/menu.c M /branches/S2_1/client/gui-xaw/gui_main.c M /branches/S2_1/common/map.h M /branches/S2_1/common/unit.h (PR#39801) harmonize goto_map_list with focus_units Added goto_unit_killed() to keep them synchronized whenever a unit is killed. Fixed memory leak that occurred upon freeing at the end of every client goto -- the pf structures in the part weren't freed. New head_of_units_in_focus() -- all that was needed was the head of the list. These probably need more examination (several already had FIXMEs). Also, swapped the struct unit_order out of map.h into unit.h, where it more properly belongs (where its enums are also). Sat, 27 Oct 2007 03:34:37 -0700 dmarks: Changed paths: M /branches/S2_1/version.in Bump to version 2.1.0+. Fri, 26 Oct 2007 21:03:32 -0700 dmarks: Changed paths: M /branches/S2_1/ChangeLog ChangeLog for 2.1.0 + encoding cleanup Fri, 26 Oct 2007 20:09:36 -0700 dmarks: Changed paths: M /branches/S2_1/version.in Bump to version 2.1.0. Fri, 26 Oct 2007 19:43:05 -0700 dmarks: Changed paths: M /branches/S2_1/doc/de/BUGS.de M /branches/S2_1/doc/de/HOWTOPLAY.de M /branches/S2_1/doc/de/INSTALL.de M /branches/S2_1/doc/de/README.de M /branches/S2_1/doc/fr/HOWTOPLAY.fr M /branches/S2_1/doc/fr/INSTALL.fr M /branches/S2_1/doc/it/HOWTOPLAY.it M /branches/S2_1/doc/it/INSTALL.it M /branches/S2_1/doc/it/README.it M /branches/S2_1/doc/ja/BUGS.ja M /branches/S2_1/doc/ja/HOWTOPLAY.ja M /branches/S2_1/doc/ja/README.ja M /branches/S2_1/doc/nl/BUGS.nl M /branches/S2_1/doc/nl/HOWTOPLAY.nl M /branches/S2_1/doc/nl/README.nl Add notices about outdated docs. Fri, 26 Oct 2007 19:31:52 -0700 dmarks: Changed paths: M /branches/S2_1/po/ar.po M /branches/S2_1/po/ca.po M /branches/S2_1/po/cs.po M /branches/S2_1/po/da.po M /branches/S2_1/po/de.po M /branches/S2_1/po/el.po M /branches/S2_1/po/en_GB.po M /branches/S2_1/po/es.po M /branches/S2_1/po/et.po M /branches/S2_1/po/fa.po M /branches/S2_1/po/fi.po M /branches/S2_1/po/fr.po M /branches/S2_1/po/he.po M /branches/S2_1/po/hu.po M /branches/S2_1/po/it.po M /branches/S2_1/po/ja.po M /branches/S2_1/po/ko.po M /branches/S2_1/po/lt.po M /branches/S2_1/po/nl.po M /branches/S2_1/po/no.po M /branches/S2_1/po/pl.po M /branches/S2_1/po/pt.po M /branches/S2_1/po/pt_BR.po M /branches/S2_1/po/ro.po M /branches/S2_1/po/ru.po M /branches/S2_1/po/sv.po M /branches/S2_1/po/tr.po M /branches/S2_1/po/uk.po M /branches/S2_1/po/zh_CN.po Commit changes after running make update-po Fri, 26 Oct 2007 17:34:44 -0700 jnmbk: Changed paths: M /branches/S2_1/po/tr.po 3836 translated, 486 untranslated messages Fri, 26 Oct 2007 15:16:55 -0700 dmarks: Changed paths: M /branches/S2_1/data/amplio/units.spec Specify the artist(s) of each Amplio unit sprite. Two previously uncredited artists: Paul Klein Lankhorst and Andrew Livings. PR#39796 Fri, 26 Oct 2007 12:23:33 -0700 jnmbk: Changed paths: M /branches/S2_1/po/tr.po 3832 translated, 490 untranslated messages Fri, 26 Oct 2007 11:45:02 -0700 jnmbk: Changed paths: M /branches/S2_1/po/tr.po 3772 translated, 550 untranslated messages (ignore last commit message :P) Fri, 26 Oct 2007 11:32:05 -0700 jnmbk: Changed paths: M /branches/S2_1/po/tr.po 3071 translated, 581 untranslated messages Fri, 26 Oct 2007 09:28:47 -0700 jcreus: Changed paths: M /branches/S2_1/po/ca.po Last minute change Fri, 26 Oct 2007 07:03:39 -0700 evyscr: Changed paths: M /branches/S2_1/po/ru.po 4082 translated messages, 75 fuzzy translations, 165 untranslated messages. Wed, 24 Oct 2007 05:36:18 -0700 dmarks: Changed paths: M /branches/S2_1/ChangeLog ChangeLog as of r11447. Wed, 24 Oct 2007 05:03:59 -0700 dmarks: Changed paths: M /branches/S2_1/data/amplio/units.png M /branches/S2_1/data/amplio/units.spec Add Barbarian Leader sprite for Amplio. Art by FiftyNine . PR#32047 Tue, 23 Oct 2007 11:33:52 -0700 jnmbk: Changed paths: M /branches/S2_1/po/tr.po 3729 translated, 593 untranslated messages Tue, 23 Oct 2007 08:41:50 -0700 jnmbk: Changed paths: M /branches/S2_1/po/tr.po 3708 translated, 614 untranslated messages Mon, 22 Oct 2007 19:53:30 -0700 jnmbk: Changed paths: M /branches/S2_1/po/tr.po 3678 translated, 644 untranslated messages (65 from hayalperest) Mon, 22 Oct 2007 12:55:38 -0700 frodrigo: Changed paths: M /branches/S2_1/po/fr.po last minute fr translation update Mon, 22 Oct 2007 10:09:38 -0700 jnmbk: Changed paths: M /branches/S2_1/po/tr.po 3606 translated, 716 untranslated messages Mon, 22 Oct 2007 08:18:29 -0700 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/gui_main.c Disable autoscrolling in windowed mode and reduce the sensible area in fullscreen mode. See PR#39667. Mon, 22 Oct 2007 08:05:59 -0700 cproc: Changed paths: M /branches/S2_1/utility/netintf.c M /branches/S2_1/utility/netintf.h Add errno mapping for WSAECONNREFUSED. Reported by Gabriele Galantucci in PR#39786, patch by me. Mon, 22 Oct 2007 03:03:37 -0700 wsimpson: Changed paths: M /branches/S2_1/po/ar.po M /branches/S2_1/po/ca.po M /branches/S2_1/po/cs.po M /branches/S2_1/po/da.po M /branches/S2_1/po/de.po M /branches/S2_1/po/el.po M /branches/S2_1/po/en_GB.po M /branches/S2_1/po/es.po M /branches/S2_1/po/et.po M /branches/S2_1/po/fa.po M /branches/S2_1/po/fi.po M /branches/S2_1/po/fr.po M /branches/S2_1/po/he.po M /branches/S2_1/po/hu.po M /branches/S2_1/po/it.po M /branches/S2_1/po/ja.po M /branches/S2_1/po/ko.po M /branches/S2_1/po/lt.po M /branches/S2_1/po/nl.po M /branches/S2_1/po/no.po M /branches/S2_1/po/pl.po M /branches/S2_1/po/pt.po M /branches/S2_1/po/pt_BR.po M /branches/S2_1/po/ro.po M /branches/S2_1/po/ru.po M /branches/S2_1/po/sv.po M /branches/S2_1/po/tr.po M /branches/S2_1/po/uk.po M /branches/S2_1/po/zh_CN.po M /branches/S2_1/server/srv_main.c (PR#39790) Update release version in error message Sun, 21 Oct 2007 16:30:26 -0700 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/gui_id.h M /branches/S2_1/client/gui-sdl/gui_tilespec.c M /branches/S2_1/client/gui-sdl/gui_tilespec.h M /branches/S2_1/client/gui-sdl/mapctrl.c M /branches/S2_1/client/gui-sdl/menu.c M /branches/S2_1/client/gui-sdl/menu.h M /branches/S2_1/client/gui-sdl/optiondlg.c M /branches/S2_1/data/themes/gui-sdl/human/theme_orders_buttons.png M /branches/S2_1/data/themes/gui-sdl/human/theme_orders_buttons.spec Add support for the "Load Unit" and "Unload Transporter" commands. Reported by Daniel Markstedt in PR#37937, order button graphics by Kohsuke Kawaguchi and Daniel Markstedt, patch by me. Sun, 21 Oct 2007 11:24:20 -0700 frodrigo: Changed paths: M /branches/S2_1/po/fr.po Partial fr translation update Sun, 21 Oct 2007 08:15:25 -0700 jnmbk: Changed paths: M /branches/S2_1/po/tr.po 3570 translated, 752 untranslated (from zahitk - aka hayalperest) Sun, 21 Oct 2007 07:53:49 -0700 jnmbk: Changed paths: M /branches/S2_1/po/tr.po 3540 translated, 782 untranslated messages Sun, 21 Oct 2007 07:09:19 -0700 wsimpson: Changed paths: M /branches/S2_1/server/cityturn.c (PR#39785) server crash on unit after coinage in worklist -- based on patch by Timothy Brownawell Sun, 21 Oct 2007 04:43:33 -0700 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/mapctrl.c Fix the "show/hide city names" and "show/hide city productions" shortcuts and add a "show/hide city growth" shortcut (Ctrl-R). Reported by Daniel Markstedt in PR#39740 and PR#39741, patch by me. Sun, 21 Oct 2007 00:29:29 -0700 jnmbk: Changed paths: M /branches/S2_1/po/tr.po 3527 translated, 795 untranslated messages Sat, 20 Oct 2007 14:28:58 -0700 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/repodlgs.c Replace the "Cancel" button in the economy dialog by the more commonly used "Close Dialog (Esc)" button in the title bar and fix the height of the scrollbar. Sat, 20 Oct 2007 09:30:06 -0700 jnmbk: Changed paths: M /branches/S2_1/po/tr.po 3492 translated, 830 untranslated messages Sat, 20 Oct 2007 06:29:55 -0700 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/gui_tilespec.c Fix a crash in the science dialog when researching Future Tech. Reported by David Nuttall in PR#39716, patch by me. Sat, 20 Oct 2007 05:34:12 -0700 dmarks: Changed paths: M /branches/S2_1/doc/sv/README.sv Updates. Sat, 20 Oct 2007 05:19:04 -0700 dmarks: Changed paths: M /branches/S2_1/data/nation/ottoman.ruleset M /branches/S2_1/data/nation/turk.ruleset Backport improved Turkish and Ottoman nations. PR#39718 Sat, 20 Oct 2007 04:41:45 -0700 jcreus: Changed paths: M /branches/S2_1/po/ca.po Last minute changes Sat, 20 Oct 2007 04:34:16 -0700 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/diplomat_dialog.c Fix crash when trying to bribe a unit or to incite a revolt. Reported by David Nuttall in PR#39716, patch by me. Sat, 20 Oct 2007 04:28:02 -0700 jcreus: Changed paths: M /branches/S2_1/doc/ca/README.ca sync with English version Sat, 20 Oct 2007 03:20:03 -0700 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/chatline.c M /branches/S2_1/client/gui-sdl/gotodlg.c M /branches/S2_1/client/gui-sdl/mapview.c M /branches/S2_1/client/gui-sdl/optiondlg.c M /branches/S2_1/client/gui-sdl/wldlg.c some cleanup Sat, 20 Oct 2007 03:18:38 -0700 dmarks: Changed paths: M /branches/S2_1/NEWS Maintain NEWS in wiki. PR#39775. Sat, 20 Oct 2007 02:44:25 -0700 dmarks: Changed paths: M /branches/S2_1/po/sv.po 4322 translated messages. Sat, 20 Oct 2007 02:33:33 -0700 chrisk: Changed paths: M /branches/S2_1/po/de.po updated. 4322 translated messages. Sat, 20 Oct 2007 00:23:48 -0700 jnmbk: Changed paths: M /branches/S2_1/po/tr.po 3435 translated, 887 untranslated messages Fri, 19 Oct 2007 18:59:44 -0700 dmarks: Changed paths: A /branches/S2_1/doc/FAQ M /branches/S2_1/doc/Makefile.am Add FAQ to the distribution. Generated from the wiki page by a script by Egor. PR#10284 Fri, 19 Oct 2007 18:21:57 -0700 dmarks: Changed paths: M /branches/S2_1/doc/README Some last-minute additions to README. Patch by me and Pepeto in PR#39779. Fri, 19 Oct 2007 17:49:39 -0700 dmarks: Changed paths: A /branches/S2_1/doc/ca/BUGS.ca A /branches/S2_1/doc/ca/HOWTOPLAY.ca M /branches/S2_1/doc/ca/Makefile.am Add more Catalan docs; translation by Joan Creus Fri, 19 Oct 2007 17:36:18 -0700 dmarks: Changed paths: M /branches/S2_1/data/helpdata.txt Update present admins. PR#39737 Fri, 19 Oct 2007 13:35:44 -0700 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/repodlgs.c Fix a crash when upgrading units from the unit info dialog. Reported by David Walling in PR#39677, patch by me. Fri, 19 Oct 2007 12:54:04 -0700 jnmbk: Changed paths: M /branches/S2_1/po/tr.po 3360 translated, 962 untranslated messages Fri, 19 Oct 2007 09:22:06 -0700 jnmbk: Changed paths: M /branches/S2_1/po/tr.po 3340 translated, 982 untranslated messages Fri, 19 Oct 2007 06:01:37 -0700 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/repodlgs.c Fix failed assertion and remove debug output. Reported by David Walling in PR#39677, patch by me. Fri, 19 Oct 2007 01:08:13 -0700 jnmbk: Changed paths: M /branches/S2_1/po/tr.po 3303 translated, 1019 untranslated messages Fri, 19 Oct 2007 00:23:12 -0700 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/gui_id.h M /branches/S2_1/client/gui-sdl/optiondlg.c Add a "Save Game" button to the options menu. See PR#36339. Fri, 19 Oct 2007 00:17:51 -0700 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/chatline.c M /branches/S2_1/client/gui-sdl/chatline.h M /branches/S2_1/client/gui-sdl/pages.c M /branches/S2_1/client/gui-sdl/themebackgrounds.c M /branches/S2_1/client/gui-sdl/themebackgrounds.h M /branches/S2_1/data/themes/gui-sdl/human/backgrounds.themespec Add a dialog for loading games. See PR#39667. Thu, 18 Oct 2007 12:06:05 -0700 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/themespec.c fix client crash when LANG is not set Thu, 18 Oct 2007 11:31:11 -0700 joedalton: Changed paths: M /branches/S2_1/po/da.po New translated strings Thu, 18 Oct 2007 06:41:29 -0700 evyscr: Changed paths: M /branches/S2_1/po/ru.po 4071 translated messages, 82 fuzzy translations, 169 untranslated messages. elmo: pong ;) Thu, 18 Oct 2007 05:11:09 -0700 jnmbk: Changed paths: M /branches/S2_1/po/tr.po 3285 translated, 1037 untranslated messages Thu, 18 Oct 2007 01:36:34 -0700 jnmbk: Changed paths: M /branches/S2_1/bootstrap/freeciv-server.desktop.in M /branches/S2_1/bootstrap/freeciv.desktop.in added Turkish translation for desktop files Thu, 18 Oct 2007 01:18:55 -0700 jnmbk: Changed paths: M /branches/S2_1/po/tr.po 3182 translated, 1140 untranslated messages Wed, 17 Oct 2007 14:43:18 -0700 jcreus: Changed paths: M /branches/S2_1/po/ca.po Ready for prime time! Wed, 17 Oct 2007 14:06:42 -0700 pepeto: Changed paths: M /branches/S2_1/doc/fr/BUGS.fr M /branches/S2_1/doc/fr/README.fr Update french documentation. Wed, 17 Oct 2007 14:03:43 -0700 jcreus: Changed paths: M /branches/S2_1/doc/ca/README.ca Slight update Tue, 16 Oct 2007 17:11:02 -0700 dmarks: Changed paths: M /branches/S2_1/data/nation/ottoman.ruleset Backport typo fix. Tue, 16 Oct 2007 06:10:19 -0700 wsimpson: Changed paths: M /branches/S2_1/data/civ1/game.ruleset M /branches/S2_1/data/civ2/game.ruleset (PR#39343) 2.1.0-beta4 team numbers (PR#39773) [Clean Up] Team number Reported by "Karl-Ingo Friese" and pepeto69@hotmail.fr Fix team numbers in civ1/2 to match Per's earlier change to default. Also, update comment lines to match default file. Mon, 15 Oct 2007 17:16:40 -0700 dmarks: Changed paths: M /branches/S2_1/version.in Bump version to rc1+ Mon, 15 Oct 2007 16:17:44 -0700 dmarks: Changed paths: M /branches/S2_1/doc/Makefile.am Add ca subdir Mon, 15 Oct 2007 16:16:08 -0700 dmarks: Changed paths: M /branches/S2_1/po/ar.po M /branches/S2_1/po/ca.po M /branches/S2_1/po/cs.po M /branches/S2_1/po/da.po M /branches/S2_1/po/el.po M /branches/S2_1/po/en_GB.po M /branches/S2_1/po/es.po M /branches/S2_1/po/fa.po M /branches/S2_1/po/fi.po M /branches/S2_1/po/fr.po M /branches/S2_1/po/he.po M /branches/S2_1/po/hu.po M /branches/S2_1/po/it.po M /branches/S2_1/po/ja.po M /branches/S2_1/po/ko.po M /branches/S2_1/po/lt.po M /branches/S2_1/po/nl.po M /branches/S2_1/po/no.po M /branches/S2_1/po/pl.po M /branches/S2_1/po/pt.po M /branches/S2_1/po/pt_BR.po M /branches/S2_1/po/ro.po M /branches/S2_1/po/ru.po M /branches/S2_1/po/sv.po M /branches/S2_1/po/tr.po M /branches/S2_1/po/uk.po M /branches/S2_1/po/zh_CN.po Run update-po Mon, 15 Oct 2007 15:39:37 -0700 evyscr: Changed paths: M /branches/S2_1/Makefile.am A /branches/S2_1/bootstrap/freeciv-server.desktop.in M /branches/S2_1/bootstrap/freeciv.desktop.in M /branches/S2_1/configure.ac M /branches/S2_1/server/Makefile.am Update freeciv .desktop files (see #39771) Mon, 15 Oct 2007 15:32:26 -0700 evyscr: Changed paths: M /branches/S2_1/configure.ac M /branches/S2_1/data/Makefile.am A /branches/S2_1/data/icons A /branches/S2_1/data/icons/128x128 A /branches/S2_1/data/icons/128x128/freeciv-client.png A /branches/S2_1/data/icons/128x128/freeciv-server.png A /branches/S2_1/data/icons/16x16 A /branches/S2_1/data/icons/16x16/freeciv-client.png A /branches/S2_1/data/icons/16x16/freeciv-server.png A /branches/S2_1/data/icons/32x32 A /branches/S2_1/data/icons/32x32/freeciv-client.png A /branches/S2_1/data/icons/32x32/freeciv-server.png A /branches/S2_1/data/icons/48x48 A /branches/S2_1/data/icons/48x48/freeciv-client.png A /branches/S2_1/data/icons/48x48/freeciv-server.png A /branches/S2_1/data/icons/64x64 A /branches/S2_1/data/icons/64x64/freeciv-client.png A /branches/S2_1/data/icons/64x64/freeciv-server.png A /branches/S2_1/data/icons/Makefile.am Add freedesktop icons (made by Daniel.) See #39769 Mon, 15 Oct 2007 12:08:05 -0700 elmo: Changed paths: M /branches/S2_1/po/et.po Ran make et.pox, this invalidated a bunch of our translations. Mon, 15 Oct 2007 05:38:40 -0700 chrisk: Changed paths: M /branches/S2_1/po/de.po update 4322 translated messages. Mon, 15 Oct 2007 05:37:04 -0700 dmarks: Changed paths: M /branches/S2_1/configure.ac A /branches/S2_1/doc/ca A /branches/S2_1/doc/ca/Makefile.am A /branches/S2_1/doc/ca/README.ca Add Catalan translation of README; by Joan Creus in PR#39776. Mon, 15 Oct 2007 05:16:32 -0700 dmarks: Changed paths: M /branches/S2_1/doc/README Fix typos in README. Patch by Joan Creus in PR#39776. Mon, 15 Oct 2007 04:39:42 -0700 dmarks: Changed paths: M /branches/S2_1/doc/sv/BUGS.sv M /branches/S2_1/doc/sv/HOWTOPLAY.sv M /branches/S2_1/doc/sv/README.sv M /branches/S2_1/po/sv.po Update Swedish docs + fixes to the l10n. Fri, 12 Oct 2007 06:08:05 -0700 dmarks: Changed paths: M /branches/S2_1/po/sv.po 4322 translated messages. (several fixes) Fri, 12 Oct 2007 05:43:35 -0700 dmarks: Changed paths: M /branches/S2_1/data/helpdata.txt Update addresses - PR#39766 Fri, 12 Oct 2007 04:43:43 -0700 jnmbk: Changed paths: M /branches/S2_1/po/tr.po 3064 translated, 1258 untranslated messages Fri, 12 Oct 2007 03:42:15 -0700 wsimpson: Changed paths: M /branches/S2_1/server/srv_main.c M /branches/S2_1/version.in 2.1.0-rc1 Thu, 11 Oct 2007 16:21:27 -0700 wsimpson: Changed paths: M /branches/S2_1/ai/aidiplomat.c M /branches/S2_1/client/control.c M /branches/S2_1/client/control.h M /branches/S2_1/client/gui-ftwl/dialogs.c M /branches/S2_1/client/gui-gtk-2.0/diplomat_dialog.c M /branches/S2_1/client/gui-mui/dialogs.c M /branches/S2_1/client/gui-sdl/diplomat_dialog.c M /branches/S2_1/client/gui-stub/dialogs.c M /branches/S2_1/client/gui-win32/dialogs.c M /branches/S2_1/client/gui-xaw/diplomat_dialog.c M /branches/S2_1/client/include/dialogs_g.h M /branches/S2_1/client/packhand.c M /branches/S2_1/client/packhand_gen.c M /branches/S2_1/client/packhand_gen.h M /branches/S2_1/common/city.h M /branches/S2_1/common/packets.def M /branches/S2_1/common/packets_gen.c M /branches/S2_1/common/packets_gen.h M /branches/S2_1/common/unit.c M /branches/S2_1/common/unit.h M /branches/S2_1/server/cityhand.c M /branches/S2_1/server/diplomats.c M /branches/S2_1/server/diplomats.h M /branches/S2_1/server/hand_gen.c M /branches/S2_1/server/hand_gen.h M /branches/S2_1/server/unithand.c (PR#39730) [Bug] Server allows bribe cheating Multiple diplomat/spy problems reported by , with design suggestions from "Erik Johansson" . Merged the 3 seemingly related query/responses (not unit actions) into a joint query packet, on per connection basis, which should facilitate being sent by either observers or actual players without interference. Specify enum values used in network packets (better programming practice). Eliminated both city incite cost and unit bribe cost variables. The incite cost was never properly initialized in either the client or server. The bribe cost was -1 in the server and 0 in the client. Pass them as a parameter instead. Wed, 10 Oct 2007 04:49:56 -0700 wsimpson: Changed paths: M /branches/S2_1/client/gui-sdl/mapview.c M /branches/S2_1/client/packhand.c M /branches/S2_1/client/tilespec.c M /branches/S2_1/common/city.c M /branches/S2_1/common/terrain.h M /branches/S2_1/common/tile.c M /branches/S2_1/common/tile.h M /branches/S2_1/server/savegame.c M /branches/S2_1/server/settlers.c (PR#39765) optimized resources change with terrain changes Tue, 09 Oct 2007 05:34:59 -0700 dmarks: Changed paths: M /branches/S2_1/doc/BUGS M /branches/S2_1/doc/README.SDLClient Update BUGS and SDLClient. PR#39761 Tue, 09 Oct 2007 05:16:15 -0700 dmarks: Changed paths: D /branches/S2_1/doc/de/INHALT D /branches/S2_1/doc/de/INSTALL.debian.de M /branches/S2_1/doc/de/Makefile.am D /branches/S2_1/doc/de/NEWS.de D /branches/S2_1/doc/de/README.cma.de D /branches/S2_1/doc/de/README.rulesets.de D /branches/S2_1/doc/de/README.sound.de M /branches/S2_1/doc/fr/Makefile.am D /branches/S2_1/doc/fr/README.cma.fr M /branches/S2_1/doc/it/Makefile.am D /branches/S2_1/doc/it/README.cma.it M /branches/S2_1/doc/ja/Makefile.am D /branches/S2_1/doc/ja/NEWS.ja D /branches/S2_1/doc/ja/README.cma.ja D /branches/S2_1/doc/ja/README_Japanese.ja D /branches/S2_1/doc/nl/LEESMIJ M /branches/S2_1/doc/nl/Makefile.am D /branches/S2_1/doc/nl/NEWS.nl D /branches/S2_1/doc/nl/README.cma.nl D /branches/S2_1/doc/nl/README.rulesets.nl D /branches/S2_1/doc/nl/TODO.nl D /branches/S2_1/doc/sv/CodingStyle.sv M /branches/S2_1/doc/sv/Makefile.am D /branches/S2_1/doc/sv/README.agents.sv D /branches/S2_1/doc/sv/README.attributes.sv D /branches/S2_1/doc/sv/README.cma.sv D /branches/S2_1/doc/sv/README.graphics.sv D /branches/S2_1/doc/sv/README.sound.sv Reduce the number of translated docs in the distribution. Only README, INSTALL, BUGS, and HOWTOPLAY are kept, while all the others have been transferred to wiki and will be maintained there. PR#39739 Mon, 08 Oct 2007 16:41:21 -0700 dmarks: Changed paths: M /branches/S2_1/po/nl.po Manually mark fuzzy corrupted strings in nl.po so that translators can find and fix them. Mon, 08 Oct 2007 15:23:00 -0700 dmarks: Changed paths: M /branches/S2_1/data/freeciv-server.png M /branches/S2_1/win32/server.ico Tweaked civserver icon by James Blewitt . Mon, 08 Oct 2007 04:22:27 -0700 elmo: Changed paths: M /branches/S2_1/po/et.po Did I mention we've passed Russians? Mon, 08 Oct 2007 01:01:51 -0700 chrisk: Changed paths: M /branches/S2_1/po/de.po clean-up 4322 translated messages. Sun, 07 Oct 2007 12:26:00 -0700 cazfi: Changed paths: M /branches/S2_1/client/packhand.c Check that phase received from server is legal one. See #38558 Sun, 07 Oct 2007 12:14:50 -0700 cazfi: Changed paths: M /branches/S2_1/common/packets.def M /branches/S2_1/server/gamehand.c M /branches/S2_1/server/gamehand.h M /branches/S2_1/server/hand_gen.c M /branches/S2_1/server/hand_gen.h M /branches/S2_1/server/srv_main.c Allow report requests from global observers. Patch by Ulrik Sverdrup and myself. See #15260 Sun, 07 Oct 2007 11:59:46 -0700 wsimpson: Changed paths: M /branches/S2_1/client/gui-sdl/mapview.c M /branches/S2_1/client/tilespec.c M /branches/S2_1/common/city.c M /branches/S2_1/common/terrain.c M /branches/S2_1/common/terrain.h M /branches/S2_1/common/tile.c (PR#14969) Resource specials are no longer modified when a terrain is transformed Sun, 07 Oct 2007 07:59:58 -0700 jcreus: Changed paths: M /branches/S2_1/po/ca.po second pass for ca.po; 4322 messages translated Sun, 07 Oct 2007 00:27:55 -0700 cazfi: Changed paths: M /branches/S2_1/bootstrap/freeciv.spec.in Updates to RPM spec. See #39545 Sat, 06 Oct 2007 14:51:24 -0700 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/themespec.c Fix client crash when a font is missing. Reported by Daniel Markstedt in PR#39703, patch by me. Sat, 06 Oct 2007 14:39:33 -0700 cproc: Changed paths: M /branches/S2_1/m4/sdl-client.m4 Correct linking order of SDL_image and SDL. Sat, 06 Oct 2007 14:06:45 -0700 cproc: Changed paths: M /branches/S2_1/data/themes/gui-sdl/human/Makefile.am Correct filename. Sat, 06 Oct 2007 13:55:43 -0700 cproc: Changed paths: A /branches/S2_1/data/themes/gui-sdl/human/COPYING.UnDotum A /branches/S2_1/data/themes/gui-sdl/human/COPYING.fireflysung A /branches/S2_1/data/themes/gui-sdl/human/COPYING.sazanami M /branches/S2_1/data/themes/gui-sdl/human/Makefile.am A /branches/S2_1/data/themes/gui-sdl/human/UnDotum.ttf A /branches/S2_1/data/themes/gui-sdl/human/fireflysung.ttf A /branches/S2_1/data/themes/gui-sdl/human/sazanami-gothic.ttf Add CJK fonts for gui-sdl. Requested by Daniel Markstedt in PR#39702. Sat, 06 Oct 2007 09:49:22 -0700 cazfi: Changed paths: M /branches/S2_1/server/plrhand.c Fixed crash when government is set after civil war. See #39717 Thu, 04 Oct 2007 00:21:05 -0700 chrisk: Changed paths: M /branches/S2_1/po/de.po 4322 translated messages. Wed, 03 Oct 2007 14:28:05 -0700 wsimpson: Changed paths: M /branches/S2_1/client/control.c M /branches/S2_1/client/control.h M /branches/S2_1/client/gui-gtk-2.0/mapctrl.c M /branches/S2_1/client/gui-sdl/mapview.c M /branches/S2_1/client/gui-xaw/mapview.c M /branches/S2_1/client/mapctrl_common.c M /branches/S2_1/client/text.c (PR#39609) BUG: Escape from goto/connect/etc clears update_unit_info_label() -- trunk r13639 Wed, 03 Oct 2007 04:18:41 -0700 dmarks: Changed paths: M /branches/S2_1/client/gui-sdl/Makefile.am D /branches/S2_1/client/gui-sdl/README.SDLClient M /branches/S2_1/doc/Makefile.am A /branches/S2_1/doc/README.SDLClient (from /branches/S2_1/client/gui-sdl/README.SDLClient:13669) Move README.SDLClient to doc/. PR#39738 Wed, 03 Oct 2007 01:47:02 -0700 katpatuka: Changed paths: M /branches/S2_1/po/tr.po turkish translation Sun, 30 Sep 2007 03:22:43 -0700 dmarks: Changed paths: M /branches/S2_1/doc/HOWTOPLAY Update HOWTOPLAY. Patch by Marcel Edward Verhagen with changes by me. PR#12920 Sun, 30 Sep 2007 02:44:37 -0700 dmarks: Changed paths: M /branches/S2_1/doc/README Update the README. PR#39732 Sat, 29 Sep 2007 06:49:41 -0700 jnmbk: Changed paths: M /branches/S2_1/po/tr.po 3020 translated, 1302 untranslated Sat, 29 Sep 2007 01:00:41 -0700 evyscr: Changed paths: M /branches/S2_1/po/ru.po 4004 translated messages, 121 fuzzy translations, 197 untranslated messages. Fri, 28 Sep 2007 23:24:39 -0700 jnmbk: Changed paths: M /branches/S2_1/po/tr.po 2895 translated, 20 fuzzy, 1407 untranslated messages Thu, 27 Sep 2007 20:03:27 -0700 jnmbk: Changed paths: M /branches/S2_1/po/tr.po 2861 translated, 30 fuzzy, 1441 untranslated Thu, 27 Sep 2007 19:10:05 -0700 dmarks: Changed paths: M /branches/S2_1/po/sv.po 4322 translated messages. Thu, 27 Sep 2007 13:11:55 -0700 elmo: Changed paths: M /branches/S2_1/po/et.po Did some playtesting and corrected lots of errors. Thu, 27 Sep 2007 00:33:57 -0700 jnmbk: Changed paths: M /branches/S2_1/po/tr.po fixes in translation, now 2762 translated, 30 fuzzy, 1530 untranslated Wed, 26 Sep 2007 19:17:55 -0700 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/cityrep.c Fix a typo. Patch by Daniel Markstedt in PR#39727. Wed, 26 Sep 2007 14:52:37 -0700 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/gui_string.c M /branches/S2_1/client/gui-sdl/themespec.c M /branches/S2_1/data/themes/gui-sdl/human/theme.themespec M /branches/S2_1/utility/shared.c M /branches/S2_1/utility/shared.h Add new entries "font_file_zh_CN", "font_file_ja" and "font_file_ko" to theme.themespec for special fonts to be used with these locales and make the client select the right one at startup. Requested by Daniel Markstedt in PR#39702, patch by me. Wed, 26 Sep 2007 10:19:59 -0700 jnmbk: Changed paths: M /branches/S2_1/po/tr.po lots of fixes in translation again, now 2727 translated, 33 fuzzy, 1562 untranslated Wed, 26 Sep 2007 00:04:56 -0700 dmarks: Changed paths: M /branches/S2_1/data/flags/venezuela-shield.png M /branches/S2_1/data/flags/venezuela.png M /branches/S2_1/data/flags/venezuela.svg M /branches/S2_1/data/misc/flags.spec Up to date Venezuelan flag; PD from Wikimedia Commons. Tue, 25 Sep 2007 18:44:00 -0700 dmarks: Changed paths: M /branches/S2_1/po/el.po Remove malformed strings that was causing client crashes. PR#39704 Tue, 25 Sep 2007 13:03:32 -0700 jnmbk: Changed paths: M /branches/S2_1/po/tr.po lots of fixes in translation, now 2696 translated, 21 fuzzy, 1605 untranslated Tue, 25 Sep 2007 12:35:10 -0700 elmo: Changed paths: M /branches/S2_1/po/et.po Some minor fixes Tue, 25 Sep 2007 12:18:59 -0700 elmo: Changed paths: M /branches/S2_1/po/et.po Passed the Russian and Japanese translations! Tue, 25 Sep 2007 03:58:28 -0700 jnmbk: Changed paths: M /branches/S2_1/po/tr.po 2654 translated, 15 fuzzy, 1653 untranslated Mon, 24 Sep 2007 23:47:31 -0700 jnmbk: Changed paths: M /branches/S2_1/po/tr.po 2529 translated, 10 fuzzy, 1783 untranslated Mon, 24 Sep 2007 10:50:16 -0700 jnmbk: Changed paths: M /branches/S2_1/po/tr.po Turkish translation Mon, 24 Sep 2007 05:26:08 -0700 jnmbk: Changed paths: M /branches/S2_1/po/tr.po some fixes on Turkish translation Sun, 23 Sep 2007 23:15:21 -0700 cazfi: Changed paths: M /branches/S2_1/client/packhand.c Iterate through all player slots when zeroing player->nation, not just players_iterate(). Ported from trunk. See #39707 Sun, 23 Sep 2007 15:28:40 -0700 cproc: Changed paths: M /branches/S2_1/data/themes/gui-sdl/human/Makefile.am Add font license text to distribution. Sun, 23 Sep 2007 15:07:49 -0700 cproc: Changed paths: A /branches/S2_1/data/fonts/COPYING.Vera A /branches/S2_1/data/themes/gui-sdl/human/COPYING.DejaVu Add font license texts. Requested by Daniel Markstedt in PR#39675. Sun, 23 Sep 2007 09:47:49 -0700 jcreus: Changed paths: M /branches/S2_1/po/ca.po Second pass on Catalan translation Sun, 23 Sep 2007 08:45:49 -0700 cazfi: Changed paths: M /branches/S2_1/client/civclient.c M /branches/S2_1/client/civclient.h M /branches/S2_1/client/control.c M /branches/S2_1/client/control.h M /branches/S2_1/client/gui-gtk-2.0/mapview.c M /branches/S2_1/client/gui-sdl/gui_main.c M /branches/S2_1/client/gui-sdl/mapview.c M /branches/S2_1/client/gui-win32/mapview.c M /branches/S2_1/client/packhand.c M /branches/S2_1/client/packhand_gen.c M /branches/S2_1/client/packhand_gen.h M /branches/S2_1/client/tilespec.c M /branches/S2_1/client/tilespec.h M /branches/S2_1/common/packets.def M /branches/S2_1/common/packets_gen.c M /branches/S2_1/common/packets_gen.h M /branches/S2_1/server/srv_main.c M /branches/S2_1/version.in Use wait -cursor between turns. See #17793 Sun, 23 Sep 2007 07:18:36 -0700 cazfi: Changed paths: M /branches/S2_1/common/player.c Fixed player_find_city_by_id() and player_find_unit_by_id() handling of NULL player. See #39685 Sat, 22 Sep 2007 05:30:21 -0700 cazfi: Changed paths: M /branches/S2_1/client/gui-gtk-2.0/wldlg.c Rearranged code not to trigger gcc 4.2 miscompilation bug. Miscompilation caused any dialog with worklist to crash game. (city dialog, global worklist dialog) Crashes reported by many in #39495 Thu, 20 Sep 2007 12:56:52 -0700 katpatuka: Changed paths: M /branches/S2_1/po/tr.po turkish translation Wed, 19 Sep 2007 06:32:04 -0700 cazfi: Changed paths: M /branches/S2_1/client/gui-sdl/mapview.c M /branches/S2_1/client/text.c Unit info label says "Unreachable" instead of "Turns to target: 1000000000" when goto is invalid. See #39693 Wed, 19 Sep 2007 03:23:22 -0700 cazfi: Changed paths: M /branches/S2_1/configure.ac Cleanup and fixes to host_os specific handling. Set ALWAYS_ROOT for SkyOS compilations. SkyOS problem reported by Peter Speybrouck. See #39652 Tue, 18 Sep 2007 01:36:58 -0700 katpatuka: Changed paths: M /branches/S2_1/po/tr.po turkish translation Mon, 17 Sep 2007 15:29:08 -0700 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/SDL_ttf.c M /branches/S2_1/client/gui-sdl/SDL_ttf.h M /branches/S2_1/client/gui-sdl/gui_string.c M /branches/S2_1/client/gui-sdl/widget.c M /branches/S2_1/client/gui-sdl/widget_label.c Replace our patched copy of SDL_ttf with the one from Battle for Wesnoth 1.2.6 (www.wesnoth.org) to make CJK fonts work. Reported by Daniel Markstedt in PR#39702, patch by me. Sun, 16 Sep 2007 23:25:37 -0700 elmo: Changed paths: M /branches/S2_1/po/et.po More translations Sat, 15 Sep 2007 14:38:54 -0700 elmo: Changed paths: M /branches/S2_1/po/et.po A few translations Fri, 14 Sep 2007 10:05:54 -0700 cazfi: Changed paths: M /branches/S2_1/common/effects.c M /branches/S2_1/common/effects.h M /branches/S2_1/common/requirements.c M /branches/S2_1/common/requirements.h M /branches/S2_1/server/ruleset.c Sanity check effect requirement lists after rulesets are loaded. See #39678 Fri, 14 Sep 2007 09:22:18 -0700 cazfi: Changed paths: M /branches/S2_1/m4/sdl.m4 Updated sdl.m4 from SDL release 1.2.12 to avoid problematic AC_CANONICAL_TARGET requirement. Patch by Christian Prochaska. See #39652 Fri, 14 Sep 2007 08:31:31 -0700 cazfi: Changed paths: M /branches/S2_1/Makefile.am A /branches/S2_1/scripts/setup_auth_server.sh Added script setup_auth_server.sh to make setup of authentication enabled server easier. See #39676 Fri, 14 Sep 2007 07:38:20 -0700 cazfi: Changed paths: M /branches/S2_1/data/misc/cursors.png M /branches/S2_1/data/misc/cursors.spec Backported wait cursor graphics to S2_1. See #39653 Fri, 14 Sep 2007 07:23:38 -0700 cazfi: Changed paths: M /branches/S2_1/server/citytools.c M /branches/S2_1/server/maphand.c M /branches/S2_1/server/unithand.c M /branches/S2_1/server/unittools.c Fixed number of potential crashes if moving unit dies. See #39686 Thu, 13 Sep 2007 06:08:15 -0700 dmarks: Changed paths: M /branches/S2_1/po/ko.po 1062 translated messages, 3258 untranslated messages. Wed, 12 Sep 2007 05:19:39 -0700 dmarks: Changed paths: M /branches/S2_1/po/ja.po 4072 translated messages, 32 fuzzy translations, 217 untranslated messages. (resolve many fuzzies) Wed, 12 Sep 2007 00:21:26 -0700 katpatuka: Changed paths: M /branches/S2_1/po/tr.po turkish translation Tue, 11 Sep 2007 05:11:58 -0700 dmarks: Changed paths: M /branches/S2_1/po/ko.po 831 translated messages, 3489 untranslated messages. Tue, 11 Sep 2007 05:08:30 -0700 cproc: Changed paths: M /branches/S2_1/client/civclient.c M /branches/S2_1/client/connectdlg_common.c Fix the problem that my_shutdown_network() was called too early. See PR#39692. Tue, 11 Sep 2007 00:41:22 -0700 elmo: Changed paths: M /branches/S2_1/po/et.po Another couple of translations Mon, 10 Sep 2007 06:42:10 -0700 dmarks: Changed paths: M /branches/S2_1/po/ko.po 768 translated messages, 3552 untranslated messages. Sun, 09 Sep 2007 16:02:51 -0700 cazfi: Changed paths: M /branches/S2_1/client/control.c Fixed goto unit_is_in_focus() assert. Reported by Joseph Cheek and others in #15854 Sun, 09 Sep 2007 14:17:19 -0700 cazfi: Changed paths: M /branches/S2_1/server/scripting/api_gen.c M /branches/S2_1/server/scripting/api_gen.h Regenerated api_gen.[ch] files just to get their svn timestamp updated. Build problems reported by Egor Vyscrebentsov. Sun, 09 Sep 2007 09:53:31 -0700 cazfi: Changed paths: M /branches/S2_1/server/srv_main.c Print notice when authentication capable server is started authentication disabled. See #39682 Sun, 09 Sep 2007 08:20:23 -0700 katpatuka: Changed paths: M /branches/S2_1/po/tr.po turkish translation Sun, 09 Sep 2007 05:34:31 -0700 dmarks: Changed paths: M /branches/S2_1/po/ko.po 581 translated messages, 3739 untranslated messages. Sat, 08 Sep 2007 17:48:44 -0700 dmarks: Changed paths: M /branches/S2_1/po/en_GB.po Update the po's header + some more typo fixes. Sat, 08 Sep 2007 16:08:32 -0700 dmarks: Changed paths: M /branches/S2_1/po/sv.po 4320 translated messages. Sat, 08 Sep 2007 15:43:50 -0700 dmarks: Changed paths: M /branches/S2_1/po/en_GB.po 69 translated messages, 4251 untranslated messages. (typo fix) Sat, 08 Sep 2007 15:40:19 -0700 dmarks: Changed paths: M /branches/S2_1/data/civ2/units.ruleset M /branches/S2_1/data/default/units.ruleset Fix unit description typo. Patch by Joan Creus in PR#39688. Sat, 08 Sep 2007 14:10:11 -0700 cazfi: Changed paths: M /branches/S2_1/client/helpdata.c List requirements for buildings and governments in their helptexts. Patches by Egor Vyscrebentsov in #10775 Sat, 08 Sep 2007 10:50:31 -0700 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/SDL_ttf.c A /branches/S2_1/data/themes/gui-sdl/human/DejaVuSans.ttf M /branches/S2_1/data/themes/gui-sdl/human/Makefile.am D /branches/S2_1/data/themes/gui-sdl/human/Vera.ttf M /branches/S2_1/data/themes/gui-sdl/human/theme.themespec - Replace Vera.ttf by DejaVuSans.ttf (http://dejavu.sourceforge.net/), which contains more characters than Vera.ttf. - Fix a bug in SDL_ttf that caused wrong line spacings with the new font. Requested by Nikita Bukhvostov in PR#39675, patch by me. Sat, 08 Sep 2007 10:16:26 -0700 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/citydlg.c M /branches/S2_1/data/themes/gui-sdl/human/city.png M /branches/S2_1/data/themes/gui-sdl/human/city.spec Increase the city map area in the city dialog. Requested by Catarina Veiga in PR#38466 and Daniel Markstedt in PR#39670, patch by me. Sat, 08 Sep 2007 09:45:11 -0700 per: Changed paths: M /branches/S2_1/client/Makefile.am M /branches/S2_1/configure.ac M /branches/S2_1/po/POTFILES.in M /branches/S2_1/po/POTFILES.skip Remove AmigaOS support from translations. Patch by Marko in PR#39681. Sat, 08 Sep 2007 06:04:36 -0700 dmarks: Changed paths: M /branches/S2_1/po/ko.po 528 translated messages, 3937 untranslated messages. Fri, 07 Sep 2007 15:53:06 -0700 cazfi: Changed paths: M /branches/S2_1/po/ko.po Set nplurals to 2 to avoid msgfmt error. Fri, 07 Sep 2007 12:05:09 -0700 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/citydlg.c M /branches/S2_1/client/gui-sdl/cityrep.c M /branches/S2_1/client/gui-sdl/cma_fe.c M /branches/S2_1/client/gui-sdl/dialogs.c M /branches/S2_1/client/gui-sdl/diplomat_dialog.c M /branches/S2_1/client/gui-sdl/finddlg.c M /branches/S2_1/client/gui-sdl/gotodlg.c M /branches/S2_1/client/gui-sdl/gui_main.c M /branches/S2_1/client/gui-sdl/helpdlg.c M /branches/S2_1/client/gui-sdl/inteldlg.c M /branches/S2_1/client/gui-sdl/optiondlg.c M /branches/S2_1/client/gui-sdl/plrdlg.c M /branches/S2_1/client/gui-sdl/repodlgs.c M /branches/S2_1/client/gui-sdl/spaceshipdlg.c - Change the tooltip of the city dialog's "Cancel" button to "Close Dialog (Esc)" and add the tooltip to dialogs that didn't have it before. - Move the close button from the bottom right corner into the title bar in the city dialog and the cities report dialog. - Mark the game window as unresizable to avoid black areas when attemting to resize the window frame. Reported by Charles Goodwin in PR#39667, patch by me. Fri, 07 Sep 2007 09:23:40 -0700 cazfi: Changed paths: M /branches/S2_1/common/events.c M /branches/S2_1/common/events.h M /branches/S2_1/data/stdsounds.soundspec M /branches/S2_1/server/scripting/api.pkg Events related cleanup - Updated comments - Corrected some variable types from int to enum event_type - Updated list of event sound tags in stdsound.soundspec - Marked format used in description building for translation See #39669 Fri, 07 Sep 2007 05:57:18 -0700 dmarks: Changed paths: M /branches/S2_1/po/en_GB.po 68 translated messages, 4397 untranslated messages. (typo fixes) Fri, 07 Sep 2007 04:17:04 -0700 dmarks: Changed paths: M /branches/S2_1/po/en_GB.po 62 translated messages, 4403 untranslated messages. Thu, 06 Sep 2007 16:49:30 -0700 dmarks: Changed paths: M /branches/S2_1/configure.ac A /branches/S2_1/po/ko.po Add Korean translation; my own work. Thu, 06 Sep 2007 11:13:28 -0700 katpatuka: Changed paths: M /branches/S2_1/po/tr.po turkish translation Thu, 06 Sep 2007 07:12:10 -0700 cazfi: Changed paths: M /branches/S2_1/server/auth.c M /branches/S2_1/server/auth.h M /branches/S2_1/server/civserver.c M /branches/S2_1/server/srv_main.c M /branches/S2_1/server/srv_main.h When authentication is enabled, get player database connection information from config file. See #39660 Wed, 05 Sep 2007 16:46:20 -0700 jcreus: Changed paths: M /branches/S2_1/po/ca.po done with ca.po in stable branch (for now) Wed, 05 Sep 2007 14:16:01 -0700 katpatuka: Changed paths: M /branches/S2_1/po/tr.po turkish translation Wed, 05 Sep 2007 03:46:01 -0700 dmarks: Changed paths: M /branches/S2_1/po/sv.po 4465 translated messages. Tue, 04 Sep 2007 18:45:13 -0700 cazfi: Changed paths: M /branches/S2_1/po/ro.po M /branches/S2_1/po/ru.po M /branches/S2_1/po/sv.po M /branches/S2_1/po/uk.po Marked semi-automatically changed strings fuzzy, so translators know to check them. And since I touch these files anyway, I have executed msgmerge against current freeciv.pot for them. This batch contains changes to ro.po, ru.po, sv.po and uk.po Tue, 04 Sep 2007 08:56:08 -0700 elmo: Changed paths: M /branches/S2_1/po/et.po A couple more translations Tue, 04 Sep 2007 03:30:16 -0700 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/helpdlg.c some cleanup Mon, 03 Sep 2007 15:02:36 -0700 cazfi: Changed paths: M /branches/S2_1/server/meta.c M /branches/S2_1/server/srv_main.c Display default metamessage from server start and not only after someone has connected. Default metamessage for released versions is now "-". See #39641 Mon, 03 Sep 2007 12:48:49 -0700 katpatuka: Changed paths: M /branches/S2_1/po/tr.po turkish translation Mon, 03 Sep 2007 09:34:46 -0700 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/helpdlg.c some cleanup Mon, 03 Sep 2007 06:27:43 -0700 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/helpdlg.c some cleanup Sun, 02 Sep 2007 19:28:25 -0700 cazfi: Changed paths: M /branches/S2_1/server/sernet.c Fixed quitidle crash. See #39654 Sun, 02 Sep 2007 14:47:18 -0700 cazfi: Changed paths: M /branches/S2_1/server/auth.c Fix compiler warnings from auth code. Patch by Pepeto in #39644 Sun, 02 Sep 2007 14:20:59 -0700 cazfi: Changed paths: M /branches/S2_1/m4/auth.m4 Made configure to fail if auth support is requested and it cannot be compiled in. See #39656 Sun, 02 Sep 2007 07:20:46 -0700 cazfi: Changed paths: M /branches/S2_1/ai/advdiplomacy.c M /branches/S2_1/client/gui-gtk-2.0/choice_dialog.c M /branches/S2_1/client/gui-sdl/gui_string.h M /branches/S2_1/client/gui-sdl/unistring.h M /branches/S2_1/client/gui-win32/diplodlg.h M /branches/S2_1/client/gui-win32/happiness.h M /branches/S2_1/client/reqtree.c M /branches/S2_1/client/reqtree.h M /branches/S2_1/server/generator/height_map.c M /branches/S2_1/server/generator/height_map.h M /branches/S2_1/server/generator/mapgen_topology.c M /branches/S2_1/server/generator/temperature_map.c M /branches/S2_1/server/generator/temperature_map.h M /branches/S2_1/server/generator/utilities.c M /branches/S2_1/server/generator/utilities.h M /branches/S2_1/server/scripting/script_signal.c M /branches/S2_1/utility/fciconv.c Fixed most problems reported by 'make src-check'. See #39645 Sun, 02 Sep 2007 07:12:21 -0700 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/gui_string.c Fix a crash in debug code. Patch by Marko Lindqvist in PR#39657. Sun, 02 Sep 2007 06:49:13 -0700 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/chatline.c M /branches/S2_1/client/gui-sdl/chatline.h M /branches/S2_1/client/gui-sdl/connectdlg.c M /branches/S2_1/client/gui-sdl/pages.c Close the game setup page (PAGE_START) when returning to the main page after connection loss. Reported by Ulrik Sverdrup in PR#39467 and Marko Lindqvist in PR#39658, patch by me. Sun, 02 Sep 2007 05:37:24 -0700 cazfi: Changed paths: M /branches/S2_1/server/citytools.c M /branches/S2_1/server/unittools.c Remove unit taking over city from clients that no longer can see inside city after owner change. Fixes another ghost unit / assert(unit_list_size) bug. See #39648 Sun, 02 Sep 2007 05:11:24 -0700 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/citydlg.c Fix crash when selling last building of city. Reported by Marko Lindqvist in PR#39621, patch by me. Sat, 01 Sep 2007 21:12:48 -0700 cazfi: Changed paths: M /branches/S2_1/client/helpdata.c M /branches/S2_1/common/city.c M /branches/S2_1/common/city.h Improved government help texts. When effect is not limited to one output type, generate list of all possible outputs. This makes better translations possible. Translation problems reported by Joan Creus. See #39638 Sat, 01 Sep 2007 20:42:48 -0700 cazfi: Changed paths: M /branches/S2_1/common/game.c Set initial value for game.init.diplomacy Patch by Pepeto, #39616 Sat, 01 Sep 2007 19:09:31 -0700 cazfi: Changed paths: M /branches/S2_1/ai/aiunit.c Turned fstk messages about bad unit type from LOG_ERROR to LOG_DEBUG in stable branch. See #39635 Sat, 01 Sep 2007 13:25:38 -0700 cazfi: Changed paths: M /branches/S2_1/po/lt.po M /branches/S2_1/po/nl.po M /branches/S2_1/po/no.po M /branches/S2_1/po/pl.po M /branches/S2_1/po/pt.po M /branches/S2_1/po/pt_BR.po Marked semi-automatically changed strings fuzzy, so translators know to check them. And since I touch these files anyway, I have executed msgmerge against current freeciv.pot for them. This batch contains changes to lt.po, nl.po, no.po, pl.po, pt.po and pt_BR.po Sat, 01 Sep 2007 04:52:56 -0700 cazfi: Changed paths: M /branches/S2_1/client/packhand.c Initialize player->nation in handle_ruleset_nation() after nation->player has been initialized. Patch from #39627 Sat, 01 Sep 2007 03:12:39 -0700 cazfi: Changed paths: M /branches/S2_1/common/packets.c Make sure that delta code is not using uninitialized data when attribute chunk is not full. See #39639 Fri, 31 Aug 2007 18:51:38 -0700 cazfi: Changed paths: M /branches/S2_1/server/ruleset.c Sanity check against unit upgrade loops when loading rulesets. Requested by banjo, #17982 Fri, 31 Aug 2007 18:02:09 -0700 cazfi: Changed paths: M /branches/S2_1/client/tilespec.c Fixed memory leak in tileset hash. Reported by Jason in #12165 Fri, 31 Aug 2007 13:13:15 -0700 cazfi: Changed paths: M /branches/S2_1/server/unittools.c Added missing conn_list_do_unbuffer() call. Noticed by Pepeto Fri, 31 Aug 2007 11:24:46 -0700 cazfi: Changed paths: M /branches/S2_1/server/citytools.c M /branches/S2_1/server/maphand.c M /branches/S2_1/server/maphand.h M /branches/S2_1/server/unittools.c Fixed overzealous vision assert. See #39636 Fri, 31 Aug 2007 10:12:30 -0700 cazfi: Changed paths: M /branches/S2_1/tests/copyright.sh M /branches/S2_1/tests/header_guard.sh Added more 3rd party programs to lists of src-check scripts to ignore. See #39633 Fri, 31 Aug 2007 01:51:29 -0700 cazfi: Changed paths: M /branches/S2_1/debian/INSTALL.debian M /branches/S2_1/debian/build.debian M /branches/S2_1/doc/BUGS M /branches/S2_1/doc/CodingStyle M /branches/S2_1/doc/HACKING M /branches/S2_1/doc/README.sound Corrected documentation not to refer Freeciv version control as CVS. See #39632 Thu, 30 Aug 2007 17:43:03 -0700 cazfi: Changed paths: A /branches/S2_1/scripts/freeciv.supp Added suppression file to be used with valgrind. Initially it contains suppressions to readline/ncurses problems. See #39502 Thu, 30 Aug 2007 05:34:28 -0700 dmarks: Changed paths: M /branches/S2_1/po/sv.po 4448 translated messages. Thu, 30 Aug 2007 05:30:53 -0700 dmarks: Changed paths: M /branches/S2_1/data/civ2/units.ruleset Fix yet another mistake in one unit helptext. Thu, 30 Aug 2007 05:22:45 -0700 dmarks: Changed paths: M /branches/S2_1/data/civ2/units.ruleset Fix another mistake in one unit helptext. Thu, 30 Aug 2007 04:58:41 -0700 dmarks: Changed paths: M /branches/S2_1/data/civ1/units.ruleset M /branches/S2_1/data/civ2/units.ruleset M /branches/S2_1/data/default/units.ruleset Fix mistake in one unit helptext. Thu, 30 Aug 2007 02:35:32 -0700 cazfi: Changed paths: M /branches/S2_1/server/savegame.c M /branches/S2_1/server/srv_main.c Moved sending of nations out of init_available_nations(), since it is called also in times when sending nations break things. Callers who need nations sent, send them separately. Reported by Pepeto in #39618 Thu, 30 Aug 2007 02:22:53 -0700 cazfi: Changed paths: M /branches/S2_1/server/diplhand.c M /branches/S2_1/server/diplhand.h M /branches/S2_1/server/srv_main.c Free treaty structures between games. See #39625 Wed, 29 Aug 2007 15:43:19 -0700 dmarks: Changed paths: M /branches/S2_1/data/civ1/units.ruleset M /branches/S2_1/data/civ2/units.ruleset M /branches/S2_1/data/default/units.ruleset Add helptexts for units. PR#11051 Tue, 28 Aug 2007 13:55:56 -0700 katpatuka: Changed paths: M /branches/S2_1/po/tr.po turkish translation Tue, 28 Aug 2007 09:16:07 -0700 cazfi: Changed paths: M /branches/S2_1/client/gui-gtk-2.0/citydlg.c Fixed problem that gtk-client didn't allow selling buildings if city had bought something at the same turn. Patch by Pepeto in #39568 Tue, 28 Aug 2007 09:05:35 -0700 cazfi: Changed paths: M /branches/S2_1/client/gui-win32/dialogs.c M /branches/S2_1/client/gui-win32/gui_main.c M /branches/S2_1/client/gui-win32/happiness.c M /branches/S2_1/client/gui-win32/mapview.h M /branches/S2_1/client/gui-win32/repodlgs.c Made gui-win32 to compile without warnings. This fixes bug in determining if nation belongs to certain group or not. See #39559 Tue, 28 Aug 2007 02:19:06 -0700 katpatuka: Changed paths: M /branches/S2_1/po/tr.po turkish translation Tue, 28 Aug 2007 01:10:33 -0700 myelocyte: Changed paths: M /branches/S2_1/po/ca.po A few more updates to ca.po, only a few untranlated left. This a merge with trunk, most of the updates by Joan Creus. Mon, 27 Aug 2007 13:20:30 -0700 katpatuka: Changed paths: M /branches/S2_1/po/tr.po turkish translation Mon, 27 Aug 2007 08:00:49 -0700 katpatuka: Changed paths: M /branches/S2_1/po/tr.po turkish translation Mon, 27 Aug 2007 04:39:11 -0700 katpatuka: Changed paths: M /branches/S2_1/po/tr.po turkish translation Sun, 26 Aug 2007 23:12:06 -0700 chrisk: Changed paths: M /branches/S2_1/po/de.po update 4412 translated messages. Sun, 26 Aug 2007 14:47:15 -0700 cazfi: Changed paths: M /branches/S2_1/ai/advdomestic.c M /branches/S2_1/ai/advmilitary.c M /branches/S2_1/ai/aitools.c M /branches/S2_1/ai/aitools.h Make sure that choices are always correctly filled: ai_choose_role_unit() now sets correct type, want and need_boat for choice. See #39564 Sun, 26 Aug 2007 13:44:20 -0700 joedalton: Changed paths: M /branches/S2_1/po/da.po New translated strings Sun, 26 Aug 2007 13:04:09 -0700 cazfi: Changed paths: M /branches/S2_1/data/scenario/tutorial.sav Marked tutorial loading message for translation. Reported by Daniel Markstedt in #39580 Sun, 26 Aug 2007 12:28:58 -0700 cazfi: Changed paths: M /branches/S2_1/server/settlers.c Fixed autosettler crash: make sure that settler is still alive after another, displaced, settler has tried to find new work for itself. Use unit_list_iterate_safe instead of unit_list_iterate for iterating all autosettlers. See #39605 Sat, 25 Aug 2007 19:58:16 -0700 cproc: Changed paths: M /branches/S2_1/client/Makefile.am M /branches/S2_1/configure.ac M /branches/S2_1/utility/ftwl/Makefile.am Fix ftwl compilation. Reported by Marko Lindqvist in PR#39617. Sat, 25 Aug 2007 15:57:33 -0700 cazfi: Changed paths: M /branches/S2_1/win32/Makefile.am Fixed compiling mingw32 builds in separate builddir See #39567 Sat, 25 Aug 2007 14:55:02 -0700 cazfi: Changed paths: M /branches/S2_1/bootstrap/freeciv.desktop.in Added localizations for desktop tooltip Translations provided by ca - Joan Creus da - Joe Dalton de - Christian Knoke fi - I myself sv - Daniel Markstedt pt - Duarte Loreto Sat, 25 Aug 2007 04:04:37 -0700 per: Changed paths: M /branches/S2_1/server/stdinhand.c S2_1: Fix bad command response for /surrender. Patch by pepeto in PR#39608. Thu, 23 Aug 2007 15:46:19 -0700 myelocyte: Changed paths: M /branches/S2_1/po/ca.po Translation updates to ca.po by Joan Creus. Thu, 23 Aug 2007 15:23:03 -0700 myelocyte: Changed paths: M /branches/S2_1/po/ca.po A few more updates to ca.po. Thu, 23 Aug 2007 07:01:29 -0700 wsimpson: Changed paths: M /branches/S2_1/client/control.c M /branches/S2_1/client/goto.c M /branches/S2_1/client/goto.h M /branches/S2_1/client/gui-sdl/mapview.c M /branches/S2_1/client/mapctrl_common.c M /branches/S2_1/client/text.c M /branches/S2_1/client/tilespec.c (PR#18010) goto segfault in pft_concat() from send_goto_route() port of trunk revision 13382. === Removes several static variables, semantic duplication, and redundant and/or unused functions. Some functions now return validity of the path destination. Checks for valid waypoints. Improves graphic path representation, and textual error reports. Fixes some assumptions that battlegroups are in the same stack on the same tile and move/work at the same speed. Fixes some problems with HOVER_CONNECT, too. Includes various ideas from proposed patches by pepeto69@hotmail.fr, who provided a savegame for testing. Thu, 23 Aug 2007 06:40:46 -0700 dmarks: Changed paths: M /branches/S2_1/version.in Bump version to 2.1.0-beta6+ Thu, 23 Aug 2007 03:39:02 -0700 dmarks: Changed paths: M /branches/S2_1/version.in Bump version to 2.1.0-beta6 Thu, 23 Aug 2007 03:36:08 -0700 dmarks: Changed paths: M /branches/S2_1/po/ar.po M /branches/S2_1/po/ca.po M /branches/S2_1/po/cs.po M /branches/S2_1/po/da.po M /branches/S2_1/po/de.po M /branches/S2_1/po/el.po M /branches/S2_1/po/en_GB.po M /branches/S2_1/po/es.po M /branches/S2_1/po/et.po M /branches/S2_1/po/fa.po M /branches/S2_1/po/fi.po M /branches/S2_1/po/fr.po M /branches/S2_1/po/he.po M /branches/S2_1/po/hu.po M /branches/S2_1/po/it.po M /branches/S2_1/po/ja.po M /branches/S2_1/po/lt.po M /branches/S2_1/po/nl.po M /branches/S2_1/po/no.po M /branches/S2_1/po/pl.po M /branches/S2_1/po/pt.po M /branches/S2_1/po/pt_BR.po M /branches/S2_1/po/ro.po M /branches/S2_1/po/ru.po M /branches/S2_1/po/sv.po M /branches/S2_1/po/tr.po M /branches/S2_1/po/uk.po M /branches/S2_1/po/zh_CN.po updates after running "make update-po" Thu, 23 Aug 2007 03:21:37 -0700 myelocyte: Changed paths: M /branches/S2_1/po/ca.po Translation updates to ca.po. Wed, 22 Aug 2007 23:32:06 -0700 katpatuka: Changed paths: M /branches/S2_1/po/tr.po turkish translation Wed, 22 Aug 2007 03:08:27 -0700 dmarks: Changed paths: M /branches/S2_1/configure.ac A /branches/S2_1/po/tr.po Turkish translation by Roman Neumuller Wed, 22 Aug 2007 02:13:26 -0700 cproc: Changed paths: M /branches/S2_1/client/Makefile.am M /branches/S2_1/client/audio.c M /branches/S2_1/client/civclient.c M /branches/S2_1/configure.ac M /branches/S2_1/m4/sdl-client.m4 M /branches/S2_1/m4/sound.m4 Include SDL.h in civclient.c when SDL is used (for sound support, gui-sdl or gui-ftwl). See PR#39600. Wed, 22 Aug 2007 01:49:37 -0700 dmarks: Changed paths: M /branches/S2_1/data/freeciv-server.png M /branches/S2_1/win32/client.ico M /branches/S2_1/win32/server.ico Tweak the app icons. New images by me based on work by James Blewitt PR#39590 Tue, 21 Aug 2007 15:53:34 -0700 cazfi: Changed paths: M /branches/S2_1/server/srv_main.c Fixed civmanual crash See #39601 Tue, 21 Aug 2007 14:31:14 -0700 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/gui_main.c M /branches/S2_1/client/gui-win32/gui_main.c M /branches/S2_1/utility/ftwl/be_sdl.c M /branches/S2_1/utility/ftwl/be_x11_ximage.c Fix compiler warnings. Reported by Marko Lindqvist in PR#39599. Tue, 21 Aug 2007 04:08:22 -0700 wsimpson: Changed paths: M /branches/S2_1/client/packhand.c M /branches/S2_1/common/effects.c M /branches/S2_1/common/packets.def M /branches/S2_1/common/packets_gen.c M /branches/S2_1/version.in (PR#39596) 2.1.0 capability cleanup Tue, 21 Aug 2007 03:53:59 -0700 wsimpson: Changed paths: M /branches/S2_1/configure.ac (PR#39597) redefinition of socklen_t Mon, 20 Aug 2007 16:16:35 -0700 myelocyte: Changed paths: M /branches/S2_1/po/ca.po Last changes to ca.po by Joan Creus Mon, 20 Aug 2007 06:16:00 -0700 elmo: Changed paths: M /branches/S2_1/po/et.po some more translations Mon, 20 Aug 2007 04:28:56 -0700 elmo: Changed paths: M /branches/S2_1/po/et.po Contributed by zsz Sun, 19 Aug 2007 15:43:26 -0700 cazfi: Changed paths: M /branches/S2_1/common/game.c Restored accidentally removed line. Sun, 19 Aug 2007 00:34:58 -0700 cproc: Changed paths: M /branches/S2_1/client/clinet.c M /branches/S2_1/client/gui-sdl/gui_main.c M /branches/S2_1/client/gui-win32/gui_main.c M /branches/S2_1/client/servers.c M /branches/S2_1/common/connection.c M /branches/S2_1/configure.ac M /branches/S2_1/server/meta.c M /branches/S2_1/server/sernet.c M /branches/S2_1/utility/ftwl/be_sdl.c M /branches/S2_1/utility/ftwl/be_x11_ximage.c M /branches/S2_1/utility/netintf.c M /branches/S2_1/utility/netintf.h M /branches/S2_1/utility/support.c Fix LAN server scan on Windows. Patch by me in PR#19481. Sat, 18 Aug 2007 23:17:21 -0700 cproc: Changed paths: M /branches/S2_1/client/audio_sdl.c M /branches/S2_1/client/gui-sdl/SDL_ttf.h M /branches/S2_1/client/gui-sdl/alphablit.c M /branches/S2_1/client/gui-sdl/canvas.c M /branches/S2_1/client/gui-sdl/canvas.h M /branches/S2_1/client/gui-sdl/chatline.c M /branches/S2_1/client/gui-sdl/citydlg.c M /branches/S2_1/client/gui-sdl/citydlg.h M /branches/S2_1/client/gui-sdl/cityrep.c M /branches/S2_1/client/gui-sdl/cma_fe.c M /branches/S2_1/client/gui-sdl/colors.c M /branches/S2_1/client/gui-sdl/colors.h M /branches/S2_1/client/gui-sdl/connectdlg.c M /branches/S2_1/client/gui-sdl/dialogs.c M /branches/S2_1/client/gui-sdl/dialogs.h M /branches/S2_1/client/gui-sdl/diplodlg.c M /branches/S2_1/client/gui-sdl/finddlg.c M /branches/S2_1/client/gui-sdl/gotodlg.c M /branches/S2_1/client/gui-sdl/graphics.c M /branches/S2_1/client/gui-sdl/gui_iconv.c M /branches/S2_1/client/gui-sdl/gui_iconv.h M /branches/S2_1/client/gui-sdl/gui_main.c M /branches/S2_1/client/gui-sdl/gui_main.h M /branches/S2_1/client/gui-sdl/gui_mouse.c M /branches/S2_1/client/gui-sdl/gui_string.c M /branches/S2_1/client/gui-sdl/gui_string.h M /branches/S2_1/client/gui-sdl/gui_tilespec.c M /branches/S2_1/client/gui-sdl/gui_tilespec.h M /branches/S2_1/client/gui-sdl/helpdlg.c M /branches/S2_1/client/gui-sdl/inteldlg.c M /branches/S2_1/client/gui-sdl/mapctrl.c M /branches/S2_1/client/gui-sdl/mapctrl.h M /branches/S2_1/client/gui-sdl/mapview.c M /branches/S2_1/client/gui-sdl/mapview.h M /branches/S2_1/client/gui-sdl/menu.c M /branches/S2_1/client/gui-sdl/messagewin.c M /branches/S2_1/client/gui-sdl/optiondlg.c M /branches/S2_1/client/gui-sdl/plrdlg.c M /branches/S2_1/client/gui-sdl/repodlgs.h M /branches/S2_1/client/gui-sdl/sprite.c M /branches/S2_1/client/gui-sdl/themebackgrounds.h M /branches/S2_1/client/gui-sdl/unistring.c M /branches/S2_1/client/gui-sdl/unistring.h M /branches/S2_1/client/gui-sdl/widget.c M /branches/S2_1/client/gui-sdl/widget_button.c M /branches/S2_1/client/gui-sdl/widget_checkbox.c M /branches/S2_1/client/gui-sdl/widget_core.c M /branches/S2_1/client/gui-sdl/widget_edit.c M /branches/S2_1/client/gui-sdl/widget_icon.c M /branches/S2_1/client/gui-sdl/widget_label.c M /branches/S2_1/client/gui-sdl/widget_scrollbar.c M /branches/S2_1/client/gui-sdl/widget_window.c M /branches/S2_1/client/gui-sdl/wldlg.c M /branches/S2_1/utility/ftwl/be_sdl.c M /branches/S2_1/utility/ftwl/be_sdl_pixels.c Make SDL includes consistent among all source files. Requested by Bastiaan Jacques in PR#39359, patch by me. Sat, 18 Aug 2007 05:45:48 -0700 dmarks: Changed paths: M /branches/S2_1/po/sv.po 4411 translated messages + fixes Fri, 17 Aug 2007 14:10:23 -0700 cazfi: Changed paths: M /branches/S2_1/common/game.c Initialize start_units and aifill. This fixes crash when game is started with initial startunits setting. See #39581 Fri, 17 Aug 2007 09:28:00 -0700 per: Changed paths: M /branches/S2_1/server/connecthand.c S2_1: Fix wrong comparison between current number of players and maximum number of players allowed. Patch by pepeto in PR#39392. Fri, 17 Aug 2007 05:06:07 -0700 wsimpson: Changed paths: M /branches/S2_1/common/game.c M /branches/S2_1/common/game.h M /branches/S2_1/server/report.c M /branches/S2_1/server/savegame.c (PR#39572) make_history_report() random turn notsaved/restored Thu, 16 Aug 2007 02:25:03 -0700 cproc: Changed paths: M /branches/S2_1/server/sernet.c Fix sernet.c compiler warning (update). See PR#39548. Thu, 16 Aug 2007 02:18:04 -0700 chrisk: Changed paths: M /branches/S2_1/po/de.po updated 4411 translated messages. Wed, 15 Aug 2007 17:36:09 -0700 wsimpson: Changed paths: M /branches/S2_1/common/worklist.h (PR#39566) 2.1 worklist_iterate Wed, 15 Aug 2007 12:32:53 -0700 cproc: Changed paths: M /branches/S2_1/client/gui-win32/inteldlg.c Don't try to find out details about unknown tech in the intelligence dialog. Reported by Mark W. Hatherly , Michael Ruberry , Matti Meklari and "Wim" in PR#16824, patch by me. Wed, 15 Aug 2007 10:35:53 -0700 wsimpson: Changed paths: M /branches/S2_1/utility/registry.c (PR#39570) assertion fails when .civclientrc is missing Wed, 15 Aug 2007 02:31:54 -0700 dmarks: Changed paths: M /branches/S2_1/version.in Bump version to beta 5 Wed, 15 Aug 2007 01:53:31 -0700 dmarks: Changed paths: M /branches/S2_1/po/ar.po M /branches/S2_1/po/ca.po M /branches/S2_1/po/cs.po M /branches/S2_1/po/da.po M /branches/S2_1/po/de.po M /branches/S2_1/po/el.po M /branches/S2_1/po/en_GB.po M /branches/S2_1/po/es.po M /branches/S2_1/po/et.po M /branches/S2_1/po/fa.po M /branches/S2_1/po/fi.po M /branches/S2_1/po/fr.po M /branches/S2_1/po/he.po M /branches/S2_1/po/hu.po M /branches/S2_1/po/it.po M /branches/S2_1/po/ja.po M /branches/S2_1/po/lt.po M /branches/S2_1/po/nl.po M /branches/S2_1/po/no.po M /branches/S2_1/po/pl.po M /branches/S2_1/po/pt.po M /branches/S2_1/po/pt_BR.po M /branches/S2_1/po/ro.po M /branches/S2_1/po/ru.po M /branches/S2_1/po/sv.po M /branches/S2_1/po/uk.po M /branches/S2_1/po/zh_CN.po Update changes after make update-po Tue, 14 Aug 2007 08:21:59 -0700 cazfi: Changed paths: M /branches/S2_1/configure.ac Fixed formatting of error message about missing iconv. See #39547 Mon, 13 Aug 2007 18:54:10 -0700 cazfi: Changed paths: M /branches/S2_1/ai/advdiplomacy.c Removed assert preventing barbarians from using diplomacy. See #39552 Mon, 13 Aug 2007 18:14:17 -0700 dmarks: Changed paths: M /branches/S2_1/po/sv.po 4410 translated messages. Mon, 13 Aug 2007 15:38:12 -0700 dmarks: Changed paths: M /branches/S2_1/data/flags/serbia-shield.png M /branches/S2_1/data/flags/serbia.png M /branches/S2_1/data/flags/serbia.svg Up to date Serbian flag. PR#39554 Mon, 13 Aug 2007 14:33:55 -0700 cazfi: Changed paths: M /branches/S2_1/server/sernet.c Fixed compiler warning when neither SOCKET_ZERO_ISNT_STDIN nor HAVE_READLINE is defined. See #39548 Mon, 13 Aug 2007 14:24:41 -0700 cazfi: Changed paths: M /branches/S2_1/ai/aitools.c Fixed ai_gothere_bodyguard() crash when enemy cannot build any defending unit. See #39551 Mon, 13 Aug 2007 14:11:38 -0700 cazfi: Changed paths: M /branches/S2_1/configure.ac M /branches/S2_1/win32/Makefile.am Execute windres by correct name when cross-compiling See #39549 Mon, 13 Aug 2007 13:33:08 -0700 chrisk: Changed paths: M /branches/S2_1/po/de.po update 4410 translated messages. Mon, 13 Aug 2007 12:20:07 -0700 cazfi: Changed paths: M /branches/S2_1/version.in Bumped version number to 2.1.0-beta4+ Mon, 13 Aug 2007 11:12:10 -0700 cazfi: Changed paths: M /branches/S2_1/ai/aicity.c M /branches/S2_1/client/citydlg_common.c M /branches/S2_1/client/gui-gtk-2.0/wldlg.c M /branches/S2_1/client/repodlgs_common.c M /branches/S2_1/common/city.c M /branches/S2_1/common/effects.c M /branches/S2_1/common/effects.h M /branches/S2_1/common/fc_types.h M /branches/S2_1/common/government.c M /branches/S2_1/common/improvement.c M /branches/S2_1/common/requirements.c M /branches/S2_1/common/requirements.h M /branches/S2_1/server/citytools.c M /branches/S2_1/server/cityturn.c Background: Even though requirement code related functions return boolean, there is actually three possibilities they can consider: "yes", "no" and "maybe" (don't know). How to map "maybe" to boolean value depends on what calling function wants. Here we added parameter controlling that "maybe" mapping to many requirement and effect code functions. Calling function can ask if something is CERTAIN, or if something is POSSIBLE. In the lowest level this is currently used only when there is UnitFlag requirement which we cannot check. Default ruleset visible effect of this is that Sun Tzu's Academy is no longer marked permanently redundant. Buildings are marked redundant only if it is CERTAIN that they have no use. See #38245 Mon, 13 Aug 2007 09:09:06 -0700 cproc: Changed paths: M /branches/S2_1/INSTALL Add SDL client prerequisites to the INSTALL file. See PR#38398. Sun, 12 Aug 2007 16:25:41 -0700 cazfi: Changed paths: M /branches/S2_1/INSTALL M /branches/S2_1/bootstrap/undep.sh.in M /branches/S2_1/configure.ac Fixed --disable-cvs-deps configure option and renamed it as --disable-auto-deps See #39520 Sun, 12 Aug 2007 13:57:59 -0700 cazfi: Changed paths: M /branches/S2_1/client/civclient.c Improved help for -p and -s command line options See #39539 Sun, 12 Aug 2007 13:51:00 -0700 cazfi: Changed paths: M /branches/S2_1/doc/CodingStyle Removed reference to cvs from CodingStyle See #39537 Sun, 12 Aug 2007 07:52:11 -0700 cazfi: Changed paths: M /branches/S2_1/client/cityrepdata.c Added some translator comments for city report headers. Sun, 12 Aug 2007 07:14:27 -0700 cazfi: Changed paths: M /branches/S2_1/server/diplhand.c Refresh city workers after we have got some new map knowledge from treaty. It may have revealed us some tiles city can work. See #39528 Sun, 12 Aug 2007 05:58:44 -0700 cazfi: Changed paths: M /branches/S2_1/po/fr.po M /branches/S2_1/po/he.po M /branches/S2_1/po/hu.po M /branches/S2_1/po/it.po M /branches/S2_1/po/ja.po Marked semi-automatically changed strings fuzzy, so translators know to check them. And since I touch these files anyway, I have executed msgmerge for them. This batch contains changes to fr.po, he.po, hu.po, it.po and ja.po Sun, 12 Aug 2007 01:11:44 -0700 cazfi: Changed paths: M /branches/S2_1/common/game.c Do not attempt to remove nation from player when there is none. See #39517 Sun, 12 Aug 2007 00:56:38 -0700 cazfi: Changed paths: M /branches/S2_1/po/Makefile.in.in Fix issues related to creation of nb.po as copy of no.po See #39524 Sun, 12 Aug 2007 00:46:47 -0700 cazfi: Changed paths: M /branches/S2_1/utility/registry.c section_file_read_dup() never releases inf. Who ever allocates inf with inf_from_file() or inf_from_stream(), always releases it with inf_close(). See #39507 Sun, 12 Aug 2007 00:30:54 -0700 cazfi: Changed paths: M /branches/S2_1/server/stdinhand.c Fixed /aitoggle to end turn, if toggled player was last one we were waiting for. See #12500 Sat, 11 Aug 2007 13:11:30 -0700 cazfi: Changed paths: M /branches/S2_1/INSTALL Some places were still referring development version as CVS version. Now it is referred as svn version. See #39519 Sat, 11 Aug 2007 11:52:42 -0700 cazfi: Changed paths: M /branches/S2_1/server/ruleset.c M /branches/S2_1/server/srv_main.c Fix more of the player nation assignment problems: - Always initialize nations when their structure is created. - Never initialize them after they have been assigned to players. See #39511 Sat, 11 Aug 2007 08:26:44 -0700 cazfi: Changed paths: M /branches/S2_1/common/game.c M /branches/S2_1/common/game.h M /branches/S2_1/server/commands.c M /branches/S2_1/server/connecthand.c M /branches/S2_1/server/meta.c M /branches/S2_1/server/meta.h M /branches/S2_1/server/savegame.c M /branches/S2_1/server/stdinhand.c Do not lose user set metamessage completely when some automatic message replaces it. When first player connects to server, refresh metamessage. So we are not saying that "restarting in lack of players" when new game is actually running. See #11517 Sat, 11 Aug 2007 05:33:48 -0700 dmarks: Changed paths: M /branches/S2_1/po/sv.po Modernizing the language + fixes Sat, 11 Aug 2007 02:13:37 -0700 cazfi: Changed paths: M /branches/S2_1/client/packhand_gen.c M /branches/S2_1/client/packhand_gen.h M /branches/S2_1/common/packets_gen.c M /branches/S2_1/common/packets_gen.h ./generate_packets.py Sat, 11 Aug 2007 02:13:02 -0700 cazfi: Changed paths: M /branches/S2_1/client/packhand.c M /branches/S2_1/common/packets.c M /branches/S2_1/common/packets.def M /branches/S2_1/server/srv_main.c M /branches/S2_1/version.in This patch adds new packets PACKET_FREEZE_CLIENT and PACKET_THAW_CLIENT. These are used instead of PACKET_FREEZE_HINT and PACKET_THAW_HINT when we want client reports and agents to freeze instead of buffering network traffic. This fixes problem that server stopped sending packets to client near end of the turn. Instead it buffered them, and sent a bit after new turn was started. See #39492 Fri, 10 Aug 2007 23:44:48 -0700 chrisk: Changed paths: M /branches/S2_1/po/de.po updated 4409 translated messages. Fri, 10 Aug 2007 23:40:57 -0700 dmarks: Changed paths: M /branches/S2_1/po/sv.po 4409 translated messages. Fri, 10 Aug 2007 16:38:18 -0700 cazfi: Changed paths: M /branches/S2_1/po/de.po M /branches/S2_1/po/el.po M /branches/S2_1/po/en_GB.po M /branches/S2_1/po/es.po M /branches/S2_1/po/et.po M /branches/S2_1/po/fa.po M /branches/S2_1/po/fi.po Marked semi-automatically changed strings fuzzy, so translators know to check them. And since I touch these files anyway, I have executed msgmerge for them. This batch contains changes to de.po, el.po, en_GB.po, es.po, et.po, fa.po and fi.po Fri, 10 Aug 2007 15:07:30 -0700 cazfi: Changed paths: M /branches/S2_1/AUTHORS M /branches/S2_1/doc/Makefile.am D /branches/S2_1/doc/PEOPLE Backport: AUTHORS points to wiki page. doc/PEOPLE removed. See #39518 Fri, 10 Aug 2007 11:53:09 -0700 cazfi: Changed paths: M /branches/S2_1/doc/README.graphics Document all supported tilespec fields. Update outdated information. See #39488 Fri, 10 Aug 2007 10:07:51 -0700 chrisk: Changed paths: M /branches/S2_1/po/de.po updated. 4409 translated messages. Fri, 10 Aug 2007 09:12:56 -0700 cazfi: Changed paths: M /branches/S2_1/po/ar.po M /branches/S2_1/po/ca.po M /branches/S2_1/po/cs.po M /branches/S2_1/po/da.po Marked strings changed semi-automatically fuzzy, so translators know to check them. And since I touch these files anyway, I have executed msgmerge for them. This patch contains changes to ar.po, ca.po, cs.po and da.po. Fri, 10 Aug 2007 07:16:41 -0700 cazfi: Changed paths: A /branches/S2_1/client/gui-gtk-2.0/theme_dlg.c Added file missing from previous commit Fri, 10 Aug 2007 07:11:17 -0700 cazfi: Changed paths: M /branches/S2_1/client/gui-ftwl/dialogs.c M /branches/S2_1/client/gui-gtk-2.0/Makefile.am M /branches/S2_1/client/gui-gtk-2.0/gui_main.c M /branches/S2_1/client/gui-gtk-2.0/gui_main.h M /branches/S2_1/client/gui-gtk-2.0/themes.c M /branches/S2_1/client/gui-sdl/dialogs.c M /branches/S2_1/client/gui-stub/dialogs.c M /branches/S2_1/client/gui-win32/dialogs.c M /branches/S2_1/client/gui-xaw/dialogs.c M /branches/S2_1/client/include/dialogs_g.h M /branches/S2_1/client/options.c M /branches/S2_1/client/options.h M /branches/S2_1/client/themes_common.c M /branches/S2_1/client/themes_common.h M /branches/S2_1/client/tilespec.c M /branches/S2_1/po/POTFILES.in This patch adds a common client option for GUI theme selection. Original patch by cproc. I fixed a couple of issues myself. See #28301 Fri, 10 Aug 2007 06:59:10 -0700 cazfi: Changed paths: M /branches/S2_1/po/POTFILES.in Added tileset_dlg.c to POTFILES.in Fri, 10 Aug 2007 04:33:57 -0700 cazfi: Changed paths: M /branches/S2_1/po/ar.po M /branches/S2_1/po/ca.po M /branches/S2_1/po/cs.po M /branches/S2_1/po/da.po M /branches/S2_1/po/de.po M /branches/S2_1/po/el.po M /branches/S2_1/po/en_GB.po M /branches/S2_1/po/es.po M /branches/S2_1/po/et.po M /branches/S2_1/po/fa.po M /branches/S2_1/po/fi.po M /branches/S2_1/po/fr.po M /branches/S2_1/po/he.po M /branches/S2_1/po/hu.po M /branches/S2_1/po/it.po M /branches/S2_1/po/ja.po M /branches/S2_1/po/lt.po M /branches/S2_1/po/nl.po M /branches/S2_1/po/no.po M /branches/S2_1/po/pl.po M /branches/S2_1/po/pt.po M /branches/S2_1/po/pt_BR.po M /branches/S2_1/po/ro.po M /branches/S2_1/po/ru.po M /branches/S2_1/po/sv.po M /branches/S2_1/po/uk.po M /branches/S2_1/po/zh_CN.po make update-po Thu, 09 Aug 2007 15:58:19 -0700 cazfi: Changed paths: M /branches/S2_1/doc/man/civclient.6 M /branches/S2_1/doc/man/civserver.6 Removed old bug reporting email address from man pages. See #39506 Thu, 09 Aug 2007 12:26:48 -0700 cazfi: Changed paths: M /branches/S2_1/Makefile.am M /branches/S2_1/autogen.sh M /branches/S2_1/diff_ignore D /branches/S2_1/m4/x.213 D /branches/S2_1/m4/x.252 A /branches/S2_1/m4/x.m4 (from /branches/S2_1/m4/x.252:13222) Removed autoconf2.13 version of x.m4. This combines Jason's #20721 and my #39495 Thu, 09 Aug 2007 11:06:33 -0700 cazfi: Changed paths: M /branches/S2_1/ai/aiferry.c Fixed memory leak in AI ferry code. See #39500 Thu, 09 Aug 2007 10:21:52 -0700 cazfi: Changed paths: M /branches/S2_1/utility/hash.c Fix registration of key and data release callbacks. See #39508 Thu, 09 Aug 2007 02:54:30 -0700 cazfi: Changed paths: M /branches/S2_1/server/settlers.c Log about existing city in ai_do_build_city() turned from LOG_ERROR to LOG_DEBUG as this can happen without any error conditions. See #39509 Wed, 08 Aug 2007 01:42:42 -0700 chrisk: Changed paths: M /branches/S2_1/po/de.po Changing translation of "Radio" from "Radio" to "Funk", following a suggestion of Florian Stachelscheid. 4400 translated messages. Tue, 07 Aug 2007 19:48:45 -0700 cazfi: Changed paths: M /branches/S2_1/common/unit.c M /branches/S2_1/common/unit.h Fixed unknown activity warnings from can_unit_do_activity_targeted_at(). See #39499 Tue, 07 Aug 2007 19:26:01 -0700 cazfi: Changed paths: M /branches/S2_1/common/packets_gen.c M /branches/S2_1/common/packets_gen.h Run generate_packets.py after packets.def changes. Tue, 07 Aug 2007 06:46:43 -0700 cazfi: Changed paths: M /branches/S2_1/client/gui-ftwl/dialogs.c M /branches/S2_1/client/gui-gtk-2.0/Makefile.am A /branches/S2_1/client/gui-gtk-2.0/tileset_dlg.c M /branches/S2_1/client/gui-sdl/dialogs.c M /branches/S2_1/client/gui-stub/dialogs.c M /branches/S2_1/client/gui-win32/dialogs.c M /branches/S2_1/client/gui-xaw/dialogs.c M /branches/S2_1/client/include/dialogs_g.h M /branches/S2_1/client/packhand.c M /branches/S2_1/common/game.c M /branches/S2_1/common/packets.def M /branches/S2_1/server/ruleset.c M /branches/S2_1/version.in This patch implements tileset suggestions to game.ruleset. If game.ruleset contains tileset.prefered -entry, it is sent to client in packet_ruleset_control. Client then asks from user if tileset should be changed. Gtk client supports this. See #37988 Tue, 07 Aug 2007 05:29:46 -0700 cazfi: Changed paths: M /branches/S2_1/server/savegame.c M /branches/S2_1/server/stdinhand.c Moved init_available_nations() call before nations are assigned to players when loading saved games. It used to wipe assignment infomation fron nations. See #39484 Tue, 07 Aug 2007 05:16:45 -0700 cazfi: Changed paths: M /branches/S2_1/configure.ac Fix CLIENT_CFLAGS when compiling ftwl -client. For trunk this has gone in as part of #39497 Tue, 07 Aug 2007 04:22:04 -0700 cazfi: Changed paths: M /branches/S2_1/server/ruleset.c Sanity check nation initial techs when loading rulesets. See #38323 Mon, 06 Aug 2007 06:21:40 -0700 cazfi: Changed paths: M /branches/S2_1/ai/aidiplomat.c M /branches/S2_1/common/unit.c M /branches/S2_1/common/unit.h M /branches/S2_1/server/diplomats.c M /branches/S2_1/server/savegame.c M /branches/S2_1/server/unittools.c Removed concept of foul spies. Broken code was causing problems. Reported by Joona Kurki in #38165 Mon, 06 Aug 2007 02:02:21 -0700 chrisk: Changed paths: M /branches/S2_1/po/de.po update 4402 translated messages. Sun, 05 Aug 2007 17:31:06 -0700 cazfi: Changed paths: M /branches/S2_1/configure.ac Removed parameters incompatible with C++ from CXXFLAGS. Sun, 05 Aug 2007 10:17:42 -0700 cazfi: Changed paths: M /branches/S2_1/client/gui-gtk-2.0/gui_main.c M /branches/S2_1/client/gui-sdl/gui_main.c M /branches/S2_1/client/gui-xaw/gui_main.c Clients having no command line options except --help itself, say so for --help. Confusing output reported by Christian Knoke in #39465 Sun, 05 Aug 2007 09:39:30 -0700 cazfi: Changed paths: M /branches/S2_1/server/ruleset.c Initialize building flags when loading rulesets. Previously buildings sometimes got flags they should not have. Problem reported by "Dawn Lepard" in #39325 Sun, 05 Aug 2007 09:29:48 -0700 cazfi: Changed paths: M /branches/S2_1/configure.ac Do not overwrite CPPFLAGS with CFLAGS. Fixes ticket #35758 reported by "Andrew Pantyukhin" Sun, 05 Aug 2007 08:13:33 -0700 cazfi: Changed paths: M /branches/S2_1/client/audio.c Updated URL for sound sets. Patch from openbsd.org See #39463 Sun, 05 Aug 2007 07:43:19 -0700 cazfi: Changed paths: M /branches/S2_1/configure.ac M /branches/S2_1/data/themes/Makefile.am A /branches/S2_1/data/themes/gui-gtk-2.0 A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/Makefile.am A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0 A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Arrows A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Arrows/Makefile.am A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Arrows/arrow-down.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Arrows/arrow-left.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Arrows/arrow-right-norm.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Arrows/arrow-right-prelight.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Arrows/arrow-right.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Arrows/arrow-up.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Buttons A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Buttons/Makefile.am A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Buttons/button-default.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Buttons/button-insensitive.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Buttons/button-normal.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Buttons/button-prelight.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Buttons/button-pressed.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Check-Radio A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Check-Radio/Makefile.am A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Check-Radio/check1.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Check-Radio/check2.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Check-Radio/check3.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Check-Radio/check4.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Check-Radio/checklight.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Check-Radio/highlight.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Check-Radio/option1.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Check-Radio/option2.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Check-Radio/option3.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Check-Radio/option4.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Combo A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Combo/Makefile.am A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Combo/combo-arrow-insens.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Combo/combo-arrow-prelight.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Combo/combo-arrow.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Combo/combo-inactive.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Combo/combo-normal.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Combo/combo-prelight.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Frame-Gap A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Frame-Gap/Makefile.am A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Frame-Gap/frame-gap-end.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Frame-Gap/frame-gap-start.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Frame-Gap/frame1.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Frame-Gap/frame2.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Handles A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Handles/Makefile.am A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Handles/handle-h.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Handles/handle-v.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Lines A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Lines/Makefile.am A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Lines/line-h.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Lines/line-v.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/ListHeaders A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/ListHeaders/Makefile.am A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/ListHeaders/list_header-insens.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/ListHeaders/list_header-prelight.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/ListHeaders/list_header-pressed.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/ListHeaders/list_header.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Makefile.am A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Menu-Menubar A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Menu-Menubar/Makefile.am A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Menu-Menubar/menu-overlay.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Menu-Menubar/menu.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Menu-Menubar/menubar-item.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Menu-Menubar/menubar.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Menu-Menubar/menuitem.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Menu-Menubar/menuline.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Others A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Others/Makefile.am A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Others/focus.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Others/null.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Others/ruler.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Panel A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Panel/Makefile.am A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Panel/panel-bg.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Panel/panelbutton1.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Panel/panelbutton2.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Panel/panelbutton3.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Panel/panelbutton4.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/ProgressBar A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/ProgressBar/Makefile.am A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/ProgressBar/progressbar-horiz-1.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/ProgressBar/progressbar-horiz-2.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/ProgressBar/progressbar-horiz.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/ProgressBar/t-progressbar-horiz-2.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/ProgressBar/t-progressbar-horiz.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/ProgressBar/t-progressbar-vert.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Range A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Range/Makefile.am A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Range/null.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Range/slider-horiz-prelight.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Range/slider-horiz.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Range/slider-vert-prelight.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Range/slider-vert.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Range/trough-horizontal.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Range/trough-vertical.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Scrollbars A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Scrollbars/Makefile.am A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Scrollbars/scroll-thumb-horiz.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Scrollbars/scroll-thumb-vert.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Scrollbars/slider-horiz-insens.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Scrollbars/slider-horiz-prelight.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Scrollbars/slider-horiz.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Scrollbars/slider-vert-insens.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Scrollbars/slider-vert-prelight.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Scrollbars/slider-vert.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Scrollbars/stepper-down-insens.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Scrollbars/stepper-down-prelight.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Scrollbars/stepper-down.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Scrollbars/stepper-left-insens.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Scrollbars/stepper-left-prelight.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Scrollbars/stepper-left.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Scrollbars/stepper-right-insens.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Scrollbars/stepper-right-prelight.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Scrollbars/stepper-right.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Scrollbars/stepper-up-insens.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Scrollbars/stepper-up-prelight.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Scrollbars/stepper-up.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Scrollbars/stepper.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Scrollbars/trough-scrollbar-horiz.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Scrollbars/trough-scrollbar-vert.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Shadows A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Shadows/Makefile.am A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Shadows/entry-shadow-in.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Shadows/shadow-etched-out.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Shadows/shadow-in.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Shadows/shadow-none.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Shadows/shadow-out.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Shadows/text-entry.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Shadows/text.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Spin A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Spin/Makefile.am A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Spin/spin-down-disable.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Spin/spin-down-prelight.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Spin/spin-down.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Spin/spin-up-disable.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Spin/spin-up-prelight.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Spin/spin-up.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Spin/spin.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Tabs A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Tabs/Makefile.am A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Tabs/notebook.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Tabs/null.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Tabs/tab-bottom-active.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Tabs/tab-bottom.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Tabs/tab-left-active.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Tabs/tab-left.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Tabs/tab-right-active.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Tabs/tab-right.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Tabs/tab-top-active.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Tabs/tab-top.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Toolbar A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Toolbar/Makefile.am A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Toolbar/toolbar.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Toolbar/toolbutton-normal.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Toolbar/toolbutton-prelight.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Toolbar/toolbutton-pressed.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Toolbar/toolbutton-toggled.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/bg.png A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/gtkrc A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/menubar.rc A /branches/S2_1/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/panel.rc A /branches/S2_1/data/themes/gui-gtk-2.0/Makefile.am Added Freeciv theme to version control. This is the "Freeciv" theme for the GTK+ client, created by "aneglus" on the forums. It's based on the "Candido" GTK+ theme (GPL) by Andrea Cimitan. Automake stuff by cproc. See #36054 Sun, 05 Aug 2007 05:33:11 -0700 cazfi: Changed paths: M /branches/S2_1/ai/advdomestic.c Adds tech want for tech allowing first F_SETTLERS and F_CITIES units. See #38410 Sun, 05 Aug 2007 04:32:08 -0700 cazfi: Changed paths: M /branches/S2_1/ai/aiferry.c M /branches/S2_1/ai/aisettler.c Make is_boat_free() to check that 'boat' is capable of moving at sea. Fixes Magic ruleset crash reported by Lakatos Zoltán in #20672 Sat, 04 Aug 2007 14:42:38 -0700 cazfi: Changed paths: M /branches/S2_1/server/techtools.c Removed assert that fail initial root_req is simply processed later than tech depending on it. See #38323 Sat, 04 Aug 2007 12:44:46 -0700 cproc: Changed paths: M /branches/S2_1/client/gui-gtk-2.0/gui_main.c Call "gtk_disable_setlocale()" before "gtk_init()" to avoid formatting problems with zh_CN locale on Windows. Reported by Vincent Petry in PR#39475, patch by me. Sat, 04 Aug 2007 12:18:02 -0700 chrisk: Changed paths: M /branches/S2_1/po/de.po update 4401 translated messages. Sat, 04 Aug 2007 11:06:15 -0700 cproc: Changed paths: D /branches/S2_1/data/themes/common A /branches/S2_1/data/themes/gui-ftwl A /branches/S2_1/data/themes/gui-ftwl/common (from /branches/S2_1/data/themes/common:13149) A /branches/S2_1/data/themes/gui-ftwl/morgan (from /branches/S2_1/data/themes/morgan:13149) D /branches/S2_1/data/themes/morgan M /branches/S2_1/utility/ftwl/theme_engine.c Move "themes/common" and "themes/morgan" into a new "themes/gui-ftwl" subdirectory. See PR#39482. Sat, 04 Aug 2007 10:49:46 -0700 cazfi: Changed paths: M /branches/S2_1/utility/ftwl/widget_slider.c ftwl compile fix See #39486 Sat, 04 Aug 2007 09:52:35 -0700 cazfi: Changed paths: M /branches/S2_1/common/effects.h Removed duplicate get_unittype_bonus() declaration See #39481 Sat, 04 Aug 2007 08:44:19 -0700 cazfi: Changed paths: M /branches/S2_1/client/gui-xaw/cma_fe.c Fixed xaw-client compilation in x86_64 Patch by Egor Vyscrebentsov in #38190 Fri, 03 Aug 2007 16:42:56 -0700 cazfi: Changed paths: M /branches/S2_1/ai/advmilitary.c Fixed process_attacker_want() crash when enemy cannot build defending units. See #38409 Fri, 03 Aug 2007 16:32:32 -0700 cazfi: Changed paths: M /branches/S2_1/ai/aitech.c Make sure that tech want is given to reachable tech when looking for role unit. See #38406 Fri, 03 Aug 2007 13:13:54 -0700 cazfi: Changed paths: M /branches/S2_1/client/gui-gtk-2.0/gui_main.c M /branches/S2_1/client/gui-sdl/gui_main.c M /branches/S2_1/client/gui-win32/gui_main.c M /branches/S2_1/client/gui-xaw/gui_main.c M /branches/S2_1/client/tilespec.c M /branches/S2_1/client/tilespec.h Free old city sprites before loading new ones. See #38392 Fri, 03 Aug 2007 11:57:30 -0700 cazfi: Changed paths: M /branches/S2_1/server/ruleset.c Added ruleset sanity checking about barbarian nations See #38378 Wed, 01 Aug 2007 13:52:13 -0700 cazfi: Changed paths: M /branches/S2_1/client/gui-gtk-2.0/repodlgs.c M /branches/S2_1/client/reqtree.c M /branches/S2_1/client/reqtree.h Hide techs that are unreachable to player from tech tree overview Requested by Daniel Markstedt in #34529 Sun, 29 Jul 2007 06:35:56 -0700 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/dialogs.c Fix nation legend access. Reported by Daniel Markstedt in PR#39337, patch by me. Tue, 24 Jul 2007 12:22:27 -0700 elmo: Changed paths: M /branches/S2_1/po/et.po zsz doing lots of work again Sat, 21 Jul 2007 11:39:36 -0700 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/gui_tilespec.c Add a translator comment for "FT". Requested by Christian Knoke in PR#39448. Sat, 21 Jul 2007 11:34:45 -0700 cproc: Changed paths: M /branches/S2_1/client/gui-win32/helpdlg.c M /branches/S2_1/client/gui-win32/pages.c fix gui-win32 compilation Sat, 21 Jul 2007 04:25:39 -0700 cproc: Changed paths: M /branches/S2_1/client/gui-gtk-2.0/citydlg.c M /branches/S2_1/client/gui-gtk-2.0/gui_main.c M /branches/S2_1/client/gui-gtk-2.0/mapview.c M /branches/S2_1/client/gui-win32/gui_stuff.c M /branches/S2_1/win32/clienticon.rc show the icon of the executable in the titlebar of all clients on Windows. Reported by Daniel Markstedt in PR#36346/PR#36491, patch by me. Fri, 20 Jul 2007 13:30:05 -0700 elmo: Changed paths: M /branches/S2_1/po/et.po A huge bunch of work done by zsz Thu, 19 Jul 2007 08:56:21 -0700 elmo: Changed paths: A /branches/S2_1/po/statistics.rb A new nifty tool to calculate translation rankings, this time multi-threaded Thu, 19 Jul 2007 05:32:26 -0700 elmo: Changed paths: M /branches/S2_1/po/et.po The progress is slow, but steady Tue, 17 Jul 2007 17:43:28 -0700 englabenny: Changed paths: M /branches/S2_1/client/clinet.c (PR#19204) superfluous call to set_client_page() in clinet.c? Halfway revert removal of "superfluous" call. Call set_client_page to make sure the gtk client and sdl client return to the main menu when the client disconnects from server while still in CLIENT_PRE_GAME_STATE. Patch and report by Cproc. Sun, 15 Jul 2007 14:11:57 -0700 elmo: Changed paths: M /branches/S2_1/po/et.po Ha! Passed Norwegian! Sun, 15 Jul 2007 13:28:35 -0700 elmo: Changed paths: M /branches/S2_1/po/et.po 3251/0/1149 Sat, 14 Jul 2007 06:55:38 -0700 englabenny: Changed paths: M /branches/S2_1/client/gui-gtk-2.0/menu.c (PR#39455) Warning: makes integer from pointer without a cast in menu.c Fix compiler warnings introduced in r13100 and r13101, from ticket #15260. Patch by me. Reported by Pepeto. Thu, 12 Jul 2007 14:01:17 -0700 englabenny: Changed paths: M /branches/S2_1/client/gui-gtk-2.0/gui_main.c M /branches/S2_1/client/gui-gtk-2.0/menu.c M /branches/S2_1/server/srv_main.c (PR#15260) GTK2: interface quirks being observer gtk2 client: Deactivate irrelevant reports for observers. Make sure that some shortcut keys (F1..F11 and shift+arrows) work for observers. Some reindentation in the touched function. Based on patches by hamurAbi.dev@gmail.com server: Send an end_phase packet to observers at end of turn, otherwise they don't get any and the messages pane fills up. Patch by Jason Dorje Short Thu, 12 Jul 2007 03:02:28 -0700 englabenny: Changed paths: M /branches/S2_1/data/scenario/tutorial.sav (PR#17191) Fixes for tutorial Fixes logic for checking unit_type, terrain, building type Introduced convenience functions in the tutorial code has_unit_type_name(unit, utype_name) has_tile_terrain_name(tile, terrain_name) Wed, 11 Jul 2007 00:50:39 -0700 chrisk: Changed paths: M /branches/S2_1/po/de.po updated. 4400 translated messages. Tue, 10 Jul 2007 15:45:30 -0700 englabenny: Changed paths: M /branches/S2_1/client/gui-gtk-2.0/dialogs.c (PR#39422) [patch] Scroll city style selector Make sure the city style selector can scroll, by reconfiguring some gtk pack settings. All items except it do not fill or expand. Make the default height of the window 590 px. Tue, 10 Jul 2007 15:11:24 -0700 englabenny: Changed paths: M /branches/S2_1/client/gui-gtk-2.0/gui_main.c M /branches/S2_1/client/gui-gtk-2.0/gui_main.h M /branches/S2_1/client/gui-gtk-2.0/mapctrl.c (PR#39395) Bug: Cursor hover bug in other tabs than map tab Make sure select cursor is only shown when the map view is foremost Save a pointer to the mapview notebook page and compare to make sure it is the current page, since leave_mapcanvas is sometimes invoked when it is not even visible. Backport fix from trunk (PR#37801) Original patch author is Marko Lindqvist Tue, 10 Jul 2007 08:05:06 -0700 englabenny: Changed paths: M /branches/S2_1/server/scripting/script.c M /branches/S2_1/utility/registry.c M /branches/S2_1/utility/registry.h (PR#39442) Lua script newlines not restored correctly from save Make escaped an attribute of entry so that it can be carried over from load to save Changed moutstr so that it takes a full_escapes argument just like minstr. moutstr to returns a string with delimiters to simplify the code throughout. Add secfile_insert_str_noescape so that noescaped strings (script.code and script.vars) can be inserted. Small refactoring: added entry_init(struct *entry) Now script.code and script.vars use secfile_insert_str_noescape Sun, 08 Jul 2007 17:41:58 -0700 dmarks: Changed paths: M /branches/S2_1/po/pt_BR.po repair failing po Sun, 08 Jul 2007 17:17:45 -0700 dmarks: Changed paths: M /branches/S2_1/po/sv.po fix Sun, 08 Jul 2007 17:15:39 -0700 dmarks: Changed paths: M /branches/S2_1/po/sv.po 4404 translated messages. Sun, 08 Jul 2007 17:09:36 -0700 dmarks: Changed paths: M /branches/S2_1/po/POTFILES.in add one source file to potfiles Sun, 08 Jul 2007 09:24:32 -0700 wsimpson: Changed paths: M /branches/S2_1/client/gui-gtk-2.0/cityrep.c M /branches/S2_1/client/gui-mui/cityrep.c M /branches/S2_1/client/gui-win32/cityrep.c M /branches/S2_1/configure.ac M /branches/S2_1/utility/support.h (PR#36441) Bug appear when simply press key "F1" (PR#36496) libutf8 troubles pullup of trunk revision 13076. === Increase the size of the city report column buffer from 64 bytes to 128 bytes. This patch goes beyond the original GTK2, expanding mui and win32. Replace remaining calls to snprintf() by my_snprintf() or cat_snprintf() and to skip the vsnprintf() tests in the configure script on Windows. No need to use libutf8 anymore. Original patch(es) by "Christian Prochaska" Sun, 08 Jul 2007 06:23:09 -0700 englabenny: Changed paths: M /branches/S2_1/server/unittools.c (PR#39398): 2.1.0-beta4 Fantasy modpack crash Make sure only sellable improvements counted in potential gold, so that player gold can't go below 0. A very probable fix for a hard to reproduce crash. modified: server/unittools.c Sun, 08 Jul 2007 01:57:48 -0700 wsimpson: Changed paths: M /branches/S2_1/common/dataio.c (PR#15840) common/dataio.c:700 is dubious Add current player_diplstate fields. Requested by "Guillaume Melquiond" Also, use fc_calloc to ensure that missing fields are zeroed. See also S2_0 revision 13071. Sat, 07 Jul 2007 15:58:08 -0700 wsimpson: Changed paths: M /branches/S2_1/client/attribute.c M /branches/S2_1/client/packhand.c M /branches/S2_1/common/game.c M /branches/S2_1/common/packets.c M /branches/S2_1/common/packets.h M /branches/S2_1/common/player.h M /branches/S2_1/server/savegame.c (PR#39437) attribute.c serialization error Extensive error checking on saved and restored attribute "blocks" and "chunks". Still relies too much on asserts instead of actual remediation and recovery, but doesn't crash.... Fixed a number of initialization errors. Yes, you have to clear the length, even when the data is already NULL. They are separate (and this kind of error is likely the underlying cause of the crashes). Also fixed another trivial enable-debug compilation error in packhand.c. trunk revision 13068. Fri, 06 Jul 2007 08:58:54 -0700 wsimpson: Changed paths: M /branches/S2_1/doc/BUGS M /branches/S2_1/po/ar.po M /branches/S2_1/po/ca.po M /branches/S2_1/po/cs.po M /branches/S2_1/po/da.po M /branches/S2_1/po/el.po M /branches/S2_1/po/en_GB.po M /branches/S2_1/po/es.po M /branches/S2_1/po/et.po M /branches/S2_1/po/fa.po M /branches/S2_1/po/fi.po M /branches/S2_1/po/fr.po M /branches/S2_1/po/he.po M /branches/S2_1/po/hu.po M /branches/S2_1/po/it.po M /branches/S2_1/po/ja.po M /branches/S2_1/po/lt.po M /branches/S2_1/po/nl.po M /branches/S2_1/po/no.po M /branches/S2_1/po/pl.po M /branches/S2_1/po/pt.po M /branches/S2_1/po/pt_BR.po M /branches/S2_1/po/ro.po M /branches/S2_1/po/ru.po M /branches/S2_1/po/uk.po M /branches/S2_1/po/zh_CN.po (PR#39329) replace email for submitting bugs Not all *.po have been updated. This does a gross conversion to eliminate all bugs@freeciv.org references, to prevent %s format string runtime errors. Fri, 06 Jul 2007 06:07:43 -0700 wsimpson: Changed paths: M /branches/S2_1/client/gui-gtk-2.0/menu.c (PR#39440) gtk2 client menu switches Add to City and Build City [patch by Ulrik Sverdrup] (trunk revision 13064) Fri, 06 Jul 2007 02:34:29 -0700 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/mapview.c fix compilation (superfluous ')' removed) Thu, 05 Jul 2007 12:30:24 -0700 chrisk: Changed paths: M /branches/S2_1/po/de.po small fix 4399 translated messages. Thu, 05 Jul 2007 11:57:22 -0700 chrisk: Changed paths: M /branches/S2_1/po/de.po Update 4399 translated messages. Thu, 05 Jul 2007 08:09:43 -0700 wsimpson: Changed paths: M /branches/S2_1/client/gui-sdl/gui_main.c M /branches/S2_1/client/gui-sdl/mapview.c M /branches/S2_1/po/ar.po M /branches/S2_1/po/ca.po M /branches/S2_1/po/el.po M /branches/S2_1/po/es.po M /branches/S2_1/po/et.po M /branches/S2_1/po/fa.po M /branches/S2_1/po/fi.po M /branches/S2_1/po/he.po M /branches/S2_1/po/hu.po M /branches/S2_1/po/pt.po M /branches/S2_1/po/pt_BR.po M /branches/S2_1/po/ro.po M /branches/S2_1/po/uk.po M /branches/S2_1/po/zh_CN.po M /branches/S2_1/server/srv_main.c (PR#39435) Incorrect Strings (PR#39439) make some gui-sdl strings translatable based on patch(es) by "Daniel Markstedt" trunk revision 13055. Wed, 04 Jul 2007 15:48:14 -0700 wsimpson: Changed paths: M /branches/S2_1/server/unithand.c (PR#39431) Cannot add settlers to city [patch by Timothy Brownawell] Wed, 04 Jul 2007 09:33:29 -0700 chrisk: Changed paths: M /branches/S2_1/po/de.po updated. 4398 translated messages. Wed, 04 Jul 2007 06:43:13 -0700 dmarks: Changed paths: M /branches/S2_1/po/sv.po 4382 translated messages, 17 untranslated messages. Wed, 04 Jul 2007 05:15:40 -0700 dmarks: Changed paths: M /branches/S2_1/po/POTFILES.in M /branches/S2_1/po/sv.po 4373 translated messages, 18 untranslated messages. Tue, 03 Jul 2007 18:01:46 -0700 wsimpson: Changed paths: M /branches/S2_1/data/scenario/tutorial.sav M /branches/S2_1/server/srv_main.c M /branches/S2_1/server/unittools.c (PR#39432) pick nation crash in beta4 civserver (PR#39434) Crash in 2.1 in vsnprintf, probably related to unit_name_translation changes The first is a bug in the nation debugging code. It fails to test for NULL before using a pointer. [Reported by Christian Knoke] The second is a bug where the unit is destroyed before sending messages about its destruction, but using its (destroyed) name in the messages. [Reported by Ulrik Sverdrup] Reverted (with FIXME comments) until logic can be resolved. Tue, 03 Jul 2007 15:35:37 -0700 wsimpson: Changed paths: M /branches/S2_1/client/gui-ftwl/gui_text.c M /branches/S2_1/client/gui-gtk-2.0/helpdlg.c M /branches/S2_1/client/gui-mui/gui_main.c M /branches/S2_1/client/gui-mui/helpdlg.c M /branches/S2_1/client/gui-mui/mapclass.c M /branches/S2_1/client/gui-sdl/dialogs.c M /branches/S2_1/client/gui-sdl/mapview.c M /branches/S2_1/client/gui-win32/helpdlg.c M /branches/S2_1/client/gui-win32/ratesdlg.c M /branches/S2_1/client/gui-xaw/dialogs.c M /branches/S2_1/client/gui-xaw/helpdlg.c M /branches/S2_1/client/gui-xaw/inteldlg.c M /branches/S2_1/client/gui-xaw/menu.c M /branches/S2_1/client/gui-xaw/ratesdlg.c M /branches/S2_1/client/gui-xaw/repodlgs.c M /branches/S2_1/client/helpdata.c M /branches/S2_1/client/packhand.c M /branches/S2_1/common/city.h M /branches/S2_1/common/fc_types.h M /branches/S2_1/common/government.c M /branches/S2_1/common/government.h M /branches/S2_1/common/improvement.c M /branches/S2_1/common/improvement.h M /branches/S2_1/common/nation.h M /branches/S2_1/common/requirements.c M /branches/S2_1/common/tech.c M /branches/S2_1/common/tech.h M /branches/S2_1/common/terrain.c M /branches/S2_1/common/terrain.h M /branches/S2_1/common/tile.c M /branches/S2_1/common/unittype.c M /branches/S2_1/common/unittype.h M /branches/S2_1/server/cityturn.c M /branches/S2_1/server/ruleset.c M /branches/S2_1/server/sanitycheck.c M /branches/S2_1/server/savegame.c M /branches/S2_1/server/scripting/api.pkg M /branches/S2_1/server/scripting/api_find.c M /branches/S2_1/server/scripting/api_gen.c M /branches/S2_1/server/scripting/api_gen.h M /branches/S2_1/server/scripting/api_methods.c M /branches/S2_1/server/techtools.c (PR#39433) cleanup name translation Standarized and organized the accessor function names across all the headers that I've worked on recently. Standardizing the pairing of the translated and rule name strings: common/fc_types.h struct name_translation That seemed a more precise name. All now use the struct. Fixed a few possible problems in gui-xaw, gui-mui, and gui-win32. Tue, 03 Jul 2007 04:28:06 -0700 wsimpson: Changed paths: M /branches/S2_1/client/gui-sdl/citydlg.c M /branches/S2_1/client/gui-sdl/cityrep.c M /branches/S2_1/client/gui-sdl/mapview.c M /branches/S2_1/client/gui-sdl/wldlg.c (PR#39405) S2_1 compile fails in gui-sdl (patch from Christian Prochaska) Tue, 03 Jul 2007 03:55:19 -0700 chrisk: Changed paths: M /branches/S2_1/po/de.po update 4391 translated messages. Mon, 02 Jul 2007 16:29:08 -0700 wsimpson: Changed paths: M /branches/S2_1/client/gui-mui/dialogs.c M /branches/S2_1/client/gui-mui/diplodlg.c M /branches/S2_1/client/gui-mui/helpdlg.c M /branches/S2_1/client/gui-mui/inteldlg.c M /branches/S2_1/client/gui-mui/repodlgs.c M /branches/S2_1/client/gui-sdl/diplodlg.c M /branches/S2_1/client/gui-sdl/diplomat_dialog.c M /branches/S2_1/client/gui-sdl/helpdlg.c M /branches/S2_1/client/gui-sdl/inteldlg.c M /branches/S2_1/client/gui-sdl/repodlgs.c M /branches/S2_1/client/gui-win32/dialogs.c M /branches/S2_1/client/gui-win32/diplodlg.c M /branches/S2_1/client/gui-win32/helpdlg.c M /branches/S2_1/client/gui-win32/inteldlg.c M /branches/S2_1/client/gui-win32/repodlgs.c M /branches/S2_1/client/gui-xaw/diplodlg.c M /branches/S2_1/client/gui-xaw/diplomat_dialog.c M /branches/S2_1/client/gui-xaw/helpdlg.c M /branches/S2_1/client/gui-xaw/inteldlg.c M /branches/S2_1/client/gui-xaw/repodlgs.c (PR#39405) S2_1 compile fails in gui-sdl Mon, 02 Jul 2007 15:47:43 -0700 wsimpson: Changed paths: M /branches/S2_1/common/city.c M /branches/S2_1/common/government.c M /branches/S2_1/common/improvement.c M /branches/S2_1/common/nation.c M /branches/S2_1/common/tech.c M /branches/S2_1/common/terrain.c M /branches/S2_1/common/unittype.c (PR#39427) BUG: city_style & unit_class name translation Speaking of problems fixed in trunk, I forgot to include my fix of Qn_() on all of the rule names. Not strictly needed with current data, this is an idea that might avoid problems in the future. Everywhere Q_() is used to translate, Qn_() should be used to display untranslated data. Mon, 02 Jul 2007 14:17:19 -0700 wsimpson: Changed paths: M /branches/S2_1/client/civclient.c M /branches/S2_1/client/gui-gtk-2.0/dialogs.c M /branches/S2_1/client/gui-mui/dialogs.c M /branches/S2_1/client/gui-sdl/citydlg.c M /branches/S2_1/client/gui-sdl/cma_fe.c M /branches/S2_1/client/gui-sdl/dialogs.c M /branches/S2_1/client/gui-sdl/helpdlg.c M /branches/S2_1/client/gui-sdl/mapview.c M /branches/S2_1/client/gui-sdl/menu.c M /branches/S2_1/client/gui-sdl/repodlgs.c M /branches/S2_1/client/gui-sdl/wldlg.c M /branches/S2_1/client/gui-win32/dialogs.c M /branches/S2_1/client/gui-xaw/dialogs.c M /branches/S2_1/client/helpdata.c M /branches/S2_1/client/packhand.c M /branches/S2_1/client/tilespec.c M /branches/S2_1/common/city.c M /branches/S2_1/common/city.h M /branches/S2_1/common/game.c M /branches/S2_1/common/game.h M /branches/S2_1/common/requirements.c M /branches/S2_1/common/unittype.c M /branches/S2_1/common/unittype.h M /branches/S2_1/server/plrhand.c M /branches/S2_1/server/ruleset.c M /branches/S2_1/server/savegame.c M /branches/S2_1/server/scripting/api.pkg M /branches/S2_1/server/scripting/api_gen.c M /branches/S2_1/server/scripting/api_gen.h (PR#39427) BUG: city_style & unit_class name translation This time, I'll patch the S2_1 first, and trunk later. This is the last of the translate_data_names() fixes. Uses the new struct translation_cache. As described in the PR, these minor translations are so rarely seen that nobody noticed the unit_class_names were never translated at all, appearing in the middle of translated messages.... Plus the usual cleanup of translated names for untranslated log messages. Tried to clean up the SDL code a bit, comparing S2_1 with trunk. Many problems had been fixed in trunk and never ported back, and vice versa. Mon, 02 Jul 2007 01:27:47 -0700 chrisk: Changed paths: M /branches/S2_1/po/de.po updated, complete, several fixes, tutorial-fix already included 4387 translated messages. Mon, 02 Jul 2007 00:00:23 -0700 stikonas: Changed paths: M /branches/S2_1/data/nation/lithuanian.ruleset M /branches/S2_1/po/lt.po Updated Lithuanian files (thanks to Mindaugas Šukys) Sun, 01 Jul 2007 18:41:29 -0700 wsimpson: Changed paths: M /branches/S2_1/ai/advdomestic.c M /branches/S2_1/ai/advmilitary.c M /branches/S2_1/ai/aicity.c M /branches/S2_1/ai/aihand.c M /branches/S2_1/ai/aisettler.c M /branches/S2_1/ai/aitools.c M /branches/S2_1/ai/aiunit.c M /branches/S2_1/client/climisc.c M /branches/S2_1/client/colors_common.c M /branches/S2_1/client/gui-ftwl/dialogs.c M /branches/S2_1/client/gui-ftwl/gui_text.c M /branches/S2_1/client/gui-ftwl/mapview.c M /branches/S2_1/client/gui-gtk-2.0/dialogs.c M /branches/S2_1/client/gui-gtk-2.0/diplodlg.c M /branches/S2_1/client/gui-gtk-2.0/gamedlgs.c M /branches/S2_1/client/gui-gtk-2.0/gui_main.c M /branches/S2_1/client/gui-gtk-2.0/helpdlg.c M /branches/S2_1/client/gui-gtk-2.0/inteldlg.c M /branches/S2_1/client/gui-gtk-2.0/mapview.c M /branches/S2_1/client/gui-gtk-2.0/menu.c M /branches/S2_1/client/gui-gtk-2.0/pages.c M /branches/S2_1/client/gui-gtk-2.0/plrdlg.c M /branches/S2_1/client/gui-mui/citydlg.c M /branches/S2_1/client/gui-mui/dialogs.c M /branches/S2_1/client/gui-mui/diplodlg.c M /branches/S2_1/client/gui-mui/gamedlgs.c M /branches/S2_1/client/gui-mui/helpdlg.c M /branches/S2_1/client/gui-mui/inteldlg.c M /branches/S2_1/client/gui-mui/mapclass.c M /branches/S2_1/client/gui-mui/mapview.c M /branches/S2_1/client/gui-mui/plrdlg.c M /branches/S2_1/client/gui-mui/repodlgs.c M /branches/S2_1/client/gui-sdl/citydlg.c M /branches/S2_1/client/gui-sdl/cityrep.c M /branches/S2_1/client/gui-sdl/dialogs.c M /branches/S2_1/client/gui-sdl/diplodlg.c M /branches/S2_1/client/gui-sdl/finddlg.c M /branches/S2_1/client/gui-sdl/gotodlg.c M /branches/S2_1/client/gui-sdl/helpdlg.c M /branches/S2_1/client/gui-sdl/inteldlg.c M /branches/S2_1/client/gui-sdl/mapview.c M /branches/S2_1/client/gui-sdl/menu.c M /branches/S2_1/client/gui-sdl/plrdlg.c M /branches/S2_1/client/gui-sdl/repodlgs.c M /branches/S2_1/client/gui-sdl/spaceshipdlg.c M /branches/S2_1/client/gui-sdl/wldlg.c M /branches/S2_1/client/gui-win32/connectdlg.c M /branches/S2_1/client/gui-win32/dialogs.c M /branches/S2_1/client/gui-win32/diplodlg.c M /branches/S2_1/client/gui-win32/happiness.c M /branches/S2_1/client/gui-win32/helpdlg.c M /branches/S2_1/client/gui-win32/inteldlg.c M /branches/S2_1/client/gui-win32/mapview.c M /branches/S2_1/client/gui-win32/menu.c M /branches/S2_1/client/gui-win32/plrdlg.c M /branches/S2_1/client/gui-win32/ratesdlg.c M /branches/S2_1/client/gui-win32/repodlgs.c M /branches/S2_1/client/gui-xaw/dialogs.c M /branches/S2_1/client/gui-xaw/diplodlg.c M /branches/S2_1/client/gui-xaw/graphics.c M /branches/S2_1/client/gui-xaw/helpdlg.c M /branches/S2_1/client/gui-xaw/inteldlg.c M /branches/S2_1/client/gui-xaw/menu.c M /branches/S2_1/client/gui-xaw/pages.c M /branches/S2_1/client/gui-xaw/plrdlg.c M /branches/S2_1/client/gui-xaw/ratesdlg.c M /branches/S2_1/client/gui-xaw/repodlgs.c M /branches/S2_1/client/helpdata.c M /branches/S2_1/client/packhand.c M /branches/S2_1/client/plrdlg_common.c M /branches/S2_1/client/repodlgs_common.c M /branches/S2_1/client/text.c M /branches/S2_1/client/tilespec.c M /branches/S2_1/common/city.c M /branches/S2_1/common/combat.c M /branches/S2_1/common/fc_types.h M /branches/S2_1/common/game.c M /branches/S2_1/common/government.c M /branches/S2_1/common/government.h M /branches/S2_1/common/improvement.c M /branches/S2_1/common/improvement.h M /branches/S2_1/common/nation.c M /branches/S2_1/common/nation.h M /branches/S2_1/common/requirements.c M /branches/S2_1/common/tech.c M /branches/S2_1/common/tech.h M /branches/S2_1/common/terrain.c M /branches/S2_1/common/terrain.h M /branches/S2_1/common/unittype.c M /branches/S2_1/manual/civmanual.c M /branches/S2_1/po/ar.po M /branches/S2_1/po/ca.po M /branches/S2_1/po/cs.po M /branches/S2_1/po/da.po M /branches/S2_1/po/de.po M /branches/S2_1/po/el.po M /branches/S2_1/po/en_GB.po M /branches/S2_1/po/es.po M /branches/S2_1/po/et.po M /branches/S2_1/po/fa.po M /branches/S2_1/po/fi.po M /branches/S2_1/po/fr.po M /branches/S2_1/po/he.po M /branches/S2_1/po/hu.po M /branches/S2_1/po/it.po M /branches/S2_1/po/ja.po M /branches/S2_1/po/lt.po M /branches/S2_1/po/nl.po M /branches/S2_1/po/no.po M /branches/S2_1/po/pl.po M /branches/S2_1/po/pt.po M /branches/S2_1/po/pt_BR.po M /branches/S2_1/po/ro.po M /branches/S2_1/po/ru.po M /branches/S2_1/po/sv.po M /branches/S2_1/po/uk.po M /branches/S2_1/po/zh_CN.po M /branches/S2_1/server/barbarian.c M /branches/S2_1/server/citytools.c M /branches/S2_1/server/cityturn.c M /branches/S2_1/server/diplhand.c M /branches/S2_1/server/diplomats.c M /branches/S2_1/server/gamehand.c M /branches/S2_1/server/generator/mapgen.c M /branches/S2_1/server/meta.c M /branches/S2_1/server/plrhand.c M /branches/S2_1/server/report.c M /branches/S2_1/server/ruleset.c M /branches/S2_1/server/sanitycheck.c M /branches/S2_1/server/savegame.c M /branches/S2_1/server/scripting/api.pkg M /branches/S2_1/server/scripting/api_find.c M /branches/S2_1/server/scripting/api_gen.c M /branches/S2_1/server/scripting/api_gen.h M /branches/S2_1/server/settlers.c M /branches/S2_1/server/spacerace.c M /branches/S2_1/server/srv_main.c M /branches/S2_1/server/stdinhand.c M /branches/S2_1/server/techtools.c M /branches/S2_1/server/unittools.c (PR#39426) BUG: government/nation name translation This time, I'll patch the S2_1 first, and trunk later. Standardizing the pairing of the translated and rule name strings: common/fc_types.h struct translation_cache Fixed several tests against ruleset name strings. Fixed some fc_mallocs of zero length, by adding 1, and changed to fc_callocs, as had been done elsewhere in ruleset.c. Fixed a fair number of incorrect plurals versus singular. Left most messages alone, but fixed a pair using "is" instead of "are" after a plural. Patched the msdid to match in all *.po, although some msgstr need to be updated. Still, they won't be any worse. Added some shortcut/combination functions for government/nation that have player pointers as parameters. Several already existed under more cryptic names. Hoping that these shortcuts will help encourage future programmers to use them, rather than skipping the access functions (using direct pointers). Plus the usual cleanup of translated names for untranslated log messages. This patch gets the verbose log down to only 57 lines loading rulesets! Sun, 01 Jul 2007 08:58:09 -0700 chrisk: Changed paths: M /branches/S2_1/po/de.po --help 4386 translated messages, 1 fuzzy translation. Sun, 01 Jul 2007 07:57:16 -0700 chrisk: Changed paths: M /branches/S2_1/po/de.po 4386 translated messages, 1 fuzzy translation. Sun, 01 Jul 2007 06:07:29 -0700 chrisk: Changed paths: M /branches/S2_1/po/de.po 4384 translated messages, 3 untranslated messages. Sat, 30 Jun 2007 04:48:10 -0700 chrisk: Changed paths: M /branches/S2_1/po/de.po 4379 translated messages, 8 untranslated messages. Fri, 29 Jun 2007 13:48:00 -0700 wsimpson: Changed paths: M /branches/S2_1/ai/advmilitary.c M /branches/S2_1/ai/aicity.c M /branches/S2_1/ai/aidiplomat.c M /branches/S2_1/ai/aitech.c M /branches/S2_1/ai/aitools.c M /branches/S2_1/client/agents/cma_fec.c M /branches/S2_1/client/citydlg_common.c M /branches/S2_1/client/cityrepdata.c M /branches/S2_1/client/climisc.c M /branches/S2_1/client/gui-gtk-2.0/citydlg.c M /branches/S2_1/client/gui-gtk-2.0/diplomat_dialog.c M /branches/S2_1/client/gui-gtk-2.0/helpdlg.c M /branches/S2_1/client/gui-gtk-2.0/repodlgs.c M /branches/S2_1/client/gui-gtk-2.0/wldlg.c M /branches/S2_1/client/gui-mui/citydlg.c M /branches/S2_1/client/gui-mui/dialogs.c M /branches/S2_1/client/gui-mui/helpdlg.c M /branches/S2_1/client/gui-mui/repodlgs.c M /branches/S2_1/client/gui-mui/worklistclass.c M /branches/S2_1/client/gui-sdl/citydlg.c M /branches/S2_1/client/gui-sdl/cityrep.c M /branches/S2_1/client/gui-sdl/diplomat_dialog.c M /branches/S2_1/client/gui-sdl/helpdlg.c M /branches/S2_1/client/gui-sdl/repodlgs.c M /branches/S2_1/client/gui-sdl/wldlg.c M /branches/S2_1/client/gui-win32/citydlg.c M /branches/S2_1/client/gui-win32/dialogs.c M /branches/S2_1/client/gui-win32/helpdlg.c M /branches/S2_1/client/gui-win32/repodlgs.c M /branches/S2_1/client/gui-win32/wldlg.c M /branches/S2_1/client/gui-xaw/citydlg.c M /branches/S2_1/client/gui-xaw/diplomat_dialog.c M /branches/S2_1/client/gui-xaw/helpdlg.c M /branches/S2_1/client/gui-xaw/repodlgs.c M /branches/S2_1/client/gui-xaw/wldlg.c M /branches/S2_1/client/helpdata.c M /branches/S2_1/client/mapctrl_common.c M /branches/S2_1/client/mapview_common.c M /branches/S2_1/client/packhand.c M /branches/S2_1/client/repodlgs_common.c M /branches/S2_1/client/reqtree.c M /branches/S2_1/client/text.c M /branches/S2_1/client/tilespec.c M /branches/S2_1/common/city.c M /branches/S2_1/common/effects.c M /branches/S2_1/common/game.c M /branches/S2_1/common/improvement.c M /branches/S2_1/common/improvement.h M /branches/S2_1/common/player.c M /branches/S2_1/common/requirements.c M /branches/S2_1/common/unittype.c M /branches/S2_1/common/worklist.c M /branches/S2_1/manual/civmanual.c M /branches/S2_1/server/cityhand.c M /branches/S2_1/server/citytools.c M /branches/S2_1/server/cityturn.c M /branches/S2_1/server/diplomats.c M /branches/S2_1/server/report.c M /branches/S2_1/server/ruleset.c M /branches/S2_1/server/savegame.c M /branches/S2_1/server/scripting/api.pkg M /branches/S2_1/server/scripting/api_find.c M /branches/S2_1/server/scripting/api_gen.c M /branches/S2_1/server/scripting/api_gen.h M /branches/S2_1/server/techtools.c M /branches/S2_1/server/unithand.c (PR#39424) BUG: improvement name translation trunk revision 13027. === Fixed several tests against ruleset name strings. Renamed name_orig to name_rule (the origin), and name to name_translated. Translated names are now only accessed via a central function. (The function existed, but not everybody used it.) Moved the translation into the accessor functions, as this seemed to be better than spread around in 3 places, especially as the other places in the code forgot to test for NULL and '\0' (empty string). Plus the usual cleanup of translated names for untranslated log messages. Fri, 29 Jun 2007 10:17:57 -0700 chrisk: Changed paths: M /branches/S2_1/po/de.po 4376 translated messages, 14 untranslated messages. Thu, 28 Jun 2007 22:18:01 -0700 wsimpson: Changed paths: M /branches/S2_1/ai/advdiplomacy.c M /branches/S2_1/ai/advdomestic.c M /branches/S2_1/ai/advmilitary.c M /branches/S2_1/ai/aiair.c M /branches/S2_1/ai/aicity.c M /branches/S2_1/ai/aidata.c M /branches/S2_1/ai/aidiplomat.c M /branches/S2_1/ai/aiexplorer.c M /branches/S2_1/ai/aiferry.c M /branches/S2_1/ai/aihunt.c M /branches/S2_1/ai/ailog.c M /branches/S2_1/ai/aiparatrooper.c M /branches/S2_1/ai/aisettler.c M /branches/S2_1/ai/aitech.c M /branches/S2_1/ai/aitools.c M /branches/S2_1/ai/aitools.h M /branches/S2_1/ai/aiunit.c M /branches/S2_1/client/agents/agents.c M /branches/S2_1/client/agents/cma_fec.c M /branches/S2_1/client/citydlg_common.c M /branches/S2_1/client/cityrepdata.c M /branches/S2_1/client/climisc.c M /branches/S2_1/client/control.c M /branches/S2_1/client/goto.c M /branches/S2_1/client/gui-ftwl/gui_text.c M /branches/S2_1/client/gui-ftwl/mapview.c M /branches/S2_1/client/gui-gtk-2.0/citydlg.c M /branches/S2_1/client/gui-gtk-2.0/dialogs.c M /branches/S2_1/client/gui-gtk-2.0/diplomat_dialog.c M /branches/S2_1/client/gui-gtk-2.0/helpdlg.c M /branches/S2_1/client/gui-gtk-2.0/repodlgs.c M /branches/S2_1/client/gui-gtk-2.0/wldlg.c M /branches/S2_1/client/gui-mui/citydlg.c M /branches/S2_1/client/gui-mui/dialogs.c M /branches/S2_1/client/gui-mui/gui_main.c M /branches/S2_1/client/gui-mui/helpdlg.c M /branches/S2_1/client/gui-mui/mapclass.c M /branches/S2_1/client/gui-mui/mapview.c M /branches/S2_1/client/gui-mui/repodlgs.c M /branches/S2_1/client/gui-mui/worklistclass.c M /branches/S2_1/client/gui-sdl/citydlg.c M /branches/S2_1/client/gui-sdl/cityrep.c M /branches/S2_1/client/gui-sdl/dialogs.c M /branches/S2_1/client/gui-sdl/diplomat_dialog.c M /branches/S2_1/client/gui-sdl/helpdlg.c M /branches/S2_1/client/gui-sdl/mapview.c M /branches/S2_1/client/gui-sdl/menu.c M /branches/S2_1/client/gui-sdl/wldlg.c M /branches/S2_1/client/gui-win32/citydlg.c M /branches/S2_1/client/gui-win32/dialogs.c M /branches/S2_1/client/gui-win32/helpdlg.c M /branches/S2_1/client/gui-win32/menu.c M /branches/S2_1/client/gui-win32/repodlgs.c M /branches/S2_1/client/gui-win32/wldlg.c M /branches/S2_1/client/gui-xaw/citydlg.c M /branches/S2_1/client/gui-xaw/diplomat_dialog.c M /branches/S2_1/client/gui-xaw/helpdlg.c M /branches/S2_1/client/gui-xaw/repodlgs.c M /branches/S2_1/client/gui-xaw/wldlg.c M /branches/S2_1/client/helpdata.c M /branches/S2_1/client/mapctrl_common.c M /branches/S2_1/client/mapview_common.c M /branches/S2_1/client/packhand.c M /branches/S2_1/client/repodlgs_common.c M /branches/S2_1/client/text.c M /branches/S2_1/client/tilespec.c M /branches/S2_1/common/aicore/aisupport.c M /branches/S2_1/common/aicore/caravan.c M /branches/S2_1/common/aicore/citymap.c M /branches/S2_1/common/aicore/pf_tools.c M /branches/S2_1/common/city.c M /branches/S2_1/common/combat.c M /branches/S2_1/common/effects.c M /branches/S2_1/common/game.c M /branches/S2_1/common/idex.c M /branches/S2_1/common/map.c M /branches/S2_1/common/movement.c M /branches/S2_1/common/requirements.c M /branches/S2_1/common/tech.c M /branches/S2_1/common/terrain.c M /branches/S2_1/common/unit.c M /branches/S2_1/common/unit.h M /branches/S2_1/common/unitlist.c M /branches/S2_1/common/unittype.c M /branches/S2_1/common/unittype.h M /branches/S2_1/common/worklist.c M /branches/S2_1/server/barbarian.c M /branches/S2_1/server/cityhand.c M /branches/S2_1/server/citytools.c M /branches/S2_1/server/cityturn.c M /branches/S2_1/server/diplomats.c M /branches/S2_1/server/gamehand.c M /branches/S2_1/server/gotohand.c M /branches/S2_1/server/maphand.c M /branches/S2_1/server/report.c M /branches/S2_1/server/ruleset.c M /branches/S2_1/server/sanitycheck.c M /branches/S2_1/server/savegame.c M /branches/S2_1/server/scripting/api.pkg M /branches/S2_1/server/scripting/api_find.c M /branches/S2_1/server/scripting/api_gen.c M /branches/S2_1/server/scripting/api_gen.h M /branches/S2_1/server/scripting/api_methods.c M /branches/S2_1/server/settlers.c M /branches/S2_1/server/srv_main.c M /branches/S2_1/server/stdinhand.c M /branches/S2_1/server/unithand.c M /branches/S2_1/server/unittools.c (PR#39421) BUG: unit_type name translation trunk revision 13024. === Fixed several tests against ruleset name strings. Renamed name_orig to name_rule (the origin), and name to name_translated. Translated names are now only accessed via a central function. (The function existed, but not everybody used it.) Moved the translation into the accessor functions, as this seemed to be better than spread around in 3 places, especially as the other places in the code forgot to test for NULL and '\0' (empty string). Standardized and simplified some parallel function names: unit_* take a unit parameter utype_* take a unit_type parameter, or return a unit_type result. uclass_* take a unit_class parameter, or return a unit_class result. renamed unit->type to ->utype, fixing references to use unit_type(). renamed unit_type->class to ->uclass, fixing references to use unit_class(), as "class" is reserved in C++. Still more uses of class and Class remain. Tue, 26 Jun 2007 16:04:09 -0700 dmarks: Changed paths: M /branches/S2_1/po/lt.po mark misformated strings in lt.po as fuzzy Mon, 25 Jun 2007 08:41:08 -0700 stikonas: Changed paths: M /branches/S2_1/po/lt.po More translations by Andrius Štikonas & Mindaugas Šukys. Sun, 24 Jun 2007 13:58:48 -0700 wsimpson: Changed paths: M /branches/S2_1/server/savegame.c (PR#39365) 2.1.0b4 random number seed not restored correctly trunk revision 13019. === Save and restore per city randomly determined turn numbers. These are for evalating buildings, and searching for founder sites. Hopefully, these will assist with reproducable errors in future savegames. Currently, many reports with non-reproducable errors! Sun, 24 Jun 2007 10:27:36 -0700 wsimpson: Changed paths: M /branches/S2_1/client/reqtree.c (PR#39409) Technology tree (reqtree.c) edge colors trunk revision 13017. === Add 2 more edge colors of the 6 node colors, for "reachable" and "researching". Sun, 24 Jun 2007 08:08:19 -0700 wsimpson: Changed paths: M /branches/S2_1/client/colors_common.c M /branches/S2_1/client/colors_common.h M /branches/S2_1/client/reqtree.c M /branches/S2_1/data/misc/colors.tilespec (PR#39409) Technology tree (reqtree.c) edge colors patch by "Ulrik Sverdrup" trunk revision 13015. Also, apparent bug fix by jdorje: Don't use canvas_put_rectangle to draw a line; use canvas_put_line instead. Patch by Patrick Guimond as part of PR#16431. trunk revision 11887. Sat, 23 Jun 2007 07:48:13 -0700 wsimpson: Changed paths: M /branches/S2_1/client/reqtree.c (PR#39411) [patch] gov icons in tech tree show up misaligned The patch is to get_sprite_dimensions before canvas_draw_sprite_full, which was probably intended all the time. Also, fixed some indentation here. Tue, 19 Jun 2007 16:49:52 -0700 wsimpson: Changed paths: M /branches/S2_1/client/tilespec.c (PR#39388) S2_1 trident missing t.ocean1 (PR#39397) 2.1.0 Beta missing graphics for trident Ocean and tech Nichts Attempted to load blending graphic for trident, although it has no blending. Found with stricter tests and more verbose logging. The problem had already been fixed in trunk months ago. Tue, 19 Jun 2007 11:15:35 -0700 wsimpson: Changed paths: M /branches/S2_1/client/packhand.c (PR#39406) correct misspelling in DEBUG section Sun, 17 Jun 2007 19:49:08 -0700 wsimpson: Changed paths: M /branches/S2_1/ai/advdiplomacy.c M /branches/S2_1/ai/ailog.c M /branches/S2_1/ai/aiparatrooper.c M /branches/S2_1/ai/aitech.c M /branches/S2_1/client/climisc.c M /branches/S2_1/client/gui-gtk-2.0/diplodlg.c M /branches/S2_1/client/gui-gtk-2.0/diplomat_dialog.c M /branches/S2_1/client/gui-gtk-2.0/helpdlg.c M /branches/S2_1/client/gui-gtk-2.0/inteldlg.c M /branches/S2_1/client/gui-gtk-2.0/repodlgs.c M /branches/S2_1/client/gui-mui/helpdlg.c M /branches/S2_1/client/gui-mui/inteldlg.c M /branches/S2_1/client/gui-sdl/gui_tilespec.c M /branches/S2_1/client/gui-sdl/inteldlg.c M /branches/S2_1/client/gui-sdl/mapview.c M /branches/S2_1/client/gui-sdl/repodlgs.c M /branches/S2_1/client/gui-win32/helpdlg.c M /branches/S2_1/client/gui-win32/inteldlg.c M /branches/S2_1/client/gui-win32/repodlgs.c M /branches/S2_1/client/gui-xaw/helpdlg.c M /branches/S2_1/client/gui-xaw/inteldlg.c M /branches/S2_1/client/gui-xaw/repodlgs.c M /branches/S2_1/client/helpdata.c M /branches/S2_1/client/packhand.c M /branches/S2_1/client/reqtree.c M /branches/S2_1/client/text.c M /branches/S2_1/client/tilespec.c M /branches/S2_1/common/game.c M /branches/S2_1/common/requirements.c M /branches/S2_1/common/tech.c M /branches/S2_1/common/tech.h M /branches/S2_1/manual/civmanual.c M /branches/S2_1/server/cityturn.c M /branches/S2_1/server/diplhand.c M /branches/S2_1/server/plrhand.c M /branches/S2_1/server/ruleset.c M /branches/S2_1/server/savegame.c M /branches/S2_1/server/scripting/api.pkg M /branches/S2_1/server/scripting/api_find.c M /branches/S2_1/server/scripting/api_gen.c M /branches/S2_1/server/scripting/api_gen.h M /branches/S2_1/server/techtools.c M /branches/S2_1/server/unittools.c (PR#39389) BUG: technology/advance name translation (PR#39386) cleanup tilespec.c This is trunk revisions 13000 and 12976 pulled up to S2_1. === Tests were fairly inconsistent, sometimes testing against ruleset name string, others against translated name. Renamed name_orig to name_rule (the origin), and name to name_translated. Translated names are now only accessed via a central function. (The function existed, but not everybody used it.) Moved the translation into the accessor functions, as this seemed to be better than spread around in 3 places, especially as the other places in the code forgot to test for NULL and '\0' (empty string). After much discussion, removed most freelog translation for ruleset and savegame. === if{} or {} had been added around major sections of code without reindenting. Also, several levels of alternating ifs and switches, where fewer levels will work with just a bit of code duplication or adding a subroutine -- making the code considerably clearer! Log messages show a couple of blanks (such as, unused alt graphics names) -- needed \"%s\" in the format. After much discussion, removed most freelog translation for tilespec. Fri, 15 Jun 2007 11:09:55 -0700 wsimpson: Changed paths: M /branches/S2_1/client/gui-gtk-2.0/pages.c M /branches/S2_1/data/scenario/tutorial.sav M /branches/S2_1/utility/registry.c (PR#39364) 2.1.0b4 crash on opening scenarios screen (PR#39396) BUG: 2.1.0b4 section_file_load_section This code has *never* worked: PR#14243 committed in revision 11100 (Sun, 09 Oct 2005) 20 months ago. Fri, 15 Jun 2007 06:46:26 -0700 evyscr: Changed paths: M /branches/S2_1/po/ru.po Fix double 'msgid' - make update-po works again. Tue, 12 Jun 2007 17:31:16 -0700 wsimpson: Changed paths: M /branches/S2_1/client/cityrepdata.c M /branches/S2_1/client/gui-gtk-2.0/cityrep.c M /branches/S2_1/client/gui-win32/cityrep.c M /branches/S2_1/client/gui-xaw/cityrep.c M /branches/S2_1/client/options.c M /branches/S2_1/po/ar.po M /branches/S2_1/po/ca.po M /branches/S2_1/po/cs.po M /branches/S2_1/po/da.po M /branches/S2_1/po/de.po M /branches/S2_1/po/el.po M /branches/S2_1/po/en_GB.po M /branches/S2_1/po/es.po M /branches/S2_1/po/et.po M /branches/S2_1/po/fa.po M /branches/S2_1/po/fi.po M /branches/S2_1/po/fr.po M /branches/S2_1/po/he.po M /branches/S2_1/po/hu.po M /branches/S2_1/po/it.po M /branches/S2_1/po/ja.po M /branches/S2_1/po/lt.po M /branches/S2_1/po/nl.po M /branches/S2_1/po/no.po M /branches/S2_1/po/pl.po M /branches/S2_1/po/pt.po M /branches/S2_1/po/pt_BR.po M /branches/S2_1/po/ro.po M /branches/S2_1/po/ru.po M /branches/S2_1/po/sv.po M /branches/S2_1/po/uk.po M /branches/S2_1/po/zh_CN.po (PR#39385) RFE: Buy column on Cities report This is trunk revision 12987 pulled up to S2_1. === Hand modified/split existing "(Stock,Target,Turns,Buy)" into separate "?Stock/Target:(Have/Need)" and "Turns/Buy". Moved the city name into the middle to keep in view when viewing production. All the happiness and growth (and units) are now to the left. All the science, production, and trade are now to the right. As an artifact of old initialization, specialists occured at the far right, after the buildings. Moved them to the far left with other such items. Found that translators weren't very careful about keeping column widths, or using abbreviations, so added some more comments to qualifiers, where they'll hopefully see them, such as: "?Production loss (waste) [short]:-P" Fixed a number of errors in the .po files where some mechanical translation had modified various %d and %s into something else. Fixed those that I saw, but many more might remain. These files are HUGE.... Found that in some cases, the .po files differ from trunk to S2_1. Where conflicts, used the version with the later translation date at the top (usually S2_1). Only fixed messages near this report. Any more should be done by the language translaters. Sun, 10 Jun 2007 06:13:01 -0700 per: Changed paths: M /branches/S2_1/doc/README S2_1: Update information about gna.org lists and freenode irc channels. Sun, 10 Jun 2007 04:56:18 -0700 per: Changed paths: M /branches/S2_1/client/gui-sdl/gui_main.c Fix S2_1 compile of gui-sdl, reported by Daniel Markstedt in PR#39390 Fri, 08 Jun 2007 17:49:10 -0700 wsimpson: Changed paths: M /branches/S2_1/client/gui-gtk-2.0/helpdlg.c M /branches/S2_1/client/gui-win32/helpdlg.c M /branches/S2_1/client/gui-xaw/helpdlg.c M /branches/S2_1/common/combat.c M /branches/S2_1/common/terrain.c M /branches/S2_1/common/terrain.h M /branches/S2_1/common/tile.c M /branches/S2_1/common/tile.h M /branches/S2_1/manual/civmanual.c M /branches/S2_1/server/generator/mapgen.c M /branches/S2_1/server/maphand.h M /branches/S2_1/server/ruleset.c M /branches/S2_1/server/savegame.c (PR#39383) BUG: terrain and resource name translation This is trunk revision 12977 pulled up to S2_1. Virtually identical. === Remaining "const struct resource *" caused 1 warning, and a report that gcc 4.1 (or a stricter compile option) escalated it to a compile error. Most "const" removed; 5 remain in function parameters, causing no warnings. Tue, 05 Jun 2007 09:24:57 -0700 joedalton: Changed paths: M /branches/S2_1/po/da.po New translated strings Tue, 05 Jun 2007 05:09:47 -0700 wsimpson: Changed paths: M /branches/S2_1/client/colors_common.c M /branches/S2_1/client/gui-gtk-2.0/helpdlg.c M /branches/S2_1/client/gui-mui/helpdlg.c M /branches/S2_1/client/gui-win32/helpdlg.c M /branches/S2_1/client/gui-xaw/helpdlg.c M /branches/S2_1/client/helpdata.c M /branches/S2_1/client/packhand.c M /branches/S2_1/client/tilespec.c M /branches/S2_1/common/combat.c M /branches/S2_1/common/game.c M /branches/S2_1/common/requirements.c M /branches/S2_1/common/terrain.c M /branches/S2_1/common/terrain.h M /branches/S2_1/common/tile.c M /branches/S2_1/manual/civmanual.c M /branches/S2_1/server/cityturn.c M /branches/S2_1/server/generator/mapgen.c M /branches/S2_1/server/ruleset.c M /branches/S2_1/server/sanitycheck.c M /branches/S2_1/server/savegame.c M /branches/S2_1/server/scripting/api.pkg M /branches/S2_1/server/scripting/api_find.c M /branches/S2_1/server/scripting/api_gen.c M /branches/S2_1/server/unittools.c (PR#39383) BUG: terrain and resource name translation This is trunk revision 12972 pulled up to S2_1. However, where existing translated strings already exist, they are painstakingly maintained. === Tests were wildly inconsistent, sometimes testing against ruleset name string, others against translated name. Renamed name_orig to name_rule (the origin), and name to name_translated. Translated names are now only accessed via a central function. (The function existed, but not everybody used it.) Moved the translation into the accessor functions, as this seemed to be better than spread around in 3 places, especially as the other places in the code forgot to test for NULL and '\0' (empty string). Tue, 29 May 2007 06:07:13 -0700 wsimpson: Changed paths: M /branches/S2_1/common/city.c M /branches/S2_1/server/ruleset.c M /branches/S2_1/server/savegame.c M /branches/S2_1/utility/rand.c M /branches/S2_1/utility/rand.h Pullup trunk revision 12968 (equivalent) (PR#39365) more myrand debug logging. Set again after all savegame loading, as some initialization routines inexplicably randomize (future fix). Also, initialize ai.founder_boat (found along the way). (PR#39372) fix misspelled celebrate_size_limit (also found along the way). Fri, 25 May 2007 07:22:23 -0700 dmarks: Changed paths: M /branches/S2_1/po/pt_BR.po Translation by Jose Carlos Medeiros (2757 translated messages, 1033 fuzzy translations, 638 untranslated messages) Thu, 17 May 2007 10:25:52 -0700 per: Changed paths: M /branches/S2_1/server/stdinhand.c Make sure votes cannot be started in pregame, and not be observers. Patch by pepeto in PR#39368. S2_1. Thu, 17 May 2007 09:35:33 -0700 per: Changed paths: M /branches/S2_1/client/agents/cma_core.c M /branches/S2_1/client/gui-gtk-2.0/gui_main.c M /branches/S2_1/client/gui-mui/gui_main.c M /branches/S2_1/client/gui-xaw/gui_main.c M /branches/S2_1/client/tilespec.c M /branches/S2_1/common/fc_types.h M /branches/S2_1/configure.ac M /branches/S2_1/data/helpdata.txt M /branches/S2_1/doc/BUGS M /branches/S2_1/doc/sv/BUGS.sv M /branches/S2_1/manual/civmanual.c M /branches/S2_1/server/civserver.c M /branches/S2_1/utility/registry.c Replace bug email with bug URL. See PR#39329. S2_1. Sun, 13 May 2007 08:20:31 -0700 per: Changed paths: M /branches/S2_1/ai/aiunit.c Fix fstk crash if it seems that enemy cannot build defender against us. Patch by Marko in PR#38322. Sun, 13 May 2007 06:18:00 -0700 per: Changed paths: M /branches/S2_1/client/gui-gtk-2.0/gui_main.c M /branches/S2_1/client/gui-gtk-2.0/mapctrl.c Add ability to scroll the main map using mouse or touchpad. Patch by "Tux P" . Sat, 12 May 2007 16:03:16 -0700 per: Changed paths: M /branches/S2_1/data/nation/australian.ruleset M /branches/S2_1/data/nation/bosnia.ruleset M /branches/S2_1/data/nation/british.ruleset M /branches/S2_1/data/nation/carthaginian.ruleset M /branches/S2_1/data/nation/colombian.ruleset M /branches/S2_1/data/nation/cuban.ruleset M /branches/S2_1/data/nation/greek.ruleset M /branches/S2_1/data/nation/maori.ruleset M /branches/S2_1/data/nation/soviet.ruleset M /branches/S2_1/data/nation/spanish.ruleset M /branches/S2_1/data/nation/texan.ruleset M /branches/S2_1/data/nation/zulu.ruleset Nations cleanup. Set correct eol-style, and fix civil war nations that are misspelled. See PR#39367. For S2_1. Sat, 12 May 2007 14:00:14 -0700 per: Changed paths: M /branches/S2_1/ai/advmilitary.c Fix kill_something_with() crash when enemy cannot build new defending unit. See PR#38376. Patch by Marko Lindqvist. For S2_1. Sat, 12 May 2007 10:35:45 -0700 per: Changed paths: M /branches/S2_1/data/default/game.ruleset Make default team names match number given to team command to reduce player confusion. See PR#39343. Reported by Karl-Ingo Friese. Sat, 12 May 2007 10:18:37 -0700 per: Changed paths: M /branches/S2_1/data/civ2/buildings.ruleset Fix icon for Aqueduct in civ2 ruleset. See PR#39348. Sat, 12 May 2007 06:21:09 -0700 per: Changed paths: M /branches/S2_1/server/stdinhand.c Make sure /take and /observe work correctly when usernames involved are similar by quoting them. Patch by Pepeto in PR#39130. For S2_1. Sat, 12 May 2007 05:28:15 -0700 per: Changed paths: M /branches/S2_1/client/gui-gtk-2.0/pages.c M /branches/S2_1/server/stdinhand.c Make sure we do not change the username of a player when we cut a user observering that player. Patch in PR#39129 by Pepeto. Sat, 12 May 2007 04:55:58 -0700 per: Changed paths: M /branches/S2_1/client/control.c M /branches/S2_1/client/goto.c Fix bug that prevented the explode nuke command from working as apparently intended. See PR#39126 for full discussion. Sat, 05 May 2007 16:27:29 -0700 jdorje: Changed paths: M /branches/S2_1/common/player.c Fix bug preventing units crossing into allied territory. Reported by many in PR#39353. Fri, 04 May 2007 07:25:15 -0700 elmo: Changed paths: M /branches/S2_1/po/et.po Some minor corrections Tue, 17 Apr 2007 11:13:08 -0700 jdorje: Changed paths: M /branches/S2_1/server/plrhand.c Call va_start anew each time before using a va_arg. Report and patch by Eric McDonald as part of PR#39328. Mon, 16 Apr 2007 12:52:37 -0700 joedalton: Changed paths: M /branches/S2_1/po/da.po New translated strings Sun, 15 Apr 2007 21:50:10 -0700 jdorje: Changed paths: M /branches/S2_1/server/plrhand.c Call va_start anew each time before using a va_arg. Report and patch by Eric McDonald in PR#39328. Fri, 13 Apr 2007 16:16:04 -0700 elmo: Changed paths: M /branches/S2_1/po/et.po I was bored again Thu, 12 Apr 2007 06:02:25 -0700 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/citydlg.c M /branches/S2_1/client/gui-sdl/cityrep.c M /branches/S2_1/client/gui-sdl/repodlgs.c M /branches/S2_1/client/gui-sdl/widget_scrollbar.c Fix two more dialogs that weren't destroyed correctly. Reported by Stephen Bridges in PR#39324, patch by me. Tue, 10 Apr 2007 08:56:40 -0700 stikonas: Changed paths: M /branches/S2_1/po/lt.po Corrected translation bug Mon, 09 Apr 2007 17:21:45 -0700 dmarks: Changed paths: M /branches/S2_1/data/flags/byzantium-shield.png M /branches/S2_1/data/flags/byzantium.png M /branches/S2_1/data/flags/byzantium.svg M /branches/S2_1/data/misc/flags.spec New Byzantine flag; image by Dragases (PR#39327) Sun, 08 Apr 2007 04:26:58 -0700 stikonas: Changed paths: M /branches/S2_1/po/lt.po More translations. Mon, 02 Apr 2007 17:58:19 -0700 dmarks: Changed paths: M /branches/S2_1/po/he.po Improved Hebrew localization, sent to me by Chen Levy 2360 translated messages, 2058 untranslated messages. Sat, 31 Mar 2007 16:03:12 -0800 dmarks: Changed paths: M /branches/S2_1/data/helpdata.txt fix gettext warnings Sat, 31 Mar 2007 13:54:57 -0800 jdorje: Changed paths: M /branches/S2_1/data/buildings M /branches/S2_1/data/hex2t M /branches/S2_1/data/wonders Fix svn:ignore. Sat, 31 Mar 2007 13:31:05 -0800 jdorje: Changed paths: M /branches/S2_1/version.in Bump version to beta4. Sat, 31 Mar 2007 13:24:20 -0800 jdorje: Changed paths: M /branches/S2_1/po/ar.po M /branches/S2_1/po/ca.po M /branches/S2_1/po/cs.po M /branches/S2_1/po/da.po M /branches/S2_1/po/de.po M /branches/S2_1/po/el.po M /branches/S2_1/po/en_GB.po M /branches/S2_1/po/es.po M /branches/S2_1/po/et.po M /branches/S2_1/po/fa.po M /branches/S2_1/po/fi.po M /branches/S2_1/po/fr.po M /branches/S2_1/po/he.po M /branches/S2_1/po/hu.po M /branches/S2_1/po/it.po M /branches/S2_1/po/ja.po M /branches/S2_1/po/lt.po M /branches/S2_1/po/nl.po M /branches/S2_1/po/no.po M /branches/S2_1/po/pl.po M /branches/S2_1/po/pt.po M /branches/S2_1/po/pt_BR.po M /branches/S2_1/po/ro.po M /branches/S2_1/po/ru.po M /branches/S2_1/po/sv.po M /branches/S2_1/po/uk.po M /branches/S2_1/po/zh_CN.po Changes after 'make dist'. Sat, 31 Mar 2007 11:08:05 -0800 stikonas: Changed paths: M /branches/S2_1/po/lt.po More translations. Sat, 31 Mar 2007 04:57:01 -0800 per: Changed paths: M /branches/S2_1/common/movement.c M /branches/S2_1/common/player.c M /branches/S2_1/common/player.h M /branches/S2_1/common/unit.h M /branches/S2_1/server/unithand.c Forbid military units from entering through the borders of another nation that you are at peace with. From patch by Jason in PR#12232. Backport to S2_1. Wed, 28 Mar 2007 19:22:17 -0800 dmarks: Changed paths: M /branches/S2_1/data/civ1/governments.ruleset M /branches/S2_1/data/civ2/governments.ruleset M /branches/S2_1/data/default/governments.ruleset Change default despotism title (PR#38046) Tue, 27 Mar 2007 12:56:42 -0800 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/chatline.c M /branches/S2_1/client/gui-sdl/citydlg.c M /branches/S2_1/client/gui-sdl/cma_fe.c M /branches/S2_1/client/gui-sdl/dialogs.c M /branches/S2_1/client/gui-sdl/diplomat_dialog.c M /branches/S2_1/client/gui-sdl/gui_main.h M /branches/S2_1/client/gui-sdl/helpdlg.c M /branches/S2_1/client/gui-sdl/mapctrl.c M /branches/S2_1/client/gui-sdl/mapctrl.h M /branches/S2_1/client/gui-sdl/mapview.c M /branches/S2_1/client/gui-sdl/mapview.h M /branches/S2_1/client/gui-sdl/messagewin.c M /branches/S2_1/client/gui-sdl/optiondlg.c M /branches/S2_1/client/gui-sdl/repodlgs.c M /branches/S2_1/client/gui-sdl/wldlg.c some cleanup Mon, 26 Mar 2007 01:06:16 -0800 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/mapview.c Fix the blitting order in the unit info panel. Mon, 26 Mar 2007 00:50:56 -0800 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/canvas.c Implement canvas_put_sprite_fogged(). Reported by Daniel Markstedt in PR#38196, patch by me. Sun, 25 Mar 2007 14:58:34 -0800 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/menu.c Revert previous commit (applied to trunk only). Sun, 25 Mar 2007 14:54:13 -0800 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/menu.c ACTIVITY_FORTRESS -> BASE_FORTRESS ACTIVITY_AIRBASE -> BASE_AIRBASE See PR#37611 Sun, 25 Mar 2007 12:28:25 -0800 per: Changed paths: M /branches/S2_1/common/aicore/pf_tools.c Band-aid fix for problem described in PR#15097 that prevents air units from using goto to move as expected or attack. Allow movement anywhere as long as we have movement points to return, and allow attacks, even suicidal ones. Backport from trunk. Sun, 25 Mar 2007 12:04:47 -0800 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/optiondlg.c Fix a problem with the "fullscreen" option in the video options dialog. Reported by Christopher Spiewak in PR#38552, patch by me. Sun, 25 Mar 2007 11:57:56 -0800 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/diplomat_dialog.c Fix a crash when trying to incite a revolt. Reported by Lauri Uotinen in PR#38548, patch by me. Sun, 25 Mar 2007 11:55:34 -0800 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/citydlg.c Fix a crash in the "Sell improvement" dialog. Reported by Lauri Uotinen in PR#38545, patch by me. Sun, 25 Mar 2007 11:51:43 -0800 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/canvas.c M /branches/S2_1/client/gui-sdl/canvas.h M /branches/S2_1/client/gui-sdl/citydlg.c M /branches/S2_1/client/gui-sdl/mapview.c Fix blitting of unit sprites in the city dialog garrison panel. Reported by Daniel Markstedt in PR#38197, patch by me. Sun, 25 Mar 2007 05:39:57 -0800 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/cma_fe.c M /branches/S2_1/common/packets_gen.c M /branches/S2_1/common/packets_gen.h Fix deletion of the preset select dialog in the city governor dialog. Patch by John Lenton in PR#38808. Sun, 18 Mar 2007 23:56:24 -0800 cazfi: Changed paths: M /branches/S2_1/ai/aicity.c M /branches/S2_1/client/gui-sdl/mapview.c M /branches/S2_1/client/packhand.c M /branches/S2_1/client/tilespec.c M /branches/S2_1/common/city.c M /branches/S2_1/common/city.h M /branches/S2_1/common/effects.c M /branches/S2_1/common/effects.h M /branches/S2_1/common/packets.def M /branches/S2_1/data/civ1/effects.ruleset M /branches/S2_1/data/civ2/effects.ruleset M /branches/S2_1/data/default/effects.ruleset M /branches/S2_1/doc/README.effects M /branches/S2_1/server/citytools.c M /branches/S2_1/server/maphand.h M /branches/S2_1/server/savegame.c M /branches/S2_1/version.in Added effect "Visible_Walls" Use it instead of "Defend_Bonus" to determine if client should use walled graphics for city. This fixes problems that walls get drawn when city has no walls, but has "Defend_Bonus" effect. See #37977 Sun, 18 Mar 2007 16:41:53 -0800 dmarks: Changed paths: M /branches/S2_1/data/flags/ottoman-shield.png M /branches/S2_1/data/flags/ottoman.png M /branches/S2_1/data/flags/ottoman.svg M /branches/S2_1/data/wonders/isaac_newtons_college.png tweaks to some graphics Sun, 18 Mar 2007 13:26:46 -0800 cazfi: Changed paths: M /branches/S2_1/ai/advmilitary.c Fix process_defender_want() crash when city cannot build any kind of defending unit. See #38318 Sun, 18 Mar 2007 01:17:32 -0800 cazfi: Changed paths: M /branches/S2_1/common/player.c M /branches/S2_1/server/savegame.c Assign nations to players by set_player_nation() when loading saved game. This helps keeping player->nation->player consistent. See #38193 Fri, 16 Mar 2007 21:29:32 -0800 cazfi: Changed paths: M /branches/S2_1/autogen.sh Fixed autogen.sh to handle multiple installed versions of the same tool. Requested by Sini Ruohomaa in #12560 Patch by Tommi Björkbacka Fri, 16 Mar 2007 21:22:20 -0800 cazfi: Changed paths: M /branches/S2_1/doc/PEOPLE Added Tommi Björkbacka to PEOPLE. His patch was committed as part of another commit and svn changelog failed to credit him. So his name was never collected from changelog to PEOPLE. Fri, 16 Mar 2007 20:21:09 -0800 cazfi: Changed paths: M /branches/S2_1/client/gui-gtk-2.0/helpdlg.c Fixed bug that caused wrong buildings to be listed as allowed by tech in tech help dialog. See #37966 Fri, 16 Mar 2007 19:19:52 -0800 cazfi: Changed paths: M /branches/S2_1/ai/aicity.c Fixed AI evaluation of "Upgrade_Unit" effect See #37851 Thu, 15 Mar 2007 03:11:32 -0800 cazfi: Changed paths: M /branches/S2_1/configure.ac M /branches/S2_1/m4/version.m4 M /branches/S2_1/version.in Fixed autoconf handling of commas and spaces in network capability string. See #38126 Wed, 14 Mar 2007 19:11:49 -0800 dmarks: Changed paths: M /branches/S2_1/configure.ac M /branches/S2_1/data/Makefile.am M /branches/S2_1/data/amplio/Makefile.am A /branches/S2_1/data/amplio/buildings.spec A /branches/S2_1/data/amplio/wonders.spec M /branches/S2_1/data/amplio.tilespec A /branches/S2_1/data/buildings A /branches/S2_1/data/buildings/Makefile.am A /branches/S2_1/data/buildings/airport.png A /branches/S2_1/data/buildings/aqueduct.png A /branches/S2_1/data/buildings/bank.png A /branches/S2_1/data/buildings/barracks_i.png A /branches/S2_1/data/buildings/barracks_ii.png A /branches/S2_1/data/buildings/barracks_iii.png A /branches/S2_1/data/buildings/capitalization.png A /branches/S2_1/data/buildings/cathedral.png A /branches/S2_1/data/buildings/city_walls.png A /branches/S2_1/data/buildings/coastal_defense.png A /branches/S2_1/data/buildings/colosseum.png A /branches/S2_1/data/buildings/courthouse.png A /branches/S2_1/data/buildings/factory.png A /branches/S2_1/data/buildings/granary.png A /branches/S2_1/data/buildings/harbor.png A /branches/S2_1/data/buildings/hydro_plant.png A /branches/S2_1/data/buildings/library.png A /branches/S2_1/data/buildings/marketplace.png A /branches/S2_1/data/buildings/mass_transit.png A /branches/S2_1/data/buildings/mfg_plant.png A /branches/S2_1/data/buildings/nuclear_plant.png A /branches/S2_1/data/buildings/offshore_platform.png A /branches/S2_1/data/buildings/palace.png A /branches/S2_1/data/buildings/police_station.png A /branches/S2_1/data/buildings/port_facility.png A /branches/S2_1/data/buildings/power_plant.png A /branches/S2_1/data/buildings/recycling_center.png A /branches/S2_1/data/buildings/research_lab.png A /branches/S2_1/data/buildings/sam_battery.png A /branches/S2_1/data/buildings/sdi_defense.png A /branches/S2_1/data/buildings/sewer_system.png A /branches/S2_1/data/buildings/solar_plant.png A /branches/S2_1/data/buildings/space_component.png A /branches/S2_1/data/buildings/space_modules.png A /branches/S2_1/data/buildings/space_structural.png A /branches/S2_1/data/buildings/stock_exchange.png A /branches/S2_1/data/buildings/super_highways.png A /branches/S2_1/data/buildings/supermarket.png A /branches/S2_1/data/buildings/temple.png A /branches/S2_1/data/buildings/university.png A /branches/S2_1/data/hex2t A /branches/S2_1/data/hex2t/Makefile.am A /branches/S2_1/data/hex2t/grid.png A /branches/S2_1/data/hex2t/grid.spec A /branches/S2_1/data/hex2t/items.png A /branches/S2_1/data/hex2t/items.spec A /branches/S2_1/data/hex2t/overlays.png A /branches/S2_1/data/hex2t/overlays.spec A /branches/S2_1/data/hex2t/select.png A /branches/S2_1/data/hex2t/select.spec A /branches/S2_1/data/hex2t/tiles.png A /branches/S2_1/data/hex2t/tiles.spec A /branches/S2_1/data/hex2t.tilespec A /branches/S2_1/data/wonders A /branches/S2_1/data/wonders/Makefile.am A /branches/S2_1/data/wonders/apollo_program.png A /branches/S2_1/data/wonders/asmiths_trading_co.png A /branches/S2_1/data/wonders/colossus.png A /branches/S2_1/data/wonders/copernicus_observatory.png A /branches/S2_1/data/wonders/cure_for_cancer.png A /branches/S2_1/data/wonders/darwins_voyage.png A /branches/S2_1/data/wonders/eiffel_tower.png A /branches/S2_1/data/wonders/great_library.png A /branches/S2_1/data/wonders/great_wall.png A /branches/S2_1/data/wonders/hanging_gardens.png A /branches/S2_1/data/wonders/hoover_dam.png A /branches/S2_1/data/wonders/isaac_newtons_college.png A /branches/S2_1/data/wonders/js_bachs_cathedral.png A /branches/S2_1/data/wonders/king_richards_crusade.png A /branches/S2_1/data/wonders/leonardos_workshop.png A /branches/S2_1/data/wonders/lighthouse.png A /branches/S2_1/data/wonders/magellans_expedition.png A /branches/S2_1/data/wonders/manhattan_project.png A /branches/S2_1/data/wonders/marco_polos_embassy.png A /branches/S2_1/data/wonders/michelangelos_chapel.png A /branches/S2_1/data/wonders/oracle.png A /branches/S2_1/data/wonders/pyramids.png A /branches/S2_1/data/wonders/seti_program.png A /branches/S2_1/data/wonders/shakespeares_theatre.png A /branches/S2_1/data/wonders/statue_of_liberty.png A /branches/S2_1/data/wonders/sun_tzus_war_academy.png A /branches/S2_1/data/wonders/united_nations.png A /branches/S2_1/data/wonders/womens_suffrage.png backport hex-2 tileset and larger improvement graphics Wed, 14 Mar 2007 03:32:00 -0800 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/citydlg.c Fix deletion of the unit action select dialog in the city dialog. Reported by Lauri Uotinen in PR#37734, patch by me. Wed, 14 Mar 2007 02:51:23 -0800 cazfi: Changed paths: M /branches/S2_1/client/helpdata.c Fixed memory corruption problem in tech help See #37965 Tue, 13 Mar 2007 19:15:22 -0800 dmarks: Changed paths: M /branches/S2_1/data/misc/techs.png M /branches/S2_1/data/misc/techs.spec New tech icons for Navigation and Monotheism. Graphics by me. (PR#37926) Tue, 13 Mar 2007 07:42:49 -0800 cazfi: Changed paths: M /branches/S2_1/ai/advmilitary.c M /branches/S2_1/common/city.c M /branches/S2_1/common/city.h Added new function city_got_defense_effect(). Called it instead of city_got_citywalls() where we are interested about defense bonus. city_got_citywalls() is meant to tell if city should use walls graphics. See #37983 Mon, 12 Mar 2007 22:08:48 -0800 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/messagewin.c fix message window height calculation Mon, 12 Mar 2007 11:58:37 -0800 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/gui_main.c Fix a potential crash after using mouse goto. Mon, 12 Mar 2007 11:56:53 -0800 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/widget_scrollbar.c Fix a background refresh problem when scrolling widgets that have different widths. Mon, 12 Mar 2007 09:06:11 -0800 cazfi: Changed paths: M /branches/S2_1/data/scenario/tutorial.sav M /branches/S2_1/utility/registry.c Special handling for string entries surrounded by '$'. Registry code just ignores most escape characters instead of removing them. It does only newline removal. This fixes tutorial translation. There is no need to extra escaping in original text, which is marked for translation. Tutorial translation problem reported by Christian Knoke in #35377 Mon, 12 Mar 2007 04:21:55 -0800 cazfi: Changed paths: M /branches/S2_1/server/scripting/script_signal.c M /branches/S2_1/server/scripting/script_signal.h Fixed scripting crash when several callbacks are registered to same signal. See #37920 Mon, 12 Mar 2007 00:24:08 -0800 cazfi: Changed paths: M /branches/S2_1/ai/advmilitary.c Fix crash when AI is unable to build any kind of attacker units. See #37930 Sun, 11 Mar 2007 23:14:18 -0800 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/helpdlg.c Another typo fix. Patch by Daniel Markstedt in PR#37987. Sun, 11 Mar 2007 23:05:42 -0800 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/plrdlg.c Show scores in the player dialog. Suggested by Daniel Markstedt in PR#37932, patch by me. Sun, 11 Mar 2007 22:58:22 -0800 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/connectdlg.c Don't abort when the connection to the metaserver failed. Reported by Daniel Markstedt in PR#37306, patch by me. Sun, 11 Mar 2007 22:54:48 -0800 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/gui_main.c M /branches/S2_1/client/gui-sdl/mapctrl.c M /branches/S2_1/client/gui-sdl/mapview.c M /branches/S2_1/client/gui-sdl/menu.c M /branches/S2_1/client/gui-sdl/optiondlg.c M /branches/S2_1/client/gui-sdl/repodlgs.c Some usability improvements: - right-clicking on the minimap moves the map - change the options menu shortcut to ESC and the chatline shortcut to TAB - change the "turn done" shortcut to Shift+Return - assign the help dialog popup in the research dialog to the middle mouse button Suggestions by Daniel Markstedt in PR#37928, patch by me. Sun, 11 Mar 2007 14:25:44 -0800 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/helpdlg.c M /branches/S2_1/client/gui-sdl/mapctrl.c M /branches/S2_1/client/gui-sdl/repodlgs.c Fix some grammatically incorrect or misnamed strings. Patch by Daniel Markstedt in PR#37934. Sun, 11 Mar 2007 13:07:38 -0800 cazfi: Changed paths: M /branches/S2_1/common/unit.c Allow fortifying in ocean cities See #37776 Sun, 11 Mar 2007 13:02:39 -0800 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/connectdlg.c make "No * servers found" messages translatable Sun, 11 Mar 2007 09:39:05 -0800 cazfi: Changed paths: M /branches/S2_1/data/scenario/Makefile.am Remove gzipped scenario files also with 'make distclean' See #37811 Sat, 10 Mar 2007 13:17:40 -0800 cazfi: Changed paths: M /branches/S2_1/server/savegame.c Don't bounce land units from ocean cities when loading saved game. See #37789 Thu, 08 Mar 2007 08:58:55 -0800 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/gui_main.c Feed GGZ input to input_from_ggz(). Thu, 08 Mar 2007 07:30:54 -0800 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/cityrep.c M /branches/S2_1/client/gui-sdl/cityrep.h M /branches/S2_1/client/gui-sdl/dialogs.c Include the city report dialog in popdown_all_game_dialogs(). Reported by Daniel Markstedt in PR#36865, patch by me. Wed, 07 Mar 2007 09:22:47 -0800 cazfi: Changed paths: M /branches/S2_1/server/report.c Cast size_t to int to avoid compiler warning See #37603 Sun, 04 Mar 2007 13:07:02 -0800 elmo: Changed paths: M /branches/S2_1/po/da.po A few lines corrected by Joe Fri, 02 Mar 2007 17:29:11 -0800 cazfi: Changed paths: M /branches/S2_1/client/control.c Fixed request_unit_return() handling of units that lose hitpoints over time. See #37264 Fri, 02 Mar 2007 06:55:24 -0800 dmarks: Changed paths: M /branches/S2_1/data/misc/colors.tilespec Tweak the color coding of the GTK2 tech report. Patch by Eleazar and me. (PR#33607) Fri, 02 Mar 2007 06:41:30 -0800 dmarks: Changed paths: M /branches/S2_1/data/helpdata.txt Add helptext on diplomatic states. Requested by Egor in PR#20750. Fri, 02 Mar 2007 06:31:27 -0800 dmarks: Changed paths: M /branches/S2_1/data/freeciv-client.icns M /branches/S2_1/data/freeciv-client.png D /branches/S2_1/data/freeciv-client.svg M /branches/S2_1/data/freeciv-server.icns M /branches/S2_1/data/freeciv-server.png D /branches/S2_1/data/freeciv-server.svg M /branches/S2_1/data/misc/civicon.png M /branches/S2_1/data/misc/icons.spec M /branches/S2_1/win32/client.ico M /branches/S2_1/win32/server.ico backport new icons to S2_1 Thu, 01 Mar 2007 04:26:07 -0800 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/citydlg.c M /branches/S2_1/client/gui-sdl/gui_id.h M /branches/S2_1/client/gui-sdl/menu.c M /branches/S2_1/client/gui-sdl/repodlgs.c Fix two mouse position calculations and the "connect" order buttons. Reported by Konstantin Salz in PR#37211, patch by me. Mon, 26 Feb 2007 15:56:59 -0800 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/cityrep.c Disable the "buy production" link in the cities report dialog for cities that cannot buy. Reported by Daniel Markstedt in PR#36863, patch by me. Mon, 26 Feb 2007 15:48:34 -0800 dmarks: Changed paths: M /branches/S2_1/data/nation/soviet.ruleset Add one Soviet leader, as suggested by Daniil Ivanov and discussed at PR#36516. Sun, 25 Feb 2007 13:35:34 -0800 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/caravan_dialog.c M /branches/S2_1/client/gui-sdl/chatline.c M /branches/S2_1/client/gui-sdl/citydlg.c M /branches/S2_1/client/gui-sdl/cityrep.c M /branches/S2_1/client/gui-sdl/cma_fe.c M /branches/S2_1/client/gui-sdl/connectdlg.c M /branches/S2_1/client/gui-sdl/dialogs.c M /branches/S2_1/client/gui-sdl/diplodlg.c M /branches/S2_1/client/gui-sdl/diplomat_dialog.c M /branches/S2_1/client/gui-sdl/finddlg.c M /branches/S2_1/client/gui-sdl/gotodlg.c M /branches/S2_1/client/gui-sdl/helpdlg.c M /branches/S2_1/client/gui-sdl/inteldlg.c M /branches/S2_1/client/gui-sdl/mapctrl.c M /branches/S2_1/client/gui-sdl/messagewin.c M /branches/S2_1/client/gui-sdl/optiondlg.c M /branches/S2_1/client/gui-sdl/pages.c M /branches/S2_1/client/gui-sdl/plrdlg.c M /branches/S2_1/client/gui-sdl/repodlgs.c M /branches/S2_1/client/gui-sdl/spaceshipdlg.c M /branches/S2_1/client/gui-sdl/widget_window.c M /branches/S2_1/client/gui-sdl/widget_window.h M /branches/S2_1/client/gui-sdl/wldlg.c Make sure that windows are wide enough to show the complete title text. Reported by Daniel Markstedt in PR#36342, patch by me. Sun, 25 Feb 2007 00:28:32 -0800 dmarks: Changed paths: M /branches/S2_1/data/flags/turkey-shield.png M /branches/S2_1/data/flags/turkey.png M /branches/S2_1/data/flags/turkey.svg M /branches/S2_1/data/misc/flags.spec Better Turkey flag by David Benbennick (PR#36575) Sat, 24 Feb 2007 17:34:57 -0800 dmarks: Changed paths: M /branches/S2_1/po/fi.po updates to fi.po by Sini Ruohomaa Fri, 23 Feb 2007 04:17:51 -0800 evyscr: Changed paths: M /branches/S2_1/client/gui-xaw/helpdlg.c Remove no longer used .helptext writing from tech help Thu, 22 Feb 2007 05:38:09 -0800 dmarks: Changed paths: M /branches/S2_1/data/amplio/icons.spec M /branches/S2_1/data/misc/civicon.png M /branches/S2_1/data/misc/icons.spec Standardize on window manager icon by Finer for 2.1 - PR#35985 Sun, 18 Feb 2007 19:59:02 -0800 jdorje: Changed paths: M /branches/S2_1/data/civ2/cities.ruleset M /branches/S2_1/data/civ2/nations.ruleset M /branches/S2_1/data/nation/antarctican.ruleset M /branches/S2_1/data/nation/aramean.ruleset M /branches/S2_1/data/nation/armenian.ruleset M /branches/S2_1/data/nation/bengali.ruleset M /branches/S2_1/data/nation/burmese.ruleset M /branches/S2_1/data/nation/confederate.ruleset M /branches/S2_1/data/nation/gallic.ruleset M /branches/S2_1/data/nation/georgian.ruleset M /branches/S2_1/data/nation/hellenic.ruleset M /branches/S2_1/data/nation/hittite.ruleset M /branches/S2_1/data/nation/illyrian.ruleset M /branches/S2_1/data/nation/malagasy.ruleset M /branches/S2_1/data/nation/malian.ruleset M /branches/S2_1/data/nation/mayan.ruleset M /branches/S2_1/data/nation/norwegian.ruleset M /branches/S2_1/data/nation/ottoman.ruleset M /branches/S2_1/data/nation/papuan.ruleset M /branches/S2_1/data/nation/southafrican.ruleset M /branches/S2_1/data/nation/soviet.ruleset M /branches/S2_1/data/nation/swazi.ruleset M /branches/S2_1/data/nation/texan.ruleset M /branches/S2_1/data/nation/westphalian.ruleset Fix eol-style on ruleset files. Sun, 18 Feb 2007 19:13:53 -0800 jdorje: Changed paths: M /branches/S2_1/data/misc/techs.png M /branches/S2_1/data/misc/techs.spec Remove svn:executable on some 2.1 files. Sun, 18 Feb 2007 19:01:36 -0800 jdorje: Changed paths: M /branches/S2_1/ai/aiparatrooper.c M /branches/S2_1/ai/aiparatrooper.h M /branches/S2_1/client/ggzclient.c M /branches/S2_1/client/ggzclient.h M /branches/S2_1/client/gui-ftwl/themes.c M /branches/S2_1/client/gui-gtk-2.0/caravan_dialog.c M /branches/S2_1/client/gui-gtk-2.0/choice_dialog.c M /branches/S2_1/client/gui-gtk-2.0/choice_dialog.h M /branches/S2_1/client/gui-sdl/SDL_rotozoom.c M /branches/S2_1/client/gui-sdl/SDL_rotozoom.h M /branches/S2_1/client/gui-sdl/alphablit.c M /branches/S2_1/client/gui-sdl/canvas.c M /branches/S2_1/client/gui-sdl/canvas.h M /branches/S2_1/client/gui-sdl/caravan_dialog.c M /branches/S2_1/client/gui-sdl/diplomat_dialog.c M /branches/S2_1/client/gui-sdl/gui_mouse.c M /branches/S2_1/client/gui-sdl/gui_mouse.h M /branches/S2_1/client/gui-sdl/sprite.c M /branches/S2_1/client/gui-sdl/sprite.h M /branches/S2_1/client/gui-sdl/themebackgrounds.c M /branches/S2_1/client/gui-sdl/themebackgrounds.h M /branches/S2_1/client/gui-sdl/themecolors.c M /branches/S2_1/client/gui-sdl/themecolors.h M /branches/S2_1/client/gui-sdl/themes.c M /branches/S2_1/client/gui-sdl/themespec.c M /branches/S2_1/client/gui-sdl/themespec.h M /branches/S2_1/client/gui-sdl/widget.c M /branches/S2_1/client/gui-sdl/widget.h M /branches/S2_1/client/gui-sdl/widget_button.c M /branches/S2_1/client/gui-sdl/widget_button.h M /branches/S2_1/client/gui-sdl/widget_checkbox.c M /branches/S2_1/client/gui-sdl/widget_checkbox.h M /branches/S2_1/client/gui-sdl/widget_core.c M /branches/S2_1/client/gui-sdl/widget_edit.c M /branches/S2_1/client/gui-sdl/widget_edit.h M /branches/S2_1/client/gui-sdl/widget_icon.c M /branches/S2_1/client/gui-sdl/widget_icon.h M /branches/S2_1/client/gui-sdl/widget_label.c M /branches/S2_1/client/gui-sdl/widget_label.h M /branches/S2_1/client/gui-sdl/widget_p.h M /branches/S2_1/client/gui-sdl/widget_scrollbar.c M /branches/S2_1/client/gui-sdl/widget_scrollbar.h M /branches/S2_1/client/gui-sdl/widget_window.c M /branches/S2_1/client/gui-sdl/widget_window.h M /branches/S2_1/client/gui-xaw/diplomat_dialog.c M /branches/S2_1/common/unitlist.c M /branches/S2_1/common/unitlist.h M /branches/S2_1/data/civclient.dsc.in M /branches/S2_1/data/civserver.dsc.in M /branches/S2_1/data/civserver.room.in M /branches/S2_1/data/misc/techs.spec M /branches/S2_1/data/themes/Makefile.am M /branches/S2_1/data/themes/gui-sdl/Makefile.am M /branches/S2_1/data/themes/gui-sdl/human/Makefile.am M /branches/S2_1/data/themes/gui-sdl/human/city.spec M /branches/S2_1/data/themes/gui-sdl/human/city_fist.spec M /branches/S2_1/data/themes/gui-sdl/human/dip_icons.spec M /branches/S2_1/data/themes/gui-sdl/human/icons.spec M /branches/S2_1/data/themes/gui-sdl/human/small_theme_buttons.spec M /branches/S2_1/data/themes/gui-sdl/human/tech_tree.spec M /branches/S2_1/data/themes/gui-sdl/human/theme_boxs.spec M /branches/S2_1/data/themes/gui-sdl/human/theme_buttons.spec M /branches/S2_1/data/themes/gui-sdl/human/theme_orders_buttons.spec M /branches/S2_1/data/themes/gui-sdl/human/theme_scrolls.spec M /branches/S2_1/po/ar.po M /branches/S2_1/po/el.po M /branches/S2_1/po/fa.po M /branches/S2_1/po/lt.po M /branches/S2_1/po/zh_CN.po M /branches/S2_1/server/auth.c M /branches/S2_1/server/auth.h M /branches/S2_1/server/ggzserver.c M /branches/S2_1/server/ggzserver.h M /branches/S2_1/server/scripting/api_gen.c M /branches/S2_1/server/scripting/api_gen.h M /branches/S2_1/win32/Makefile.am Change the svn:eol-style on .c, .h, .spec, .tilespec, .in, .am, and .po files to 'native'. One file is converted using the 'fromdos' program. Sun, 18 Feb 2007 18:41:01 -0800 dmarks: Changed paths: M /branches/S2_1/data/nation/phoenician.ruleset Fix gettext warning. Patch by Christian Knoke. Sun, 18 Feb 2007 15:19:42 -0800 jdorje: Changed paths: M /branches/S2_1/data/freeciv-client.svg M /branches/S2_1/data/freeciv-server.png M /branches/S2_1/data/freeciv-server.svg Remove svn:executable property. Sat, 17 Feb 2007 12:40:19 -0800 jdorje: Changed paths: M /branches/S2_1/version.in Change version to beta3. Sat, 17 Feb 2007 06:32:02 -0800 dmarks: Changed paths: M /branches/S2_1/data/nation/australian.ruleset M /branches/S2_1/data/nation/phoenician.ruleset Updates to Australian cities by assie and to Phoenician cities by guestmania. (PR#35964) Sat, 17 Feb 2007 00:32:46 -0800 jdorje: Changed paths: M /branches/S2_1/po/ar.po M /branches/S2_1/po/ca.po M /branches/S2_1/po/cs.po M /branches/S2_1/po/da.po M /branches/S2_1/po/de.po M /branches/S2_1/po/el.po M /branches/S2_1/po/en_GB.po M /branches/S2_1/po/es.po M /branches/S2_1/po/et.po M /branches/S2_1/po/fa.po M /branches/S2_1/po/fi.po M /branches/S2_1/po/fr.po M /branches/S2_1/po/he.po M /branches/S2_1/po/hu.po M /branches/S2_1/po/it.po M /branches/S2_1/po/ja.po M /branches/S2_1/po/lt.po M /branches/S2_1/po/nl.po M /branches/S2_1/po/no.po M /branches/S2_1/po/pl.po M /branches/S2_1/po/pt.po M /branches/S2_1/po/pt_BR.po M /branches/S2_1/po/ro.po M /branches/S2_1/po/ru.po M /branches/S2_1/po/sv.po M /branches/S2_1/po/uk.po M /branches/S2_1/po/zh_CN.po Updates after 'make update-po'. Fri, 16 Feb 2007 21:09:26 -0800 jdorje: Changed paths: M /branches/S2_1/data/themes/gui-sdl M /branches/S2_1/data/themes/gui-sdl/human Set svn:ignore. Fri, 16 Feb 2007 20:43:30 -0800 jdorje: Changed paths: M /branches/S2_1/po/ar.po Remove svn:executable property. Fri, 16 Feb 2007 20:42:46 -0800 jdorje: Changed paths: M /branches/S2_1/po/el.po Mark missing translation as fuzzy to avoid warning. Tue, 13 Feb 2007 04:40:52 -0800 jdorje: Changed paths: M /branches/S2_1/data/amplio/terrain1.png The ocean1 sprite was missing a few pixels so it did not cover the full tile area. Add in those pixels. Mon, 12 Feb 2007 18:42:24 -0800 jdorje: Changed paths: M /branches/S2_1/client/tilespec.c Fix a potential crash in sprite placement. Patch by me in PR#35866. Mon, 12 Feb 2007 17:31:32 -0800 dmarks: Changed paths: M /branches/S2_1/data/amplio/ancientcities.spec M /branches/S2_1/data/amplio/grid.spec M /branches/S2_1/data/amplio/icons.spec M /branches/S2_1/data/amplio/medievalcities.spec M /branches/S2_1/data/amplio/moderncities.spec M /branches/S2_1/data/amplio/terrain1.spec M /branches/S2_1/data/amplio/terrain2.spec M /branches/S2_1/data/amplio/units.spec M /branches/S2_1/data/themes/gui-sdl/human/city.spec M /branches/S2_1/data/themes/gui-sdl/human/icons.spec M /branches/S2_1/data/themes/gui-sdl/human/small_theme_buttons.spec M /branches/S2_1/data/themes/gui-sdl/human/tech_tree.spec M /branches/S2_1/data/themes/gui-sdl/human/theme_boxs.spec M /branches/S2_1/data/themes/gui-sdl/human/theme_buttons.spec M /branches/S2_1/data/themes/gui-sdl/human/theme_scrolls.spec convert Hogne's surname to UTF-8 Mon, 12 Feb 2007 15:52:55 -0800 dmarks: Changed paths: M /branches/S2_1/data/nation/inca.ruleset Nativist city and leader names for Inca nation. Improved ruleset by guestmania with edits by me. (PR#35690) Mon, 12 Feb 2007 15:40:31 -0800 dmarks: Changed paths: M /branches/S2_1/data/themes/gui-sdl/human/city_fist.png M /branches/S2_1/data/themes/gui-sdl/human/city_fist.spec New city_fist graphic. Drawn by me. (PR#35695) Mon, 12 Feb 2007 06:57:17 -0800 cazfi: Changed paths: M /branches/S2_1/client/options.c M /branches/S2_1/common/worklist.c M /branches/S2_1/common/worklist.h M /branches/S2_1/server/savegame.c Save dummy worklist items so that every city saves equal length worklist. Length is taken from longest worklist player has. This avoids falling to non-tabular saving format reported by many in #14490 Sun, 11 Feb 2007 21:06:28 -0800 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/themes.c M /branches/S2_1/configure.ac M /branches/S2_1/data/Makefile.am A /branches/S2_1/data/themes/Makefile.am A /branches/S2_1/data/themes/gui-sdl A /branches/S2_1/data/themes/gui-sdl/Makefile.am A /branches/S2_1/data/themes/gui-sdl/human A /branches/S2_1/data/themes/gui-sdl/human/Makefile.am A /branches/S2_1/data/themes/gui-sdl/human/Vera.ttf A /branches/S2_1/data/themes/gui-sdl/human/backgrounds.themespec A /branches/S2_1/data/themes/gui-sdl/human/bg.png A /branches/S2_1/data/themes/gui-sdl/human/bg2.png A /branches/S2_1/data/themes/gui-sdl/human/city.png A /branches/S2_1/data/themes/gui-sdl/human/city.spec A /branches/S2_1/data/themes/gui-sdl/human/city_fist.png A /branches/S2_1/data/themes/gui-sdl/human/city_fist.spec A /branches/S2_1/data/themes/gui-sdl/human/colors.themespec A /branches/S2_1/data/themes/gui-sdl/human/dip_icons.png A /branches/S2_1/data/themes/gui-sdl/human/dip_icons.spec A /branches/S2_1/data/themes/gui-sdl/human/icons.png A /branches/S2_1/data/themes/gui-sdl/human/icons.spec A /branches/S2_1/data/themes/gui-sdl/human/options_bg.png A /branches/S2_1/data/themes/gui-sdl/human/small_theme_buttons.png A /branches/S2_1/data/themes/gui-sdl/human/small_theme_buttons.spec A /branches/S2_1/data/themes/gui-sdl/human/tech_tree.png A /branches/S2_1/data/themes/gui-sdl/human/tech_tree.spec A /branches/S2_1/data/themes/gui-sdl/human/theme.themespec A /branches/S2_1/data/themes/gui-sdl/human/theme_boxs.png A /branches/S2_1/data/themes/gui-sdl/human/theme_boxs.spec A /branches/S2_1/data/themes/gui-sdl/human/theme_buttons.png A /branches/S2_1/data/themes/gui-sdl/human/theme_buttons.spec A /branches/S2_1/data/themes/gui-sdl/human/theme_orders_buttons.png A /branches/S2_1/data/themes/gui-sdl/human/theme_orders_buttons.spec A /branches/S2_1/data/themes/gui-sdl/human/theme_scrolls.png A /branches/S2_1/data/themes/gui-sdl/human/theme_scrolls.spec A /branches/S2_1/data/themes/gui-sdl/human/world.png A GUI theme for the SDL client. Created by Hogne Håskjold, based on the former "deluxe2" SDL client theme and the Ubuntu "Human" theme. Credits extracted from the .themespec and .spec files: bg.png bg2.png options_bg.png world.png -------------- Parchment used in backgrounds from Battle for Wesnoth Public Domain Engravings from digitalgallery.nypl.org and www.fromoldbooks.org: option_bg: Sibly, Ebenezer: "Astrology" (1806) City dialog Catapult: Grose, Francis:"The Antiquities of England and Wales" (1783) Plant: Tuscher, Marcus, 1705-1751 -- Engraver world: Johnston, Alexander Keith, 1804-1871 -- Engraver city.png -------- Rafal Bursig Hogne Håskjold city_fist.png ------------- Rafal Bursig dip_icons.png ------------- Rafal Bursig seal icon can be found in gnome-icon-theme (http://ftp.gnome.org/pub/GNOME/sources/gnome-icon-theme/) icons.png --------- Hogne Håskjold Light bulb and sign from Ubuntu Human theme Skull from Battle for Wesnoth small_theme_buttons.png ----------------------- Hogne Håskjold theme_boxs.png -------------- Hogne Håskjold theme_buttons.png ----------------- Delete icon by Michael Speck , modified by Hogne Håskjold Rafal Bursig Christian Prochaska Hogne Håskjold Icons from Ubuntu Human Theme: next arrow, back arrow, left arrow, right arrow, up arrow, down arrow, new turn gear, CMA monitor lock icon and floppy disk (modified by Hogne Håskjold) from gnome-icon-theme (http://ftp.gnome.org/pub/GNOME/sources/gnome-icon-theme/) theme_orders_buttons.png ------------------------ Michael Speck Rafal Bursig Adam Szwajnoch Jukka Liukkonen theme_scrolls.png ----------------- Hogne Håskjold Sun, 11 Feb 2007 10:20:09 -0800 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/pages.c Show the Freeciv version above the main menu. Suggested by Daniel Markstedt. Sun, 11 Feb 2007 08:20:35 -0800 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/gui_main.c Quit the client normally instead of aborting when the user closes the application window. Reported by Daniel Markstedt in PR#35707, patch by me. Sun, 11 Feb 2007 01:03:38 -0800 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/messagewin.c Change "Log" string to "Messages". Sat, 10 Feb 2007 13:18:09 -0800 per: Changed paths: M /branches/S2_1/server/settlers.c Backport of fix for PR#10021 to S2_1 Fri, 09 Feb 2007 23:23:06 -0800 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/citydlg.c M /branches/S2_1/client/gui-sdl/widget.h M /branches/S2_1/client/gui-sdl/widget_checkbox.c M /branches/S2_1/client/gui-sdl/widget_core.c Fix a crash and graphical glitches in the city dialog. Reported by Daniel Markstedt in PR#35373, patch by me with typo fix by Daniel. Fri, 09 Feb 2007 23:11:05 -0800 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/finddlg.c M /branches/S2_1/client/gui-sdl/gotodlg.c M /branches/S2_1/client/gui-sdl/graphics.c M /branches/S2_1/client/gui-sdl/graphics.h M /branches/S2_1/client/gui-sdl/mapctrl.c M /branches/S2_1/client/gui-sdl/mapctrl.h M /branches/S2_1/client/gui-sdl/mapview.c M /branches/S2_1/client/gui-sdl/mapview.h Leave more room for the text in the unit info panel by moving the unit sprite into the background. Reported by Daniel Markstedt in PR#34746, patch by me. Fri, 09 Feb 2007 11:49:41 -0800 per: Changed paths: M /branches/S2_1/ai/advdiplomacy.c Do not consider war want for obsolete buildings, and do not improve diplomatic relations through effects for players that are not yet met with. Loosely based on patch by "Guest" in the forums, see http://forum.freeciv.org/viewtopic.php?t=2703, and PR#35145. Backport from trunk. Fri, 09 Feb 2007 10:43:42 -0800 per: Changed paths: M /branches/S2_1/ai/advdiplomacy.c Prevent an AI player from requesting you to declare war on a dead player. Also do not require no AI war target for sharing technology. Bug reported by AlecMeusert@web.de in PR#35075. Backport from trunk. Tue, 06 Feb 2007 11:13:11 -0800 chrisk: Changed paths: M /branches/S2_1/po/de.po 4397 translated messages, 19 untranslated messages. Sun, 04 Feb 2007 07:41:26 -0800 evyscr: Changed paths: M /branches/S2_1/client/servers.c Backport: Fix wrong error check for fwrite(). Patch by Per in PR#33568 Sun, 04 Feb 2007 06:10:22 -0800 elmo: Changed paths: M /branches/S2_1/po/et.po If I translated 50 messages every day, it would all be over in a month. Sun, 04 Feb 2007 05:08:13 -0800 elmo: Changed paths: M /branches/S2_1/po/et.po Fix them fuzzies\! Sat, 03 Feb 2007 21:33:21 -0800 dmarks: Changed paths: M /branches/S2_1/data/amplio/terrain2.png New Amplio rivers by Yautja (PR#34909) Sat, 03 Feb 2007 17:00:25 -0800 dmarks: Changed paths: M /branches/S2_1/data/misc/small.png More politically neutral Fundamentalism government icon. New icon by me. (PR#34528) Sat, 03 Feb 2007 15:22:57 -0800 jdorje: Changed paths: M /branches/S2_1/po/ar.po M /branches/S2_1/po/ca.po M /branches/S2_1/po/cs.po M /branches/S2_1/po/da.po M /branches/S2_1/po/de.po M /branches/S2_1/po/en_GB.po M /branches/S2_1/po/es.po M /branches/S2_1/po/et.po M /branches/S2_1/po/fa.po M /branches/S2_1/po/fi.po M /branches/S2_1/po/fr.po M /branches/S2_1/po/he.po M /branches/S2_1/po/hu.po M /branches/S2_1/po/it.po M /branches/S2_1/po/ja.po M /branches/S2_1/po/lt.po M /branches/S2_1/po/nl.po M /branches/S2_1/po/no.po M /branches/S2_1/po/pl.po M /branches/S2_1/po/pt.po M /branches/S2_1/po/pt_BR.po M /branches/S2_1/po/ro.po M /branches/S2_1/po/ru.po M /branches/S2_1/po/sv.po M /branches/S2_1/po/uk.po M /branches/S2_1/po/zh_CN.po Merge updates from 'make update-po.' Sat, 03 Feb 2007 10:20:22 -0800 evyscr: Changed paths: M /branches/S2_1/po/ru.po Migrate to UTF-8 from KOI8-R. 4163 translated messages, 106 fuzzy translations, 147 untranslated messages. Thu, 01 Feb 2007 12:17:13 -0800 cazfi: Changed paths: M /branches/S2_1/ai/aiunit.c Rewritten ai_military_attack_barbarian() to fix several problems with sea barbarians and boats See #34463 Thu, 01 Feb 2007 06:18:47 -0800 dmarks: Changed paths: M /branches/S2_1/data/misc/treaty.png M /branches/S2_1/data/misc/treaty.spec backport new treaty icons Tue, 30 Jan 2007 11:27:08 -0800 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/SDL_rotozoom.h fix Windows compilation Mon, 29 Jan 2007 12:57:32 -0800 cazfi: Changed paths: M /branches/S2_1/server/barbarian.c Fix a problem that reborning barbarian player selected player name from wrong nation. See #34713 Mon, 29 Jan 2007 11:15:57 -0800 cazfi: Changed paths: M /branches/S2_1/server/barbarian.c Use player_set_nation() in barbarian code instead of direcly changing barbarian->nation. player_set_nation() works correctly in all cases and takes care of setting nation->player too. See #34168 Mon, 29 Jan 2007 01:32:52 -0800 dmarks: Changed paths: M /branches/S2_1/data/amplio/fog.png M /branches/S2_1/data/amplio/fog.spec M /branches/S2_1/data/amplio/grid.png M /branches/S2_1/data/amplio/grid.spec M /branches/S2_1/data/amplio/moderncities.png M /branches/S2_1/data/amplio/select-alpha.png M /branches/S2_1/data/amplio/select.spec M /branches/S2_1/data/amplio/terrain1.png M /branches/S2_1/data/amplio/terrain1.spec M /branches/S2_1/data/amplio/terrain2.png M /branches/S2_1/data/amplio/terrain2.spec M /branches/S2_1/data/amplio/units.png M /branches/S2_1/data/amplio/units.spec backport Amplio updates Sun, 28 Jan 2007 06:24:00 -0800 dmarks: Changed paths: M /branches/S2_1/data/amplio.tilespec M /branches/S2_1/data/civ1/techs.ruleset M /branches/S2_1/data/civ2/techs.ruleset M /branches/S2_1/data/isophex.tilespec M /branches/S2_1/data/isotrident.tilespec M /branches/S2_1/data/misc/Makefile.am A /branches/S2_1/data/misc/techs.png A /branches/S2_1/data/misc/techs.spec M /branches/S2_1/data/trident.tilespec backport tech icons Sat, 27 Jan 2007 08:26:55 -0800 cazfi: Changed paths: M /branches/S2_1/ai/aiunit.c If barbarian leader is controlling boat, it passes control to someone who actually can run the boat. This fixes some of the cases that barbarian boat is not moving at all. This is part of #34463 Sat, 27 Jan 2007 04:54:23 -0800 dmarks: Changed paths: M /branches/S2_1/data/misc/colors.tilespec color definition for civ1's Arctic (PR#34527) Sat, 27 Jan 2007 03:32:09 -0800 cazfi: Changed paths: M /branches/S2_1/server/citytools.c When land city is disbanded and sea units are moved out, don't move units further and never disband units that were actually saved. See #34530 Fri, 26 Jan 2007 14:57:24 -0800 per: Changed paths: M /branches/S2_1/ai/advdiplomacy.c Do not consider AI tech lead in AI fear calculations. Fixed in trunk already as r11981, but reported again in PR#34063. Fri, 26 Jan 2007 14:07:44 -0800 cazfi: Changed paths: M /branches/S2_1/ai/aiferry.c Use unit_list_iterate_safe() instead of unit_list_iterate() in ai_activate_passengers() See #34563 Fri, 26 Jan 2007 07:42:32 -0800 cazfi: Changed paths: M /branches/S2_1/server/citytools.c Do not try to access city id from city structure after city is freed. This fixes problem with destroyed cities not disappearing from global observer screen. See #34521 Fri, 26 Jan 2007 05:55:56 -0800 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/Makefile.am A /branches/S2_1/client/gui-sdl/SDL_rotozoom.c A /branches/S2_1/client/gui-sdl/SDL_rotozoom.h M /branches/S2_1/client/gui-sdl/canvas.c M /branches/S2_1/client/gui-sdl/caravan_dialog.c M /branches/S2_1/client/gui-sdl/chatline.c M /branches/S2_1/client/gui-sdl/citydlg.c M /branches/S2_1/client/gui-sdl/cityrep.c M /branches/S2_1/client/gui-sdl/cma_fe.c M /branches/S2_1/client/gui-sdl/colors.c M /branches/S2_1/client/gui-sdl/connectdlg.c M /branches/S2_1/client/gui-sdl/connectdlg.h M /branches/S2_1/client/gui-sdl/dialogs.c M /branches/S2_1/client/gui-sdl/dialogs.h M /branches/S2_1/client/gui-sdl/diplodlg.c M /branches/S2_1/client/gui-sdl/diplomat_dialog.c M /branches/S2_1/client/gui-sdl/finddlg.c M /branches/S2_1/client/gui-sdl/gotodlg.c M /branches/S2_1/client/gui-sdl/graphics.c M /branches/S2_1/client/gui-sdl/graphics.h M /branches/S2_1/client/gui-sdl/gui_main.c M /branches/S2_1/client/gui-sdl/gui_main.h M /branches/S2_1/client/gui-sdl/gui_mouse.c M /branches/S2_1/client/gui-sdl/gui_mouse.h M /branches/S2_1/client/gui-sdl/gui_string.c D /branches/S2_1/client/gui-sdl/gui_stuff.c D /branches/S2_1/client/gui-sdl/gui_stuff.h M /branches/S2_1/client/gui-sdl/gui_tilespec.c M /branches/S2_1/client/gui-sdl/gui_tilespec.h D /branches/S2_1/client/gui-sdl/gui_zoom.c D /branches/S2_1/client/gui-sdl/gui_zoom.h M /branches/S2_1/client/gui-sdl/helpdlg.c M /branches/S2_1/client/gui-sdl/inteldlg.c M /branches/S2_1/client/gui-sdl/mapctrl.c M /branches/S2_1/client/gui-sdl/mapctrl.h M /branches/S2_1/client/gui-sdl/mapview.c M /branches/S2_1/client/gui-sdl/menu.c M /branches/S2_1/client/gui-sdl/menu.h M /branches/S2_1/client/gui-sdl/messagewin.c M /branches/S2_1/client/gui-sdl/optiondlg.c M /branches/S2_1/client/gui-sdl/optiondlg.h M /branches/S2_1/client/gui-sdl/pages.c M /branches/S2_1/client/gui-sdl/plrdlg.c M /branches/S2_1/client/gui-sdl/repodlgs.c M /branches/S2_1/client/gui-sdl/repodlgs.h M /branches/S2_1/client/gui-sdl/spaceshipdlg.c M /branches/S2_1/client/gui-sdl/sprite.h A /branches/S2_1/client/gui-sdl/themebackgrounds.c A /branches/S2_1/client/gui-sdl/themebackgrounds.h M /branches/S2_1/client/gui-sdl/themecolors.c M /branches/S2_1/client/gui-sdl/themecolors.h M /branches/S2_1/client/gui-sdl/themes.c M /branches/S2_1/client/gui-sdl/themespec.c M /branches/S2_1/client/gui-sdl/themespec.h A /branches/S2_1/client/gui-sdl/widget.c A /branches/S2_1/client/gui-sdl/widget.h A /branches/S2_1/client/gui-sdl/widget_button.c A /branches/S2_1/client/gui-sdl/widget_button.h A /branches/S2_1/client/gui-sdl/widget_checkbox.c A /branches/S2_1/client/gui-sdl/widget_checkbox.h A /branches/S2_1/client/gui-sdl/widget_core.c A /branches/S2_1/client/gui-sdl/widget_edit.c A /branches/S2_1/client/gui-sdl/widget_edit.h A /branches/S2_1/client/gui-sdl/widget_icon.c A /branches/S2_1/client/gui-sdl/widget_icon.h A /branches/S2_1/client/gui-sdl/widget_label.c A /branches/S2_1/client/gui-sdl/widget_label.h A /branches/S2_1/client/gui-sdl/widget_p.h A /branches/S2_1/client/gui-sdl/widget_scrollbar.c A /branches/S2_1/client/gui-sdl/widget_scrollbar.h A /branches/S2_1/client/gui-sdl/widget_window.c A /branches/S2_1/client/gui-sdl/widget_window.h M /branches/S2_1/client/gui-sdl/wldlg.c backport changes from trunk Thu, 25 Jan 2007 07:40:24 -0800 cazfi: Changed paths: M /branches/S2_1/server/srv_main.c Do not mark current nation available for others in handle_nation_select_req() when requested nation is same as current nation. player_set_nation() does all the nation assignment work correctly for us. Problem reported by Karl-Ingo Friese and Daniel Markstedt in #17436 Wed, 24 Jan 2007 10:34:53 -0800 cazfi: Changed paths: M /branches/S2_1/server/report.c Updated URL to scorelog documentation in generated civscore.log See #34365 Wed, 24 Jan 2007 09:15:41 -0800 per: Changed paths: M /branches/S2_1/bootstrap/freeciv.desktop.in Backport last commit to 2.1 branch. Wed, 24 Jan 2007 08:08:00 -0800 cazfi: Changed paths: M /branches/S2_1/server/barbarian.c Show barbarian nation name in uprising message instead of hardcoded "Barbarians" See #34206 Wed, 24 Jan 2007 02:25:19 -0800 cazfi: Changed paths: M /branches/S2_1/ai/advmilitary.c M /branches/S2_1/common/player.h M /branches/S2_1/server/stdinhand.c Added new AI handicap H_DANGER. With this handicap AI always considers its cities to be in grave danger. So it invests more to (unnecessary) defenses and less to expansion and offensive. Handicap is given to novice level AI. See #34073 Sun, 21 Jan 2007 04:35:56 -0800 cazfi: Changed paths: M /branches/S2_1/server/settlers.c M /branches/S2_1/server/unittools.c Initialize ai.choice when ever new city is got from hut or founded. See #34145 Sat, 20 Jan 2007 12:55:13 -0800 cazfi: Changed paths: M /branches/S2_1/common/aicore/path_finding.c Removed segment_length and step from danger_node, since they were counted wrong anyway. Instead iterate through segment or path to determine its length when needed. This fixes crashes reported and analyzed by arno. in #19822 Sat, 20 Jan 2007 09:01:16 -0800 cazfi: Changed paths: M /branches/S2_1/server/citytools.c City sees "Partial_Invis" units only if they are adjacent to city center. See #33626 Fri, 19 Jan 2007 06:16:15 -0800 cazfi: Changed paths: M /branches/S2_1/client/citydlg_common.c M /branches/S2_1/client/citydlg_common.h M /branches/S2_1/client/gui-gtk-2.0/wldlg.c M /branches/S2_1/common/city.c M /branches/S2_1/common/city.h M /branches/S2_1/common/worklist.c M /branches/S2_1/server/cityhand.c Avoid messing worklist when city cannot change production and user tries to change order of worklist items. Reported by Tommi Björkbacka in #18773 Wed, 17 Jan 2007 05:13:13 -0800 dmarks: Changed paths: M /branches/S2_1/data/nation/inuit.ruleset M /branches/S2_1/data/nation/sami.ruleset backport factual corrections of two legends (PR#19573) Wed, 17 Jan 2007 03:38:05 -0800 cazfi: Changed paths: M /branches/S2_1/server/settings.c M /branches/S2_1/server/stdinhand.c Do not allow setting endyear eralier than current year. Check validity of each character when setting boolean or integer server settings. Reported by John Dubberley Patch by Ciaran Mac Lochlainn with minor modifications by me. See #7414 Tue, 16 Jan 2007 23:19:16 -0800 cazfi: Changed paths: M /branches/S2_1/client/helpdata.c Help shows required buildings for units Requested by banjo in #18234 Mon, 15 Jan 2007 13:12:52 -0800 cazfi: Changed paths: M /branches/S2_1/data/scenario/tutorial.sav Allow translation of Tutorial by marking translatable text as _("...") instead of _('...'). $ is used instead of " as border character for code segment. Requested by Christian Knoke in #16350 Mon, 15 Jan 2007 08:33:43 -0800 cazfi: Changed paths: M /branches/S2_1/utility/inputfile.c M /branches/S2_1/utility/registry.c In addition to ", allow ' and $ as characters bordering string values. Ending character must be same as starting character and it can appear in between only if escaped with \. This is part of #16350 Mon, 15 Jan 2007 08:27:04 -0800 cazfi: Changed paths: M /branches/S2_1/client/clinet.h M /branches/S2_1/data/helpdata.txt M /branches/S2_1/doc/man/civclient.6 M /branches/S2_1/doc/man/civserver.6 M /branches/S2_1/server/sernet.h Changed default port to 5556. See #33479 Sun, 14 Jan 2007 23:32:59 -0800 dmarks: Changed paths: M /branches/S2_1/configure.ac add el (Greek) to ALL_LINGUAS Sun, 14 Jan 2007 17:12:51 -0800 dmarks: Changed paths: M /branches/S2_1/data/misc/buildings.png M /branches/S2_1/data/misc/buildings.spec improved buildings.png by Eleazar including a new SDI defence and four tech icons (currently unused) (PR#32780) Sun, 14 Jan 2007 16:52:59 -0800 dmarks: Changed paths: M /branches/S2_1/data/flags/uyghur-shield.png M /branches/S2_1/data/flags/uyghur.png M /branches/S2_1/data/flags/uyghur.svg enlarge emblem in Uyghur flag Sun, 14 Jan 2007 16:37:32 -0800 dmarks: Changed paths: M /branches/S2_1/data/flags/aram-shield.png M /branches/S2_1/data/flags/aram.png M /branches/S2_1/data/flags/aram.svg improved Aramean flag; graphics by me (PR#32782) Sun, 14 Jan 2007 15:50:52 -0800 cazfi: Changed paths: M /branches/S2_1/server/diplomats.c M /branches/S2_1/server/unithand.c When player gains tech by stealing or by getting initial science boost from traderoute, send player info to everyone who has embassy with him. Reported by Christian Knoke in #14636. Sun, 14 Jan 2007 11:36:26 -0800 cazfi: Changed paths: M /branches/S2_1/server/diplomats.c M /branches/S2_1/server/unittools.c Bribed units retain their current fuel amount, foul status and whether they are already paradropped. Reported by Christian Knoke in #9568. Sat, 13 Jan 2007 23:43:10 -0800 cazfi: Changed paths: M /branches/S2_1/server/unittools.c send_unit_info_to_onlookers() calls unit_goes_out_of_sight() if previously seen unit moves out of sight. Previously unit_goes_out_of_sight() was never called for allied units inside transporter. That caused client crash reported by Fernando Goncalves in #21843. Sat, 13 Jan 2007 08:55:41 -0800 cazfi: Changed paths: M /branches/S2_1/ai/advmilitary.c Replace hardcoded City Walls cost with call to impr_buy_gold_cost(). See #33324 Fri, 12 Jan 2007 22:20:20 -0800 cazfi: Changed paths: M /branches/S2_1/server/srv_main.c Fix situation where plr1 thinks he is in peace with plr2 and plr2 thinks he is still in armistice with plr1. Patch by Per I. Mathisen in #19510 Fri, 12 Jan 2007 20:38:00 -0800 cazfi: Changed paths: M /branches/S2_1/ai/advmilitary.c Make sure that process_defender_want() always selects some unit avoiding crash later. Reported by many in #15416 Fri, 12 Jan 2007 05:45:45 -0800 dmarks: Changed paths: M /branches/S2_1/data/nation/singaporean.ruleset fix broken ruleset as reported by Marko Lindqvist in PR#33343 Tue, 09 Jan 2007 09:19:36 -0800 frodrigo: Changed paths: M /branches/S2_1/po/fr.po Update translation - 4547/2/0 Sat, 06 Jan 2007 19:44:26 -0800 elmo: Changed paths: M /branches/S2_1/po/et.po 3087 done, 1300 to go, no fuzzies Mon, 01 Jan 2007 05:40:22 -0800 dmarks: Changed paths: M /branches/S2_1/data/flags/chile-shield.png M /branches/S2_1/data/flags/chile.png M /branches/S2_1/data/flags/chile.svg M /branches/S2_1/data/flags/estonia-shield.png M /branches/S2_1/data/flags/estonia.png M /branches/S2_1/data/flags/estonia.svg M /branches/S2_1/data/flags/papua_newguinea-shield.png M /branches/S2_1/data/flags/papua_newguinea.png M /branches/S2_1/data/flags/papua_newguinea.svg better colors and shapes Fri, 29 Dec 2006 10:52:15 -0800 stan_ieugen: Changed paths: M /branches/S2_1/po/ro.po 349 untranslated, 175 fuzzy Sat, 23 Dec 2006 21:51:11 -0800 dmarks: Changed paths: M /branches/S2_1/data/flags/byzantium-shield.png M /branches/S2_1/data/flags/byzantium.png M /branches/S2_1/data/flags/byzantium.svg turn text object into path to ensure accurate rendering on all platforms Fri, 22 Dec 2006 18:29:19 -0800 dmarks: Changed paths: M /branches/S2_1/data/nation/aborigines.ruleset M /branches/S2_1/data/nation/afghani.ruleset M /branches/S2_1/data/nation/algerian.ruleset M /branches/S2_1/data/nation/american.ruleset M /branches/S2_1/data/nation/argentine.ruleset M /branches/S2_1/data/nation/armenian.ruleset M /branches/S2_1/data/nation/australian.ruleset M /branches/S2_1/data/nation/bengali.ruleset M /branches/S2_1/data/nation/bosnia.ruleset M /branches/S2_1/data/nation/brazilian.ruleset M /branches/S2_1/data/nation/bulgarian.ruleset M /branches/S2_1/data/nation/burmese.ruleset M /branches/S2_1/data/nation/croatian.ruleset M /branches/S2_1/data/nation/danish.ruleset M /branches/S2_1/data/nation/estonian.ruleset M /branches/S2_1/data/nation/filipino.ruleset M /branches/S2_1/data/nation/galician.ruleset M /branches/S2_1/data/nation/icelandic.ruleset M /branches/S2_1/data/nation/indonesian.ruleset M /branches/S2_1/data/nation/inuit.ruleset M /branches/S2_1/data/nation/irish.ruleset M /branches/S2_1/data/nation/japanese.ruleset M /branches/S2_1/data/nation/kenyan.ruleset M /branches/S2_1/data/nation/lankese.ruleset M /branches/S2_1/data/nation/latvian.ruleset M /branches/S2_1/data/nation/libyan.ruleset M /branches/S2_1/data/nation/malaysian.ruleset M /branches/S2_1/data/nation/nigerian.ruleset M /branches/S2_1/data/nation/norwegian.ruleset M /branches/S2_1/data/nation/papuan.ruleset M /branches/S2_1/data/nation/romanian.ruleset M /branches/S2_1/data/nation/singaporean.ruleset M /branches/S2_1/data/nation/slovenian.ruleset M /branches/S2_1/data/nation/southafrican.ruleset M /branches/S2_1/data/nation/sudanese.ruleset M /branches/S2_1/data/nation/swazi.ruleset M /branches/S2_1/data/nation/swiss.ruleset M /branches/S2_1/data/nation/taiwanese.ruleset M /branches/S2_1/data/nation/tunisian.ruleset M /branches/S2_1/data/nation/venezuelan.ruleset M /branches/S2_1/doc/README.nations New policy: Only one living leader per nation allowed. Discussion in PR#28793. (backport to S2_1) Thu, 21 Dec 2006 23:42:16 -0800 evyscr: Changed paths: M /branches/S2_1/po/ro.po Fix compilation: mark line 14254 of ro.po as fuzzy. Wed, 20 Dec 2006 11:43:36 -0800 jdorje: Changed paths: M /branches/S2_1/configure.ac Define $localedir if it is not already (autoconf <= 2.59). See PR#15944. Wed, 20 Dec 2006 01:58:11 -0800 stan_ieugen: Changed paths: M /branches/S2_1/po/ro.po 361 untranslated, 175 fuzzy, 4390 total strings Wed, 20 Dec 2006 01:45:44 -0800 chomwitt: Changed paths: A /branches/S2_1/po/el.po Greek translation v0.5 Tue, 19 Dec 2006 16:27:13 -0800 jdorje: Changed paths: M /branches/S2_1/configure.ac Fix quotations around -DLOCALEDIR parameter for CPPFLAGS. Reported by Christian Knoke as part of PR#20534. Patch by Christian Prochaska. Sat, 16 Dec 2006 00:54:57 -0800 jdorje: Changed paths: M /branches/S2_1/configure.ac M /branches/S2_1/po/Makefile.in.in Fix expansion problems of $datadir and LOCALEDIR, and make use of the $localedir variable. See PR#20534. Fri, 15 Dec 2006 11:19:18 -0800 elmo: Changed paths: M /branches/S2_1/po/da.po Fully translated! Thanks, Joe Dalton! Sat, 09 Dec 2006 18:56:12 -0800 jdorje: Changed paths: M /branches/S2_1/configure.ac Fix problem with use of unescaped quotation characters within FC_STORE_* strings in config.h. Reported by Daniel Markstedt in PR#25944. Patch by Christian Prochaska. Fri, 08 Dec 2006 07:31:57 -0800 elmo: Changed paths: M /branches/S2_1/po/da.po Joe Dalton's work, almost fully translated\! Tue, 05 Dec 2006 12:11:00 -0800 elmo: Changed paths: M /branches/S2_1/po/et.po I'm back at work on Estonian translation. No more fuzzies. Thu, 30 Nov 2006 06:31:35 -0800 dmarks: Changed paths: M /branches/S2_1/data/nation/australian.ruleset Updates to Australian leader list as suggested by Ryan Green and rp. (PR#22157) Sun, 26 Nov 2006 07:30:58 -0800 stan_ieugen: Changed paths: M /branches/S2_1/po/ro.po 469 untranslated, 205 fuzzy, 4390 total Fri, 10 Nov 2006 15:36:11 -0800 jdorje: Changed paths: M /branches/S2_1/configure.ac Add extra quotations for DEFAULT_DATA_PATH to avoid the shell interpreting it. Reported by Brandon J. Van Every in PR#24159. Fix by Christian Prochaska. Mon, 06 Nov 2006 19:27:09 -0800 jdorje: Changed paths: M /branches/S2_1/po/ro.po Mark erronous translation as fuzzy to avoid compiler warning. Sun, 05 Nov 2006 12:52:08 -0800 stan_ieugen: Changed paths: M /branches/S2_1/po/ro.po 524 untranslated, 263 fuzzy, 4390 total strings Sat, 04 Nov 2006 10:17:52 -0800 jdorje: Changed paths: M /branches/S2_1/server/scripting/script_signal.c Remove incorrect free call. Fri, 03 Nov 2006 12:34:40 -0800 jdorje: Changed paths: M /branches/S2_1/server/stdinhand.c Allow debug command to be used in loaded (non-running) games. Fri, 03 Nov 2006 10:35:36 -0800 jdorje: Changed paths: M /branches/S2_1/client/packhand.c Log id of ghost units. Thu, 02 Nov 2006 16:31:52 -0800 jdorje: Changed paths: M /branches/S2_1/win32 Update svn:ignore. Thu, 02 Nov 2006 15:18:31 -0800 jdorje: Changed paths: A /branches/S2_1/win32/Makefile.am A /branches/S2_1/win32/clienticon.rc A /branches/S2_1/win32/servericon.rc Add missing files from PR#18651. Thu, 02 Nov 2006 11:37:59 -0800 jdorje: Changed paths: M /branches/S2_1/data/civserver.dsc.in Remove deprecated -z option. Thu, 02 Nov 2006 00:37:55 -0800 jdorje: Changed paths: M /branches/S2_1/client/clinet.c Remove spurious set_client_page call. Patch by Christian Prochaska in PR#19204. Thu, 02 Nov 2006 00:30:22 -0800 jdorje: Changed paths: M /branches/S2_1/Makefile.am M /branches/S2_1/client/Makefile.am M /branches/S2_1/configure.ac M /branches/S2_1/server/Makefile.am Link in icons when compiling on Windows. Patch by Christian Prochaska in PR#18651. Wed, 01 Nov 2006 23:58:24 -0800 jdorje: Changed paths: M /branches/S2_1/client/gui-gtk-2.0/gui_main.c Fix keypad movement of units. Patch by Christian Prochaska in PR#15850. Tue, 10 Oct 2006 13:17:45 -0700 elmo: Changed paths: M /branches/S2_1/po/et.po hooray, passed catalan. 2829/126/1432 Sun, 08 Oct 2006 14:48:37 -0700 elmo: Changed paths: M /branches/S2_1/po/et.po hooray, passed Danish\! 2710/235/1442 Sun, 08 Oct 2006 11:02:11 -0700 elmo: Changed paths: A /branches/S2_1/po/statistics.sh A fancy script to generate translation statistics and compare languages Sun, 08 Oct 2006 10:36:40 -0700 elmo: Changed paths: M /branches/S2_1/po/et.po 2616/320/1451 Sat, 07 Oct 2006 11:26:28 -0700 elmo: Changed paths: M /branches/S2_1/po/et.po Lots of corrections, some additions. 2587/334/1466 Sat, 07 Oct 2006 08:57:04 -0700 elmo: Changed paths: M /branches/S2_1/po/et.po 2507/361/1519 Sat, 07 Oct 2006 05:07:10 -0700 elmo: Changed paths: M /branches/S2_1/po/et.po 2359/464/1564 Sat, 07 Oct 2006 04:23:02 -0700 elmo: Changed paths: M /branches/S2_1/po/et.po D /branches/S2_1/po/et.po.sig removed the obsolete et.po.sig Sat, 07 Oct 2006 03:03:35 -0700 elmo: Changed paths: M /branches/S2_1/po/et.po 2257/518/1615 Fri, 06 Oct 2006 11:44:57 -0700 jdorje: Changed paths: M /branches/S2_1/client/gui-win32/citydlg.c M /branches/S2_1/client/gui-win32/connectdlg.c M /branches/S2_1/client/gui-win32/dialogs.c M /branches/S2_1/client/gui-win32/gotodlg.c M /branches/S2_1/client/gui-win32/happiness.c M /branches/S2_1/client/gui-win32/helpdlg.c M /branches/S2_1/client/gui-win32/mapctrl.c M /branches/S2_1/client/gui-win32/mapview.c M /branches/S2_1/client/gui-win32/menu.c M /branches/S2_1/client/gui-win32/repodlgs.c Compile fixes for gui-win32. Patch by Christian Prochaska in PR#15747. Fri, 06 Oct 2006 06:11:06 -0700 elmo: Changed paths: M /branches/S2_1/po/et.po 2200/527/1663 Fri, 06 Oct 2006 03:52:54 -0700 elmo: Changed paths: M /branches/S2_1/po/et.po 2117/565/1708 Wed, 04 Oct 2006 20:59:39 -0700 jdorje: Changed paths: M /branches/S2_1/bootstrap A /branches/S2_1/bootstrap/mkinstalldirs Add mkinstalldirs file back - it is not autogenerated. Wed, 04 Oct 2006 19:39:43 -0700 jdorje: Changed paths: M /branches/S2_1/bootstrap D /branches/S2_1/bootstrap/config.guess D /branches/S2_1/bootstrap/config.sub D /branches/S2_1/bootstrap/install-sh D /branches/S2_1/bootstrap/missing D /branches/S2_1/bootstrap/mkinstalldirs Remove generated bootstrap files from svn. Sun, 17 Sep 2006 02:05:44 -0700 evyscr: Changed paths: M /branches/S2_1/po/ro.po Marked line 14242 as fuzzy to make it compiling again (maybe this affect --enable-debug only...) Thu, 14 Sep 2006 07:53:15 -0700 stan_ieugen: Changed paths: M /branches/S2_1/po/ro.po 648 untranslated, 365 fuzzy, 4390 total strings Mon, 11 Sep 2006 16:07:30 -0700 jdorje: Changed paths: M /branches/S2_1/po/et.po M /branches/S2_1/po/fa.po M /branches/S2_1/po/he.po M /branches/S2_1/po/sv.po Mark mismatched c-format strings as fuzzy. Mon, 11 Sep 2006 15:55:05 -0700 jdorje: Changed paths: M /branches/S2_1/client/Makefile.am M /branches/S2_1/client/agents/Makefile.am M /branches/S2_1/client/gui-ftwl/Makefile.am M /branches/S2_1/client/gui-gtk-2.0/Makefile.am M /branches/S2_1/client/gui-sdl/Makefile.am M /branches/S2_1/client/gui-stub/Makefile.am M /branches/S2_1/client/gui-win32/Makefile.am M /branches/S2_1/client/gui-xaw/Makefile.am M /branches/S2_1/data/amplio/Makefile.am M /branches/S2_1/data/civ1/Makefile.am M /branches/S2_1/data/civ2/Makefile.am M /branches/S2_1/data/default/Makefile.am M /branches/S2_1/data/flags/Makefile.am M /branches/S2_1/data/isophex/Makefile.am M /branches/S2_1/data/isotrident/Makefile.am M /branches/S2_1/data/misc/Makefile.am M /branches/S2_1/data/nation/Makefile.am M /branches/S2_1/data/scenario/Makefile.am M /branches/S2_1/data/stdsounds/Makefile.am M /branches/S2_1/data/trident/Makefile.am M /branches/S2_1/manual/Makefile.am M /branches/S2_1/server/Makefile.am M /branches/S2_1/utility/ftwl/Makefile.am Change Makefile.am files to use make variables rather than autoconf variables. Patch by me in PR#20719. Sat, 09 Sep 2006 14:55:30 -0700 stan_ieugen: Changed paths: M /branches/S2_1/po/ro.po 658 untranslated, 502 fuzzy, 4390 total strings Fri, 08 Sep 2006 08:08:09 -0700 clefs: Changed paths: M /branches/S2_1/po/ja.po ja.po update Thu, 07 Sep 2006 00:18:55 -0700 jdorje: Changed paths: M /branches/S2_1/configure.ac be properly expanded at compile time. Patch by me in PR#20534. Tue, 05 Sep 2006 11:35:40 -0700 cazfi: Changed paths: M /branches/S2_1/doc/PEOPLE Updated my email address. Sun, 03 Sep 2006 02:14:31 -0700 per: Changed paths: M /branches/S2_1/server/diplomats.c Fix bribe cost, reported in #20368 by MITA Yuusuke Wed, 30 Aug 2006 03:55:34 -0700 stan_ieugen: Changed paths: M /branches/S2_1/po/ro.po 680 untranslated, 565 fuzzy, 4390 total strings Tue, 29 Aug 2006 03:17:37 -0700 stan_ieugen: Changed paths: M /branches/S2_1/po/ro.po 717 untranslated, 600 fuzzy, 4390 total strings Sun, 27 Aug 2006 07:07:40 -0700 clefs: Changed paths: M /branches/S2_1/po/ja.po update Fri, 25 Aug 2006 06:51:59 -0700 stan_ieugen: Changed paths: M /branches/S2_1/po/ro.po 868 untranslated, 658 fuzzy, 4390 total strings Thu, 24 Aug 2006 05:47:44 -0700 stan_ieugen: Changed paths: M /branches/S2_1/po/ro.po 1042 untranslated, 697 fuzzy, 4390 total string Fri, 18 Aug 2006 14:01:31 -0700 cazfi: Changed paths: M /branches/S2_1/client/citydlg_common.c Fixed client crash when number of unit types exceeds number of building types. Reported by Zoltán Lakatos in #19574. Fri, 18 Aug 2006 10:19:45 -0700 chrisk: Changed paths: M /branches/S2_1/po/de.po fixes, thanks to "private lock"; previous commit is void 4390 translated messages. Wed, 16 Aug 2006 02:48:20 -0700 chrisk: Changed paths: M /branches/S2_1/po/de.po fixes 4390 translated messages. Tue, 15 Aug 2006 17:35:52 -0700 clefs: Changed paths: M /branches/S2_1/po/ja.po update Mon, 14 Aug 2006 09:21:46 -0700 chrisk: Changed paths: M /branches/S2_1/po/de.po Many bug fixes by Jens Seidel and some by me. 4390 translated messages. Mon, 14 Aug 2006 01:31:30 -0700 evyscr: Changed paths: M /branches/S2_1/client/gui-xaw/dialogs.c M /branches/S2_1/client/gui-xaw/graphics.c gui-xaw: fixes for load_gfxfile() and select_random_race(). PR#19559 Thu, 10 Aug 2006 18:15:53 -0700 jdorje: Changed paths: M /branches/S2_1/version.in Tag as beta2. Thu, 10 Aug 2006 18:14:58 -0700 jdorje: Changed paths: M /branches/S2_1/po/ru.po Another update after 'make dist'. Thu, 10 Aug 2006 06:41:21 -0700 evyscr: Changed paths: M /branches/S2_1/po/ru.po 4148 translated messages, 113 fuzzy translations, 129 untranslated messages. Tue, 08 Aug 2006 12:11:40 -0700 jdorje: Changed paths: M /branches/S2_1/po/ar.po M /branches/S2_1/po/ca.po M /branches/S2_1/po/cs.po M /branches/S2_1/po/da.po M /branches/S2_1/po/de.po M /branches/S2_1/po/en_GB.po M /branches/S2_1/po/es.po M /branches/S2_1/po/et.po M /branches/S2_1/po/fa.po M /branches/S2_1/po/fi.po M /branches/S2_1/po/fr.po M /branches/S2_1/po/he.po M /branches/S2_1/po/hu.po M /branches/S2_1/po/it.po M /branches/S2_1/po/ja.po M /branches/S2_1/po/lt.po M /branches/S2_1/po/nl.po M /branches/S2_1/po/no.po M /branches/S2_1/po/pl.po M /branches/S2_1/po/pt.po M /branches/S2_1/po/pt_BR.po M /branches/S2_1/po/ro.po M /branches/S2_1/po/ru.po M /branches/S2_1/po/sv.po M /branches/S2_1/po/uk.po M /branches/S2_1/po/zh_CN.po Update po files after 'make dist'. Sun, 06 Aug 2006 04:16:20 -0700 dmarks: Changed paths: M /branches/S2_1/data/default/nations.ruleset M /branches/S2_1/data/nation/confederate.ruleset M /branches/S2_1/data/nation/soviet.ruleset Remove the Transitional nation group and assign nations to new groups. See PR#19141 Sat, 05 Aug 2006 03:58:56 -0700 dmarks: Changed paths: M /branches/S2_1/data/nation/aborigines.ruleset M /branches/S2_1/data/nation/afghani.ruleset M /branches/S2_1/data/nation/algerian.ruleset M /branches/S2_1/data/nation/american.ruleset M /branches/S2_1/data/nation/antarctican.ruleset M /branches/S2_1/data/nation/arab.ruleset M /branches/S2_1/data/nation/aramean.ruleset M /branches/S2_1/data/nation/argentine.ruleset M /branches/S2_1/data/nation/armenian.ruleset M /branches/S2_1/data/nation/assyrian.ruleset M /branches/S2_1/data/nation/australian.ruleset M /branches/S2_1/data/nation/austrian.ruleset M /branches/S2_1/data/nation/aztec.ruleset M /branches/S2_1/data/nation/babylonian.ruleset M /branches/S2_1/data/nation/bavarian.ruleset M /branches/S2_1/data/nation/belgian.ruleset M /branches/S2_1/data/nation/bengali.ruleset M /branches/S2_1/data/nation/boer.ruleset M /branches/S2_1/data/nation/bosnia.ruleset M /branches/S2_1/data/nation/brazilian.ruleset M /branches/S2_1/data/nation/british.ruleset M /branches/S2_1/data/nation/bulgarian.ruleset M /branches/S2_1/data/nation/burmese.ruleset M /branches/S2_1/data/nation/byzantium.ruleset M /branches/S2_1/data/nation/canadian.ruleset M /branches/S2_1/data/nation/carthaginian.ruleset M /branches/S2_1/data/nation/catalan.ruleset M /branches/S2_1/data/nation/chilean.ruleset M /branches/S2_1/data/nation/chinese.ruleset M /branches/S2_1/data/nation/colombian.ruleset M /branches/S2_1/data/nation/confederate.ruleset M /branches/S2_1/data/nation/cornish.ruleset M /branches/S2_1/data/nation/croatian.ruleset M /branches/S2_1/data/nation/cuban.ruleset M /branches/S2_1/data/nation/czech.ruleset M /branches/S2_1/data/nation/danish.ruleset M /branches/S2_1/data/nation/dutch.ruleset M /branches/S2_1/data/nation/egyptian.ruleset M /branches/S2_1/data/nation/english.ruleset M /branches/S2_1/data/nation/estonian.ruleset M /branches/S2_1/data/nation/ethiopian.ruleset M /branches/S2_1/data/nation/filipino.ruleset M /branches/S2_1/data/nation/finnish.ruleset M /branches/S2_1/data/nation/french.ruleset M /branches/S2_1/data/nation/galician.ruleset M /branches/S2_1/data/nation/gallic.ruleset M /branches/S2_1/data/nation/georgian.ruleset M /branches/S2_1/data/nation/german.ruleset M /branches/S2_1/data/nation/greek.ruleset M /branches/S2_1/data/nation/hellenic.ruleset M /branches/S2_1/data/nation/hittite.ruleset M /branches/S2_1/data/nation/hungarian.ruleset M /branches/S2_1/data/nation/icelandic.ruleset M /branches/S2_1/data/nation/illyrian.ruleset M /branches/S2_1/data/nation/inca.ruleset M /branches/S2_1/data/nation/indian.ruleset M /branches/S2_1/data/nation/indonesian.ruleset M /branches/S2_1/data/nation/inuit.ruleset M /branches/S2_1/data/nation/iraqi.ruleset M /branches/S2_1/data/nation/irish.ruleset M /branches/S2_1/data/nation/iroquois.ruleset M /branches/S2_1/data/nation/israeli.ruleset M /branches/S2_1/data/nation/italian.ruleset M /branches/S2_1/data/nation/japanese.ruleset M /branches/S2_1/data/nation/kampuchean.ruleset M /branches/S2_1/data/nation/kenyan.ruleset M /branches/S2_1/data/nation/korean.ruleset M /branches/S2_1/data/nation/lankese.ruleset M /branches/S2_1/data/nation/latvian.ruleset M /branches/S2_1/data/nation/libyan.ruleset M /branches/S2_1/data/nation/lithuanian.ruleset M /branches/S2_1/data/nation/malagasy.ruleset M /branches/S2_1/data/nation/malaysian.ruleset M /branches/S2_1/data/nation/malian.ruleset M /branches/S2_1/data/nation/manchu.ruleset M /branches/S2_1/data/nation/maori.ruleset M /branches/S2_1/data/nation/martian.ruleset M /branches/S2_1/data/nation/mayan.ruleset M /branches/S2_1/data/nation/mexican.ruleset M /branches/S2_1/data/nation/mongol.ruleset M /branches/S2_1/data/nation/newzealand.ruleset M /branches/S2_1/data/nation/nigerian.ruleset M /branches/S2_1/data/nation/norwegian.ruleset M /branches/S2_1/data/nation/ottoman.ruleset M /branches/S2_1/data/nation/papuan.ruleset M /branches/S2_1/data/nation/persian.ruleset M /branches/S2_1/data/nation/phoenician.ruleset M /branches/S2_1/data/nation/polish.ruleset M /branches/S2_1/data/nation/portuguese.ruleset M /branches/S2_1/data/nation/quebecois.ruleset M /branches/S2_1/data/nation/roman.ruleset M /branches/S2_1/data/nation/romanian.ruleset M /branches/S2_1/data/nation/russian.ruleset M /branches/S2_1/data/nation/ryukyuan.ruleset M /branches/S2_1/data/nation/sami.ruleset M /branches/S2_1/data/nation/scottish.ruleset M /branches/S2_1/data/nation/serbian.ruleset M /branches/S2_1/data/nation/silesian.ruleset M /branches/S2_1/data/nation/singaporean.ruleset M /branches/S2_1/data/nation/sioux.ruleset M /branches/S2_1/data/nation/slovakian.ruleset M /branches/S2_1/data/nation/slovenian.ruleset M /branches/S2_1/data/nation/southafrican.ruleset M /branches/S2_1/data/nation/soviet.ruleset M /branches/S2_1/data/nation/spanish.ruleset M /branches/S2_1/data/nation/sudanese.ruleset M /branches/S2_1/data/nation/sumerian.ruleset M /branches/S2_1/data/nation/swazi.ruleset M /branches/S2_1/data/nation/swedish.ruleset M /branches/S2_1/data/nation/swiss.ruleset M /branches/S2_1/data/nation/taiwanese.ruleset M /branches/S2_1/data/nation/texan.ruleset M /branches/S2_1/data/nation/thai.ruleset M /branches/S2_1/data/nation/tibetan.ruleset M /branches/S2_1/data/nation/tunisian.ruleset M /branches/S2_1/data/nation/turk.ruleset M /branches/S2_1/data/nation/ukrainian.ruleset M /branches/S2_1/data/nation/uyghur.ruleset M /branches/S2_1/data/nation/venezuelan.ruleset M /branches/S2_1/data/nation/vietnamese.ruleset M /branches/S2_1/data/nation/viking.ruleset M /branches/S2_1/data/nation/welsh.ruleset M /branches/S2_1/data/nation/westphalian.ruleset M /branches/S2_1/data/nation/zulu.ruleset Don't mark the nations groups of individual nation rulesets as translatable, since it is done centrally from nations.ruleset. Reported by Sini Ruohomaa in PR#19040. Patch by me, kudos to Jason for technical assistance. Fri, 04 Aug 2006 08:05:18 -0700 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/repodlgs.c fix building sprite resizing in science dialog. Fri, 04 Aug 2006 07:32:41 -0700 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/mapctrl.c M /branches/S2_1/client/gui-sdl/pages.c fix a crash in the main page. Fri, 04 Aug 2006 02:02:46 -0700 chrisk: Changed paths: M /branches/S2_1/po/de.po 4400 translated messages. Thu, 03 Aug 2006 18:38:06 -0700 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/citydlg.c corrections to previous commit. Thu, 03 Aug 2006 18:25:11 -0700 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/citydlg.c M /branches/S2_1/client/gui-sdl/cityrep.c M /branches/S2_1/client/gui-sdl/helpdlg.c M /branches/S2_1/client/gui-sdl/repodlgs.c M /branches/S2_1/client/gui-sdl/wldlg.c resize building sprites correctly. Thu, 03 Aug 2006 06:38:19 -0700 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/chatline.c M /branches/S2_1/client/gui-sdl/citydlg.c M /branches/S2_1/client/gui-sdl/cityrep.c M /branches/S2_1/client/gui-sdl/cma_fe.c M /branches/S2_1/client/gui-sdl/connectdlg.c M /branches/S2_1/client/gui-sdl/dialogs.c M /branches/S2_1/client/gui-sdl/diplodlg.c M /branches/S2_1/client/gui-sdl/diplomat_dialog.c M /branches/S2_1/client/gui-sdl/gui_string.c M /branches/S2_1/client/gui-sdl/gui_stuff.c M /branches/S2_1/client/gui-sdl/helpdlg.c M /branches/S2_1/client/gui-sdl/mapctrl.c M /branches/S2_1/client/gui-sdl/mapview.c M /branches/S2_1/client/gui-sdl/messagewin.c M /branches/S2_1/client/gui-sdl/optiondlg.c M /branches/S2_1/client/gui-sdl/pages.c M /branches/S2_1/client/gui-sdl/plrdlg.c M /branches/S2_1/client/gui-sdl/repodlgs.c M /branches/S2_1/client/gui-sdl/themecolors.c M /branches/S2_1/client/gui-sdl/themecolors.h M /branches/S2_1/client/gui-sdl/wldlg.c most colors are now read from colors.themespec file. Wed, 02 Aug 2006 06:18:22 -0700 dmarks: Changed paths: M /branches/S2_1/doc/PEOPLE Add two more bug reporters from the S2_0 changelog. Wed, 02 Aug 2006 05:23:47 -0700 dmarks: Changed paths: M /branches/S2_1/doc/PEOPLE Remove duplicate and fix typo. Tue, 01 Aug 2006 03:25:07 -0700 dmarks: Changed paths: M /branches/S2_1/doc/PEOPLE Credit Amplio artists in PEOPLE. See PR#19099 Tue, 01 Aug 2006 02:49:46 -0700 dmarks: Changed paths: M /branches/S2_1/data/amplio/units.png M /branches/S2_1/data/amplio/units.spec Leader (King) sprite for Amplio. Artist is Fairline. See PR#14114 Mon, 31 Jul 2006 22:11:00 -0700 dmarks: Changed paths: M /branches/S2_1/data/flags/southern_cross-shield.png M /branches/S2_1/data/flags/southern_cross.png M /branches/S2_1/data/flags/southern_cross.svg Better Southern Cross (Confederate) flag. Artist is Crotalus horridus. See PR#19094 Mon, 31 Jul 2006 21:54:22 -0700 dmarks: Changed paths: M /branches/S2_1/data/flags/credits M /branches/S2_1/data/misc/flags.spec M /branches/S2_1/data/misc/shields.spec Flag credits moved to flags.spec and updated. See PR#18934 Mon, 31 Jul 2006 21:00:26 -0700 dmarks: Changed paths: M /branches/S2_1/doc/PEOPLE PEOPLE for S2_1 up to date at r12212 Mon, 31 Jul 2006 19:52:04 -0700 dmarks: Changed paths: M /branches/S2_1/data/nation/vietnamese.ruleset Remove duplicate cities and fix spellings. See PR#18638 Mon, 31 Jul 2006 17:27:06 -0700 dmarks: Changed paths: M /branches/S2_1/data/default/nations.ruleset Add a TRANS comment. Requested by Sini Ruohomaa in PR#19040 Mon, 31 Jul 2006 11:25:36 -0700 jdorje: Changed paths: M /branches/S2_1/client/gui-gtk-2.0/gui_main.c M /branches/S2_1/client/gui-gtk-2.0/pages.c Updates for GGZ 0.0.14. Patch by me in PR#18936. Mon, 31 Jul 2006 11:04:18 -0700 jdorje: Changed paths: M /branches/S2_1/client/helpdata.c Add several TRANS comments. See PR#19049. Mon, 31 Jul 2006 10:00:22 -0700 cazfi: Changed paths: M /branches/S2_1/client/reqtree.c Fixed science dialog crash when building tag is missing. Reported by Ricky in #18293. Mon, 31 Jul 2006 09:12:11 -0700 cazfi: Changed paths: M /branches/S2_1/ai/aiair.c M /branches/S2_1/server/airgoto.c M /branches/S2_1/server/airgoto.h Fixed memory leak in AI aircraft code. See #18758 Mon, 31 Jul 2006 08:21:16 -0700 cazfi: Changed paths: M /branches/S2_1/server/unittools.c Initialize infrastructure cache for city found from hut by autosettler. See #10359 Mon, 31 Jul 2006 02:13:02 -0700 dmarks: Changed paths: M /branches/S2_1/po/ro.po 2364 translated messages, 734 fuzzy translations, 1302 untranslated messages. (by stan ioan-eugen - backport from trunk) Sun, 30 Jul 2006 13:26:03 -0700 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/optiondlg.c use user-defined color for options text Sun, 30 Jul 2006 11:22:49 -0700 arman_o71: Changed paths: M /branches/S2_1/po/fa.po 2370 translated messages, 2030 untranslated messages. Sun, 30 Jul 2006 09:01:19 -0700 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/cityrep.c M /branches/S2_1/client/gui-sdl/gui_main.c M /branches/S2_1/client/gui-sdl/mapctrl.c small corrections Sun, 30 Jul 2006 08:03:46 -0700 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/chatline.c M /branches/S2_1/client/gui-sdl/citydlg.c M /branches/S2_1/client/gui-sdl/cityrep.c M /branches/S2_1/client/gui-sdl/cma_fe.c M /branches/S2_1/client/gui-sdl/connectdlg.c M /branches/S2_1/client/gui-sdl/dialogs.c M /branches/S2_1/client/gui-sdl/diplodlg.c M /branches/S2_1/client/gui-sdl/diplomat_dialog.c M /branches/S2_1/client/gui-sdl/gotodlg.c M /branches/S2_1/client/gui-sdl/graphics.h M /branches/S2_1/client/gui-sdl/gui_stuff.c M /branches/S2_1/client/gui-sdl/helpdlg.c M /branches/S2_1/client/gui-sdl/mapctrl.c M /branches/S2_1/client/gui-sdl/mapview.c M /branches/S2_1/client/gui-sdl/messagewin.c M /branches/S2_1/client/gui-sdl/optiondlg.c M /branches/S2_1/client/gui-sdl/pages.c M /branches/S2_1/client/gui-sdl/plrdlg.c M /branches/S2_1/client/gui-sdl/repodlgs.c M /branches/S2_1/client/gui-sdl/themecolors.c M /branches/S2_1/client/gui-sdl/themecolors.h M /branches/S2_1/client/gui-sdl/wldlg.c make some more colors user-definable. Sun, 30 Jul 2006 07:11:14 -0700 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/graphics.c M /branches/S2_1/client/gui-sdl/gui_main.c M /branches/S2_1/client/gui-sdl/mapview.c call refresh_overview() only when really needed. Sun, 30 Jul 2006 06:14:58 -0700 dmarks: Changed paths: A /branches/S2_1/data/freeciv-client.icns M /branches/S2_1/data/freeciv-client.png A /branches/S2_1/data/freeciv-client.svg A /branches/S2_1/data/freeciv-server.icns A /branches/S2_1/data/freeciv-server.png A /branches/S2_1/data/freeciv-server.svg M /branches/S2_1/win32/client.ico M /branches/S2_1/win32/server.ico New icons for Windows, Linux (GNOME) and Mac OS X. Concept and SVGs by Finer, made into various icon formats by me. See PR#15807 Sun, 30 Jul 2006 05:35:56 -0700 dmarks: Changed paths: M /branches/S2_1/data/misc/intro.png New intro splash by Tekgen (backport from trunk) Sat, 29 Jul 2006 08:00:09 -0700 clefs: Changed paths: M /branches/S2_1/po/ja.po update Sat, 29 Jul 2006 03:59:05 -0700 chrisk: Changed paths: M /branches/S2_1/po/fi.po Update on behalf of Sini Ruohomaa Fri, 28 Jul 2006 18:16:12 -0700 jdorje: Changed paths: M /branches/S2_1/server/generator/startpos.c Add some extra checks to prevent placement of starting positions on the poles. Patch by me in PR#17617. Fri, 28 Jul 2006 18:02:52 -0700 jdorje: Changed paths: M /branches/S2_1/client/mapview_common.c Respect the city-growth option for the city text when the citybar is turned off. Patch by me in PR#18863. Fri, 28 Jul 2006 16:19:35 -0700 jdorje: Changed paths: M /branches/S2_1/server/unittools.c Free client orders before engaging server goto when rescuing planes. Reported by Jordi Negrevernis i Font in PR#17250. Patch by Per Mathisen. Fri, 28 Jul 2006 13:12:47 -0700 jdorje: Changed paths: M /branches/S2_1/m4/ggz.m4 Updated ggz.m4 file. Fri, 28 Jul 2006 07:07:55 -0700 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/Makefile.am M /branches/S2_1/client/gui-sdl/canvas.c M /branches/S2_1/client/gui-sdl/caravan_dialog.c M /branches/S2_1/client/gui-sdl/chatline.c M /branches/S2_1/client/gui-sdl/citydlg.c M /branches/S2_1/client/gui-sdl/cityrep.c M /branches/S2_1/client/gui-sdl/cma_fe.c M /branches/S2_1/client/gui-sdl/connectdlg.c M /branches/S2_1/client/gui-sdl/connectdlg.h M /branches/S2_1/client/gui-sdl/dialogs.c M /branches/S2_1/client/gui-sdl/dialogs.h M /branches/S2_1/client/gui-sdl/diplodlg.c M /branches/S2_1/client/gui-sdl/diplomat_dialog.c M /branches/S2_1/client/gui-sdl/finddlg.c M /branches/S2_1/client/gui-sdl/gotodlg.c M /branches/S2_1/client/gui-sdl/graphics.c M /branches/S2_1/client/gui-sdl/graphics.h M /branches/S2_1/client/gui-sdl/gui_main.c M /branches/S2_1/client/gui-sdl/gui_main.h A /branches/S2_1/client/gui-sdl/gui_mouse.c A /branches/S2_1/client/gui-sdl/gui_mouse.h M /branches/S2_1/client/gui-sdl/gui_string.c M /branches/S2_1/client/gui-sdl/gui_stuff.c M /branches/S2_1/client/gui-sdl/gui_stuff.h M /branches/S2_1/client/gui-sdl/gui_tilespec.c M /branches/S2_1/client/gui-sdl/gui_tilespec.h M /branches/S2_1/client/gui-sdl/helpdlg.c M /branches/S2_1/client/gui-sdl/inteldlg.c M /branches/S2_1/client/gui-sdl/mapctrl.c M /branches/S2_1/client/gui-sdl/mapctrl.h M /branches/S2_1/client/gui-sdl/mapview.c M /branches/S2_1/client/gui-sdl/mapview.h M /branches/S2_1/client/gui-sdl/menu.c M /branches/S2_1/client/gui-sdl/messagewin.c M /branches/S2_1/client/gui-sdl/optiondlg.c M /branches/S2_1/client/gui-sdl/pages.c M /branches/S2_1/client/gui-sdl/plrdlg.c M /branches/S2_1/client/gui-sdl/repodlgs.c M /branches/S2_1/client/gui-sdl/spaceshipdlg.c M /branches/S2_1/client/gui-sdl/sprite.c M /branches/S2_1/client/gui-sdl/wldlg.c backport changes from trunk. Fri, 28 Jul 2006 01:56:53 -0700 chrisk: Changed paths: M /branches/S2_1/po/de.po 4376 translated messages. Thu, 27 Jul 2006 23:38:49 -0700 jdorje: Changed paths: M /branches/S2_1/server/citytools.c Tell observers when a city is removed - otherwise observers never find out and a ghost city remains. Reported by Daniel Markstedt in PR#15261. Patch by me. Thu, 27 Jul 2006 22:40:36 -0700 jdorje: Changed paths: M /branches/S2_1/data/helpdata.txt Update help for controls. Patch by Christian Knoke in PR#16250. Wed, 26 Jul 2006 18:19:31 -0700 dmarks: Changed paths: M /branches/S2_1/data/nation/bulgarian.ruleset Cleanup of bulgarian.ruleset removing duplicate cities. Reported by Slavy Mihov in PR#18803. Mon, 24 Jul 2006 11:03:52 -0700 cazfi: Changed paths: M /branches/S2_1/client/civclient.c M /branches/S2_1/client/tilespec.c M /branches/S2_1/client/tilespec.h Show meaningful error message to user if tileset specified in command line cannot be loaded. See #18756 Mon, 24 Jul 2006 09:55:29 -0700 cazfi: Changed paths: M /branches/S2_1/ai/aihunt.c Fixed memory leak in hunter code See #18760 Mon, 24 Jul 2006 01:47:48 -0700 per: Changed paths: M /branches/S2_1/common/packets.c Fix security problem in attributes code. On 32bit systems, an addition in a check can overflow, allowing an illegal offset value to be passed into the network code. Reported by Luigi Auriemma Sat, 22 Jul 2006 02:17:40 -0700 arman_o71: Changed paths: M /branches/S2_1/po/fa.po 2310 translated messages, 2095 untranslated messages. Fri, 21 Jul 2006 15:53:07 -0700 cazfi: Changed paths: M /branches/S2_1/ai/aihunt.c Fixed illegal read in hunter code See #13383 Fri, 21 Jul 2006 09:24:32 -0700 cazfi: Changed paths: M /branches/S2_1/ai/aiair.c M /branches/S2_1/common/unit.c M /branches/S2_1/common/unit.h M /branches/S2_1/server/unittools.c M /branches/S2_1/server/unittools.h Fixed some problems in aircraft auto-return code - Don't go for another refuel point if we are already loaded to a carrier - If we are above free carrier; land - Once we reach free carrier; land - Save also units created in editor See #18605 Thu, 20 Jul 2006 10:28:27 -0700 cazfi: Changed paths: M /branches/S2_1/server/srv_main.c Avoid love-love-hate triangles when ceasefire runs out between players that are both allied to third player. Both alliances are cancelled. See #18261 Thu, 20 Jul 2006 08:34:13 -0700 cazfi: Changed paths: M /branches/S2_1/server/ruleset.c Fixed memory leak in load_ruleset_terrain() See #18696 Wed, 19 Jul 2006 15:23:10 -0700 cazfi: Changed paths: M /branches/S2_1/server/plrhand.c Avoid love-love-hate triangle when two players allied to third one get first contact. Both alliances are cancelled. See #18261 Tue, 18 Jul 2006 03:07:58 -0700 cazfi: Changed paths: M /branches/S2_1/server/srv_main.c Use unit_list_iterate_safe instead of unit_list_iterate in remove_illegal_armistice_units() See #18652 Mon, 17 Jul 2006 09:51:25 -0700 cazfi: Changed paths: M /branches/S2_1/INSTALL Up to date INSTALL See #18624 Mon, 17 Jul 2006 08:40:46 -0700 cazfi: Changed paths: M /branches/S2_1/server/unittools.c Helicopters don't lose hitpoints when transported on a carrier. Reported by Christian Knoke in #14769. Patch by Jason. Sun, 16 Jul 2006 10:16:23 -0700 evyscr: Changed paths: M /branches/S2_1/client/gui-xaw/repodlgs.c gui-xaw: science dialog callbacks cleanup/fix (PR#18617) Sun, 16 Jul 2006 05:49:53 -0700 per: Changed paths: M /branches/S2_1/common/packets.c M /branches/S2_1/server/unithand.c Fix possible crashes in network code. Reported by Luigi Auriemma . Sun, 16 Jul 2006 04:47:28 -0700 arman_o71: Changed paths: M /branches/S2_1/configure.ac Added fa to ALL_LINGUAS Sun, 16 Jul 2006 04:41:52 -0700 arman_o71: Changed paths: A /branches/S2_1/po/fa.po Added fa-i18n Sat, 15 Jul 2006 21:44:03 -0700 dmarks: Changed paths: M /branches/S2_1/data/flags/credits M /branches/S2_1/data/flags/inca-shield.png M /branches/S2_1/data/flags/inca.png M /branches/S2_1/data/flags/inca.svg New Inca flag, SVG by me - PR#14285 (backport to S2_1) Sat, 15 Jul 2006 04:06:45 -0700 elmo: Changed paths: M /branches/S2_1/po/et.po 2046, 617, 1740 Sat, 15 Jul 2006 03:19:37 -0700 evyscr: Changed paths: M /branches/S2_1/client/gui-xaw/cma_fe.c gui-xaw: fix cma dialog crash (PR#18598) Thu, 13 Jul 2006 17:19:45 -0700 cazfi: Changed paths: M /branches/S2_1/ai/advmilitary.c Check flag F_BADCITYDEFENDER instead of move_type == SEA_MOVING. See #18515 Thu, 13 Jul 2006 07:11:14 -0700 beregond: Changed paths: M /branches/S2_1/po/nl.po correction Thu, 13 Jul 2006 05:17:55 -0700 cazfi: Changed paths: M /branches/S2_1/server/citytools.c M /branches/S2_1/server/sanitycheck.c Insert initial buildings that are small wonders in to small_wonders array. Put automatically rebuilt small wonders in to small_wonders array. See #18281 Thu, 13 Jul 2006 04:17:56 -0700 cazfi: Changed paths: M /branches/S2_1/server/sanitycheck.c M /branches/S2_1/server/savegame.c Don't call pplayr_can_ally() or pplayers_allied() for dead players. See #10459 Wed, 12 Jul 2006 15:35:15 -0700 elmo: Changed paths: M /branches/S2_1/po/et.po Updated Estonian translation Wed, 12 Jul 2006 13:34:04 -0700 elmo: Changed paths: M /branches/S2_1/po/et.po A /branches/S2_1/po/et.po.sig +370 translated, +58 fuzzy, +10 untranslated strings Tue, 11 Jul 2006 05:43:59 -0700 beregond: Changed paths: M /branches/S2_1/po/nl.po update Fri, 07 Jul 2006 19:55:40 -0700 kauf: Changed paths: M /branches/S2_1/ai/aitech.c Fix a crash bug that occurs after an AI has researched all techs and wants to research Future Tech 1. See PR#15408 and others. Patch by me. Wed, 05 Jul 2006 14:03:57 -0700 cazfi: Changed paths: M /branches/S2_1/data/civ1/nations.ruleset M /branches/S2_1/data/civ2/nations.ruleset Add nation groups to civ1 & civ2 rulesets Reported by Christian Prochaska in #14808. Patch by Daniel Markstedt Wed, 05 Jul 2006 13:59:37 -0700 cazfi: Changed paths: M /branches/S2_1/data/civ2/techs.ruleset Remove obsolete Trade_Revenue_Reduce flags. Patch by Christian Prochaska in #14808. Mon, 03 Jul 2006 04:15:29 -0700 cazfi: Changed paths: M /branches/S2_1/ai/advdomestic.c M /branches/S2_1/ai/aitech.c Fix ai_choose_help_wonder() crash when Trade is not yet known. See #18220 Sat, 01 Jul 2006 18:24:10 -0700 dmarks: Changed paths: M /branches/S2_1/data/civ2/cities.ruleset Remove excessive content from civ2/cities.ruleset. Patch by Christian Prochaska in PR#15644. Wed, 28 Jun 2006 02:41:36 -0700 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/SDL_ttf.c fix compilation with freetype 2.2.1 Mon, 26 Jun 2006 16:02:36 -0700 evyscr: Changed paths: M /branches/S2_1/client/gui-xaw/gui_main.c gui-xaw: info popup position fix (patch by me in PR#16954) Wed, 21 Jun 2006 13:36:53 -0700 per: Changed paths: M /branches/S2_1/server/settings.c Fix search/replace error in settings text. Sun, 11 Jun 2006 16:31:37 -0700 jdorje: Changed paths: M /branches/S2_1/common/combat.c Don't give air and sea units terrain defense bonuses. Patch by Per Mathisen in PR#17827. Sun, 11 Jun 2006 16:22:42 -0700 jdorje: Changed paths: M /branches/S2_1/common/packets.def M /branches/S2_1/common/packets_gen.c M /branches/S2_1/version.in Fix a bug with sending the terrain defense_bonus over the network. Reported by Per Mathisen. Patch by me in PR#17828. Fri, 09 Jun 2006 14:33:25 -0700 jdorje: Changed paths: M /branches/S2_1/client/civclient.c M /branches/S2_1/client/ggzclient.c M /branches/S2_1/client/ggzclient.h M /branches/S2_1/client/gui-gtk-2.0/gui_main.c M /branches/S2_1/data/civclient.dsc.in M /branches/S2_1/server/civserver.c M /branches/S2_1/server/ggzserver.c Use GGZ function calls to check for GGZ mode, rather than a command-line parameter. Patch by me in PR#17703. Fri, 09 Jun 2006 14:02:28 -0700 jdorje: Changed paths: M /branches/S2_1/client/ggzclient.c Disconnect from the server if there's a ggzmod error. Patch by me in PR#17709. Fri, 09 Jun 2006 13:14:43 -0700 jdorje: Changed paths: M /branches/S2_1/client/gui-gtk-2.0/gui_main.c M /branches/S2_1/common/capstr.c M /branches/S2_1/configure.ac M /branches/S2_1/data/civclient.dsc.in M /branches/S2_1/data/civserver.dsc.in M /branches/S2_1/m4/version.m4 M /branches/S2_1/version.in Move the network capstring into version.in, and use it for the GGZ protocol version. Patch by me in PR#17710. Fri, 09 Jun 2006 13:05:24 -0700 per: Changed paths: M /branches/S2_1/server/diplhand.c M /branches/S2_1/server/settings.c Backport #17602: Make diplcost setting affect money transfer between players. Fri, 09 Jun 2006 12:34:34 -0700 jdorje: Changed paths: M /branches/S2_1/common/dataio.c Fix bad cast. Thu, 01 Jun 2006 09:00:51 -0700 jdorje: Changed paths: M /branches/S2_1/client/tilespec.c Fix a bug in the placement of the fortress back graphic on the mapview. Reported by Daniel Markstedt in PR#15661. Sat, 27 May 2006 06:31:34 -0700 dmarks: Changed paths: M /branches/S2_1/po/sv.po 4190 translated messages, 110 fuzzy translations, 104 untranslated messages. Thu, 25 May 2006 15:12:03 -0700 dmarks: Changed paths: M /branches/S2_1/data/flags/arab-shield.png M /branches/S2_1/data/flags/arab.png M /branches/S2_1/data/flags/arab.svg M /branches/S2_1/data/flags/credits New Arab flag. Concept by Ahmad M. Zawawi, flag by me using clipart from OCAL. (PR#17238) Thu, 25 May 2006 08:36:41 -0700 per: Changed paths: M /branches/S2_1/ai/advdiplomacy.c Backport fix for problem with AI war countdown reported in PR#16868 by Christoph Petschnig . Tue, 23 May 2006 04:39:26 -0700 dmarks: Changed paths: M /branches/S2_1/data/civ1/buildings.ruleset M /branches/S2_1/data/civ2/buildings.ruleset M /branches/S2_1/data/default/buildings.ruleset Support for separate graphics for the three barracks improvements. Patch by me in PR#17106. Sat, 20 May 2006 23:39:56 -0700 zeus_go64: Changed paths: M /branches/S2_1/po/ar.po 3550 translated messages, 756 fuzzy translations, 98 untranslated messages. Sat, 20 May 2006 10:57:33 -0700 per: Changed paths: M /branches/S2_1/data/default/techs.ruleset Fix problem with quote character in commented text and translations. Reported by Chris. Sat, 20 May 2006 04:37:38 -0700 per: Changed paths: M /branches/S2_1/server/scripting/api_actions.c Fix crash in lua create unit script. Reported as PR#16348. Fri, 19 May 2006 10:31:31 -0700 per: Changed paths: M /branches/S2_1/data/default/techs.ruleset M /branches/S2_1/doc/README.graphics Backport documentation fixes from trunk. Wed, 17 May 2006 23:17:05 -0700 zeus_go64: Changed paths: M /branches/S2_1/po/ar.po 3485 translated messages, 814 fuzzy translations, 105 untranslated messages. Wed, 17 May 2006 01:00:28 -0700 zeus_go64: Changed paths: M /branches/S2_1/po/ar.po 3450 translated messages, 847 fuzzy translations, 107 untranslated messages. Wed, 17 May 2006 00:52:05 -0700 zeus_go64: Changed paths: M /branches/S2_1/po/ar.po 3443 translated messages, 854 fuzzy translations, 107 untranslated messages. Wed, 17 May 2006 00:06:19 -0700 zeus_go64: Changed paths: M /branches/S2_1/po/ar.po 3374 translated messages, 924 fuzzy translations, 106 untranslated messages. Tue, 16 May 2006 09:06:56 -0700 evyscr: Changed paths: M /branches/S2_1/po/ru.po fix Tue, 16 May 2006 04:22:51 -0700 zeus_go64: Changed paths: M /branches/S2_1/po/ar.po 3342 translated messages, 950 fuzzy translations, 112 untranslated messages. Tue, 16 May 2006 01:11:43 -0700 zeus_go64: Changed paths: M /branches/S2_1/po/ar.po 3182 translated messages, 1069 fuzzy translations, 153 untranslated messages. Tue, 16 May 2006 00:42:54 -0700 zeus_go64: Changed paths: M /branches/S2_1/po/ar.po ar-i18n: 3169 translated messages, 1083 fuzzy translations, 152 untranslated messages. Mon, 15 May 2006 23:39:11 -0700 zeus_go64: Changed paths: M /branches/S2_1/po/ar.po 3138 translated messages, 1106 fuzzy translations, 160 untranslated messages. Mon, 15 May 2006 05:12:37 -0700 zeus_go64: Changed paths: M /branches/S2_1/po/ar.po ar-i18n: 3104 translated messages, 1140 fuzzy translations, 160 untranslated messages. Mon, 15 May 2006 04:42:18 -0700 zeus_go64: Changed paths: M /branches/S2_1/po/ar.po ar-i18n: 3051 translated messages, 1169 fuzzy translations, 184 untranslated messages. Mon, 15 May 2006 02:15:20 -0700 chrisk: Changed paths: M /branches/S2_1/po/de.po 4404 translated messages. Mon, 15 May 2006 01:46:33 -0700 zeus_go64: Changed paths: M /branches/S2_1/po/ar.po ar-i18n: 2887 translated messages, 1296 fuzzy translations, 221 untranslated messages. Sat, 13 May 2006 22:34:27 -0700 dmarks: Changed paths: M /branches/S2_1/data/nation/icelandic.ruleset Resolve incorrectness in Icelandic legend. Reported by Claudio M. Camacho with patch by me in PR#16925. Sat, 13 May 2006 08:09:20 -0700 evyscr: Changed paths: M /branches/S2_1/po/ru.po 4066 translated messages, 160 fuzzy translations, 178 untranslated messages. Sun, 07 May 2006 12:49:36 -0700 chrisk: Changed paths: M /branches/S2_1/po/de.po Fix. 4404 translated messages. Sun, 07 May 2006 08:27:38 -0700 mkd: Changed paths: M /branches/S2_1/po/es.po Fix some typos Sun, 07 May 2006 08:14:27 -0700 mkd: Changed paths: M /branches/S2_1/po/es.po 4404 translated messages. Sun, 07 May 2006 07:41:21 -0700 zeus_go64: Changed paths: M /branches/S2_1/po/ar.po ar-i18n: 2767 translated, 1395 fuzzy, 242 untranslated. Sun, 07 May 2006 04:53:04 -0700 mkd: Changed paths: M /branches/S2_1/po/es.po 4381 translated messages, 3 fuzzy translations, 20 untranslated messages. Sat, 06 May 2006 15:59:51 -0700 mkd: Changed paths: M /branches/S2_1/po/es.po 4238 translated messages, 88 fuzzy translations, 78 untranslated messages. Sat, 06 May 2006 08:06:18 -0700 chrisk: Changed paths: M /branches/S2_1/po/de.po fixes, spelling, typos 4404 translated messages. Sat, 06 May 2006 07:58:28 -0700 cproc: Changed paths: M /branches/S2_1/utility/ftwl/be_x11_ximage.c Compile fix for the X11 backend. Sat, 06 May 2006 04:33:49 -0700 cproc: Changed paths: M /branches/S2_1/client/gui-ftwl/gui_main.c M /branches/S2_1/client/gui-ftwl/gui_main.h M /branches/S2_1/client/gui-ftwl/mapview.h M /branches/S2_1/client/gui-ftwl/pages.c Start using the client page system. Patch by me in PR#16760. Sat, 06 May 2006 04:23:32 -0700 cproc: Changed paths: M /branches/S2_1/client/gui-ftwl/Makefile.am M /branches/S2_1/client/gui-ftwl/canvas.c M /branches/S2_1/client/gui-ftwl/chat.c M /branches/S2_1/client/gui-ftwl/chatline.c M /branches/S2_1/client/gui-ftwl/colors.c M /branches/S2_1/client/gui-ftwl/colors.h M /branches/S2_1/client/gui-ftwl/connectdlg.c M /branches/S2_1/client/gui-ftwl/dialogs.c M /branches/S2_1/client/gui-ftwl/gotodlg.c M /branches/S2_1/client/gui-ftwl/gui_main.c M /branches/S2_1/client/gui-ftwl/gui_main.h M /branches/S2_1/client/gui-ftwl/gui_text.c M /branches/S2_1/client/gui-ftwl/gui_text.h M /branches/S2_1/client/gui-ftwl/mapview.c M /branches/S2_1/client/gui-ftwl/pages.c A /branches/S2_1/client/gui-ftwl/themes.c Make the ftwl client compile again. Patch by me in PR#16759. Sat, 06 May 2006 00:34:46 -0700 chrisk: Changed paths: M /branches/S2_1/po/de.po Fixes 4404 translated messages. Fri, 05 May 2006 13:35:59 -0700 mkd: Changed paths: M /branches/S2_1/po/es.po 4164 translated messages, 131 fuzzy translations, 109 untranslated messages. Thu, 04 May 2006 13:27:06 -0700 mkd: Changed paths: M /branches/S2_1/po/es.po 4121 translated messages, 156 fuzzy translations, 127 untranslated messages. Wed, 03 May 2006 23:24:42 -0700 jdorje: Changed paths: M /branches/S2_1/data/nation/argentine.ruleset M /branches/S2_1/data/nation/bosnia.ruleset M /branches/S2_1/data/nation/newzealand.ruleset M /branches/S2_1/data/nation/venezuelan.ruleset Update comments in nation rulesets. Patch by Daniel Markstedt in PR#16752. Wed, 03 May 2006 14:10:45 -0700 mkd: Changed paths: M /branches/S2_1/po/es.po 4095 translated messages, 169 fuzzy translations, 140 untranslated messages. Wed, 03 May 2006 06:13:44 -0700 zeus_go64: Changed paths: M /branches/S2_1/po/ar.po ar-i18n: 2373 translated, 1706 fuzzy, 325 untranslated. Wed, 03 May 2006 03:47:12 -0700 zeus_go64: Changed paths: M /branches/S2_1/po/ar.po ar-i18n:2209 translated, 5 fuzzy, 2190 untranslated. Wed, 03 May 2006 01:10:00 -0700 zeus_go64: Changed paths: M /branches/S2_1/po/ar.po ar-i18n: 2121 translated, 12 fuzzy, 2271 untranslated. Tue, 02 May 2006 02:29:33 -0700 zeus_go64: Changed paths: M /branches/S2_1/po/ar.po ar-i18n: 2010 translated, 34 fuzzy, 2360 untranslated Tue, 02 May 2006 01:45:01 -0700 chrisk: Changed paths: M /branches/S2_1/po/de.po 4404 translated messages. Tue, 02 May 2006 00:15:51 -0700 zeus_go64: Changed paths: M /branches/S2_1/po/ar.po fixed permissions issue Mon, 01 May 2006 12:53:21 -0700 mkd: Changed paths: M /branches/S2_1/po/es.po 4083 translated messages, 177 fuzzy translations, 144 untranslated messages. Mon, 01 May 2006 11:16:52 -0700 chrisk: Changed paths: M /branches/S2_1/po/de.po Fixes, 6 unidentified SDL strings remain untranslated, else complete Mon, 01 May 2006 07:34:10 -0700 mkd: Changed paths: M /branches/S2_1/po/es.po 3965 translated messages, 254 fuzzy translations, 185 untranslated messages. Mon, 01 May 2006 05:29:59 -0700 chrisk: Changed paths: M /branches/S2_1/po/de.po 4393 translated messages, 11 untranslated messages. Sun, 30 Apr 2006 23:51:11 -0700 zeus_go64: Changed paths: M /branches/S2_1/configure.ac Added Arabic to configure.ac Sun, 30 Apr 2006 10:04:50 -0700 zeus_go64: Changed paths: M /branches/S2_1/po/ar.po i18n-ar: 1700 translated, 2264 untranslated Sun, 30 Apr 2006 09:34:35 -0700 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/gui_string.c M /branches/S2_1/client/gui-sdl/helpdlg.c M /branches/S2_1/client/gui-sdl/unistring.c Fix some crashes in the help dialog. Reported by Matthias Hilbig in PR#16761, patch by me. Sun, 30 Apr 2006 05:50:58 -0700 mkd: Changed paths: M /branches/S2_1/po/es.po 3904 translated messages, 312 fuzzy translations, 188 untranslated messages. Sat, 29 Apr 2006 16:22:27 -0700 mkd: Changed paths: M /branches/S2_1/po/es.po 3835 translated messages, 357 fuzzy translations, 212 untranslated messages. Sat, 29 Apr 2006 09:59:48 -0700 zeus_go64: Changed paths: A /branches/S2_1/po/ar.po 1253 translated, 2712 untranslated Fri, 28 Apr 2006 14:14:39 -0700 jdorje: Changed paths: M /branches/S2_1/client/text.c Fix a bug preventing combat changes from being shown on the tile popup. Patch by Petr Baudis in PR#16711. Fri, 28 Apr 2006 13:27:53 -0700 chrisk: Changed paths: M /branches/S2_1/po/de.po 4349 translated messages, 55 untranslated messages. Thu, 27 Apr 2006 13:12:38 -0700 mkd: Changed paths: M /branches/S2_1/po/es.po 3531 translated messages, 566 fuzzy translations, 307 untranslated messages. Mon, 24 Apr 2006 11:30:46 -0700 jdorje: Changed paths: M /branches/S2_1/server/savegame.c Save and reload the game.allow_take variable. Reported by Nanakaland in PR#16540. Sun, 23 Apr 2006 19:13:57 -0700 jdorje: Changed paths: M /branches/S2_1/client/gui-gtk-2.0/plrdlg.c Add buttons for diplomacy operations to the players dialog. Patch by Daniel Markstedt and Christian Prochaska in PR#14345. Sun, 23 Apr 2006 11:35:00 -0700 mkd: Changed paths: M /branches/S2_1/po/es.po 3513 translated messages, 576 fuzzy translations, 315 untranslated messages. Sun, 23 Apr 2006 10:59:11 -0700 mkd: Changed paths: M /branches/S2_1/po/es.po po/es.po:5719: muotomäärittelyiden määrä 'msgid':ssä ja 'msgstr':ssä ei täsmää msgfmt: found 1 fatal error Sun, 23 Apr 2006 09:02:22 -0700 mkd: Changed paths: M /branches/S2_1/po/es.po 3438 translated messages, 616 fuzzy translations, 350 untranslated messages. Sun, 23 Apr 2006 08:55:50 -0700 mkd: Changed paths: M /branches/S2_1/po/es.po 3438 translated messages, 616 fuzzy translations, 350 untranslated messages. Sun, 23 Apr 2006 04:09:37 -0700 dmarks: Changed paths: M /branches/S2_1/po/en_GB.po 57 translated messages, 4347 untranslated messages. Sun, 23 Apr 2006 03:53:14 -0700 dmarks: Changed paths: M /branches/S2_1/data/nation/aramean.ruleset Quickfix of leader gender, reported by Frederic Rodrigo on IRC. Thu, 20 Apr 2006 11:35:06 -0700 per: Changed paths: M /branches/S2_1/server/plrhand.c Fix problem with displaying the techs in the client of players in teams, when some of the team members are in contact and some are not. Bug reported by Karl-Ingo Friese in PR#16242. Thu, 20 Apr 2006 11:33:14 -0700 per: Changed paths: M /branches/S2_1/client/gui-gtk-2.0/pages.c M /branches/S2_1/client/gui-gtk-2.0/plrdlg.c M /branches/S2_1/client/gui-win32/connectdlg.c /ai %s is changed to /aitoggle "%s" in chat messages. Several places that would create-aitoggle-take instead just "take -". Patch by Jason. See PR#15873. Wed, 19 Apr 2006 12:56:47 -0700 evyscr: Changed paths: M /branches/S2_1/po/ru.po 3848 trans, 324 fuzzies, 232 untrans Wed, 19 Apr 2006 00:29:49 -0700 chrisk: Changed paths: M /branches/S2_1/po/de.po 4200 translated messages, 113 fuzzy translations, 91 untranslated messages. Tue, 18 Apr 2006 01:52:02 -0700 chrisk: Changed paths: M /branches/S2_1/po/de.po 4088 translated messages, 191 fuzzy translations, 125 untranslated messages. Mon, 17 Apr 2006 06:40:21 -0700 per: Changed paths: M /branches/S2_1/server/unittools.c S2_1: Fix crash if unit moves over unowned fortress. PR#16492 Mon, 17 Apr 2006 02:43:22 -0700 per: Changed paths: M /branches/S2_1/client/gui-gtk-2.0/gui_main.c M /branches/S2_1/client/gui-gtk-2.0/pages.c M /branches/S2_1/client/gui-gtk-2.0/pages.h M /branches/S2_1/common/player.c M /branches/S2_1/utility/support.c M /branches/S2_1/utility/support.h S2_1: The 'pick nation' button becomes 'create player' button when client connection is detached from any player. Observe button is a toggle on/off, except if client connections has taken a player, then it becomes a 'release player' button. Lots of non-sane combinations checked and disabled instead of crashing. Detaching from a player creates an ugly duplication of usernames in the username list if the detached player is not AI, as the detached player's username will show as the same name as the detached connection's name; to improve this, the client will automatically un-AI a taken player, and automatically AI a detached player. Fix problem with taking or observing players with spaces in the name from the GUI by properly quoting all names. See PR#16459. Mon, 17 Apr 2006 02:34:25 -0700 per: Changed paths: M /branches/S2_1/common/player.c Backport PR#16475: In r10736 / PR#13429 team research was made mandatory for teams. However, some utility functions remained unchanged since the original design, which means that they allow cancellation of team -> alliance. This introduces a subtle bug in some games. Sun, 16 Apr 2006 16:26:03 -0700 dmarks: Changed paths: M /branches/S2_1/data/civ2/Makefile.am A /branches/S2_1/data/civ2/cities.ruleset M /branches/S2_1/data/default/cities.ruleset M /branches/S2_1/po/POTFILES.in Move the Renaissance city style to civ2 ruleset. Patch by me in PR#15644. Sun, 16 Apr 2006 16:12:39 -0700 dmarks: Changed paths: M /branches/S2_1/data/nation/spanish.ruleset updates to Spanish nation (PR#16409) Sat, 15 Apr 2006 13:43:11 -0700 per: Changed paths: M /branches/S2_1/po/POTFILES.in Remove erronous files in POTFILES.in. Patch by Chris. Sat, 15 Apr 2006 04:11:56 -0700 per: Changed paths: M /branches/S2_1/po/POTFILES.in Backport po/POTFILES.in update from trunk. Thu, 13 Apr 2006 11:36:05 -0700 per: Changed paths: M /branches/S2_1/common/diptreaty.c M /branches/S2_1/server/connecthand.c M /branches/S2_1/server/diplhand.c Backport: Make it possible to run diplomacy between players in long-turn games by allowing diplomacy dialogs to stay open with players who are not connected and players who disconnect. When a player reconnects, they are greeted with the diplomacy dialog and any treatises suggested previously, even if both players party to it have been disconnected before this. See PR#16332. Thu, 13 Apr 2006 06:20:52 -0700 dmarks: Changed paths: M /branches/S2_1/po/sv.po 3995 translated messages. Tue, 11 Apr 2006 13:08:28 -0700 chrisk: Changed paths: M /branches/S2_1/po/de.po 3995 translated messages. Tue, 11 Apr 2006 00:02:54 -0700 jdorje: Changed paths: M /branches/S2_1/po/POTFILES.in Add missing gui-gtk-2.0/caravan_dialog.c file to be translated. Reported by Christian Knoke in PR#16375. Mon, 10 Apr 2006 23:30:16 -0700 jdorje: Changed paths: M /branches/S2_1/data/scenario/europe-200x100-v2.sav Missing translation in europe scenario. Mon, 10 Apr 2006 03:03:56 -0700 chrisk: Changed paths: M /branches/S2_1/po/de.po 3992 translated messages. Sun, 09 Apr 2006 14:05:02 -0700 jdorje: Changed paths: M /branches/S2_1/po/POTFILES.in Add more files to be translated. Reported and patched by Daniel Markstedt in PR#16338. Sun, 09 Apr 2006 14:00:00 -0700 jdorje: Changed paths: M /branches/S2_1/po/POTFILES.in Add more files to be translated. Reported and patched by Daniel Markstedt in PR#16338. Sun, 09 Apr 2006 12:29:44 -0700 chrisk: Changed paths: M /branches/S2_1/po/de.po 3974 translated messages. Sat, 08 Apr 2006 17:02:15 -0700 dmarks: Changed paths: M /branches/S2_1/data/misc/chiefs.png M /branches/S2_1/data/misc/chiefs.spec Updated misc/chiefs, patch by me in PR#16160. Sat, 08 Apr 2006 10:57:54 -0700 jdorje: Changed paths: M /branches/S2_1/ai/advdiplomacy.c M /branches/S2_1/client/options.c M /branches/S2_1/server/citytools.c M /branches/S2_1/server/cityturn.c M /branches/S2_1/utility/fciconv.c Numerous fixes to translated text strings. Reported by Sini Ruohomaa in PR#15751. Patch by Daniel Markstedt . Fri, 07 Apr 2006 03:45:36 -0700 evyscr: Changed paths: M /branches/S2_1/po/ru.po 3816 trans, 60 fuzzies, 98 untrans Sun, 02 Apr 2006 00:19:37 -0800 dmarks: Changed paths: M /branches/S2_1/data/nation/slovakian.ruleset Fix typo in slovakian.ruleset. Reported by Christian Knoke in PR#16100. Fri, 31 Mar 2006 00:48:34 -0800 chrisk: Changed paths: M /branches/S2_1/po/de.po 3975 translated messages. Fri, 31 Mar 2006 00:25:27 -0800 chrisk: Changed paths: M /branches/S2_1/po/de.po 3974 translated messages, 1 untranslated message. Thu, 30 Mar 2006 11:06:37 -0800 chrisk: Changed paths: M /branches/S2_1/po/de.po 3942 translated messages, 33 untranslated messages. Thu, 30 Mar 2006 02:26:26 -0800 chrisk: Changed paths: M /branches/S2_1/po/de.po 3942 translated messages, 33 untranslated messages. Wed, 29 Mar 2006 11:00:07 -0800 chrisk: Changed paths: M /branches/S2_1/po/de.po 3928 translated messages, 47 untranslated messages. Wed, 29 Mar 2006 02:31:06 -0800 chrisk: Changed paths: M /branches/S2_1/po/de.po 3925 translated messages, 50 untranslated messages. Mon, 27 Mar 2006 12:59:12 -0800 beregond: Changed paths: M /branches/S2_1/po/nl.po 3975 translated messages. Mon, 27 Mar 2006 12:33:20 -0800 chrisk: Changed paths: M /branches/S2_1/po/de.po 3843 translated messages, 132 untranslated messages. Mon, 27 Mar 2006 10:37:53 -0800 jdorje: Changed paths: M /branches/S2_1/common/nation.c Fix typo bug in add_new_nation_group. Reported by Egor Vyscrebentsov and others in PR#16029. Mon, 27 Mar 2006 05:36:19 -0800 chrisk: Changed paths: M /branches/S2_1/po/de.po 3837 translated messages, 138 untranslated messages. Mon, 27 Mar 2006 01:41:30 -0800 chrisk: Changed paths: M /branches/S2_1/po/de.po 3760 translated messages, 215 untranslated messages. Sat, 25 Mar 2006 23:04:44 -0800 hjcao: Changed paths: M /branches/S2_1/configure.ac D /branches/S2_1/po/zh.po A /branches/S2_1/po/zh_CN.po More zh_CN translation. Fri, 24 Mar 2006 16:45:24 -0800 jdorje: Changed paths: M /branches/S2_1/client/climap.h M /branches/S2_1/client/gui-gtk-2.0/mapctrl.c Fix a cursors crash in the GTK code. Patch by me in PR#16010. Fri, 24 Mar 2006 16:41:06 -0800 jdorje: Changed paths: M /branches/S2_1/client/packhand.c M /branches/S2_1/common/game.c M /branches/S2_1/common/nation.c M /branches/S2_1/common/nation.h Fix a client crash in the /load command. Reported by Christian Knoke in PR#16009. Fri, 24 Mar 2006 13:09:16 -0800 chrisk: Changed paths: M /branches/S2_1/po/de.po 3728 translated messages, 31 fuzzy translations, 216 untranslated messages. Fri, 24 Mar 2006 09:22:44 -0800 chrisk: Changed paths: M /branches/S2_1/po/de.po 3664 translated messages, 138 fuzzy translations, 173 untranslated messages. Fri, 24 Mar 2006 08:20:02 -0800 chrisk: Changed paths: M /branches/S2_1/po/de.po 3611 translated messages, 200 fuzzy translations, 164 untranslated messages. Fri, 24 Mar 2006 07:47:08 -0800 evyscr: Changed paths: M /branches/S2_1/po/ru.po 3671 trans, 168 fuzzies, 126 untrans Fri, 24 Mar 2006 02:54:34 -0800 chrisk: Changed paths: M /branches/S2_1/po/de.po 3546 translated messages, 258 fuzzy translations, 171 untranslated messages. Fri, 24 Mar 2006 01:39:19 -0800 chrisk: Changed paths: M /branches/S2_1/po/de.po 3524 translated messages, 263 fuzzy translations, 188 untranslated messages. Thu, 23 Mar 2006 12:25:45 -0800 chrisk: Changed paths: M /branches/S2_1/po/de.po 3475 translated messages, 300 fuzzy translations, 200 untranslated messages. Thu, 23 Mar 2006 01:59:51 -0800 chrisk: Changed paths: M /branches/S2_1/po/de.po 3441 translated messages, 333 fuzzy translations, 201 untranslated messages. Wed, 22 Mar 2006 14:27:26 -0800 dmarks: Changed paths: M /branches/S2_1/po/sv.po update Wed, 22 Mar 2006 14:07:21 -0800 chrisk: Changed paths: M /branches/S2_1/po/de.po 3420 translated messages, 354 fuzzy translations, 201 untranslated messages. Mon, 20 Mar 2006 22:33:15 -0800 jdorje: Changed paths: M /branches/S2_1/client/gui-gtk-2.0/mapctrl.c Fix a bug where clicking the mouse would change the cursor state back to the default cursor. Patch by me in PR#15927. Mon, 20 Mar 2006 18:51:08 -0800 jdorje: Changed paths: M /branches/S2_1/client/gui-gtk-2.0/dialogs.c M /branches/S2_1/client/packhand.c M /branches/S2_1/client/packhand_gen.c M /branches/S2_1/client/packhand_gen.h M /branches/S2_1/common/capstr.c M /branches/S2_1/common/nation.c M /branches/S2_1/common/nation.h M /branches/S2_1/common/packets.def M /branches/S2_1/common/packets_gen.c M /branches/S2_1/common/packets_gen.h M /branches/S2_1/data/default/nations.ruleset M /branches/S2_1/po/POTFILES.in M /branches/S2_1/server/plrhand.c M /branches/S2_1/server/ruleset.c Use Q_ for translation of nation group names. Patch by me in PR#15846. Thu, 16 Mar 2006 21:00:57 -0800 jdorje: Changed paths: M /branches/S2_1/doc/BUGS M /branches/S2_1/version.in Bump version to beta1. Thu, 16 Mar 2006 19:41:24 -0800 jdorje: Changed paths: M /branches/S2_1/po/ca.po M /branches/S2_1/po/cs.po M /branches/S2_1/po/da.po M /branches/S2_1/po/de.po M /branches/S2_1/po/en_GB.po M /branches/S2_1/po/es.po M /branches/S2_1/po/et.po M /branches/S2_1/po/fi.po M /branches/S2_1/po/fr.po M /branches/S2_1/po/he.po M /branches/S2_1/po/hu.po M /branches/S2_1/po/it.po M /branches/S2_1/po/ja.po M /branches/S2_1/po/lt.po M /branches/S2_1/po/nl.po M /branches/S2_1/po/no.po M /branches/S2_1/po/pl.po M /branches/S2_1/po/pt.po M /branches/S2_1/po/pt_BR.po M /branches/S2_1/po/ro.po M /branches/S2_1/po/ru.po M /branches/S2_1/po/sv.po M /branches/S2_1/po/uk.po M /branches/S2_1/po/zh.po Update po files by "make dist". Sat, 11 Mar 2006 11:50:44 -0800 jdorje: Changed paths: M /branches/S2_1/client/gui-gtk-2.0/dialogs.c Fix title of nation selection dialog. Referenced in PR#15856. Sat, 11 Mar 2006 05:52:21 -0800 per: Changed paths: M /branches/S2_1/ai/advmilitary.c M /branches/S2_1/ai/aihunt.c M /branches/S2_1/client/helpdata.c M /branches/S2_1/common/combat.c M /branches/S2_1/common/unittype.c M /branches/S2_1/common/unittype.h M /branches/S2_1/data/default/units.ruleset M /branches/S2_1/data/helpdata.txt (Backport to S2_1) Remove the concept of unit exhaustion when less than 1 movement point left, and the unused IgTired unit flag. This led to a number of players to conclude that there had to be something wrong with the combat calculations in Freeciv, as there was a lack of indicators of this behaviour. See discussion in PR#15809. Sat, 11 Mar 2006 04:28:52 -0800 per: Changed paths: M /branches/S2_1/server/maphand.c M /branches/S2_1/server/sanitycheck.c Backport removal of checks for dubious assumption that all fortresses must be owned by someone. Reported in PR#15843 by Jason. Fri, 10 Mar 2006 23:33:49 -0800 jdorje: Changed paths: M /branches/S2_1/client/gui-gtk-2.0/dialogs.c Allow nation selection to be cancelled. Patch by me in PR#15855. Fri, 10 Mar 2006 22:58:27 -0800 jdorje: Changed paths: M /branches/S2_1/server/srv_main.c Allow players to change leader name without changing nation. Reported by Mike Kaufman in PR#15851. Fri, 10 Mar 2006 21:43:13 -0800 jdorje: Changed paths: M /branches/S2_1/client/climisc.c Fix a bug causing some messages to be lost in pregame. Patch by me in PR#15852. Fri, 10 Mar 2006 19:23:44 -0800 jdorje: Changed paths: M /branches/S2_1/server/commands.c Fix the help for the list command. Reported by Egor Vyscrebentsov in PR#15839. Fri, 10 Mar 2006 13:51:22 -0800 evyscr: Changed paths: M /branches/S2_1/po/ru.po S2_1: 3626 trans, 193 fuzzies, 137 untrans Thu, 09 Mar 2006 21:20:17 -0800 jdorje: Changed paths: M /branches/S2_1/client/climisc.h M /branches/S2_1/client/gui-stub/canvas.c M /branches/S2_1/client/gui-stub/citydlg.c M /branches/S2_1/client/gui-stub/connectdlg.c M /branches/S2_1/client/gui-stub/dialogs.c M /branches/S2_1/client/gui-stub/gotodlg.c M /branches/S2_1/client/gui-stub/mapview.c M /branches/S2_1/client/gui-stub/pages.c M /branches/S2_1/client/gui-stub/sprite.c Compile fixes for gui-stub. Patch by Christian Prochaska in PR#15748 with changes by me. Thu, 09 Mar 2006 20:46:30 -0800 jdorje: Changed paths: M /branches/S2_1/common/city.c M /branches/S2_1/data/default/cities.ruleset M /branches/S2_1/utility/fcintl.h Introduce a new macro Qn_ that skips prefixes on Q-translated strings. Use Qn_ to compare city style names, thus allowing prefixes to be used in the ruleset. Change the ruleset to provide a prefix for all city style names. Reported by Egor Vyscrebentsov in PR#14449. Patch by Daniel Markstedt and myself. Thu, 09 Mar 2006 19:32:05 -0800 jdorje: Changed paths: M /branches/S2_1/client/gui-gtk-2.0/pages.c M /branches/S2_1/server/connecthand.c M /branches/S2_1/server/gamehand.c Add more commands to the pregame conn menu. This also fixes a bug in the server whereby conn info was not sent out after a hack request. Patch by me in PR#15802. Wed, 08 Mar 2006 17:47:09 -0800 jdorje: Changed paths: M /branches/S2_1/client/servers.c Fix a bug causing the client to ignore the --meta parameter. Reported by Daniel Strecker in PR#15803. Tue, 07 Mar 2006 23:48:26 -0800 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/citydlg.c M /branches/S2_1/client/gui-sdl/connectdlg.h M /branches/S2_1/client/gui-sdl/dialogs.h M /branches/S2_1/client/gui-sdl/gui_main.c M /branches/S2_1/client/gui-sdl/gui_main.h M /branches/S2_1/client/gui-sdl/gui_tilespec.h M /branches/S2_1/client/gui-sdl/mapctrl.c M /branches/S2_1/client/gui-sdl/mapview.c M /branches/S2_1/client/gui-sdl/mapview.h M /branches/S2_1/client/gui-sdl/repodlgs.c Some cleanup. Tue, 07 Mar 2006 16:48:46 -0800 jdorje: Changed paths: M /branches/S2_1/client/gui-gtk-2.0/gui_main.c M /branches/S2_1/client/gui-gtk-2.0/pages.c M /branches/S2_1/client/gui-gtk-2.0/pages.h M /branches/S2_1/server/commands.c M /branches/S2_1/server/stdinhand.c Extend the take command so "/take -" assigns the connection to a newly created player. This behavior is used by the GTK pregame dialog, which provides a "Take player" button for observers. Patch by me as part of PR#15688. Tue, 07 Mar 2006 14:55:21 -0800 jdorje: Changed paths: M /branches/S2_1/data/amplio.tilespec M /branches/S2_1/data/isophex.tilespec M /branches/S2_1/data/isotrident.tilespec M /branches/S2_1/data/trident.tilespec Bump tileset capstring in tilesets. Tue, 07 Mar 2006 13:31:02 -0800 jdorje: Changed paths: M /branches/S2_1/client/tilespec.c Bump tileset capstring. Mon, 06 Mar 2006 22:29:57 -0800 jdorje: Changed paths: M /branches/S2_1/client/gui-gtk-2.0/pages.c Add an "observe" button to the pregame dialog. Patch by me as part of PR#15688. Mon, 06 Mar 2006 22:08:23 -0800 jdorje: Changed paths: M /branches/S2_1/common/capstr.c Bump capstring to 2.1. Mon, 06 Mar 2006 18:01:52 -0800 dmarks: Changed paths: M /branches/S2_1/data/nation/iraqi.ruleset correct factual mistake in Iraqi legend Mon, 06 Mar 2006 01:28:12 -0800 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/graphics.c M /branches/S2_1/client/gui-sdl/graphics.h M /branches/S2_1/client/gui-sdl/gui_stuff.c M /branches/S2_1/client/gui-sdl/optiondlg.c Fix a transparency issue in 16-bit video modes. Sun, 05 Mar 2006 19:05:14 -0800 jdorje: Changed paths: M /branches/S2_1/po/ca.po M /branches/S2_1/po/cs.po M /branches/S2_1/po/da.po M /branches/S2_1/po/de.po M /branches/S2_1/po/en_GB.po M /branches/S2_1/po/es.po M /branches/S2_1/po/et.po M /branches/S2_1/po/fi.po M /branches/S2_1/po/fr.po M /branches/S2_1/po/he.po M /branches/S2_1/po/hu.po M /branches/S2_1/po/it.po M /branches/S2_1/po/ja.po M /branches/S2_1/po/lt.po M /branches/S2_1/po/nl.po M /branches/S2_1/po/no.po M /branches/S2_1/po/pl.po M /branches/S2_1/po/pt.po M /branches/S2_1/po/pt_BR.po M /branches/S2_1/po/ro.po M /branches/S2_1/po/ru.po M /branches/S2_1/po/sv.po M /branches/S2_1/po/uk.po Run 'make update-po'. Sat, 04 Mar 2006 06:56:19 -0800 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/diplodlg.c Don't show the diplomacy dialog when attached to an AI player. Reported by Daniel Markstedt in PR#15611, patch by me. Sat, 04 Mar 2006 06:40:15 -0800 dmarks: Changed paths: M /branches/S2_1/po/sv.po Final update for 2.1-beta1 Fri, 03 Mar 2006 18:42:00 -0800 jdorje: Changed paths: M /branches/S2_1/common/packets.c Fix a potential crash in the packet reading code. Reported by Luigi Auriemma in PR#15762. Fri, 03 Mar 2006 00:45:38 -0800 dmarks: Changed paths: M /branches/S2_1/configure.ac A /branches/S2_1/po/zh.po (from /branches/S2_1/po/zh_CN.po:11703) D /branches/S2_1/po/zh_CN.po Rename zh_CN.po zh.po, since we only have one Chinese localization. Thu, 02 Mar 2006 21:18:35 -0800 dmarks: Changed paths: M /branches/S2_1/po/es.po Translation merged from S2_0 Thu, 02 Mar 2006 21:00:08 -0800 dmarks: Changed paths: M /branches/S2_1/po/fi.po Updates by Sini Ruohomaa Thu, 02 Mar 2006 20:47:55 -0800 dmarks: Changed paths: M /branches/S2_1/configure.ac A /branches/S2_1/po/zh_CN.po Add Simplified Chinese. Translation by Charles Wang and Hongjia Cao . About 64% complete. Wed, 01 Mar 2006 23:20:42 -0800 jdorje: Changed paths: M /branches/S2_1/ai/ailog.h M /branches/S2_1/client/climisc.h M /branches/S2_1/client/gui-ftwl/gui_text.c M /branches/S2_1/common/worklist.h M /branches/S2_1/configure.ac M /branches/S2_1/server/console.h M /branches/S2_1/server/plrhand.h M /branches/S2_1/server/stdinhand.c M /branches/S2_1/utility/astring.h M /branches/S2_1/utility/fciconv.h M /branches/S2_1/utility/ioz.h M /branches/S2_1/utility/log.h M /branches/S2_1/utility/registry.h M /branches/S2_1/utility/shared.h M /branches/S2_1/utility/support.h Use libutf8 to replace printf functions. This happens automatically on windoes, or if --with-libutf8 is given on the configure line. This replaces buggy printf functions on some systems that do not allow reordering of arguments (needed for localization support in some languages). Reported by Laurent Vogel , Naoki Atagi , and many others in PR#12932. Patch by Christian Prochaska . Wed, 01 Mar 2006 15:10:08 -0800 dmarks: Changed paths: M /branches/S2_1/data/nation/ottoman.ruleset Fix a typo in Ottoman legend. Wed, 01 Mar 2006 14:52:03 -0800 dmarks: Changed paths: M /branches/S2_1/data/flags/credits M /branches/S2_1/data/flags/mongolia-shield.png M /branches/S2_1/data/flags/mongolia.png M /branches/S2_1/data/flags/mongolia.svg New Mongolia flag. Flag image by SKopp, Latebird, Vzb83, Reisio and Denelson83; resized to 3:2 by me. (PR#15714) Wed, 01 Mar 2006 14:39:24 -0800 dmarks: Changed paths: M /branches/S2_1/data/default/nations.ruleset M /branches/S2_1/data/flags/Makefile.am A /branches/S2_1/data/flags/ottoman-shield.png A /branches/S2_1/data/flags/ottoman.png A /branches/S2_1/data/flags/ottoman.svg M /branches/S2_1/data/misc/flags.spec M /branches/S2_1/data/misc/shields.spec M /branches/S2_1/data/nation/Makefile.am A /branches/S2_1/data/nation/ottoman.ruleset M /branches/S2_1/data/nation/turk.ruleset M /branches/S2_1/po/POTFILES.in Add Ottoman nation. Ruleset by unknown contributor with added legend and other improvements by me; flag by me. (PR#15672) Wed, 01 Mar 2006 14:19:35 -0800 dmarks: Changed paths: M /branches/S2_1/data/default/cities.ruleset Add support for Renaissance city style. (PR#15644) Wed, 01 Mar 2006 12:33:18 -0800 beregond: Changed paths: M /branches/S2_1/po/nl.po update Wed, 01 Mar 2006 09:25:17 -0800 jdorje: Changed paths: M /branches/S2_1/client/gui-gtk-2.0/gui_main.c M /branches/S2_1/client/gui-gtk-2.0/gui_main.h M /branches/S2_1/client/gui-gtk-2.0/pages.c Provide a popup menu for controlling players in the pregame conn dialog. Patch by me as part of PR#15688. Wed, 01 Mar 2006 07:58:01 -0800 stikonas: Changed paths: M /branches/S2_1/po/lt.po Small changes for 2_1 branch Wed, 01 Mar 2006 06:29:20 -0800 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/diplomat_dialog.c Track unit/city IDs in diplomat dialog instead of pointers. Reported by Jason Dorje Short in PR#4521, patch by me. Tue, 28 Feb 2006 20:25:51 -0800 jdorje: Changed paths: M /branches/S2_1/client/gui-gtk-2.0/gui_main.c M /branches/S2_1/client/gui-gtk-2.0/gui_main.h M /branches/S2_1/client/gui-gtk-2.0/pages.c Show observers in the pregame conn dialog. Patch by me in PR#15688. Tue, 28 Feb 2006 11:38:03 -0800 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/Makefile.am A /branches/S2_1/client/gui-sdl/caravan_dialog.c M /branches/S2_1/client/gui-sdl/dialogs.c Move caravan dialog to caravan_dialog.c. Tue, 28 Feb 2006 11:12:34 -0800 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/Makefile.am M /branches/S2_1/client/gui-sdl/dialogs.c M /branches/S2_1/client/gui-sdl/dialogs.h A /branches/S2_1/client/gui-sdl/diplomat_dialog.c M /branches/S2_1/client/gui-sdl/gui_id.h Move diplomat/spy dialogs to diplomat_dialog.c. Tue, 28 Feb 2006 08:36:06 -0800 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/diplodlg.c Add the "Give embassy" clause to the diplomacy dialog. Reported by Martin Gerdes in PR#15710, patch by me. Tue, 28 Feb 2006 08:10:47 -0800 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/mapctrl.c Make both minimap window and unit info window use the same show/hide button background image since they perform the same action. Previous background image replaced with a solid color background in updated deluxe_theme package. Suggested by Daniel Markstedt in PR#15671, patch by me. Mon, 27 Feb 2006 22:21:33 -0800 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/mapctrl.c M /branches/S2_1/client/gui-sdl/mapctrl.h M /branches/S2_1/client/gui-sdl/mapview.c Fix size and alignment of the minimap. Reported by Daniel Markstedt in PR#15663, patch by me. Mon, 27 Feb 2006 22:00:39 -0800 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/dialogs.c M /branches/S2_1/client/gui-sdl/diplodlg.c Fix problems with diplomats and caravans. Reported by Martin Gerdes in PR#15622, patch by me. Mon, 27 Feb 2006 20:46:01 -0800 jdorje: Changed paths: M /branches/S2_1/client/gui-gtk-2.0/citydlg.c M /branches/S2_1/client/gui-gtk-2.0/dialogs.c M /branches/S2_1/client/gui-gtk-2.0/menu.c M /branches/S2_1/client/include/dialogs_g.h M /branches/S2_1/client/text.c M /branches/S2_1/client/text.h Allow upgrading of units through the orders menu. Patch by me in PR#12902. Mon, 27 Feb 2006 19:28:49 -0800 jdorje: Changed paths: M /branches/S2_1/server/diplhand.c Use PL_ for an armistice diplomacy message. Reported by Egor Vyscrebentsov in PR#15690. Mon, 27 Feb 2006 18:54:51 -0800 jdorje: Changed paths: M /branches/S2_1/common/unit.c Fix a bug that allowed unlimited airlifts into a city. Reported by Jaroslav Libak in PR#15582. Mon, 27 Feb 2006 18:35:34 -0800 jdorje: Changed paths: M /branches/S2_1/server/diplomats.c Fix misleading "incident while stealing" message. Patch by Daniel Markstedt in PR#12476. Sun, 26 Feb 2006 18:06:18 -0800 jdorje: Changed paths: M /branches/S2_1/common/worklist.h Increase worklist max size to 64. Patch by me in PR#10039. Sat, 25 Feb 2006 13:57:01 -0800 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/graphics.c Fix drawing of lines that exceed surface boundaries. Reported by Daniel Markstedt in PR#15662, patch by me. Sat, 25 Feb 2006 13:38:51 -0800 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/citydlg.c Fix citymap resizing. Reported by Daniel Markstedt in PR#15666, patch by me. Fri, 24 Feb 2006 23:38:55 -0800 dmarks: Changed paths: M /branches/S2_1/po/sv.po update Fri, 24 Feb 2006 23:21:26 -0800 dmarks: Changed paths: M /branches/S2_1/data/nation/byzantium.ruleset Spelling fix. Fri, 24 Feb 2006 23:01:55 -0800 dmarks: Changed paths: M /branches/S2_1/data/nation/american.ruleset M /branches/S2_1/data/nation/aztec.ruleset M /branches/S2_1/data/nation/boer.ruleset M /branches/S2_1/data/nation/chinese.ruleset M /branches/S2_1/data/nation/egyptian.ruleset M /branches/S2_1/data/nation/estonian.ruleset M /branches/S2_1/data/nation/irish.ruleset M /branches/S2_1/data/nation/lithuanian.ruleset M /branches/S2_1/data/nation/mongol.ruleset M /branches/S2_1/data/nation/ryukyuan.ruleset M /branches/S2_1/data/nation/serbian.ruleset M /branches/S2_1/data/nation/turk.ruleset Cleanup legend formatting. Fri, 24 Feb 2006 11:36:34 -0800 per: Changed paths: M /branches/S2_1/server/maphand.c Borders should not be claimed across continents. See bug report by Jason in PR#15169. Also removes some duplicate border code. (Backport to S2_1.) Fri, 24 Feb 2006 11:35:50 -0800 per: Changed paths: M /branches/S2_1/NEWS M /branches/S2_1/doc/BUGS M /branches/S2_1/doc/README M /branches/S2_1/doc/README.ftwl M /branches/S2_1/doc/README.sound Update docs for 2.1 release. Fri, 24 Feb 2006 11:34:16 -0800 per: Changed paths: M /branches/S2_1/server/savegame.c Fix PR#15609 S2_1 cannot load savegames from head. Made many required lookups fallback to default value. Reported by Daniel Markstedt. Thu, 23 Feb 2006 20:32:08 -0800 dmarks: Changed paths: M /branches/S2_1/data/nation/aztec.ruleset M /branches/S2_1/data/nation/inca.ruleset M /branches/S2_1/data/nation/mayan.ruleset Reassign a few city styles. (PR#15617) Thu, 23 Feb 2006 14:17:33 -0800 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/citydlg.c Fix a bug that made the client hang in city dialog. Reported by Martin Gerdes in PR#15649, patch by me. Tue, 21 Feb 2006 14:59:09 -0800 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/cityrep.c M /branches/S2_1/client/gui-sdl/connectdlg.c M /branches/S2_1/client/gui-sdl/graphics.h M /branches/S2_1/client/gui-sdl/gui_main.c M /branches/S2_1/client/gui-sdl/gui_stuff.c M /branches/S2_1/client/gui-sdl/gui_tilespec.c M /branches/S2_1/client/gui-sdl/mapctrl.c M /branches/S2_1/client/gui-sdl/optiondlg.c Make 320x240 resolution only selectable when SMALL_SCREEN is defined. Reported by Daniel Markstedt in PR#15610, patch by me. Tue, 21 Feb 2006 13:43:05 -0800 dmarks: Changed paths: M /branches/S2_1/data/flags/Makefile.am Fix makefile error. Sun, 19 Feb 2006 08:18:30 -0800 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/dialogs.c Fix crashing terrain info dialog in observer mode. Reported by Daniel Markstedt in PR#15516, patch by me. Sun, 19 Feb 2006 08:10:43 -0800 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/citydlg.c Fix transparency problem in city dialog. Reported by Martin Gerdes in PR#15589, patch by me. Sun, 19 Feb 2006 00:16:34 -0800 stikonas: Changed paths: M /branches/S2_1/configure.ac Added Lithuanian Sun, 19 Feb 2006 00:16:06 -0800 stikonas: Changed paths: A /branches/S2_1/po/lt.po Added Lithuanian Sat, 18 Feb 2006 03:19:24 -0800 evyscr: Changed paths: M /branches/S2_1/po/ru.po backport trunk ru.po for S2_1 Sat, 18 Feb 2006 03:14:44 -0800 evyscr: Changed paths: M /branches/S2_1/client/gui-xaw/gui_main.c gui-xaw: Add a tip 'xset fp rehash' to fontset error message. (See PR#15166) Fri, 17 Feb 2006 19:57:23 -0800 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/graphics.c M /branches/S2_1/client/gui-sdl/sprite.c Fix the tile blending code once again. Fri, 17 Feb 2006 08:00:02 -0800 evyscr: Changed paths: M /branches/S2_1/client/gui-xaw/dialogs.c M /branches/S2_1/data/Freeciv.in gui-xaw: fix invinsibility of leader name in races dialog (patch by me in PR#15338) Thu, 16 Feb 2006 20:06:29 -0800 dmarks: Changed paths: M /branches/S2_1/data/nation/serbian.ruleset Add one Serbian ruler (PR#15567). Thu, 16 Feb 2006 17:30:38 -0800 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/dialogs.c M /branches/S2_1/client/gui-sdl/gui_main.c M /branches/S2_1/client/gui-sdl/gui_main.h M /branches/S2_1/client/gui-sdl/mapview.c Make changing governments possible again. Reported by Martin Gerdes in PR#15559, patch by me. Thu, 16 Feb 2006 17:26:36 -0800 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/gui_stuff.c M /branches/S2_1/client/gui-sdl/themespec.c M /branches/S2_1/client/gui-sdl/themespec.h fix some compiler warnings that appeared with GCC 4.0 Thu, 16 Feb 2006 17:10:56 -0800 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/helpdlg.c compile fix Thu, 16 Feb 2006 08:00:25 -0800 evyscr: Changed paths: M /branches/S2_1/client/gui-xaw/helpdlg.c gui-xaw: compile fix Wed, 15 Feb 2006 15:59:10 -0800 jdorje: Changed paths: M /branches/S2_1/client/gui-gtk-2.0/helpdlg.c M /branches/S2_1/client/helpdata.c M /branches/S2_1/client/helpdata.h Add some more helptexts for allowed targets. Patch by me in PR#15566. Wed, 15 Feb 2006 13:11:35 -0800 jdorje: Changed paths: M /branches/S2_1/manual Add manualX.html to svn:ignore. Tue, 14 Feb 2006 12:40:17 -0800 jdorje: Changed paths: M /branches/S2_1/ai/advdiplomacy.c Change several messages in war_countdown to use PL_. Reported by Egor Vyscrebentsov in PR#15376. Tue, 14 Feb 2006 01:31:27 -0800 dmarks: Changed paths: M /branches/S2_1/data/flags/arab-shield.png M /branches/S2_1/data/flags/arab.png M /branches/S2_1/data/flags/arab.svg New Arab flag; image by me at PR#15537. Tue, 14 Feb 2006 01:24:14 -0800 dmarks: Changed paths: M /branches/S2_1/data/nation/egyptian.ruleset M /branches/S2_1/data/nation/iraqi.ruleset Remove 'flag' conflicts that are no longer needed since flags have changed. Mon, 13 Feb 2006 18:11:02 -0800 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/diplodlg.c M /branches/S2_1/client/gui-sdl/diplodlg.h M /branches/S2_1/client/gui-sdl/gui_main.c Add support for multiple diplomacy dialogs. Reported by Daniel Markstedt in PR#15481, patch by me. Sun, 12 Feb 2006 06:56:03 -0800 per: Changed paths: M /branches/S2_1/data/default.serv S2_1: Set default.serv values to real default values. Patch by Daniel Markstedt in PR#15442. Sun, 12 Feb 2006 05:13:43 -0800 dmarks: Changed paths: M /branches/S2_1/data/flags/credits Fix factual mistake in flags/credits. Sun, 12 Feb 2006 03:53:46 -0800 dmarks: Changed paths: M /branches/S2_1/data/nation/antarctican.ruleset Add another Antarctican ruler. (PR#15512) Sat, 11 Feb 2006 17:56:40 -0800 jdorje: Changed paths: M /branches/S2_1/server/maphand.c M /branches/S2_1/server/settings.c Fix crashes with disabled fog of war: - map_set_known didn't reveal tiles when they were unfogged. - toggling the setting during a running game is broken. Reported by Chad Aeschliman in PR#15093. Patch by me. Sat, 11 Feb 2006 06:26:52 -0800 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/Makefile.am D /branches/S2_1/client/gui-sdl/rc2c D /branches/S2_1/client/gui-sdl/resources.c D /branches/S2_1/client/gui-sdl/resources.h Remove files related to "fallback resources" since the SDL client cannot use them. Sat, 11 Feb 2006 05:47:29 -0800 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/Makefile.am M /branches/S2_1/client/gui-sdl/graphics.c M /branches/S2_1/client/gui-sdl/graphics.h D /branches/S2_1/client/gui-sdl/gui_dither.c D /branches/S2_1/client/gui-sdl/gui_dither.h M /branches/S2_1/client/gui-sdl/sprite.c Another fix for the tile blending code. Fri, 10 Feb 2006 20:46:56 -0800 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/gui_stuff.c Fix little bug introduced with the previously committed patch (hover popups had no borders). Fri, 10 Feb 2006 17:51:13 -0800 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/Makefile.am A /branches/S2_1/client/gui-sdl/alphablit.c M /branches/S2_1/client/gui-sdl/graphics.c M /branches/S2_1/client/gui-sdl/graphics.h M /branches/S2_1/client/gui-sdl/gui_main.c M /branches/S2_1/client/gui-sdl/gui_stuff.c M /branches/S2_1/client/gui-sdl/gui_stuff.h M /branches/S2_1/client/gui-sdl/mapview.c Make sure the mouse hover popups are always drawn on top. Reported by Martin Gerdes in PR#15472, patch by me. Adds "alphablit.c" from the pygame library (http://www.pygame.org) for real RGBA->RGBA alpha blending (libSDL just keeps the alpha of the destination surface). Author of the file is Pete Shinners and license is LGPL. Fri, 10 Feb 2006 17:23:04 -0800 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/gui_main.c Ignore the "mouse button up" event when a widget was clicked to avoid complications with underlying elements on the map. Reported by Martin Gerdes in PR#15472, patch by me. Fri, 10 Feb 2006 16:56:41 -0800 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/gui_dither.c M /branches/S2_1/client/gui-sdl/sprite.c Fix tile blending code to handle antialiased masks correctly. Reported by Martin Gerdes in PR#15472, patch by me. Fri, 10 Feb 2006 16:18:13 -0800 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/inteldlg.c M /branches/S2_1/client/gui-sdl/plrdlg.c Fix a bug where black parts of a flag appeared transparent. Reported by Daniel Markstedt in PR#15482, patch by me. Tue, 07 Feb 2006 19:49:06 -0800 dmarks: Changed paths: M /branches/S2_1/data/flags/assyria-shield.png M /branches/S2_1/data/flags/assyria.png M /branches/S2_1/data/flags/assyria.svg Changes to Assyrian flag (PR#15440). Tue, 07 Feb 2006 19:46:00 -0800 dmarks: Changed paths: M /branches/S2_1/data/nation/french.ruleset M /branches/S2_1/data/nation/gallic.ruleset M /branches/S2_1/data/nation/russian.ruleset M /branches/S2_1/data/nation/soviet.ruleset Minor nation changes (PR#15441). Tue, 07 Feb 2006 19:41:03 -0800 dmarks: Changed paths: M /branches/S2_1/data/flags/Makefile.am A /branches/S2_1/data/flags/babylon-shield.png A /branches/S2_1/data/flags/babylon.png A /branches/S2_1/data/flags/babylon.svg M /branches/S2_1/data/flags/credits A /branches/S2_1/data/flags/egypt_ancient-shield.png A /branches/S2_1/data/flags/egypt_ancient.png A /branches/S2_1/data/flags/egypt_ancient.svg A /branches/S2_1/data/flags/gaul-shield.png A /branches/S2_1/data/flags/gaul.png A /branches/S2_1/data/flags/gaul.svg A /branches/S2_1/data/flags/greece_ancient-shield.png A /branches/S2_1/data/flags/greece_ancient.png A /branches/S2_1/data/flags/greece_ancient.svg A /branches/S2_1/data/flags/iran_ancient-shield.png A /branches/S2_1/data/flags/iran_ancient.png A /branches/S2_1/data/flags/iran_ancient.svg A /branches/S2_1/data/flags/palmyra-shield.png A /branches/S2_1/data/flags/palmyra.png A /branches/S2_1/data/flags/palmyra.svg M /branches/S2_1/data/flags/viking-shield.png M /branches/S2_1/data/flags/viking.png M /branches/S2_1/data/flags/viking.svg M /branches/S2_1/data/misc/flags.spec M /branches/S2_1/data/misc/shields.spec M /branches/S2_1/data/nation/babylonian.ruleset M /branches/S2_1/data/nation/egyptian.ruleset M /branches/S2_1/data/nation/gallic.ruleset M /branches/S2_1/data/nation/greek.ruleset M /branches/S2_1/data/nation/persian.ruleset Add several unique flags for historical nations. Palmyra flag by JB Grout the rest by me with additional credits listed in the credits file (PR#15259). Mon, 06 Feb 2006 00:56:44 -0800 dmarks: Changed paths: M /branches/S2_1/data/nation/latvian.ruleset Improved Latvian ruleset contributed by Māris Ozols with changes by me (PR#15339). Sun, 05 Feb 2006 04:15:26 -0800 cazfi: Changed paths: M /branches/S2_1/common/version.h M /branches/S2_1/configure.ac M /branches/S2_1/m4/version.m4 M /branches/S2_1/version.in Removed unused and broken support for building without config.h. See #14351 Sat, 04 Feb 2006 12:01:52 -0800 per: Changed paths: M /branches/S2_1/doc/README.AI Update README.AI for 2.1 release. Sat, 04 Feb 2006 11:55:57 -0800 per: Changed paths: M /branches/S2_1/doc/README.effects S2_1: Add new up to date documentation for effects, taken from wiki. Fri, 03 Feb 2006 13:37:22 -0800 per: Changed paths: M /branches/S2_1/ai/advmilitary.c Do not try to build a military building that we already have. Patch by Mike Kaufman in PR#15325. Backport to S2_1. Tue, 31 Jan 2006 02:00:52 -0800 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/gui_main.c M /branches/S2_1/client/gui-sdl/gui_string.c M /branches/S2_1/client/gui-sdl/themespec.c M /branches/S2_1/client/gui-sdl/themespec.h Make the font to be part of the theme. New entries in theme.themespec: - font_file: points to the .ttf file (e.g. font_file = "themes/gui-sdl/deluxe/Vera.ttf") - default_font_size: font size to be used if no other size is given Tue, 31 Jan 2006 00:18:22 -0800 dmarks: Changed paths: M /branches/S2_1/data/flags/southern_cross-shield.png M /branches/S2_1/data/flags/southern_cross.png M /branches/S2_1/data/flags/southern_cross.svg M /branches/S2_1/data/nation/confederate.ruleset Tweaks to Confederate ruleset and flag (ruleset was missing the conflicts_with tag and the flag had transparent fields). Mon, 30 Jan 2006 04:53:13 -0800 dmarks: Changed paths: M /branches/S2_1/data/default.serv Fix outdated server setting in default.serv (PR#15299). Mon, 30 Jan 2006 03:48:04 -0800 dmarks: Changed paths: M /branches/S2_1/data/nation/aztec.ruleset M /branches/S2_1/data/nation/latvian.ruleset M /branches/S2_1/data/nation/quebecois.ruleset Fix inaccurate legends. Reported by Mateusz Stefek in PR#15195. Mon, 30 Jan 2006 03:41:32 -0800 dmarks: Changed paths: M /branches/S2_1/data/default/nations.ruleset M /branches/S2_1/data/flags/Makefile.am M /branches/S2_1/data/flags/credits A /branches/S2_1/data/flags/southern_cross-shield.png A /branches/S2_1/data/flags/southern_cross.png A /branches/S2_1/data/flags/southern_cross.svg M /branches/S2_1/data/misc/flags.spec M /branches/S2_1/data/misc/shields.spec M /branches/S2_1/data/nation/Makefile.am M /branches/S2_1/data/nation/american.ruleset A /branches/S2_1/data/nation/confederate.ruleset M /branches/S2_1/data/nation/russian.ruleset A /branches/S2_1/data/nation/soviet.ruleset M /branches/S2_1/po/POTFILES.in Add Soviet and Confederate as /transitional/ nations as suggested by Jason. Confederate ruleset and flag by me. Soviet ruleset by Egor Vyscrebentsov . See PR#15272. Fri, 27 Jan 2006 01:53:03 -0800 dmarks: Changed paths: M /branches/S2_1/po/sv.po Fix make error. Thu, 26 Jan 2006 16:10:02 -0800 dmarks: Changed paths: M /branches/S2_1/data/flags/germany-shield.png M /branches/S2_1/data/flags/germany.png M /branches/S2_1/data/flags/germany.svg Color corrected Germany flag. Thu, 26 Jan 2006 15:46:40 -0800 dmarks: Changed paths: M /branches/S2_1/data/flags/ukraine-shield.png M /branches/S2_1/data/flags/ukraine.png M /branches/S2_1/data/flags/ukraine.svg Color corrected Ukraine flag. Thu, 26 Jan 2006 15:14:29 -0800 dmarks: Changed paths: M /branches/S2_1/data/flags/antarctica-shield.png M /branches/S2_1/data/flags/antarctica.png M /branches/S2_1/data/flags/antarctica.svg M /branches/S2_1/data/flags/united_nations-shield.png M /branches/S2_1/data/flags/united_nations.png M /branches/S2_1/data/flags/united_nations.svg Color corrected United Nations and Antarctica flags. Thu, 26 Jan 2006 14:41:41 -0800 dmarks: Changed paths: M /branches/S2_1/data/flags/mongolia-shield.png M /branches/S2_1/data/flags/mongolia.png M /branches/S2_1/data/flags/mongolia.svg Color corrected Mongolia flag. Thu, 26 Jan 2006 04:27:35 -0800 dmarks: Changed paths: M /branches/S2_1/po/sv.po minor update Thu, 26 Jan 2006 04:15:00 -0800 dmarks: Changed paths: M /branches/S2_1/po/sv.po update Thu, 26 Jan 2006 02:24:53 -0800 dmarks: Changed paths: M /branches/S2_1/data/flags/maori-shield.png M /branches/S2_1/data/flags/maori.png M /branches/S2_1/data/flags/maori.svg Cleaned up Maori flag. Mon, 23 Jan 2006 19:57:50 -0800 dmarks: Changed paths: M /branches/S2_1/data/nation/mayan.ruleset M /branches/S2_1/data/nation/zulu.ruleset Fix gettext warnings. Mon, 23 Jan 2006 06:50:51 -0800 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/mapctrl.c Fix overlapping buttons in newcity dialog. Sun, 22 Jan 2006 16:45:33 -0800 dmarks: Changed paths: M /branches/S2_1/data/flags/bulgaria-shield.png M /branches/S2_1/data/flags/bulgaria.png M /branches/S2_1/data/flags/bulgaria.svg Cleaned up flag of Bulgaria. Sun, 22 Jan 2006 16:27:50 -0800 dmarks: Changed paths: M /branches/S2_1/data/flags/sapmi.svg Fix PNG rendering warning caused by malformed SVG image. Sun, 22 Jan 2006 15:57:56 -0800 dmarks: Changed paths: M /branches/S2_1/data/flags/aborigines-shield.png M /branches/S2_1/data/flags/aborigines.png M /branches/S2_1/data/flags/afghanistan-shield.png M /branches/S2_1/data/flags/afghanistan.png M /branches/S2_1/data/flags/algeria-shield.png M /branches/S2_1/data/flags/algeria.png M /branches/S2_1/data/flags/antarctica-shield.png M /branches/S2_1/data/flags/antarctica.png M /branches/S2_1/data/flags/arab-shield.png M /branches/S2_1/data/flags/arab.png M /branches/S2_1/data/flags/aram-shield.png M /branches/S2_1/data/flags/aram.png M /branches/S2_1/data/flags/argentina-shield.png M /branches/S2_1/data/flags/argentina.png M /branches/S2_1/data/flags/armenia-shield.png M /branches/S2_1/data/flags/armenia.png M /branches/S2_1/data/flags/assyria-shield.png M /branches/S2_1/data/flags/assyria.png M /branches/S2_1/data/flags/australia-shield.png M /branches/S2_1/data/flags/australia.png M /branches/S2_1/data/flags/austria-shield.png M /branches/S2_1/data/flags/austria.png M /branches/S2_1/data/flags/azerbaijan-shield.png M /branches/S2_1/data/flags/azerbaijan.png M /branches/S2_1/data/flags/aztec-shield.png M /branches/S2_1/data/flags/aztec.png M /branches/S2_1/data/flags/bangladesh-shield.png M /branches/S2_1/data/flags/bangladesh.png M /branches/S2_1/data/flags/barbarian-shield.png M /branches/S2_1/data/flags/barbarian.png M /branches/S2_1/data/flags/bavarian-shield.png M /branches/S2_1/data/flags/bavarian.png M /branches/S2_1/data/flags/belgium-shield.png M /branches/S2_1/data/flags/belgium.png M /branches/S2_1/data/flags/boer-shield.png M /branches/S2_1/data/flags/boer.png M /branches/S2_1/data/flags/bosnia-shield.png M /branches/S2_1/data/flags/bosnia.png M /branches/S2_1/data/flags/brasil-shield.png M /branches/S2_1/data/flags/brasil.png M /branches/S2_1/data/flags/bulgaria-shield.png M /branches/S2_1/data/flags/bulgaria.png M /branches/S2_1/data/flags/byzantium-shield.png M /branches/S2_1/data/flags/byzantium.png M /branches/S2_1/data/flags/canada-shield.png M /branches/S2_1/data/flags/canada.png M /branches/S2_1/data/flags/cartago-shield.png M /branches/S2_1/data/flags/cartago.png M /branches/S2_1/data/flags/catalan-shield.png M /branches/S2_1/data/flags/catalan.png M /branches/S2_1/data/flags/cheyenne-shield.png M /branches/S2_1/data/flags/cheyenne.png M /branches/S2_1/data/flags/chile-shield.png M /branches/S2_1/data/flags/chile.png M /branches/S2_1/data/flags/china-shield.png M /branches/S2_1/data/flags/china.png M /branches/S2_1/data/flags/colombia-shield.png M /branches/S2_1/data/flags/colombia.png M /branches/S2_1/data/flags/constantine-shield.png M /branches/S2_1/data/flags/constantine.png M /branches/S2_1/data/flags/convert_png M /branches/S2_1/data/flags/cornwall-shield.png M /branches/S2_1/data/flags/cornwall.png M /branches/S2_1/data/flags/croatia-shield.png M /branches/S2_1/data/flags/croatia.png M /branches/S2_1/data/flags/cuba-shield.png M /branches/S2_1/data/flags/cuba.png M /branches/S2_1/data/flags/czech-shield.png M /branches/S2_1/data/flags/czech.png M /branches/S2_1/data/flags/denmark-shield.png M /branches/S2_1/data/flags/denmark.png M /branches/S2_1/data/flags/egypt-shield.png M /branches/S2_1/data/flags/egypt.png M /branches/S2_1/data/flags/england-shield.png M /branches/S2_1/data/flags/england.png M /branches/S2_1/data/flags/estonia-shield.png M /branches/S2_1/data/flags/estonia.png M /branches/S2_1/data/flags/ethiopia-shield.png M /branches/S2_1/data/flags/ethiopia.png M /branches/S2_1/data/flags/europe-shield.png M /branches/S2_1/data/flags/europe.png M /branches/S2_1/data/flags/finland-shield.png M /branches/S2_1/data/flags/finland.png M /branches/S2_1/data/flags/france-shield.png M /branches/S2_1/data/flags/france.png M /branches/S2_1/data/flags/france_old-shield.png M /branches/S2_1/data/flags/france_old.png M /branches/S2_1/data/flags/galicia-shield.png M /branches/S2_1/data/flags/galicia.png M /branches/S2_1/data/flags/georgia-shield.png M /branches/S2_1/data/flags/georgia.png M /branches/S2_1/data/flags/germany-shield.png M /branches/S2_1/data/flags/germany.png M /branches/S2_1/data/flags/greece-shield.png M /branches/S2_1/data/flags/greece.png M /branches/S2_1/data/flags/greenland-shield.png M /branches/S2_1/data/flags/greenland.png M /branches/S2_1/data/flags/hittite-shield.png M /branches/S2_1/data/flags/hittite.png M /branches/S2_1/data/flags/hungary-shield.png M /branches/S2_1/data/flags/hungary.png M /branches/S2_1/data/flags/iceland-shield.png M /branches/S2_1/data/flags/iceland.png M /branches/S2_1/data/flags/illyria-shield.png M /branches/S2_1/data/flags/illyria.png M /branches/S2_1/data/flags/inca-shield.png M /branches/S2_1/data/flags/inca.png M /branches/S2_1/data/flags/india-shield.png M /branches/S2_1/data/flags/india.png M /branches/S2_1/data/flags/indonesia-shield.png M /branches/S2_1/data/flags/indonesia.png M /branches/S2_1/data/flags/iran-shield.png M /branches/S2_1/data/flags/iran.png M /branches/S2_1/data/flags/iraq-shield.png M /branches/S2_1/data/flags/iraq.png M /branches/S2_1/data/flags/iraq_old-shield.png M /branches/S2_1/data/flags/iraq_old.png M /branches/S2_1/data/flags/ireland-shield.png M /branches/S2_1/data/flags/ireland.png M /branches/S2_1/data/flags/iroquois-shield.png M /branches/S2_1/data/flags/iroquois.png M /branches/S2_1/data/flags/israel-shield.png M /branches/S2_1/data/flags/israel.png M /branches/S2_1/data/flags/italy-shield.png M /branches/S2_1/data/flags/italy.png M /branches/S2_1/data/flags/japan-shield.png M /branches/S2_1/data/flags/japan.png M /branches/S2_1/data/flags/kampuchea-shield.png M /branches/S2_1/data/flags/kampuchea.png M /branches/S2_1/data/flags/kenya-shield.png M /branches/S2_1/data/flags/kenya.png M /branches/S2_1/data/flags/korea-shield.png M /branches/S2_1/data/flags/korea.png M /branches/S2_1/data/flags/latvia-shield.png M /branches/S2_1/data/flags/latvia.png M /branches/S2_1/data/flags/libya-shield.png M /branches/S2_1/data/flags/libya.png M /branches/S2_1/data/flags/lithuania-shield.png M /branches/S2_1/data/flags/lithuania.png M /branches/S2_1/data/flags/macedonia-shield.png M /branches/S2_1/data/flags/macedonia.png M /branches/S2_1/data/flags/madagascar-shield.png M /branches/S2_1/data/flags/madagascar.png M /branches/S2_1/data/flags/malaysia-shield.png M /branches/S2_1/data/flags/malaysia.png M /branches/S2_1/data/flags/mali-shield.png M /branches/S2_1/data/flags/mali.png M /branches/S2_1/data/flags/maori-shield.png M /branches/S2_1/data/flags/maori.png M /branches/S2_1/data/flags/mars-shield.png M /branches/S2_1/data/flags/mars.png M /branches/S2_1/data/flags/mask.png M /branches/S2_1/data/flags/maya-shield.png M /branches/S2_1/data/flags/maya.png M /branches/S2_1/data/flags/mexico-shield.png M /branches/S2_1/data/flags/mexico.png M /branches/S2_1/data/flags/mongolia-shield.png M /branches/S2_1/data/flags/mongolia.png M /branches/S2_1/data/flags/myanmar-shield.png M /branches/S2_1/data/flags/myanmar.png M /branches/S2_1/data/flags/nato-shield.png M /branches/S2_1/data/flags/nato.png M /branches/S2_1/data/flags/netherlands-shield.png M /branches/S2_1/data/flags/netherlands.png M /branches/S2_1/data/flags/newzealand-shield.png M /branches/S2_1/data/flags/newzealand.png M /branches/S2_1/data/flags/nigeria-shield.png M /branches/S2_1/data/flags/nigeria.png M /branches/S2_1/data/flags/norway-shield.png M /branches/S2_1/data/flags/norway.png M /branches/S2_1/data/flags/observer-shield.png M /branches/S2_1/data/flags/observer.png M /branches/S2_1/data/flags/pakistan-shield.png M /branches/S2_1/data/flags/pakistan.png M /branches/S2_1/data/flags/papua_newguinea-shield.png M /branches/S2_1/data/flags/papua_newguinea.png M /branches/S2_1/data/flags/peru-shield.png M /branches/S2_1/data/flags/peru.png M /branches/S2_1/data/flags/philippines-shield.png M /branches/S2_1/data/flags/philippines.png M /branches/S2_1/data/flags/phoenicia-shield.png M /branches/S2_1/data/flags/phoenicia.png M /branches/S2_1/data/flags/poland-shield.png M /branches/S2_1/data/flags/poland.png M /branches/S2_1/data/flags/portugal-shield.png M /branches/S2_1/data/flags/portugal.png M /branches/S2_1/data/flags/qing-shield.png M /branches/S2_1/data/flags/qing.png M /branches/S2_1/data/flags/quebec-shield.png M /branches/S2_1/data/flags/quebec.png M /branches/S2_1/data/flags/romania-shield.png M /branches/S2_1/data/flags/romania.png M /branches/S2_1/data/flags/rome-shield.png M /branches/S2_1/data/flags/rome.png M /branches/S2_1/data/flags/russia-shield.png M /branches/S2_1/data/flags/russia.png M /branches/S2_1/data/flags/rwanda-shield.png M /branches/S2_1/data/flags/rwanda.png M /branches/S2_1/data/flags/ryukyu-shield.png M /branches/S2_1/data/flags/ryukyu.png M /branches/S2_1/data/flags/sapmi-shield.png M /branches/S2_1/data/flags/sapmi.png M /branches/S2_1/data/flags/scotland-shield.png M /branches/S2_1/data/flags/scotland.png M /branches/S2_1/data/flags/serbia-shield.png M /branches/S2_1/data/flags/serbia.png M /branches/S2_1/data/flags/silesia-shield.png M /branches/S2_1/data/flags/silesia.png M /branches/S2_1/data/flags/singapore-shield.png M /branches/S2_1/data/flags/singapore.png M /branches/S2_1/data/flags/slovakia-shield.png M /branches/S2_1/data/flags/slovakia.png M /branches/S2_1/data/flags/slovenia-shield.png M /branches/S2_1/data/flags/slovenia.png M /branches/S2_1/data/flags/south_africa-shield.png M /branches/S2_1/data/flags/south_africa.png M /branches/S2_1/data/flags/soviet-shield.png M /branches/S2_1/data/flags/soviet.png M /branches/S2_1/data/flags/spain-shield.png M /branches/S2_1/data/flags/spain.png M /branches/S2_1/data/flags/srilanka-shield.png M /branches/S2_1/data/flags/srilanka.png M /branches/S2_1/data/flags/stpatrick-shield.png M /branches/S2_1/data/flags/stpatrick.png M /branches/S2_1/data/flags/sudan-shield.png M /branches/S2_1/data/flags/sudan.png M /branches/S2_1/data/flags/sumeria-shield.png M /branches/S2_1/data/flags/sumeria.png M /branches/S2_1/data/flags/swaziland-shield.png M /branches/S2_1/data/flags/swaziland.png M /branches/S2_1/data/flags/sweden-shield.png M /branches/S2_1/data/flags/sweden.png M /branches/S2_1/data/flags/swiss-shield.png M /branches/S2_1/data/flags/swiss.png M /branches/S2_1/data/flags/syria-shield.png M /branches/S2_1/data/flags/syria.png M /branches/S2_1/data/flags/taiwan-shield.png M /branches/S2_1/data/flags/taiwan.png M /branches/S2_1/data/flags/texas-shield.png M /branches/S2_1/data/flags/texas.png M /branches/S2_1/data/flags/thailand-shield.png M /branches/S2_1/data/flags/thailand.png M /branches/S2_1/data/flags/tibet-shield.png M /branches/S2_1/data/flags/tibet.png M /branches/S2_1/data/flags/tunisia-shield.png M /branches/S2_1/data/flags/tunisia.png M /branches/S2_1/data/flags/turkey-shield.png M /branches/S2_1/data/flags/turkey.png M /branches/S2_1/data/flags/ukraine-shield.png M /branches/S2_1/data/flags/ukraine.png M /branches/S2_1/data/flags/united_kingdom-shield.png M /branches/S2_1/data/flags/united_kingdom.png M /branches/S2_1/data/flags/united_nations-shield.png M /branches/S2_1/data/flags/united_nations.png M /branches/S2_1/data/flags/unknown-shield.png M /branches/S2_1/data/flags/unknown.png M /branches/S2_1/data/flags/usa-shield.png M /branches/S2_1/data/flags/usa.png M /branches/S2_1/data/flags/uyghur-shield.png M /branches/S2_1/data/flags/uyghur.png M /branches/S2_1/data/flags/venezuela-shield.png M /branches/S2_1/data/flags/venezuela.png M /branches/S2_1/data/flags/vietnam-shield.png M /branches/S2_1/data/flags/vietnam.png M /branches/S2_1/data/flags/viking-shield.png M /branches/S2_1/data/flags/viking.png M /branches/S2_1/data/flags/wales-shield.png M /branches/S2_1/data/flags/wales.png M /branches/S2_1/data/flags/westphalia-shield.png M /branches/S2_1/data/flags/westphalia.png M /branches/S2_1/data/flags/zulu-shield.png M /branches/S2_1/data/flags/zulu.png Increase flag size to 29x20 and shield size to 14x14 (PR#15224). Sun, 22 Jan 2006 15:42:06 -0800 dmarks: Changed paths: M /branches/S2_1/data/default/nations.ruleset Updates to default/nations.ruleset (PR#15170). Sun, 22 Jan 2006 15:36:09 -0800 dmarks: Changed paths: M /branches/S2_1/doc/README.nations Updates to nations docs (PR#15226). Sat, 21 Jan 2006 23:01:26 -0800 jdorje: Changed paths: M /branches/S2_1/client/civclient.c M /branches/S2_1/client/clinet.c M /branches/S2_1/client/packhand.c When launching with GGZ, go straight to the pregame "start" screen. Patch by me in PR#15235. Sat, 21 Jan 2006 16:20:02 -0800 kauf: Changed paths: M /branches/S2_1/server/auth.c M /branches/S2_1/server/connecthand.c Fix bug where pconn->server.status wasn't updated. See PR#15098 for the gory details (and they are gory). Patch by me. Fri, 20 Jan 2006 19:33:41 -0800 jdorje: Changed paths: M /branches/S2_1/client/ggzclient.c M /branches/S2_1/client/ggzclient.h M /branches/S2_1/client/gui-gtk-2.0/gui_main.c M /branches/S2_1/client/gui-gtk-2.0/pages.c M /branches/S2_1/client/gui-gtk-2.0/pages.h When in GGZ mode, show player stats in the pregame conn dialog. Patch by me in PR#15200. Fri, 20 Jan 2006 16:26:46 -0800 jdorje: Changed paths: M /branches/S2_1/client/tilespec.c Fix memory leak in get_tileset_list. Patch by me in PR#15223. Thu, 19 Jan 2006 19:37:15 -0800 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/gui_tilespec.c M /branches/S2_1/client/gui-sdl/themespec.c Fix segmentation fault caused by freeing some sprites multiple times. Thu, 19 Jan 2006 06:12:19 -0800 dmarks: Changed paths: M /branches/S2_1/data/default/nations.ruleset M /branches/S2_1/data/flags/Makefile.am A /branches/S2_1/data/flags/antarctica-shield.png A /branches/S2_1/data/flags/antarctica.png A /branches/S2_1/data/flags/antarctica.svg M /branches/S2_1/data/misc/flags.spec M /branches/S2_1/data/misc/shields.spec M /branches/S2_1/data/nation/Makefile.am A /branches/S2_1/data/nation/antarctican.ruleset M /branches/S2_1/po/POTFILES.in Add Antarctican nation. Ruleset by me and flag from OCAL. See PR#14742. Thu, 19 Jan 2006 02:59:30 -0800 dmarks: Changed paths: M /branches/S2_1/data/flags/sumeria-shield.png M /branches/S2_1/data/flags/sumeria.png M /branches/S2_1/data/flags/sumeria.svg Changes to Sumeria flag. New image by me in PR#15034. Thu, 19 Jan 2006 02:43:36 -0800 dmarks: Changed paths: M /branches/S2_1/data/default/nations.ruleset M /branches/S2_1/data/flags/Makefile.am M /branches/S2_1/data/flags/credits D /branches/S2_1/data/flags/dunedain-shield.png D /branches/S2_1/data/flags/dunedain.png D /branches/S2_1/data/flags/dunedain.svg D /branches/S2_1/data/flags/elves-shield.png D /branches/S2_1/data/flags/elves.png D /branches/S2_1/data/flags/elves.svg D /branches/S2_1/data/flags/hobbits-shield.png D /branches/S2_1/data/flags/hobbits.png D /branches/S2_1/data/flags/hobbits.svg D /branches/S2_1/data/flags/krev-shield.png D /branches/S2_1/data/flags/krev.png D /branches/S2_1/data/flags/krev.svg D /branches/S2_1/data/flags/mordor-shield.png D /branches/S2_1/data/flags/mordor.png D /branches/S2_1/data/flags/mordor.svg M /branches/S2_1/data/misc/flags.spec M /branches/S2_1/data/misc/shields.spec M /branches/S2_1/data/nation/Makefile.am D /branches/S2_1/data/nation/dunedain.ruleset D /branches/S2_1/data/nation/elvish.ruleset D /branches/S2_1/data/nation/hobbits.ruleset D /branches/S2_1/data/nation/mordor.ruleset M /branches/S2_1/po/POTFILES.in Remove copyrighted content. Discussion and patch at PR#14538. Thu, 19 Jan 2006 02:22:05 -0800 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/dialogs.c M /branches/S2_1/client/gui-sdl/dialogs.h M /branches/S2_1/client/gui-sdl/mapctrl.c Correct position of the context menu. It was quite far away from the mouse pointer. Thu, 19 Jan 2006 01:59:21 -0800 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/dialogs.c Fix crash in terrain info dialog. Wed, 18 Jan 2006 19:25:34 -0800 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/dialogs.c M /branches/S2_1/client/gui-sdl/gui_main.c M /branches/S2_1/client/gui-sdl/optiondlg.c Fix segfault with city names turned on. Reported by Daniel Markstedt in PR#15204, patch by me. Wed, 18 Jan 2006 19:18:12 -0800 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/dialogs.c Don't allow unplayable nations to be chosen in nation select dialog. Reported by Daniel Markstedt in PR#15199, solution by Jason Dorje Short , patch by me. Wed, 18 Jan 2006 19:02:09 -0800 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/dialogs.c Fix another crash in nation selection dialog. Reported by Daniel Markstedt in PR#15203, patch by me. Wed, 18 Jan 2006 18:56:17 -0800 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/dialogs.c Fix crash in nations selection dialog. Reported by Daniel Markstedt in PR#15197, patch by me. Tue, 17 Jan 2006 15:16:54 -0800 dmarks: Changed paths: M /branches/S2_1/data/nation/bosnia.ruleset M /branches/S2_1/data/nation/serbian.ruleset Improved Serbian (PR#15174) and Bosnian nations (PR#15186). Patches by me. Tue, 17 Jan 2006 14:40:47 -0800 mstefek: Changed paths: M /branches/S2_1/po/pl.po Partial update Tue, 17 Jan 2006 13:18:10 -0800 mstefek: Changed paths: M /branches/S2_1/po/POTFILES.in Remove server/gamelog.c from POTFILES.in Tue, 17 Jan 2006 04:39:15 -0800 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/gui_iconv.c M /branches/S2_1/client/gui-sdl/gui_iconv.h M /branches/S2_1/client/gui-sdl/gui_main.c M /branches/S2_1/client/gui-sdl/gui_stuff.c Fix UTF-8 <-> UTF-16 conversion code. Mon, 16 Jan 2006 15:47:46 -0800 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/connectdlg.c M /branches/S2_1/client/gui-sdl/dialogs.c M /branches/S2_1/client/gui-sdl/graphics.c M /branches/S2_1/client/gui-sdl/gui_main.c M /branches/S2_1/client/gui-sdl/mapview.c M /branches/S2_1/client/gui-sdl/optiondlg.c M /branches/S2_1/client/gui-sdl/optiondlg.h Fix some more map redrawing issues. Mon, 16 Jan 2006 15:40:26 -0800 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/optiondlg.c Redraw map when toggling map options. Reported by Jason Dorje Short in PR#3593. Mon, 16 Jan 2006 11:04:28 -0800 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/dialogs.c Shrink city style icons in nation select dialog to make them all fit into the window. Mon, 16 Jan 2006 01:29:26 -0800 dmarks: Changed paths: M /branches/S2_1/data/default/nations.ruleset M /branches/S2_1/data/flags/Makefile.am M /branches/S2_1/data/flags/credits A /branches/S2_1/data/flags/illyria-shield.png A /branches/S2_1/data/flags/illyria.png A /branches/S2_1/data/flags/illyria.svg M /branches/S2_1/data/misc/flags.spec M /branches/S2_1/data/misc/shields.spec M /branches/S2_1/data/nation/Makefile.am A /branches/S2_1/data/nation/illyrian.ruleset M /branches/S2_1/po/POTFILES.in Add Illyrian nation. Ruleset by me and William Allen Simpson , flag by William (PR#13863). Mon, 16 Jan 2006 00:11:25 -0800 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/graphics.c M /branches/S2_1/client/gui-sdl/gui_main.c M /branches/S2_1/client/gui-sdl/gui_string.c M /branches/S2_1/client/gui-sdl/gui_stuff.h M /branches/S2_1/client/gui-sdl/gui_tilespec.c M /branches/S2_1/client/gui-sdl/mapctrl.c M /branches/S2_1/client/gui-sdl/sprite.c M /branches/S2_1/client/gui-sdl/themes.c Fix client crash when no gui-sdl theme was found (and some more memory issues). The user will be pointed to http://www.freeciv.org/index.php/Themes to find instructions on how to get a theme. Sun, 15 Jan 2006 23:28:09 -0800 cproc: Changed paths: M /branches/S2_1/client/gui-sdl/Makefile.am M /branches/S2_1/client/gui-sdl/canvas.c M /branches/S2_1/client/gui-sdl/chatline.c M /branches/S2_1/client/gui-sdl/citydlg.c M /branches/S2_1/client/gui-sdl/cityrep.c M /branches/S2_1/client/gui-sdl/cma_fe.c M /branches/S2_1/client/gui-sdl/connectdlg.c M /branches/S2_1/client/gui-sdl/dialogs.c M /branches/S2_1/client/gui-sdl/diplodlg.c M /branches/S2_1/client/gui-sdl/finddlg.c M /branches/S2_1/client/gui-sdl/gotodlg.c M /branches/S2_1/client/gui-sdl/gui_iconv.c M /branches/S2_1/client/gui-sdl/gui_main.c D /branches/S2_1/client/gui-sdl/gui_mem.h M /branches/S2_1/client/gui-sdl/gui_string.c M /branches/S2_1/client/gui-sdl/gui_string.h M /branches/S2_1/client/gui-sdl/gui_stuff.c M /branches/S2_1/client/gui-sdl/gui_stuff.h M /branches/S2_1/client/gui-sdl/gui_tilespec.c M /branches/S2_1/client/gui-sdl/gui_zoom.c M /branches/S2_1/client/gui-sdl/helpdlg.c M /branches/S2_1/client/gui-sdl/inteldlg.c M /branches/S2_1/client/gui-sdl/mapctrl.c M /branches/S2_1/client/gui-sdl/mapview.c M /branches/S2_1/client/gui-sdl/menu.c M /branches/S2_1/client/gui-sdl/messagewin.c M /branches/S2_1/client/gui-sdl/optiondlg.c M /branches/S2_1/client/gui-sdl/plrdlg.c M /branches/S2_1/client/gui-sdl/repodlgs.c M /branches/S2_1/client/gui-sdl/spaceshipdlg.c M /branches/S2_1/client/gui-sdl/unistring.c M /branches/S2_1/client/gui-sdl/wldlg.c Remove superfluous memory macros. Reported by Jason Dorje Short in PR#3372, patch by me. Sun, 15 Jan 2006 14:52:10 -0800 jdorje: Changed paths: A /branches/S2_1 (from /trunk:11447) Branching for 2.1 release. Sun, 15 Jan 2006 09:09:23 -0800 cproc: Changed paths: M /trunk/client/gui-sdl/gui_mem.h M /trunk/client/gui-sdl/gui_stuff.h remove fc__extension macro. See PR#15158. Sat, 14 Jan 2006 18:13:11 -0800 jdorje: Changed paths: M /trunk/client/Makefile.am M /trunk/client/gui-gtk-2.0/Makefile.am Add missing @GGZ_GTK_INCLUDES@. Patch by me in PR#15165. Sat, 14 Jan 2006 06:23:35 -0800 cproc: Changed paths: M /trunk/client/gui-sdl/graphics.c replace C++ style comments Fri, 13 Jan 2006 22:55:26 -0800 jdorje: Changed paths: M /trunk/utility/mem.h Add an FC_FREE macro. Patch by Christian Prochaska in PR#15126. Fri, 13 Jan 2006 22:42:42 -0800 jdorje: Changed paths: M /trunk/client/civclient.c M /trunk/client/civclient.h M /trunk/client/clinet.c M /trunk/client/gui-gtk-2.0/gui_main.c M /trunk/client/gui-gtk-2.0/pages.c M /trunk/client/include/pages_g.h M /trunk/client/packhand.c M /trunk/configure.ac M /trunk/m4/ggz.m4 Embed GGZ within the GTK client. The freeciv client now performs the normal role of GGZ client by connecting to the gaming zone. Patch by me in PR#15112. Fri, 13 Jan 2006 21:48:58 -0800 jdorje: Changed paths: M /trunk/client/gui-xaw/cityrep.c M /trunk/client/gui-xaw/diplomat_dialog.c M /trunk/client/gui-xaw/repodlgs.c Fix compiler warnings (and possible bugs) with wrongly terminated varargs function calls. Fri, 13 Jan 2006 19:54:48 -0800 kauf: Changed paths: M /trunk/server/commands.c M /trunk/server/stdinhand.c add ability to list scenarios available to load without HACK. Use '/list scenarios'. See PR#15105. Fri, 13 Jan 2006 19:41:44 -0800 kauf: Changed paths: M /trunk/utility/shared.c add ability to use periods in /load command for users without HACK. Also add restriction on PARENT_DIR_OPERATOR (..). See PR#15107. Thu, 12 Jan 2006 20:02:26 -0800 kauf: Changed paths: M /trunk/manual/civmanual.c M /trunk/server/Makefile.am M /trunk/server/barbarian.c M /trunk/server/citytools.c M /trunk/server/cityturn.c M /trunk/server/civserver.c M /trunk/server/connecthand.c M /trunk/server/diplhand.c M /trunk/server/diplomats.c D /trunk/server/gamelog.c D /trunk/server/gamelog.h M /trunk/server/plrhand.c M /trunk/server/settings.c M /trunk/server/spacerace.c M /trunk/server/srv_main.c M /trunk/server/srv_main.h M /trunk/server/stdinhand.c M /trunk/server/techtools.c M /trunk/server/unithand.c M /trunk/server/unittools.c Remove the gamelog entirely. See PR#15113. Tue, 10 Jan 2006 17:36:57 -0800 jdorje: Changed paths: M /trunk/client/clinet.c M /trunk/client/gui-ftwl/gui_main.c M /trunk/client/gui-gtk-2.0/gui_main.c M /trunk/client/gui-sdl/gui_main.c M /trunk/client/gui-stub/gui_main.c M /trunk/client/gui-win32/gui_main.c M /trunk/client/gui-xaw/gui_main.c M /trunk/client/include/gui_main_g.h Add new GUI function remove_ggz_input, and add stubs for add_ggz_input to every GUI client. Patch by me in PR#15111. Tue, 10 Jan 2006 17:33:41 -0800 jdorje: Changed paths: M /trunk/server/ggzserver.c M /trunk/server/srv_main.c M /trunk/server/stdinhand.c Fix end-of-game problems related to GGZ mode and surrendering. Patch by me in PR#15137. Mon, 09 Jan 2006 19:45:53 -0800 kauf: Changed paths: M /trunk/server/score.c fix thinko. Mon, 09 Jan 2006 11:01:02 -0800 jdorje: Changed paths: M /trunk/server/score.c Fix compilation. Sun, 08 Jan 2006 21:16:23 -0800 kauf: Changed paths: M /trunk/common/game.h M /trunk/common/player.c M /trunk/common/player.h M /trunk/server/civserver.c M /trunk/server/connecthand.c M /trunk/server/savegame.c M /trunk/server/score.c M /trunk/server/score.h M /trunk/server/srv_main.c M /trunk/server/srv_main.h M /trunk/server/stdinhand.c Streamline the ranking code. A flat file is used instead of the gamelog to rank. The file has the number of turns players, a list of winners and a list of losers. The policy of who wins and who loses is hardcoded in the server. A field in the player struct: ranked_username is the first user to have played TURNS_NEEDED_TO_RANK turns. That user is the user to be listed as a winner or loser. The file is not output in the event of a draw. /endgame, abandonment, and endyear are considered draws. see PR#14274 Sun, 08 Jan 2006 08:52:05 -0800 kauf: Changed paths: M /trunk/server/auth.c M /trunk/server/connecthand.c standardized logging to console for connection rejection. Add logging for all rejection cases. see PR#15101 Sun, 08 Jan 2006 05:58:00 -0800 per: Changed paths: M /trunk/manual/civmanual.c Civmanual improvements by Guillaume Melquiond in PR#15007 with style changes by me (braces added, tabs removed). Sat, 07 Jan 2006 16:38:27 -0800 jdorje: Changed paths: M /trunk/po/ca.po M /trunk/po/cs.po M /trunk/po/da.po M /trunk/po/de.po M /trunk/po/en_GB.po M /trunk/po/es.po M /trunk/po/et.po M /trunk/po/fi.po M /trunk/po/fr.po M /trunk/po/he.po M /trunk/po/hu.po M /trunk/po/it.po M /trunk/po/ja.po M /trunk/po/nl.po M /trunk/po/no.po M /trunk/po/pl.po M /trunk/po/pt.po M /trunk/po/pt_BR.po M /trunk/po/ro.po M /trunk/po/ru.po M /trunk/po/sv.po M /trunk/po/uk.po Po updates after make dist. Sat, 07 Jan 2006 14:27:40 -0800 jdorje: Changed paths: M /trunk/data/civserver.dsc.in M /trunk/server/sernet.c Fix the quitidle option to work in pregame; it is now activated as soon as a connection is established. Patch by me in PR#15087. Sat, 07 Jan 2006 13:30:44 -0800 jdorje: Changed paths: M /trunk/client/civclient.c M /trunk/client/civclient.h M /trunk/client/clinet.c M /trunk/client/gui-gtk-2.0/gui_main.c M /trunk/client/gui-sdl/gui_main.c M /trunk/client/gui-stub/gui_main.c M /trunk/client/gui-win32/dialogs.c M /trunk/client/gui-win32/gui_main.c M /trunk/client/gui-win32/menu.c M /trunk/client/gui-xaw/dialogs.c M /trunk/client/gui-xaw/gui_main.c M /trunk/client/include/gui_main_g.h Split ui_exit into GUI-specific and client-common portions. Patch by Christian Prochaska in PR#15046. Sat, 07 Jan 2006 09:06:01 -0800 jdorje: Changed paths: M /trunk/client/civclient.c M /trunk/client/ggzclient.c Check for with_ggz before calling ggz_initialize, instead of inside that function. Patch by me in PR#15083. Sat, 07 Jan 2006 09:04:00 -0800 jdorje: Changed paths: M /trunk/server/civserver.c Fix handling of SIGINT when in GGZ mode. Patch by me in PR#15085. Fri, 06 Jan 2006 21:29:06 -0800 kauf: Changed paths: M /trunk/m4/auth.m4 M /trunk/manual/Makefile.am M /trunk/server/Makefile.am attempts to find the correct LIBRARY_PATH for the mysql lib (for authentication) and put it in LDFLAGS. see PR#14851. Fri, 06 Jan 2006 21:10:54 -0800 kauf: Changed paths: M /trunk/server/score.c remove the rest of the pre-post-processing needed to create the animated gifs for postgame. With this patch, you can simply do ppmtogif and then gifsicle. see PR#14827. Sun, 01 Jan 2006 11:39:08 -0800 cproc: Changed paths: M /trunk/client/gui-sdl/graphics.c M /trunk/client/gui-sdl/gui_main.c M /trunk/client/gui-sdl/gui_stuff.c M /trunk/client/gui-sdl/gui_tilespec.c M /trunk/client/gui-sdl/mapview.c M /trunk/client/gui-sdl/messagewin.c M /trunk/client/gui-sdl/sprite.c Fix some memory issues reported by Valgrind. Sun, 01 Jan 2006 08:18:05 -0800 cproc: Changed paths: M /trunk/client/gui-sdl/citydlg.c M /trunk/client/gui-sdl/connectdlg.c M /trunk/client/gui-sdl/dialogs.c M /trunk/client/gui-sdl/mapctrl.c M /trunk/client/gui-sdl/wldlg.c Fix client crash caused by empty edit fields. Reported by Jason Dorje Short in PR#6856, patch by me. Sun, 01 Jan 2006 01:48:23 -0800 cproc: Changed paths: M /trunk/client/gui-sdl/gui_main.c M /trunk/client/gui-sdl/gui_main.h M /trunk/client/gui-sdl/mapctrl.c M /trunk/client/gui-sdl/mapctrl.h M /trunk/client/gui-sdl/mapview.c Improve mouse behavior. See PR#7171. Sat, 31 Dec 2005 01:57:20 -0800 dmarks: Changed paths: M /trunk/data/flags/credits M /trunk/data/flags/krev-shield.png M /trunk/data/flags/krev.png M /trunk/data/flags/krev.svg Better Krev flag from Worms tileset by Arturo Espinosa-Aldama (PR#15004) Fri, 30 Dec 2005 10:38:35 -0800 jdorje: Changed paths: M /trunk/server/score.c PR#14981 - don't always save ppm files. Fri, 30 Dec 2005 05:40:32 -0800 cproc: Changed paths: M /trunk/client/gui-sdl/gui_main.c Fix map scrolling on Pocket PC. Wed, 28 Dec 2005 14:31:25 -0800 per: Changed paths: M /trunk/ai/advdiplomacy.c AIs in away mode would suggest ceasefires on contact which they would refuse to accept in turn. Problem reported by Jason in PR#14961. The AI in away mode should never do diplomacy. Wed, 28 Dec 2005 14:24:37 -0800 cproc: Changed paths: M /trunk/client/gui-sdl/dialogs.c M /trunk/client/gui-sdl/gui_main.c M /trunk/client/gui-sdl/inteldlg.c M /trunk/client/gui-sdl/inteldlg.h Add support for multiple intelligence dialogs. Suggested by Egor Vyscrebentsov in PR#11386, patch by me. Tue, 27 Dec 2005 14:25:01 -0800 evyscr: Changed paths: M /trunk/client/gui-xaw/actions.c M /trunk/client/gui-xaw/citydlg.c M /trunk/client/gui-xaw/dialogs.c M /trunk/client/gui-xaw/diplomat_dialog.c M /trunk/client/gui-xaw/gotodlg.c M /trunk/client/gui-xaw/gui_main.c M /trunk/client/gui-xaw/gui_main.h M /trunk/client/gui-xaw/helpdlg.c M /trunk/client/gui-xaw/mapview.c M /trunk/client/gui-xaw/menu.c M /trunk/client/gui-xaw/menu.h M /trunk/client/gui-xaw/repodlgs.c M /trunk/data/Freeciv.in gui-xaw: compile fixes and battlegroups support Tue, 27 Dec 2005 13:46:42 -0800 per: Changed paths: M /trunk/server/plrhand.c Move check for cancelling of vision sharing above check for senate approval, so that you no longer have to get senate approval before cancelling shared vision. This behaviour was a bug introduced with the reorganization of the senate code. Patch in PR#14905. Tue, 27 Dec 2005 13:43:23 -0800 per: Changed paths: M /trunk/server/unittools.c Remove dead goto code (client side goto now calculated on the client). See PR#15002. Tue, 27 Dec 2005 12:28:05 -0800 jdorje: Changed paths: M /trunk/server/unittools.c Add back REMOVEME include. Tue, 27 Dec 2005 05:18:16 -0800 per: Changed paths: M /trunk/client/gui-gtk-2.0/repodlgs.c Fix upkeep reporting from improvements in economy dialog (GTK2 client). Patch by Guillaume Melquiond in PR#14970. Also reported as PR#14308. Tue, 27 Dec 2005 05:10:37 -0800 per: Changed paths: M /trunk/server/srv_main.c Fix spaceship bonus to score. Patch by Brendon Oram in PR#14561. Tue, 27 Dec 2005 05:05:41 -0800 per: Changed paths: M /trunk/manual/civmanual.c Fix civmanual. Patch by Guillaume Melquiond in PR#13839. Tue, 27 Dec 2005 04:40:12 -0800 per: Changed paths: M /trunk/ai/advdiplomacy.c Fix some bugs in the AI diplomacy code, improve commenting. AI was rejecting treaties it had suggested. Prevent the AI from asking for shared vision without also proposing it. Fix wrong enums. Patches by me and Guillaume Melquiond in PR#14904. Tue, 27 Dec 2005 03:32:08 -0800 cproc: Changed paths: M /trunk/client/gui-sdl/inteldlg.c fix crash in intelligence dialog when no research info is available Tue, 27 Dec 2005 02:40:22 -0800 cproc: Changed paths: M /trunk/client/gui-sdl/citydlg.c M /trunk/client/gui-sdl/dialogs.c M /trunk/client/gui-sdl/gotodlg.c M /trunk/client/gui-sdl/gui_main.c M /trunk/client/gui-sdl/mapctrl.c M /trunk/client/gui-sdl/mapview.c M /trunk/client/gui-sdl/menu.c M /trunk/client/gui-sdl/repodlgs.c compile fix (r11395) Mon, 26 Dec 2005 21:29:11 -0800 jdorje: Changed paths: M /trunk/client/gui-gtk-2.0/dialogs.c In the nation selection dialog, don't prevent the player from choosing the nation he has already chosen. Patch by me in PR#14987. Mon, 26 Dec 2005 19:38:36 -0800 jdorje: Changed paths: M /trunk/client/servers.c Use the socklen_t type. See PR#12519. Mon, 26 Dec 2005 13:50:51 -0800 jdorje: Changed paths: M /trunk/client/gui-gtk-2.0/citydlg.c M /trunk/common/unit.c M /trunk/common/unit.h M /trunk/server/unithand.c Fixes for changing homecity. Patch by me in PR#14983. Mon, 26 Dec 2005 13:35:58 -0800 jdorje: Changed paths: M /trunk/ai/advdiplomacy.c M /trunk/ai/advdomestic.c M /trunk/ai/advmilitary.c M /trunk/ai/aicity.c M /trunk/ai/aidata.c M /trunk/ai/aidiplomat.c M /trunk/ai/aiferry.c M /trunk/ai/aihunt.c M /trunk/ai/aiparatrooper.c M /trunk/ai/aitools.c M /trunk/ai/aiunit.c M /trunk/client/agents/sha.c M /trunk/client/citydlg_common.c M /trunk/client/cityrepdata.c M /trunk/client/climisc.c M /trunk/client/control.c M /trunk/client/goto.c M /trunk/client/gui-gtk-2.0/citydlg.c M /trunk/client/gui-gtk-2.0/dialogs.c M /trunk/client/gui-gtk-2.0/diplomat_dialog.c M /trunk/client/gui-gtk-2.0/gotodlg.c M /trunk/client/gui-gtk-2.0/gui_main.c M /trunk/client/gui-gtk-2.0/menu.c M /trunk/client/gui-gtk-2.0/repodlgs.c M /trunk/client/mapctrl_common.c M /trunk/client/mapview_common.c M /trunk/client/packhand.c M /trunk/client/repodlgs_common.c M /trunk/client/text.c M /trunk/client/tilespec.c M /trunk/common/Makefile.am M /trunk/common/aicore/aisupport.c M /trunk/common/aicore/citymap.c M /trunk/common/aicore/path_finding.c M /trunk/common/city.c M /trunk/common/combat.c M /trunk/common/game.c M /trunk/common/map.c M /trunk/common/player.c M /trunk/common/unit.c M /trunk/common/unit.h A /trunk/common/unitlist.c A /trunk/common/unitlist.h M /trunk/common/unittype.c M /trunk/server/barbarian.c M /trunk/server/citytools.c M /trunk/server/cityturn.c M /trunk/server/diplomats.c M /trunk/server/gamelog.c M /trunk/server/gotohand.c M /trunk/server/maphand.c M /trunk/server/plrhand.c M /trunk/server/report.c M /trunk/server/sanitycheck.c M /trunk/server/savegame.c M /trunk/server/score.c M /trunk/server/scripting/api_methods.c M /trunk/server/settlers.c M /trunk/server/srv_main.c M /trunk/server/stdinhand.c M /trunk/server/unithand.c M /trunk/server/unittools.c Create and populate a new file unitlist.[ch]. Patch by Egor Vyscrebentsov in PR#14992 with changes by me. Mon, 26 Dec 2005 12:51:28 -0800 jdorje: Changed paths: M /trunk/utility/hash.c Avoid unnecessary cast. Mon, 26 Dec 2005 04:33:32 -0800 cproc: Changed paths: M /trunk/client/gui-sdl/dialogs.c M /trunk/client/gui-sdl/gotodlg.c M /trunk/client/gui-sdl/gui_main.c M /trunk/client/gui-sdl/mapctrl.c M /trunk/client/gui-sdl/mapview.c M /trunk/client/gui-sdl/menu.c M /trunk/client/gui-sdl/optiondlg.c compile fix (r11385) TODO: implement battlegroup support Sun, 25 Dec 2005 18:15:19 -0800 jdorje: Changed paths: M /trunk/client/control.c M /trunk/client/text.c Fix client crashes on endgame. Reported by Guillaume Melquiond in PR#14984. Sun, 25 Dec 2005 15:33:43 -0800 jdorje: Changed paths: M /trunk/common/requirements.c M /trunk/common/terrain.c M /trunk/common/terrain.h M /trunk/server/savegame.c Fix translation issues with get_special_name and get_special_by_name. Reported by Guillaume Melquiond in PR#14967. Sun, 25 Dec 2005 05:36:23 -0800 dmarks: Changed paths: M /trunk/data/nation/mayan.ruleset Fix for Mayan nation. Sun, 25 Dec 2005 05:05:07 -0800 dmarks: Changed paths: M /trunk/data/nation/hittite.ruleset M /trunk/data/nation/inca.ruleset M /trunk/data/nation/maori.ruleset M /trunk/data/nation/mayan.ruleset Improved city lists for four nations. (PR#14934) Sun, 25 Dec 2005 05:03:03 -0800 dmarks: Changed paths: M /trunk/data/nation/zulu.ruleset New Zulu leader list. (PR#14939) Sat, 24 Dec 2005 15:39:19 -0800 jdorje: Changed paths: M /trunk/client/tilespec.c Fix a bug in the mapview display of goto turns-to-target. Reported by Guillaume Melquiond in PR#14968. Sat, 24 Dec 2005 05:33:23 -0800 cproc: Changed paths: M /trunk/client/gui-sdl/citydlg.c Fix some city dialog drawing problems. Sat, 24 Dec 2005 05:22:43 -0800 cproc: Changed paths: M /trunk/client/gui-sdl/gui_stuff.c M /trunk/client/gui-sdl/gui_stuff.h Fix "sdl client crash in citydlg". Reported by Jason Dorje Short in PR#6858, patch by me. Sat, 24 Dec 2005 05:15:55 -0800 cproc: Changed paths: M /trunk/client/gui-sdl/dialogs.c M /trunk/client/gui-sdl/mapview.c compile fix (r11375). Fri, 23 Dec 2005 17:39:27 -0800 jdorje: Changed paths: M /trunk/client/civclient.c M /trunk/client/climisc.c M /trunk/client/climisc.h M /trunk/client/control.c M /trunk/client/control.h M /trunk/client/goto.c M /trunk/client/goto.h M /trunk/client/gui-gtk-2.0/dialogs.c M /trunk/client/gui-gtk-2.0/gotodlg.c M /trunk/client/gui-gtk-2.0/gui_main.c M /trunk/client/gui-gtk-2.0/mapctrl.c M /trunk/client/gui-gtk-2.0/mapview.c M /trunk/client/gui-gtk-2.0/menu.c M /trunk/client/include/mapview_g.h M /trunk/client/mapctrl_common.c M /trunk/client/mapctrl_common.h M /trunk/client/mapview_common.c M /trunk/client/packhand.c M /trunk/client/text.c M /trunk/client/text.h M /trunk/client/tilespec.c M /trunk/common/capstr.c M /trunk/common/packets.def M /trunk/common/packets_gen.c M /trunk/common/packets_gen.h M /trunk/common/unit.c M /trunk/common/unit.h M /trunk/server/hand_gen.c M /trunk/server/hand_gen.h M /trunk/server/savegame.c M /trunk/server/unithand.c M /trunk/server/unittools.c Support for battlegroups. More than one unit may be selected at a time, the focus units may be given orders as a group, and keys are used to assign and recall groups. Patch by me in PR#14365 based on a design by Arnstein Lindgard . Fri, 23 Dec 2005 17:07:31 -0800 jdorje: Changed paths: M /trunk/client/control.c M /trunk/client/goto.c Simplify check in is_valid_goto_destination. Patch by Andreas Rosdal in PR#13773. Fri, 23 Dec 2005 16:46:45 -0800 jdorje: Changed paths: M /trunk/data/civ2/terrain.ruleset M /trunk/data/default/terrain.ruleset Fix the pheasant resource. Reported by Michael Mielke in PR#14959. Fri, 23 Dec 2005 10:49:30 -0800 jdorje: Changed paths: M /trunk/common/capstr.c Update capstring. Fri, 23 Dec 2005 10:40:55 -0800 jdorje: Changed paths: M /trunk/client/gui-gtk-2.0/helpdlg.c M /trunk/client/packhand.c M /trunk/client/packhand_gen.c M /trunk/client/packhand_gen.h M /trunk/client/tilespec.c M /trunk/client/tilespec.h M /trunk/common/city.c M /trunk/common/fc_types.h M /trunk/common/game.c M /trunk/common/map.c M /trunk/common/map.h M /trunk/common/packets.def M /trunk/common/packets_gen.c M /trunk/common/packets_gen.h M /trunk/common/terrain.c M /trunk/common/terrain.h M /trunk/common/tile.c M /trunk/common/tile.h M /trunk/data/civ1/terrain.ruleset M /trunk/data/civ2/terrain.ruleset M /trunk/data/default/terrain.ruleset M /trunk/manual/civmanual.c M /trunk/server/generator/mapgen.c M /trunk/server/maphand.c M /trunk/server/maphand.h M /trunk/server/ruleset.c M /trunk/server/sanitycheck.c M /trunk/server/savegame.c Split resources off from specials. Resource types can now be more generically ruleset-defined. Patch by Jerome Plut in PR#14652 with changes by me. Fri, 23 Dec 2005 07:35:42 -0800 evyscr: Changed paths: M /trunk/po/ru.po 3621 trans, 172 fuzzy, 143 utrans Fri, 23 Dec 2005 06:47:05 -0800 cproc: Changed paths: M /trunk/client/gui-sdl/wldlg.c Fix a bug with swapping of worklist items. Thu, 22 Dec 2005 15:06:40 -0800 kauf: Changed paths: M /trunk/server/gamehand.c correct misspelling. Thu, 22 Dec 2005 14:05:02 -0800 evyscr: Changed paths: M /trunk/client/gui-xaw/gui_main.c M /trunk/client/gui-xaw/gui_main.h M /trunk/client/gui-xaw/mapview.c M /trunk/client/gui-xaw/repodlgs.c gui-xaw: fix crash while switching tilesets. Patch by me in PR#11802 Wed, 21 Dec 2005 21:39:43 -0800 dmarks: Changed paths: M /trunk/data/nation/afghani.ruleset M /trunk/data/nation/algerian.ruleset M /trunk/data/nation/american.ruleset M /trunk/data/nation/armenian.ruleset M /trunk/data/nation/belgian.ruleset M /trunk/data/nation/bengali.ruleset M /trunk/data/nation/british.ruleset M /trunk/data/nation/burmese.ruleset M /trunk/data/nation/colombian.ruleset M /trunk/data/nation/dutch.ruleset M /trunk/data/nation/finnish.ruleset M /trunk/data/nation/georgian.ruleset M /trunk/data/nation/icelandic.ruleset M /trunk/data/nation/iraqi.ruleset M /trunk/data/nation/kampuchean.ruleset M /trunk/data/nation/lankese.ruleset M /trunk/data/nation/latvian.ruleset M /trunk/data/nation/lithuanian.ruleset M /trunk/data/nation/malaysian.ruleset M /trunk/data/nation/newzealand.ruleset M /trunk/data/nation/nigerian.ruleset M /trunk/data/nation/norwegian.ruleset M /trunk/data/nation/papuan.ruleset M /trunk/data/nation/sudanese.ruleset M /trunk/data/nation/tunisian.ruleset M /trunk/data/nation/venezuelan.ruleset M /trunk/doc/README.nations Remove leaders presently in office. (PR#14906) Wed, 21 Dec 2005 09:21:14 -0800 mstefek: Changed paths: M /trunk/po/pl.po update Tue, 20 Dec 2005 22:30:19 -0800 dmarks: Changed paths: M /trunk/data/flags/credits Update credits for flags. (PR#14893) Tue, 20 Dec 2005 22:28:06 -0800 dmarks: Changed paths: M /trunk/data/nation/iroquois.ruleset M /trunk/data/nation/zulu.ruleset Improved Iroquois and Zulu city lists. (PR#14891) Sun, 18 Dec 2005 09:54:52 -0800 kauf: Changed paths: M /trunk/server/civserver.c M /trunk/server/score.c M /trunk/server/score.h M /trunk/server/srv_main.c M /trunk/server/srv_main.h to make animated gifs for reviewing pubserver games, we currently make ppms of the maps from savegames, then after some manipulation, do ppm2gif to make the gif. This patch moves the ppm-making into the server. To turn it on, pass -Ppm to the server on the command line. The ppms are put wherever the savegames are. Patch by me. See PR#14827 Sat, 17 Dec 2005 14:21:39 -0800 cproc: Changed paths: M /trunk/client/gui-sdl/mapview.c Fix a bug that made the client crash when opening the terrain info window. Sat, 17 Dec 2005 13:43:26 -0800 cproc: Changed paths: M /trunk/client/gui-sdl/SDL_ttf.c M /trunk/client/gui-sdl/canvas.c M /trunk/client/gui-sdl/chatline.c M /trunk/client/gui-sdl/citydlg.c M /trunk/client/gui-sdl/citydlg.h M /trunk/client/gui-sdl/cityrep.c M /trunk/client/gui-sdl/cma_fe.c M /trunk/client/gui-sdl/cma_fe.h M /trunk/client/gui-sdl/colors.c M /trunk/client/gui-sdl/connectdlg.c M /trunk/client/gui-sdl/dialogs.c M /trunk/client/gui-sdl/dialogs.h M /trunk/client/gui-sdl/diplodlg.c M /trunk/client/gui-sdl/finddlg.c M /trunk/client/gui-sdl/gotodlg.c M /trunk/client/gui-sdl/graphics.c M /trunk/client/gui-sdl/graphics.h M /trunk/client/gui-sdl/gui_dither.c M /trunk/client/gui-sdl/gui_dither.h M /trunk/client/gui-sdl/gui_iconv.c M /trunk/client/gui-sdl/gui_iconv.h M /trunk/client/gui-sdl/gui_main.c M /trunk/client/gui-sdl/gui_main.h M /trunk/client/gui-sdl/gui_string.c M /trunk/client/gui-sdl/gui_string.h M /trunk/client/gui-sdl/gui_stuff.c M /trunk/client/gui-sdl/gui_stuff.h M /trunk/client/gui-sdl/gui_tilespec.c M /trunk/client/gui-sdl/gui_tilespec.h M /trunk/client/gui-sdl/gui_zoom.c M /trunk/client/gui-sdl/happiness.c M /trunk/client/gui-sdl/happiness.h M /trunk/client/gui-sdl/helpdlg.c M /trunk/client/gui-sdl/helpdlg.h M /trunk/client/gui-sdl/inputdlg.c M /trunk/client/gui-sdl/inteldlg.c M /trunk/client/gui-sdl/mapctrl.c M /trunk/client/gui-sdl/mapctrl.h M /trunk/client/gui-sdl/mapview.c M /trunk/client/gui-sdl/mapview.h M /trunk/client/gui-sdl/menu.c M /trunk/client/gui-sdl/messagedlg.c M /trunk/client/gui-sdl/messagewin.c M /trunk/client/gui-sdl/optiondlg.c M /trunk/client/gui-sdl/pages.c M /trunk/client/gui-sdl/plrdlg.c M /trunk/client/gui-sdl/repodlgs.c M /trunk/client/gui-sdl/repodlgs.h M /trunk/client/gui-sdl/spaceshipdlg.c M /trunk/client/gui-sdl/sprite.c M /trunk/client/gui-sdl/themecolors.c M /trunk/client/gui-sdl/themecolors.h M /trunk/client/gui-sdl/themes.c M /trunk/client/gui-sdl/themespec.c M /trunk/client/gui-sdl/themespec.h M /trunk/client/gui-sdl/unistring.c M /trunk/client/gui-sdl/unistring.h M /trunk/client/gui-sdl/wldlg.c M /trunk/client/gui-sdl/wldlg.h Some cleanup. Sat, 17 Dec 2005 13:38:34 -0800 cproc: Changed paths: M /trunk/client/gui-sdl/connectdlg.c Increase timeout for server scanning. Reported by Jason Dorje Short in PR#14819, patch by me. Fri, 16 Dec 2005 20:43:39 -0800 cproc: Changed paths: M /trunk/client/gui-sdl/Makefile.am M /trunk/client/gui-sdl/graphics.c M /trunk/client/gui-sdl/graphics.h A /trunk/client/gui-sdl/sprite.c A /trunk/client/gui-sdl/sprite.h Move sprite code to sprite.c. Fri, 16 Dec 2005 20:10:17 -0800 cproc: Changed paths: M /trunk/client/gui-sdl/Makefile.am A /trunk/client/gui-sdl/canvas.c A /trunk/client/gui-sdl/canvas.h M /trunk/client/gui-sdl/graphics.h M /trunk/client/gui-sdl/mapview.c Move canvas code to canvas.c. Fri, 16 Dec 2005 19:24:47 -0800 kauf: Changed paths: M /trunk/common/connection.h M /trunk/configure.ac M /trunk/m4/auth.m4 M /trunk/manual/Makefile.am M /trunk/server/Makefile.am A /trunk/server/auth.c A /trunk/server/auth.h M /trunk/server/civserver.c M /trunk/server/connecthand.c M /trunk/server/connecthand.h M /trunk/server/sernet.c M /trunk/server/srv_main.c D /trunk/server/userdb Remove registry-based authentication database in server/userdb. Add mysql authentication to the server. This requires --enable-auth passed to ./autogen.sh and mysql present. Also move authentication-related functions including the new auth database accessors to new files server/auth.[ch] Patch by me. See PR#14851 Fri, 16 Dec 2005 12:09:08 -0800 jdorje: Changed paths: M /trunk/Makefile.am M /trunk/client/Makefile.am M /trunk/client/civclient.c M /trunk/client/clinet.c M /trunk/client/clinet.h A /trunk/client/ggzclient.c A /trunk/client/ggzclient.h M /trunk/client/gui-gtk-2.0/gui_main.c M /trunk/client/include/gui_main_g.h M /trunk/configure.ac M /trunk/data M /trunk/data/Makefile.am A /trunk/data/civclient.dsc.in A /trunk/data/civserver.dsc.in A /trunk/data/civserver.room.in A /trunk/m4/ggz.m4 M /trunk/manual/Makefile.am M /trunk/server/Makefile.am M /trunk/server/civserver.c M /trunk/server/gamelog.c A /trunk/server/ggzserver.c A /trunk/server/ggzserver.h M /trunk/server/sernet.c M /trunk/server/sernet.h M /trunk/server/settings.c M /trunk/server/srv_main.c M /trunk/server/stdinhand.c Preliminary support for GGZ Gaming Zone. See PR#14857. Thu, 15 Dec 2005 16:54:03 -0800 cproc: Changed paths: M /trunk/client/gui-sdl/Makefile.am M /trunk/client/gui-sdl/citydlg.c M /trunk/client/gui-sdl/cityrep.c M /trunk/client/gui-sdl/cma_fe.c M /trunk/client/gui-sdl/colors.c M /trunk/client/gui-sdl/colors.h M /trunk/client/gui-sdl/dialogs.c M /trunk/client/gui-sdl/diplodlg.c M /trunk/client/gui-sdl/graphics.c M /trunk/client/gui-sdl/graphics.h M /trunk/client/gui-sdl/gui_stuff.c M /trunk/client/gui-sdl/gui_tilespec.c M /trunk/client/gui-sdl/helpdlg.c M /trunk/client/gui-sdl/mapctrl.c M /trunk/client/gui-sdl/mapview.c M /trunk/client/gui-sdl/optiondlg.c M /trunk/client/gui-sdl/plrdlg.c M /trunk/client/gui-sdl/repodlgs.c A /trunk/client/gui-sdl/themecolors.c A /trunk/client/gui-sdl/themecolors.h M /trunk/client/gui-sdl/themes.c M /trunk/client/gui-sdl/themespec.c M /trunk/client/gui-sdl/themespec.h M /trunk/client/gui-sdl/wldlg.c Add support for color descriptions to the theme code. Patch by me in PR#14866. Thu, 15 Dec 2005 04:07:58 -0800 dmarks: Changed paths: M /trunk/data/flags/cartago-shield.png M /trunk/data/flags/cartago.png M /trunk/data/flags/cartago.svg New Carthaginian flag. See PR#14842. Wed, 14 Dec 2005 16:41:25 -0800 jdorje: Changed paths: M /trunk/common/effects.c Fix a bug where is_building_replaced always returned TRUE for capitalization. Reported by Christian Knoke and others in PR#14768. Patch by Vasco and myself. Wed, 14 Dec 2005 11:04:02 -0800 mstefek: Changed paths: M /trunk/client/gui-gtk-2.0/gui_stuff.c M /trunk/client/gui-gtk-2.0/gui_stuff.h Allow user to detach tabs by doubleclicking on the tab's label. Patch by me in PR#14830 Tue, 13 Dec 2005 22:50:28 -0800 kauf: Changed paths: M /trunk/ai/aiparatrooper.c fix a compile problem Patch by me. See PR#14863 Tue, 13 Dec 2005 22:28:41 -0800 kauf: Changed paths: M /trunk/ai/aiparatrooper.c fix a compile problem Patch by me. See PR#14863 Tue, 13 Dec 2005 00:53:01 -0800 cproc: Changed paths: M /trunk/client/gui-sdl/inteldlg.c M /trunk/client/gui-sdl/repodlgs.c Check the result of get_tech_sprite() to avoid client crash. Reported by Jason Dorje Short in PR#14818, patch by me. Tue, 13 Dec 2005 00:18:52 -0800 cproc: Changed paths: M /trunk/client/gui-sdl/graphics.c M /trunk/client/gui-sdl/gui_main.c M /trunk/client/gui-sdl/gui_tilespec.c M /trunk/client/gui-sdl/gui_tilespec.h M /trunk/client/gui-sdl/mapview.c M /trunk/client/gui-sdl/themespec.c Use the new cursor interface. Requested by Jason Dorje Short in PR#14817, patch by me. Mon, 12 Dec 2005 21:18:10 -0800 jdorje: Changed paths: M /trunk/configure.ac Remove excess whitespace from AC_CONFIG_FILES lines, because it caused autoconf to fail in mingw/msys. Patch by Daniel Markstedt in PR#14850. Sun, 11 Dec 2005 04:50:02 -0800 mstefek: Changed paths: M /trunk/utility/shared.c Fix a fatal bug in scanin(). Patch by me in PR#14831 Sat, 10 Dec 2005 23:10:17 -0800 dmarks: Changed paths: M /trunk/po/POTFILES.in Remove references to the history ruleset in POTFILES.in that were causing "make freeciv.pot" to fail. Sat, 10 Dec 2005 23:07:17 -0800 dmarks: Changed paths: M /trunk/data/nation/roman.ruleset Fix comments in roman.ruleset that were causing gettext warnings. Sat, 10 Dec 2005 23:04:15 -0800 dmarks: Changed paths: M /trunk/po/ja.po Carry over the updates to ja.po in S2_0 (r11290) to HEAD. Sat, 10 Dec 2005 19:19:54 -0800 jdorje: Changed paths: M /trunk/client/tilespec.c Fix a bug with drawing of city graphics. Reported by Hogne Haskjold. Patch by me in PR#14820. Sat, 10 Dec 2005 19:17:35 -0800 jdorje: Changed paths: M /trunk/server/srv_main.c M /trunk/server/srv_main.h M /trunk/server/stdinhand.c Rename is_game_over() as check_for_game_over(). Patch by me in PR#14826. Sat, 10 Dec 2005 18:39:13 -0800 kauf: Changed paths: M /trunk/server/spacerace.c M /trunk/server/spacerace.h M /trunk/server/srv_main.c Move spacerace win code into is_game_over() Patch by me. See PR#14822. Sat, 10 Dec 2005 14:41:36 -0800 jdorje: Changed paths: M /trunk/client/control.c M /trunk/client/control.h M /trunk/client/goto.c M /trunk/client/goto.h M /trunk/client/gui-gtk-2.0/graphics.c M /trunk/client/gui-gtk-2.0/graphics.h M /trunk/client/gui-gtk-2.0/gui_main.c M /trunk/client/gui-gtk-2.0/mapctrl.c M /trunk/client/gui-gtk-2.0/mapctrl.h M /trunk/client/gui-gtk-2.0/mapview.c M /trunk/client/gui-gtk-2.0/mapview.h M /trunk/client/gui-win32/graphics.c M /trunk/client/gui-win32/gui_main.c M /trunk/client/gui-win32/mapctrl.c M /trunk/client/gui-win32/mapview.c M /trunk/client/gui-xaw/graphics.c M /trunk/client/tilespec.c M /trunk/client/tilespec.h M /trunk/data/misc/cursors.png M /trunk/data/misc/cursors.spec New cursor system. More cursors are now used, with color cursors, animated cursors. Cursors are used to show the client (hover) state and the action upon clicking. Patch and graphics by Andreas Rosdal in PR#13773 with minor changes by me. Sat, 10 Dec 2005 14:22:02 -0800 kauf: Changed paths: M /trunk/server/gamelog.c M /trunk/server/gamelog.h M /trunk/server/srv_main.c Remove Allied Win. Game will not end if all remaining players are allied. Now alliances must be broken in order for there to be a winner. Patch by me. See PR#14815. Sat, 10 Dec 2005 12:34:44 -0800 hogne: Changed paths: M /trunk/data/amplio/ancientcities.png M /trunk/data/amplio/medievalcities.png Reduced the density of trees in the celtic and medieval city style because they made it hard to see the actual terrain of the tile. Sat, 10 Dec 2005 10:42:32 -0800 jdorje: Changed paths: M /trunk/doc/PEOPLE Fix name for Hogne Haskjold. Sat, 10 Dec 2005 10:02:02 -0800 jdorje: Changed paths: M /trunk/client/gui-sdl/Makefile.am M /trunk/client/gui-sdl/graphics.c M /trunk/client/gui-sdl/gui_main.c M /trunk/client/gui-sdl/gui_tilespec.c M /trunk/client/gui-sdl/gui_tilespec.h M /trunk/client/gui-sdl/themes.c A /trunk/client/gui-sdl/themespec.c A /trunk/client/gui-sdl/themespec.h M /trunk/utility/shared.c M /trunk/utility/shared.h Add theme support to the SDL client. Patch by Christian Prochaska as part of PR#14639. Sat, 10 Dec 2005 03:44:50 -0800 hogne: Changed paths: M /trunk/data/amplio/terrain1.png Perspective-corrected, thinner railroads Fri, 09 Dec 2005 23:58:47 -0800 mstefek: Changed paths: M /trunk/client/gui-gtk-2.0/themes.c Don't ignore user's ~/.gtkrc file. Requested by Robert M in PR#14613, patch by me. Fri, 09 Dec 2005 18:43:45 -0800 dmarks: Changed paths: M /trunk/data/nation/romanian.ruleset Changes to Romanian nation. Patch by me in PR#14789. Fri, 09 Dec 2005 18:38:09 -0800 dmarks: Changed paths: M /trunk/data/nation/westphalian.ruleset Changes to Westphalian nation. Patch by Christian Knoke in PR#14794. Fri, 09 Dec 2005 18:35:52 -0800 dmarks: Changed paths: M /trunk/data/nation/german.ruleset Changes to German civil war nations. Patch by Christian Knoke in PR#14793. Fri, 09 Dec 2005 18:33:33 -0800 dmarks: Changed paths: M /trunk/data/nation/swiss.ruleset Changes to Swiss leader list. Patch by Christian Knoke in PR#14792. Fri, 09 Dec 2005 18:27:53 -0800 dmarks: Changed paths: M /trunk/data/civ1/governments.ruleset M /trunk/data/civ2/governments.ruleset M /trunk/data/default/governments.ruleset New default ruler titles for Despotism and Anarchy. See PR#13805. Fri, 09 Dec 2005 16:30:56 -0800 jdorje: Changed paths: M /trunk/server/maphand.c M /trunk/server/sanitycheck.c Simplify assertions and sanity checks to prevent crashes when fog of war is turned off. Reported by Egor Vyscrebentsov in PR#14738. Fri, 09 Dec 2005 14:37:12 -0800 per: Changed paths: M /trunk/ai/aicity.c M /trunk/ai/aihand.c M /trunk/client/helpdata.c M /trunk/client/packhand.c M /trunk/client/text.c M /trunk/common/capstr.c M /trunk/common/city.c M /trunk/common/effects.c M /trunk/common/effects.h M /trunk/common/government.h M /trunk/common/packets.def M /trunk/common/packets_gen.c M /trunk/common/packets_gen.h M /trunk/data/civ1/effects.ruleset M /trunk/data/civ1/governments.ruleset M /trunk/data/civ2/effects.ruleset M /trunk/data/civ2/governments.ruleset M /trunk/data/default/effects.ruleset M /trunk/data/default/governments.ruleset M /trunk/server/cityturn.c M /trunk/server/diplomats.c M /trunk/server/ruleset.c Push the last pieces of government special attributes over into effects. That is, production_*_bonus and production_*_penalty, adding two new effects Output_Penalty_Tile and Output_Inc_Tile_Celebrate. The ability to set a separate penalty for cities that celebrate is lost - it was never used either. Add helptext support (also for waste). The communism bonus to incite and bribe costs is removed. Remove superfluous helptexts from civ1/2 rulesets. See PR#14760. Fri, 09 Dec 2005 13:37:33 -0800 hogne: Changed paths: M /trunk/data/amplio/terrain2.png Replaced the rest of the old mountains with new ones by me. Fri, 09 Dec 2005 12:58:24 -0800 per: Changed paths: M /trunk/ai/aicity.c M /trunk/client/packhand.c M /trunk/common/city.c M /trunk/common/effects.c M /trunk/common/effects.h M /trunk/common/packets.def M /trunk/common/packets_gen.c M /trunk/common/packets_gen.h M /trunk/data/civ1/effects.ruleset M /trunk/data/civ1/governments.ruleset M /trunk/data/civ2/effects.ruleset M /trunk/data/civ2/governments.ruleset M /trunk/data/default/effects.ruleset M /trunk/data/default/governments.ruleset M /trunk/server/ruleset.c Move control over waste entirely over to effects code. The new waste algorithm is much simpler, but also allows a much greater flexibility, such as luxury waste or increased waste from techs or buildings. Two new effects, "Output_Waste" and "Output_Waste_By_Distance". See PR#14756. Waste settings may need some fine tuning. Fri, 09 Dec 2005 12:47:48 -0800 per: Changed paths: M /trunk/configure.ac Also remove history ruleset from configure.ac Fri, 09 Dec 2005 12:30:03 -0800 per: Changed paths: M /trunk/data/Makefile.am D /trunk/data/history D /trunk/data/history.serv Remove history ruleset. Fri, 09 Dec 2005 12:27:20 -0800 per: Changed paths: M /trunk/client/helpdata.c M /trunk/common/effects.c Add back autogeneration of governments helptext in the client, using effects code. See PR#14755. Fri, 09 Dec 2005 11:04:14 -0800 jdorje: Changed paths: M /trunk/configure.ac Fix configure-time detection of Amiga. Patch by Nicolas Mendoza in PR#14804. Tue, 06 Dec 2005 18:48:35 -0800 dmarks: Changed paths: M /trunk/data/nation/Makefile.am Fix #2 for r11315. Tue, 06 Dec 2005 18:01:40 -0800 dmarks: Changed paths: M /trunk/data/nation/german.ruleset Fix for revision 11315. Tue, 06 Dec 2005 17:08:11 -0800 dmarks: Changed paths: M /trunk/data/default/nations.ruleset M /trunk/data/flags/Makefile.am A /trunk/data/flags/texas-shield.png A /trunk/data/flags/texas.png A /trunk/data/flags/texas.svg A /trunk/data/flags/westphalia-shield.png A /trunk/data/flags/westphalia.png A /trunk/data/flags/westphalia.svg M /trunk/data/misc/flags.spec M /trunk/data/misc/shields.spec M /trunk/data/nation/Makefile.am M /trunk/data/nation/american.ruleset M /trunk/data/nation/german.ruleset M /trunk/data/nation/mexican.ruleset A /trunk/data/nation/texan.ruleset A /trunk/data/nation/westphalian.ruleset M /trunk/po/POTFILES.in Add Texan (PR#14716) and Westphalian (PR#14419) nations. Texan ruleset by Jake Kesinger, Westphalian ruleset by Moritz Muehlenhoff , edits by me. Texas flag from OCAL, Westphalia flag by me using OCAL clipart. Tue, 06 Dec 2005 12:02:02 -0800 jdorje: Changed paths: M /trunk/common/worklist.c Fix a buffer overrun when doing a worklist_insert on a full worklist. Reported by Christian Prochaska in PR#14783. Tue, 06 Dec 2005 10:02:49 -0800 jdorje: Changed paths: M /trunk/common/worklist.c Fix worklist length assertion. Reported by Christian Prochaska in PR#14783. Mon, 05 Dec 2005 20:46:56 -0800 jdorje: Changed paths: M /trunk/server/srv_main.c Fix freeze/thaw bugs when ending the game (second try). Patch by Mike Kaufman in PR#14305. Mon, 05 Dec 2005 20:13:08 -0800 jdorje: Changed paths: M /trunk/server/srv_main.c Make sure to thaw the client when ending a game. Reported by Brendon Oram and Per Mathisen in PR#14305. Fix by Mike Kaufman and myself. Mon, 05 Dec 2005 19:55:06 -0800 dmarks: Changed paths: M /trunk/data/nation/aborigines.ruleset M /trunk/data/nation/aramean.ruleset M /trunk/data/nation/armenian.ruleset M /trunk/data/nation/byzantium.ruleset M /trunk/data/nation/colombian.ruleset M /trunk/data/nation/egyptian.ruleset M /trunk/data/nation/french.ruleset M /trunk/data/nation/gallic.ruleset M /trunk/data/nation/german.ruleset M /trunk/data/nation/inuit.ruleset M /trunk/data/nation/manchu.ruleset M /trunk/data/nation/roman.ruleset M /trunk/data/nation/russian.ruleset M /trunk/data/nation/sami.ruleset M /trunk/data/nation/southafrican.ruleset M /trunk/data/nation/swazi.ruleset M /trunk/data/nation/turk.ruleset Improvements to nations, patch in PR#14741. Mon, 05 Dec 2005 19:53:24 -0800 jdorje: Changed paths: M /trunk/client/gui-sdl/citydlg.c M /trunk/client/gui-sdl/helpdlg.c M /trunk/client/gui-sdl/wldlg.c M /trunk/client/include/helpdlg_g.h Bring the SDL client up to date again. Patch by Christian Prochaska in PR#14639. Mon, 05 Dec 2005 16:47:53 -0800 jdorje: Changed paths: M /trunk/client/servers.c Fix win32 compile errors. Patch by Homr Zodyssey in PR#14691 with changes by me. Mon, 05 Dec 2005 14:25:34 -0800 jdorje: Changed paths: M /trunk/client/packhand.c M /trunk/common/game.c Translate ruleset names when they're received in packhand.c, rather than waiting until translate_data_names is called (which doesn't happen until game start). Reported by Daniel Markstedt in PR#14708. Sun, 04 Dec 2005 23:09:22 -0800 jdorje: Changed paths: M /trunk/server/unittools.c Don't send unit-remove packets to detached connections. Patch by Mike Kaufman in PR#13789. Sun, 04 Dec 2005 21:58:20 -0800 jdorje: Changed paths: M /trunk/configure.ac Define ALWAYS_ROOT when compiling on Amiga. Patch by Nicolas A. Mendoza in PR#14764 with changes by me. Sun, 04 Dec 2005 21:56:19 -0800 jdorje: Changed paths: M /trunk/client/connectdlg_common.c Add missing HAVE_WORKING_FORK check. Patch by Nicolas A. Mendoza in PR#14764. Sun, 04 Dec 2005 21:55:13 -0800 jdorje: Changed paths: M /trunk/client/gui-sdl/helpdlg.c Rename enumerated values to avoid system conflicts. Patch by "Nicolas A. Mendoza" in PR#14764. Sun, 04 Dec 2005 21:53:19 -0800 jdorje: Changed paths: M /trunk/utility/mem.c Always return a valid pointer on fc_malloc(1). Reported by Nicolas A. Mendoza in PR#14764. Sun, 04 Dec 2005 21:44:06 -0800 jdorje: Changed paths: M /trunk/server/scripting/Makefile.am A /trunk/server/scripting/api_gen.c A /trunk/server/scripting/api_gen.h Add generated Lua sources to the repository. This is needed because these scripts cannot be generated by tolua when cross-compiling, since tolua is built to run on the target OS not the host OS. Reported by Egor Vyscrebentsov and Nicolas A. Mendoza in PR#13571. Sat, 03 Dec 2005 11:21:03 -0800 vasc: Changed paths: M /trunk/data/scenario/tutorial.sav M /trunk/server/scripting/api.pkg M /trunk/server/scripting/script.c We use the _freeciv_state_dump embedded Lua function to do introspection of the variables to a code string. _freeciv_state_dump was busted for boolean variables. I figured _freeciv_state_dump was busted when I saw it wasn't returning anything. I fixed it for booleans and numbers, and added an error message so we will catch a bug there more easily if/when it happens again. Bug reported by Jason Dorje Short. Patch by me under PR#13025. Sat, 03 Dec 2005 10:15:18 -0800 vasc: Changed paths: M /trunk/common/worklist.c Fix worklist saving to not use localized names. Patch by Bernd Pol , under PR#14753. Sat, 03 Dec 2005 08:41:06 -0800 vasc: Changed paths: M /trunk/client/servers.c Changed my_uname to be reentrant. Patch by me under PR#11170. Sat, 03 Dec 2005 08:34:33 -0800 vasc: Changed paths: M /trunk/client/servers.c Merge architecture specific uname implementations inside a single my_uname function. Patch by me under PR#11170. Sat, 03 Dec 2005 08:07:46 -0800 vasc: Changed paths: M /trunk/ai/aicity.c M /trunk/client/agents/cma_fec.c M /trunk/client/citydlg_common.c M /trunk/client/cityrepdata.c M /trunk/client/climisc.c M /trunk/client/mapview_common.c M /trunk/client/repodlgs_common.c M /trunk/common/effects.c M /trunk/common/effects.h M /trunk/common/improvement.c M /trunk/common/improvement.h M /trunk/common/player.c M /trunk/data/civ1/buildings.ruleset M /trunk/data/civ2/buildings.ruleset M /trunk/data/civ2/effects.ruleset M /trunk/data/default/buildings.ruleset M /trunk/data/default/effects.ruleset M /trunk/data/history/buildings.ruleset M /trunk/data/history/effects.ruleset M /trunk/server/cityhand.c M /trunk/server/cityturn.c Turn EFT_PROD_TO_GOLD into an improvement flag. Patch by me under PR#14706. Sat, 03 Dec 2005 05:09:19 -0800 per: Changed paths: M /trunk/ai/aicity.c M /trunk/ai/aitools.c M /trunk/client/gui-gtk-2.0/happiness.c M /trunk/client/helpdata.c M /trunk/client/packhand.c M /trunk/common/capstr.c M /trunk/common/city.c M /trunk/common/city.h M /trunk/common/effects.c M /trunk/common/effects.h M /trunk/common/government.h M /trunk/common/packets.def M /trunk/common/packets_gen.c M /trunk/common/packets_gen.h M /trunk/common/unittype.c M /trunk/common/unittype.h M /trunk/data/civ1/effects.ruleset M /trunk/data/civ1/governments.ruleset M /trunk/data/civ2/effects.ruleset M /trunk/data/civ2/governments.ruleset M /trunk/data/default/effects.ruleset M /trunk/data/default/governments.ruleset M /trunk/data/history/effects.ruleset M /trunk/data/history/governments.ruleset M /trunk/server/ruleset.c M /trunk/server/score.c Adds three new effects: Unhappy_Factor, Upkeep_Factor and Unit_Upkeep_Free_Per_City. Remove unit_*_factor and unit_free_* in governments.ruleset. Add new aux functions to effects code: get_player_output_bonus and get_city_output_bonus (existing get_city_output_bonus renamed to get_final_city_output_bonus). Free shield upkeep for units in anarchy and despotism is changed from equal to city size to 3 (equal to monarchy and communism). See PR#14746. Fri, 02 Dec 2005 18:32:56 -0800 jdorje: Changed paths: M /trunk/client/mapctrl_common.c M /trunk/client/mapctrl_common.h Remove get_chance_to_win, as it is unused and broken. See PR#14365. Fri, 02 Dec 2005 18:24:37 -0800 jdorje: Changed paths: M /trunk/server/report.c M /trunk/utility/fciconv.c M /trunk/utility/fciconv.h Improve the fixed-width spacing of strings in the demographics report text. Reported by Daniel Markstedt in PR#14731. Patch by me. Thu, 01 Dec 2005 14:15:44 -0800 per: Changed paths: M /trunk/server/diplhand.c Fix copy&paste bugs in diplomacy code. Reported by Bernd Pol in PR#14732. Thu, 01 Dec 2005 02:55:20 -0800 dmarks: Changed paths: M /trunk/data/nation/maori.ruleset Improved Maori nation. See PR#14711. Thu, 01 Dec 2005 00:07:38 -0800 jdorje: Changed paths: M /trunk/client/gui-sdl/graphics.c M /trunk/client/gui-sdl/gui_main.c M /trunk/client/gui-sdl/gui_tilespec.c M /trunk/client/gui-sdl/gui_tilespec.h A /trunk/client/gui-sdl/themes.c Update gui-sdl cursors code, and add stub themes.c file. Patch by Christian Prochaska as part of PR#14639. Thu, 01 Dec 2005 00:05:26 -0800 jdorje: Changed paths: M /trunk/client/gui-sdl/mapctrl.c Fix compile warning. Wed, 30 Nov 2005 23:59:23 -0800 jdorje: Changed paths: M /trunk/client/gui-sdl/cma_fe.c Fix compile warning. Mon, 28 Nov 2005 03:30:53 -0800 per: Changed paths: M /trunk/client/packhand.c M /trunk/server/srv_main.c When a Peace treaty kicks in, all military units belonging to peace-treaty players inside your border are immediately disbanded. When an Armistice kicks in, immediately ready (idle) all units in the territory of a player that you accept an armistice (peace) treaty with, so that you can make the choice to move those units out before the Peace treaty starts. See PR#14548 for the full story. Mon, 28 Nov 2005 03:24:24 -0800 per: Changed paths: M /trunk/data/default/techs.ruleset Change the second requirement of Stealth tech from Robotics to Advanced Flight, as requested in PR#9197, to avoid the appearance of aircraft without even having researched Flight. Fix suggested by Mike Jing. Mon, 28 Nov 2005 03:19:39 -0800 per: Changed paths: M /trunk/data/nation/silesian.ruleset M /trunk/data/nation/welsh.ruleset Fix syntax problems in nation rulesets ("," symbol at end of table line means column is continued on the next line). Sun, 27 Nov 2005 11:22:36 -0800 jdorje: Changed paths: M /trunk/data/scenario/Makefile.am Fix a bug in "make clean" on scenarios. Reported by Christian Knoke in PR#14705. Sun, 27 Nov 2005 05:53:42 -0800 dmarks: Changed paths: M /trunk/po/sv.po update Sat, 26 Nov 2005 16:26:29 -0800 jdorje: Changed paths: M /trunk/common/connection.c M /trunk/common/connection.h M /trunk/server/sernet.c Use timers for the "last_write" connection timing. Lag checks are also merged into a single function call. Patch by me in PR#14694. Sat, 26 Nov 2005 11:53:28 -0800 vasc: Changed paths: M /trunk/client/gui-sdl/Makefile.am M /trunk/client/gui-sdl/SDL_ttf.c M /trunk/client/gui-sdl/chatline.c M /trunk/client/gui-sdl/chatline.h M /trunk/client/gui-sdl/citydlg.c M /trunk/client/gui-sdl/citydlg.h M /trunk/client/gui-sdl/cityrep.c M /trunk/client/gui-sdl/cma_fe.c M /trunk/client/gui-sdl/colors.c M /trunk/client/gui-sdl/colors.h M /trunk/client/gui-sdl/connectdlg.c M /trunk/client/gui-sdl/connectdlg.h M /trunk/client/gui-sdl/dialogs.c M /trunk/client/gui-sdl/dialogs.h M /trunk/client/gui-sdl/diplodlg.c M /trunk/client/gui-sdl/finddlg.c M /trunk/client/gui-sdl/gotodlg.c M /trunk/client/gui-sdl/graphics.c M /trunk/client/gui-sdl/graphics.h M /trunk/client/gui-sdl/gui_dither.c M /trunk/client/gui-sdl/gui_dither.h M /trunk/client/gui-sdl/gui_id.h M /trunk/client/gui-sdl/gui_main.c M /trunk/client/gui-sdl/gui_main.h M /trunk/client/gui-sdl/gui_string.c M /trunk/client/gui-sdl/gui_string.h M /trunk/client/gui-sdl/gui_stuff.c M /trunk/client/gui-sdl/gui_stuff.h M /trunk/client/gui-sdl/gui_tilespec.c M /trunk/client/gui-sdl/gui_tilespec.h M /trunk/client/gui-sdl/helpdlg.c M /trunk/client/gui-sdl/inteldlg.c M /trunk/client/gui-sdl/mapctrl.c M /trunk/client/gui-sdl/mapctrl.h M /trunk/client/gui-sdl/mapview.c M /trunk/client/gui-sdl/mapview.h M /trunk/client/gui-sdl/menu.c M /trunk/client/gui-sdl/messagewin.c M /trunk/client/gui-sdl/optiondlg.c M /trunk/client/gui-sdl/optiondlg.h M /trunk/client/gui-sdl/pages.c M /trunk/client/gui-sdl/plrdlg.c M /trunk/client/gui-sdl/repodlgs.c M /trunk/client/gui-sdl/spaceshipdlg.c M /trunk/client/gui-sdl/wldlg.c M /trunk/client/tilespec.c M /trunk/client/tilespec.h PR#14639: Patch for SDL client. Get the SDL client source code into compile shape again. Patch from 2005-11-20 by, Christian Prochaska . Sat, 26 Nov 2005 00:23:22 -0800 dmarks: Changed paths: M /trunk/data/misc/flags.spec M /trunk/data/misc/shields.spec Cleanup of flags.spec and shields.spec. Patch by me in RT#14668. Sat, 26 Nov 2005 00:15:50 -0800 dmarks: Changed paths: M /trunk/data/nation/tibetan.ruleset Changes to Tibetan nation. See RT#14622. Fri, 25 Nov 2005 18:59:33 -0800 jdorje: Changed paths: M /trunk/server/sernet.c Don't cut (because of lag) HACK connections or single-player connections. Reported by Christian Knoke in PR#14392. Patch by me. Fri, 25 Nov 2005 18:52:08 -0800 jdorje: Changed paths: M /trunk/common/packets.def M /trunk/common/packets_gen.c Add the is-info qualifier back on to tile_info packets. Patch by me as part of PR#14392. Fri, 25 Nov 2005 18:42:07 -0800 jdorje: Changed paths: M /trunk/client/packhand.c M /trunk/client/tilespec.c M /trunk/client/tilespec.h M /trunk/common/city.h M /trunk/data/amplio/ancientcities.spec M /trunk/data/amplio/medievalcities.spec M /trunk/data/amplio/moderncities.spec M /trunk/data/amplio.tilespec M /trunk/data/isophex.tilespec M /trunk/data/isotrident/cities.spec M /trunk/data/isotrident/morecities.spec M /trunk/data/isotrident.tilespec M /trunk/data/misc/chiefs.spec M /trunk/data/trident/cities.spec M /trunk/data/trident.tilespec Simplify the code for drawing city graphics. Patch by me in PR#14664. Fri, 25 Nov 2005 17:24:19 -0800 jdorje: Changed paths: M /trunk/data/default/cities.ruleset Revert PR#14449 (SVN revision 11267). Thu, 24 Nov 2005 03:59:45 -0800 dmarks: Changed paths: M /trunk/data/misc/flags.spec M /trunk/data/misc/shields.spec M /trunk/data/nation/swiss.ruleset Revert changes accidently commited in revision 11269. Thu, 24 Nov 2005 03:47:30 -0800 dmarks: Changed paths: M /trunk/data/misc/flags.spec M /trunk/data/misc/shields.spec M /trunk/data/nation/swiss.ruleset Changes to Swiss nation, requested by Christian Knoke in RT#14565. Thu, 24 Nov 2005 02:10:33 -0800 dmarks: Changed paths: M /trunk/data/flags/hobbits-shield.png M /trunk/data/flags/hobbits.png M /trunk/data/flags/hobbits.svg New Hobbit flag design based on the original concept. Image by me, using clipart from OCAL, in RT#14656. Thu, 24 Nov 2005 01:08:23 -0800 dmarks: Changed paths: M /trunk/data/default/cities.ruleset Add gettext qualifiers for city style names. Requested by Egor Vyscrebentsov in RT#14449. Mon, 21 Nov 2005 16:55:46 -0800 jdorje: Changed paths: M /trunk/common/requirements.c Provide a temporary workaround that allows city_got_citywalls to work more-or-less properly. See PR#14443. Mon, 21 Nov 2005 16:47:32 -0800 jdorje: Changed paths: M /trunk/utility/genlist.c M /trunk/utility/genlist.h M /trunk/utility/speclist.h Add a new function genlist_copy (with a speclist variant). Patch by me as part of PR#14365. Mon, 21 Nov 2005 16:46:51 -0800 jdorje: Changed paths: M /trunk/utility/shared.h Add a new macro EQ for comparing boolean values. Patch by me as part of PR#14365. Mon, 21 Nov 2005 14:49:03 -0800 jdorje: Changed paths: M /trunk/server/unittools.c Fix a ghost-units bug. Reported by many in PR#14649. Mon, 21 Nov 2005 13:09:38 -0800 jdorje: Changed paths: M /trunk/utility/specvec.h Remove a duplicated set of #defines from specvec.h. Reported by in PR#14654. Mon, 21 Nov 2005 04:19:55 -0800 dmarks: Changed paths: M /trunk/data/nation/inca.ruleset Fix for Inca nation to differentiate between the nation name and title 'Inca'. Mon, 21 Nov 2005 04:09:43 -0800 dmarks: Changed paths: M /trunk/po/sv.po major updates Mon, 21 Nov 2005 02:41:31 -0800 dmarks: Changed paths: M /trunk/data/flags/china-shield.png M /trunk/data/flags/china.png M /trunk/data/flags/china.svg M /trunk/data/flags/korea-shield.png M /trunk/data/flags/korea.png M /trunk/data/flags/korea.svg Better China and Korea flags (RT#14624). Mon, 21 Nov 2005 02:14:52 -0800 dmarks: Changed paths: M /trunk/data/flags/Makefile.am D /trunk/data/flags/turkestan-shield.png D /trunk/data/flags/turkestan.png D /trunk/data/flags/turkestan.svg A /trunk/data/flags/uyghur-shield.png A /trunk/data/flags/uyghur.png A /trunk/data/flags/uyghur.svg M /trunk/data/misc/flags.spec M /trunk/data/misc/shields.spec M /trunk/data/nation/uyghur.ruleset Rename 'turkestan' flag 'uyghur' for accuracy reasons. Sun, 20 Nov 2005 11:20:39 -0800 vasc: Changed paths: M /trunk/client/text.c This patch removes one user of city_got_citywalls. As an added feature, city wonders are now displayed in the tile info popup. Patch by me under PR#14443. Sun, 20 Nov 2005 08:26:35 -0800 vasc: Changed paths: M /trunk/server/scripting/script.c Fix bug in my previous commit. Sun, 20 Nov 2005 08:20:08 -0800 vasc: Changed paths: M /trunk/server/scripting/script.c PR#13023: Add fancy display of offending lines after a Lua script parse error. Requested by Jason Dorje Short . Patch by me. Sun, 20 Nov 2005 07:17:19 -0800 vasc: Changed paths: M /trunk/server/scripting/script.c PR#13023: Improved script error reporting. Requested by Jason Dorje Short , Patch by me. Sun, 20 Nov 2005 03:42:39 -0800 per: Changed paths: M /trunk/server/maphand.c Transfer ownership of tiles from one border source to another if there is a city closer than another border source. This ensures that when you take over enemy cities, you do not end up with occasionally with cities with a 1-tile border. See PR#14589 for more details. Problem reported by Christian Knoke, and solution suggested by Jason. Sun, 20 Nov 2005 02:48:31 -0800 vasc: Changed paths: M /trunk/common/requirements.c M /trunk/doc/README.effects Fix continent range effects crash (PR#14618). Patch by Benedict Adamson . Sat, 19 Nov 2005 06:46:11 -0800 per: Changed paths: M /trunk/common/city.c M /trunk/server/unittools.c Fix crash when quering whether we can build a city from a hut. Bug reported by Chris Knoke in PR#14635 and Guillaume Melquiond in PR#14638. Identical patches by me and Guillaume Melquiond. Sat, 19 Nov 2005 02:37:19 -0800 per: Changed paths: M /trunk/ai/advdiplomacy.c M /trunk/ai/advdiplomacy.h M /trunk/ai/aidata.c M /trunk/ai/aidata.h M /trunk/ai/aitools.c M /trunk/client/gui-gtk-2.0/plrdlg.c M /trunk/client/plrdlg_common.c M /trunk/client/text.c M /trunk/common/diptreaty.c M /trunk/common/events.c M /trunk/common/player.c M /trunk/common/player.h M /trunk/server/diplhand.c M /trunk/server/gamelog.c M /trunk/server/plrhand.c M /trunk/server/sanitycheck.c M /trunk/server/savegame.c M /trunk/server/srv_main.c The Neutral treaty is removed, and War becomes the default. Cease-fire works as before, but ends up back in War. You can only suggest Cease-fire when in War. The AI will automatically suggest and accept Cease-fire when you first meet. This should make the AI feel more interacting. New treaty Armistice. You cannot enter into Armistice directly, it starts automatically when entering Peace treaty from War or Cease-fire. It counts down to Peace treaty, just like a Cease-fire counts down to War. Breaking a Peace/Armistice treaty drops you straight to War (dropping to Cease-fire might be neat, but would be annoying, I think). Breaking an Alliance drops you to Armistice. See PR#14548. Sat, 19 Nov 2005 00:59:41 -0800 mstefek: Changed paths: M /trunk/client/connectdlg_common.c The log file was created without write permission under Windows. Bug reported by Homr Zodyssey in PR#14454 Fri, 18 Nov 2005 09:35:14 -0800 mstefek: Changed paths: M /trunk/po/pl.po partial update Fri, 18 Nov 2005 09:34:39 -0800 mstefek: Changed paths: M /trunk/data/default/buildings.ruleset Add no-c-format tag to the palace description Thu, 17 Nov 2005 23:52:13 -0800 jdorje: Changed paths: M /trunk/server/unittools.c Send unit-remove packets to observer clients. This fixes a bug where ghost units would appear frequently for observers. Reported by Daniel Markstedt in PR#14623. Patch by me. Thu, 17 Nov 2005 23:22:01 -0800 jdorje: Changed paths: M /trunk/client/text.c Don't crash in get_tile_output_text for observer players. Reported by Brendon Oram in PR#14586. Patch by Per Mathisen and myself. Thu, 17 Nov 2005 14:06:40 -0800 per: Changed paths: M /trunk/data/nation/russian.ruleset Fix broken ruleset (missing comma). Wed, 16 Nov 2005 23:31:00 -0800 dmarks: Changed paths: M /trunk/data/nation/swazi.ruleset Shortened unnecessarily long Swazi leader name. Wed, 16 Nov 2005 22:07:02 -0800 dmarks: Changed paths: A /trunk/data/civ2/nations.ruleset Add Civ2-equivalent nations list for civ2 ruleset. (RT#14381) Wed, 16 Nov 2005 21:50:51 -0800 dmarks: Changed paths: M /trunk/data/default/nations.ruleset M /trunk/data/flags/Makefile.am A /trunk/data/flags/aram-shield.png A /trunk/data/flags/aram.png A /trunk/data/flags/aram.svg A /trunk/data/flags/bangladesh-shield.png A /trunk/data/flags/bangladesh.png A /trunk/data/flags/bangladesh.svg A /trunk/data/flags/georgia-shield.png A /trunk/data/flags/georgia.png A /trunk/data/flags/georgia.svg A /trunk/data/flags/madagascar-shield.png A /trunk/data/flags/madagascar.png A /trunk/data/flags/madagascar.svg A /trunk/data/flags/mali-shield.png A /trunk/data/flags/mali.png A /trunk/data/flags/mali.svg A /trunk/data/flags/myanmar-shield.png A /trunk/data/flags/myanmar.png A /trunk/data/flags/myanmar.svg A /trunk/data/flags/swaziland-shield.png A /trunk/data/flags/swaziland.png A /trunk/data/flags/swaziland.svg M /trunk/data/misc/flags.spec M /trunk/data/misc/shields.spec M /trunk/data/nation/Makefile.am A /trunk/data/nation/aramean.ruleset A /trunk/data/nation/armenian.ruleset M /trunk/data/nation/assyrian.ruleset M /trunk/data/nation/babylonian.ruleset A /trunk/data/nation/bengali.ruleset A /trunk/data/nation/burmese.ruleset M /trunk/data/nation/chinese.ruleset M /trunk/data/nation/colombian.ruleset A /trunk/data/nation/georgian.ruleset M /trunk/data/nation/greek.ruleset A /trunk/data/nation/hellenic.ruleset M /trunk/data/nation/hittite.ruleset M /trunk/data/nation/indian.ruleset M /trunk/data/nation/indonesian.ruleset M /trunk/data/nation/iraqi.ruleset M /trunk/data/nation/lankese.ruleset A /trunk/data/nation/malagasy.ruleset M /trunk/data/nation/malaysian.ruleset A /trunk/data/nation/malian.ruleset M /trunk/data/nation/mayan.ruleset M /trunk/data/nation/nigerian.ruleset M /trunk/data/nation/papuan.ruleset M /trunk/data/nation/russian.ruleset M /trunk/data/nation/sami.ruleset M /trunk/data/nation/singaporean.ruleset A /trunk/data/nation/southafrican.ruleset A /trunk/data/nation/swazi.ruleset M /trunk/data/nation/vietnamese.ruleset M /trunk/data/nation/viking.ruleset M /trunk/data/nation/zulu.ruleset M /trunk/po/POTFILES.in Add several nations and make changes to other nations to point to these ones, including a few other fixes. The added nations are Aramean (RT#13952) Armenian (RT#13860) Bengali (RT#13972) Burmese (RT#14543) Georgian (RT#13862) Hellenic (RT#13857) Malagasy (RT#13867) Malian (RT#14126) South African and Swazi (RT#14544). Aramean ruleset by Aho Esen, Burmese ruleset by Heiko Schaefer and Hellenic ruleset by Nikos Mavroyanopoulos and Giorgos Vaiolos. Aram flag by me, the rest from OCAL - in some cases with fixed sizes and colors. Wed, 16 Nov 2005 14:23:53 -0800 per: Changed paths: M /trunk/ai/advdiplomacy.c Fix two problems in AI diplomacy code related to space race, found by Guillaume Melquiond . The AI would call upon the player it would soon attack to seek assistance in the war effort, and it would not realize it had planned an attack and would try to plan another war effort on the same player. See PR#14617 for the full discussion. Wed, 16 Nov 2005 14:20:14 -0800 per: Changed paths: M /trunk/server/unittools.c Remove AI autoattack in 'experimental' difficulty setting. See discussion in PR#14491. Wed, 16 Nov 2005 13:59:09 -0800 per: Changed paths: M /trunk/server/sanitycheck.c Removes the assert()ing from sanitycheck.c, which was entirely pointless, since corefiles here give us no useful information. It adds two new macros SANITY_CITY and SANITY_TILE which add extra information to some warnings dealing with cities and tiles, so that it is easier to pinpoint problems. See PR#14552. Wed, 16 Nov 2005 13:35:16 -0800 per: Changed paths: M /trunk/data/default/terrain.ruleset You can no longer build cities on top of glaciers, but they are no longer unsafe or considered unsafe coast. See PR#14555. Tue, 15 Nov 2005 04:53:09 -0800 evyscr: Changed paths: M /trunk/client/gui-xaw/Makefile.am M /trunk/client/gui-xaw/dialogs.c A /trunk/client/gui-xaw/diplomat_dialog.c gui-xaw: compile fix and diplomat dialog exclusion into separate file. Sun, 13 Nov 2005 09:44:20 -0800 cazfi: Changed paths: M /trunk/common/version.c Include fc_types.h See #14599 Sun, 06 Nov 2005 16:35:45 -0800 dmarks: Changed paths: M /trunk/data/nation/irish.ruleset Reduced Irish leader list. Requested by Benedict Adamson with patch by me in RT#14530. Sun, 06 Nov 2005 16:21:49 -0800 dmarks: Changed paths: M /trunk/data/nation/arab.ruleset M /trunk/data/nation/argentine.ruleset M /trunk/data/nation/aztec.ruleset M /trunk/data/nation/babylonian.ruleset M /trunk/data/nation/bosnia.ruleset M /trunk/data/nation/british.ruleset M /trunk/data/nation/byzantium.ruleset M /trunk/data/nation/chinese.ruleset M /trunk/data/nation/cornish.ruleset M /trunk/data/nation/egyptian.ruleset M /trunk/data/nation/elvish.ruleset M /trunk/data/nation/french.ruleset M /trunk/data/nation/german.ruleset M /trunk/data/nation/greek.ruleset M /trunk/data/nation/inca.ruleset M /trunk/data/nation/indian.ruleset M /trunk/data/nation/indonesian.ruleset M /trunk/data/nation/iraqi.ruleset M /trunk/data/nation/irish.ruleset M /trunk/data/nation/iroquois.ruleset M /trunk/data/nation/italian.ruleset M /trunk/data/nation/japanese.ruleset M /trunk/data/nation/kampuchean.ruleset M /trunk/data/nation/lankese.ruleset M /trunk/data/nation/latvian.ruleset M /trunk/data/nation/libyan.ruleset M /trunk/data/nation/mongol.ruleset M /trunk/data/nation/newzealand.ruleset M /trunk/data/nation/persian.ruleset M /trunk/data/nation/phoenician.ruleset M /trunk/data/nation/polish.ruleset M /trunk/data/nation/roman.ruleset M /trunk/data/nation/russian.ruleset M /trunk/data/nation/sami.ruleset M /trunk/data/nation/scottish.ruleset M /trunk/data/nation/serbian.ruleset M /trunk/data/nation/slovenian.ruleset M /trunk/data/nation/spanish.ruleset M /trunk/data/nation/sudanese.ruleset M /trunk/data/nation/swiss.ruleset M /trunk/data/nation/tibetan.ruleset M /trunk/data/nation/venezuelan.ruleset M /trunk/data/nation/viking.ruleset M /trunk/data/nation/welsh.ruleset Updates to nation's conflicts, leader titles and city lists. Patch and discussion in RT#14535. --This line, and those below, will be ignored-- M data/nation/greek.ruleset M data/nation/latvian.ruleset M data/nation/polish.ruleset M data/nation/iraqi.ruleset M data/nation/venezuelan.ruleset M data/nation/phoenician.ruleset M data/nation/lankese.ruleset M data/nation/byzantium.ruleset M data/nation/indonesian.ruleset M data/nation/scottish.ruleset M data/nation/british.ruleset M data/nation/inca.ruleset M data/nation/kampuchean.ruleset M data/nation/argentine.ruleset M data/nation/welsh.ruleset M data/nation/serbian.ruleset M data/nation/viking.ruleset M data/nation/slovenian.ruleset M data/nation/indian.ruleset M data/nation/french.ruleset M data/nation/cornish.ruleset M data/nation/aztec.ruleset M data/nation/swiss.ruleset M data/nation/german.ruleset M data/nation/iroquois.ruleset M data/nation/bosnia.ruleset M data/nation/irish.ruleset M data/nation/babylonian.ruleset M data/nation/chinese.ruleset M data/nation/egyptian.ruleset M data/nation/italian.ruleset M data/nation/tibetan.ruleset M data/nation/elvish.ruleset M data/nation/mongol.ruleset M data/nation/persian.ruleset M data/nation/arab.ruleset M data/nation/spanish.ruleset M data/nation/sudanese.ruleset M data/nation/roman.ruleset M data/nation/libyan.ruleset M data/nation/russian.ruleset M data/nation/japanese.ruleset M data/nation/newzealand.ruleset M data/nation/sami.ruleset Sun, 06 Nov 2005 12:28:12 -0800 vasc: Changed paths: M /trunk/server/scripting/script_signal.c Updated comment. Sun, 06 Nov 2005 11:46:44 -0800 vasc: Changed paths: M /trunk/client/gui-gtk-2.0/diplodlg.c PR#14521: Replace GTK_STOCK_EDIT stock item with GTK_STOCK_DND. GTK_STOCK_EDIT is in GTK+ 2.6 or better only. We should require only 2.4. Bug reported by William Allen Simpson . Patch by me. Sun, 06 Nov 2005 08:22:48 -0800 per: Changed paths: M /trunk/ai/aiunit.c Prevent AI sea units from attempting to rampage for huts. Problem reported by Mateusz Stefek in PR#14368. Also add some more unit logging. Sun, 06 Nov 2005 07:26:22 -0800 per: Changed paths: M /trunk/server/savegame.c Did not save the correct tile info for borders. See PR#14554. Sun, 06 Nov 2005 06:58:22 -0800 per: Changed paths: M /trunk/server/savegame.c Fix crash if we connect with a client before loading a savegame. See PR#14550. Reported by Jason. Sat, 05 Nov 2005 03:40:49 -0800 per: Changed paths: M /trunk/common/city.c M /trunk/common/game.h M /trunk/common/map.c M /trunk/common/map.h M /trunk/common/tile.h M /trunk/server/citytools.c M /trunk/server/maphand.c M /trunk/server/maphand.h M /trunk/server/sanitycheck.c M /trunk/server/savegame.c M /trunk/server/srv_main.c M /trunk/server/unittools.c M /trunk/utility/shared.c M /trunk/utility/shared.h New borders code. Fortresses now extend borders. Once a border claim has been made, it is not changed unless the source of this claim disappears. On turn end, each border source expands border claims gradually, unless enemy units present prevent this from happening. How far cities extend their border depends on their size. Fortresses are owned by whoever moved into it last. When you take a border source, you also take all tiles controlled by this source. See PR#13718 for details. Wed, 02 Nov 2005 23:53:31 -0800 jdorje: Changed paths: M /trunk/po/ca.po M /trunk/p