Sun, 07 Jan 2007 13:13:01 +0000 truelight (svn r7961) [Configure] -Fix: "" in config params didn't survive --reconfig. They should now.
Sun, 07 Jan 2007 13:00:56 +0000 truelight (svn r7959) [Configure] -Fix: OS2-gcc needs to get stripping via gcc, because it needs to be feed to emxbind at link-time.
Sun, 07 Jan 2007 09:48:10 +0000 tron (svn r7942) Trim another 192 lines from the configure monster
Sun, 07 Jan 2007 09:24:18 +0000 tron (svn r7941) Unbreak linking: FreeBSD is not Linux either
Sun, 07 Jan 2007 08:26:45 +0000 tron (svn r7940) Add an empty line instead of overwriting the just written file
Sun, 07 Jan 2007 08:17:56 +0000 tron (svn r7939) Fix useless use of cat
Sun, 07 Jan 2007 00:19:57 +0000 Darkvater (svn r7936) -Fix (r4987, old-rev): Only update the signals and YAPF cache on a DC_EXEC action for bridge-building
Sat, 06 Jan 2007 23:47:59 +0000 Darkvater (svn r7934) -Cleanup: [win32] Remove unused and totally useless files.
Sat, 06 Jan 2007 23:00:21 +0000 rubidium (svn r7932) -Fix (r7931): committed a few files too much :( (the ones I used to test the new masterserver)
Sat, 06 Jan 2007 22:58:01 +0000 rubidium (svn r7931) -Fix (r7759): multiple (different) -O flags made compilations with the wrong optimisations.
Sat, 06 Jan 2007 22:43:11 +0000 Darkvater (svn r7930) -Fix: [FS#520] Wrong GRF flag set for gradual loading (mart3p)
Sat, 06 Jan 2007 20:39:27 +0000 glx (svn r7922) -Fix: bad escaping in CFLAGS
Sat, 06 Jan 2007 14:29:07 +0000 miham (svn r7905) WebTranslator2 update to 2007-01-06 15:28:31
Sat, 06 Jan 2007 13:26:04 +0000 peter1138 (svn r7901) -Codechange: Remove some misplaced externs and use extern, not VARDEF, in the place they should be...
Sat, 06 Jan 2007 07:26:15 +0000 miham (svn r7896) WebTranslator2 update to 2007-01-06 08:24:52
Fri, 05 Jan 2007 21:33:58 +0000 rubidium (svn r7888) -Change: add documentation about the 'on-the-wire' structure of the network game information request and reply packets.
Fri, 05 Jan 2007 20:46:53 +0000 bjarni (svn r7887) -Fix: [OSX] Endian32_Swap should always return a uint32, not a long unsigned int
Fri, 05 Jan 2007 19:50:44 +0000 bjarni (svn r7886) -Fix: [OSX] control+enter will no longer toggle fullscreen as it collided with other hotkeys (pv2b)
Fri, 05 Jan 2007 18:28:49 +0000 miham (svn r7884) WebTranslator2 update to 2007-01-05 19:28:08
Fri, 05 Jan 2007 18:11:14 +0000 tron (svn r7883) It's spelled 'automatically'
Fri, 05 Jan 2007 18:03:30 +0000 truelight (svn r7882) -Fix: OS2 is defined as UNIX too, but not for networking
Fri, 05 Jan 2007 17:49:46 +0000 truelight (svn r7881) [Configure] -Fix: OS2 GCC indentifies itself with os2, not os/2
Fri, 05 Jan 2007 17:42:01 +0000 tron (svn r7880) Simplify regular expressions and fix that exactly OS2 is matched, not any string beginning with OS2
Fri, 05 Jan 2007 17:29:35 +0000 tron (svn r7878) Remove the long gone sdl11-config (again)
Fri, 05 Jan 2007 17:29:08 +0000 tron (svn r7877) Improve readability and shorten the configure script by 241 lines
Fri, 05 Jan 2007 15:01:51 +0000 rubidium (svn r7866) -Fix (r7759): ./configure --revision=[revision] did not work as intended.
Fri, 05 Jan 2007 14:26:45 +0000 peter1138 (svn r7864) -Codechange: Offset engines/wagons in the train details window by half the train length modifier. This stops overflowing wagons in sets that use 32px lengths.
Fri, 05 Jan 2007 11:41:11 +0000 Darkvater (svn r7861) -Fix (r7823): Crash when oldest news was deleted. First check the index for oldest news
Fri, 05 Jan 2007 07:36:33 +0000 miham (svn r7857) WebTranslator2 update to 2007-01-05 08:35:59
Fri, 05 Jan 2007 01:23:03 +0000 rubidium (svn r7847) -Codechange: use NetworkUDPClose instead of calling closesocket directly.
Fri, 05 Jan 2007 00:39:08 +0000 Darkvater (svn r7843) -Codechange (r7840): left out word 'file' making crash-text look un-english-ish.
Thu, 04 Jan 2007 23:49:55 +0000 Darkvater (svn r7840) -Codechange: Change the crash window a bit. Tell about Flyspray and crash.dmp. Remove
Thu, 04 Jan 2007 21:48:52 +0000 rubidium (svn r7836) -Codechange: some constness for network/core.
Thu, 04 Jan 2007 21:21:14 +0000 rubidium (svn r7834) -Codechange: cleanup the includes of network/core a little; include headers in headers when the header needs types/constants defined in them.
Thu, 04 Jan 2007 20:33:50 +0000 rubidium (svn r7833) -Fix (r7829): forgot to add debug.h to the includes.
Thu, 04 Jan 2007 19:24:42 +0000 peter1138 (svn r7831) -Codechange: [NewGRF] Do not mark as unsafe those NewGRFs that set their own parameters (via action D) and/or change only bridge sprite table layouts (action 0, property D).
Thu, 04 Jan 2007 19:12:45 +0000 rubidium (svn r7830) -Codechange: let NetworkCoreInitialize return a bool, so we have to set _network_available only once.
Thu, 04 Jan 2007 18:50:40 +0000 rubidium (svn r7829) -Codechange: move the network (core) initialization/shutdown functions into network/core, so the can be reused in the masterserver_updater.
Thu, 04 Jan 2007 18:30:28 +0000 miham (svn r7828) WebTranslator2 update to 2007-01-04 19:28:37
Thu, 04 Jan 2007 18:10:40 +0000 rubidium (svn r7825) -Codechange: make NetworkUDPClose close a single UDP socket. Use NetworkUDPStop to close all opened udp sockets (those were called NetworkUDPClose).
Thu, 04 Jan 2007 17:23:55 +0000 Darkvater (svn r7823) -Fix (r7384 / r7368 / r3757 / r7388): News windows could still cause crashes because
Thu, 04 Jan 2007 15:42:09 +0000 rubidium (svn r7821) -Fix: be more strict about the socket from where packets arrive. Do not accept requests about the game server on the master/client socket, do not accept master server acks on the client/server socket, etc.
Thu, 04 Jan 2007 06:57:49 +0000 miham (svn r7819) WebTranslator2 update to 2007-01-04 07:57:17
Thu, 04 Jan 2007 02:18:04 +0000 rubidium (svn r7818) -Fix (r7751): wrote some data to the wrong network packet.
Thu, 04 Jan 2007 01:10:39 +0000 Darkvater (svn r7817) -Fix (r7573): Bridge merge broke building canals at level 0.
Wed, 03 Jan 2007 23:55:37 +0000 rubidium (svn r7813) -Fix (r7799): it is $with_zlib, not $zlib.
Wed, 03 Jan 2007 23:53:23 +0000 glx (svn r7812) -Fix: rail station build window was not correctly updated after station_spread change
Wed, 03 Jan 2007 22:55:53 +0000 KUDr (svn r7810) -Fix: FS#504 Building airport whose size exceeds max station spread-out caused assert. (Zuu)
Wed, 03 Jan 2007 22:24:36 +0000 glx (svn r7809) -Fix: convert \r to \n before parsing files with awk in projects/generate so it works using mingw/msys
Wed, 03 Jan 2007 20:49:08 +0000 miham (svn r7807) [Translations] Fix: r7806. Forgot to generate project files to include lithuanian
Wed, 03 Jan 2007 20:44:59 +0000 miham (svn r7806) [Translations] Lithuanian is no longer unfinished, thanks for the current translators! Good work, keep it up!
Wed, 03 Jan 2007 18:41:20 +0000 miham (svn r7803) WebTranslator2 update to 2007-01-03 19:37:39
Wed, 03 Jan 2007 18:29:15 +0000 rubidium (svn r7802) -Feature: make it possible to override the bind address and port of a dedicated server from the command line.
Wed, 03 Jan 2007 18:06:50 +0000 rubidium (svn r7801) -Feature: add command line option to prevent saving of highscore and configuration on exit and a console command to manually initiate a configuration save (Aloysha).
Wed, 03 Jan 2007 17:47:34 +0000 peter1138 (svn r7800) -Fix (r7787): Remove Czech strings with .news or .subs case.
Wed, 03 Jan 2007 16:36:36 +0000 rubidium (svn r7799) -Fix (r7759): gracefully handle cases where the directory libz.a is in is given via --with-libz.
Wed, 03 Jan 2007 14:42:08 +0000 peter1138 (svn r7797) -Codechange: Replace static _sprite_ptr and associated arrays with dynamic array to allow variable number of sprites. This does not change the sprite limit.
Wed, 03 Jan 2007 13:55:25 +0000 rubidium (svn r7796) -Fix (r7759): cygwin does not need to rewrite the paths for strgen.
Wed, 03 Jan 2007 11:33:54 +0000 peter1138 (svn r7795) -Codechange: [NewGRF] When safety checking, allow an Action E that force activates the GRF. Unfortunately this requires knowing the GRF ID in advance (before the Action 8) so the static GRFs are now scanned twice on start up, once for the GRF ID, and then for the safety check. (This fix allows unifont.grf to be used.)
Wed, 03 Jan 2007 09:45:07 +0000 peter1138 (svn r7794) -Cleanup: Remove obsolete, never-used landscape rotation code. And spell obsolete correctly.