rubidium 
							
						 
					 
					
						
						
							
						
						974bcd9683 
					 
					
						
						
							
							(svn r8028) -Fix: overflow of ticks was not handled properly, possibly resulting a non-reacting gameserver/gameclient.  
						
						
						
						
					 
					
						2007-01-10 15:00:20 +00:00 
						 
				 
			
				
					
						
							
							
								celestar 
							
						 
					 
					
						
						
							
						
						241ebb5890 
					 
					
						
						
							
							(svn r8027) -Fix (FS#486) If a pause command is issues, it will now pause the game even if shift is pressed instead of giving a cost estimate of 0. This fixes a problem where the server does not pause_on_join when the player on the interactive server has the shift button pressed. (Thanks to pvz for the report and the fix)  
						
						
						
						
					 
					
						2007-01-10 14:52:10 +00:00 
						 
				 
			
				
					
						
							
							
								celestar 
							
						 
					 
					
						
						
							
						
						077448ead7 
					 
					
						
						
							
							(svn r8026) -Fix (r2441) When taking up cargo that is transferring, trains will now also have the virtual profit deducted.  
						
						
						
						
					 
					
						2007-01-10 14:22:49 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						752aeecac2 
					 
					
						
						
							
							(svn r8019) -Fix (r7759): if libfreetype was not found (and not forced to be used), the configure script aborted instead of marking it a 'not found'.  
						
						
						
						
					 
					
						2007-01-10 10:39:45 +00:00 
						 
				 
			
				
					
						
							
							
								maedhros 
							
						 
					 
					
						
						
							
						
						cfcf0c2451 
					 
					
						
						
							
							(svn r8014) -Codechange (r7573): When a tile is cleared, empty the general purpose bits in  
						
						... 
						
						
						
						extra as well, unless they are (or could be) used for bridges. This means these
bits don't have to be cleared seperately when non-bridgeable tiles are removed. 
						
						
					 
					
						2007-01-09 21:43:32 +00:00 
						 
				 
			
				
					
						
							
							
								Darkvater 
							
						 
					 
					
						
						
							
						
						c5867c93f7 
					 
					
						
						
							
							(svn r8013) -Codechange (r6921, rUnknown): Show the error message of corrupt or missing (own) files  
						
						... 
						
						
						
						through a ShowInfo(F). This way windows users also see this message and bugs such as
 FS#528 will not happen anymore. Put ShowInfo(F) error output to stderr and not stdout. 
						
						
					 
					
						2007-01-09 21:25:13 +00:00 
						 
				 
			
				
					
						
							
							
								miham 
							
						 
					 
					
						
						
							
						
						44e9bc600c 
					 
					
						
						
							
							(svn r8012) WebTranslator2 update to 2007-01-09 20:43:03  
						
						... 
						
						
						
						bulgarian  - 3 fixed, 68 changed by groupsky (71)
danish     - 45 changed by ThomasA (4), MiR (41)
finnish    - 2 fixed by pallokala (2)
frisian    - 2 changed by talzaroff (2)
greek      - 40 fixed, 1 changed by Kesnar (41)
italian    - 2 changed by sidew (2)
swedish    - 2 fixed, 1 deleted, 55 changed by ChrillDeVille (58) 
						
						
					 
					
						2007-01-09 19:43:46 +00:00 
						 
				 
			
				
					
						
							
							
								peter1138 
							
						 
					 
					
						
						
							
						
						f74531ee60 
					 
					
						
						
							
							(svn r8007) -Codechange: Change _vehicle_position_hash from VehicleID to Vehicle*. This removes the need for look ups by index. Also declare the array static.  
						
						
						
						
					 
					
						2007-01-09 16:27:25 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						60020035e1 
					 
					
						
						
							
							(svn r8002) -Change: do not copy lang/english.txt when it is not needed.  
						
						
						
						
					 
					
						2007-01-09 15:26:43 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						13c922d8e4 
					 
					
						
						
							
							(svn r8000) -Codechange: drop UDP packets when their internal size does not match the received size. If that is the case, the packet was not received in one piece (or got somehow mangled with another packet), which will cause us to drop the packet later on because we are (for example) trying to read beyond the end of the packet.  
						
						
						
						
					 
					
						2007-01-09 14:48:21 +00:00 
						 
				 
			
				
					
						
							
							
								miham 
							
						 
					 
					
						
						
							
						
						541039639b 
					 
					
						
						
							
							(svn r7987) [Translations] Slovenian is no longer unfinished (no bad strings)  
						
						
						
						
					 
					
						2007-01-09 07:24:35 +00:00 
						 
				 
			
				
					
						
							
							
								miham 
							
						 
					 
					
						
						
							
						
						cbeb1b2296 
					 
					
						
						
							
							(svn r7986) WebTranslator2 update to 2007-01-09 08:20:27  
						
						... 
						
						
						
						brazilian_portuguese - 72 changed by fukumori (72)
hungarian  - 2 fixed by miham (2)
slovenian  - 191 fixed by Necrolyte (191) 
						
						
					 
					
						2007-01-09 07:22:20 +00:00 
						 
				 
			
				
					
						
							
							
								Darkvater 
							
						 
					 
					
						
						
							
						
						35ea3335ce 
					 
					
						
						
							
							(svn r7984) -Fix: out-of-bounds read access on _clients array (Quark)  
						
						
						
						
					 
					
						2007-01-08 19:18:53 +00:00 
						 
				 
			
				
					
						
							
							
								miham 
							
						 
					 
					
						
						
							
						
						99cb1dd612 
					 
					
						
						
							
							(svn r7983) WebTranslator2 update to 2007-01-08 19:37:40  
						
						... 
						
						
						
						brazilian_portuguese - 111 changed by fukumori (111)
esperanto  - 11 changed by LaPingvino (11)
japanese   - 116 fixed by ickoonite (116) 
						
						
					 
					
						2007-01-08 18:39:17 +00:00 
						 
				 
			
				
					
						
							
							
								peter1138 
							
						 
					 
					
						
						
							
						
						c284f92c83 
					 
					
						
						
							
							(svn r7982) -Codechange: Enumify graphics blitter modes.  
						
						
						
						
					 
					
						2007-01-08 18:07:57 +00:00 
						 
				 
			
				
					
						
							
							
								celestar 
							
						 
					 
					
						
						
							
						
						8da2dbdf3b 
					 
					
						
						
							
							(svn r7976) -Fix: (SF 1629560) Rail vehicles can no longer enter tunnels or bridgeheads with wrong railtype  
						
						
						
						
					 
					
						2007-01-08 10:36:45 +00:00 
						 
				 
			
				
					
						
							
							
								miham 
							
						 
					 
					
						
						
							
						
						854b7647f0 
					 
					
						
						
							
							(svn r7975) WebTranslator2 update to 2007-01-08 09:13:29  
						
						... 
						
						
						
						brazilian_portuguese - 6 fixed, 2 changed by fukumori (8)
danish     - 5 changed by MiR (3), ThomasA (2)
estonian   - 1 changed by kristjans (1)
frisian    - 82 fixed, 85 changed by ikkejw (82), talzaroff (85)
greek      - 64 fixed, 3 changed by Kesnar (67)
italian    - 1 changed by sidew (1)
japanese   - 92 fixed by ickoonite (92)
polish     - 1 changed by meush (1)
slovak     - 7 changed by lengyel (7)
slovenian  - 160 fixed by Necrolyte (160)
turkish    - 2 changed by jnmbk (2) 
						
						
					 
					
						2007-01-08 08:16:01 +00:00 
						 
				 
			
				
					
						
							
							
								Darkvater 
							
						 
					 
					
						
						
							
						
						3fce857f1c 
					 
					
						
						
							
							(svn r7973) - Forward-port the release-changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, et.  
						
						
						
						
					 
					
						2007-01-08 00:16:03 +00:00 
						 
				 
			
				
					
						
							
							
								Darkvater 
							
						 
					 
					
						
						
							
						
						b207d3f3eb 
					 
					
						
						
							
							(svn r7969) *whistle* 20067 has not yet come to pass; it's 2007 (I think my search&replace broke)  
						
						
						
						
					 
					
						2007-01-07 17:32:35 +00:00 
						 
				 
			
				
					
						
							
							
								Darkvater 
							
						 
					 
					
						
						
							
						
						a115bd8e92 
					 
					
						
						
							
							(svn r7968) -Update copyright/etc information to 2007  
						
						
						
						
					 
					
						2007-01-07 16:55:30 +00:00 
						 
				 
			
				
					
						
							
							
								Darkvater 
							
						 
					 
					
						
						
							
						
						786c8496ec 
					 
					
						
						
							
							(svn r7966) -Fix (r7936): Eh AxisToTrack returns Track not Axis, thanks KUDr  
						
						
						
						
					 
					
						2007-01-07 16:35:20 +00:00 
						 
				 
			
				
					
						
							
							
								truelight 
							
						 
					 
					
						
						
							
						
						a9740d850e 
					 
					
						
						
							
							(svn r7961) [Configure] -Fix: "" in config params didn't survive --reconfig. They should now.  
						
						
						
						
					 
					
						2007-01-07 13:13:01 +00:00 
						 
				 
			
				
					
						
							
							
								truelight 
							
						 
					 
					
						
						
							
						
						b1aea88bf0 
					 
					
						
						
							
							(svn r7959) [Configure] -Fix: OS2-gcc needs to get stripping via gcc, because it needs to be feed to emxbind at link-time.  
						
						... 
						
						
						
						emxbind changes 'emx a.out' format to 'LX for OS/2 (MS-DOS)'. After this, all gcc and binutils tools for emx can no longer read the binary.
  Therefor emxbind needs to do the stripping while converting it. Logic, aint it? :) 
						
						
					 
					
						2007-01-07 13:00:56 +00:00 
						 
				 
			
				
					
						
							
							
								tron 
							
						 
					 
					
						
						
							
						
						a259d64141 
					 
					
						
						
							
							(svn r7942) Trim another 192 lines from the configure monster  
						
						
						
						
					 
					
						2007-01-07 09:48:10 +00:00 
						 
				 
			
				
					
						
							
							
								tron 
							
						 
					 
					
						
						
							
						
						b67525dbb4 
					 
					
						
						
							
							(svn r7941) Unbreak linking: FreeBSD is not Linux either  
						
						
						
						
					 
					
						2007-01-07 09:24:18 +00:00 
						 
				 
			
				
					
						
							
							
								tron 
							
						 
					 
					
						
						
							
						
						fb6acfad38 
					 
					
						
						
							
							(svn r7940) Add an empty line instead of overwriting the just written file  
						
						
						
						
					 
					
						2007-01-07 08:26:45 +00:00 
						 
				 
			
				
					
						
							
							
								tron 
							
						 
					 
					
						
						
							
						
						9ad0d4cf1a 
					 
					
						
						
							
							(svn r7939) Fix useless use of cat  
						
						
						
						
					 
					
						2007-01-07 08:17:56 +00:00 
						 
				 
			
				
					
						
							
							
								Darkvater 
							
						 
					 
					
						
						
							
						
						0a44c03edd 
					 
					
						
						
							
							(svn r7936) -Fix (r4987, old-rev): Only update the signals and YAPF cache on a DC_EXEC action for bridge-building  
						
						
						
						
					 
					
						2007-01-07 00:19:57 +00:00 
						 
				 
			
				
					
						
							
							
								Darkvater 
							
						 
					 
					
						
						
							
						
						9961e309ea 
					 
					
						
						
							
							(svn r7934) -Cleanup: [win32] Remove unused and totally useless files.  
						
						
						
						
					 
					
						2007-01-06 23:47:59 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						acdeae8cc8 
					 
					
						
						
							
							(svn r7932) -Fix (r7931): committed a few files too much :( (the ones I used to test the new masterserver)  
						
						
						
						
					 
					
						2007-01-06 23:00:21 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						2a596e09f1 
					 
					
						
						
							
							(svn r7931) -Fix (r7759): multiple (different) -O flags made compilations with the wrong optimisations.  
						
						
						
						
					 
					
						2007-01-06 22:58:01 +00:00 
						 
				 
			
				
					
						
							
							
								Darkvater 
							
						 
					 
					
						
						
							
						
						de11447d08 
					 
					
						
						
							
							(svn r7930) -Fix: [FS#520] Wrong GRF flag set for gradual loading (mart3p)  
						
						
						
						
					 
					
						2007-01-06 22:43:11 +00:00 
						 
				 
			
				
					
						
							
							
								glx 
							
						 
					 
					
						
						
							
						
						44eaf0823c 
					 
					
						
						
							
							(svn r7922) -Fix: bad escaping in CFLAGS  
						
						
						
						
					 
					
						2007-01-06 20:39:27 +00:00 
						 
				 
			
				
					
						
							
							
								miham 
							
						 
					 
					
						
						
							
						
						ac8c0970df 
					 
					
						
						
							
							(svn r7905) WebTranslator2 update to 2007-01-06 15:28:31  
						
						... 
						
						
						
						estonian   - 5 changed by kristjans (5)
frisian    - 669 fixed, 17 changed by ikkejw (574), Bouke (2), talzaroff (110)
italian    - 1 changed by sidew (1)
turkish    - 2 fixed, 16 changed by jnmbk (18) 
						
						
					 
					
						2007-01-06 14:29:07 +00:00 
						 
				 
			
				
					
						
							
							
								peter1138 
							
						 
					 
					
						
						
							
						
						68de4efccf 
					 
					
						
						
							
							(svn r7901) -Codechange: Remove some misplaced externs and use extern, not VARDEF, in the place they should be...  
						
						
						
						
					 
					
						2007-01-06 13:26:04 +00:00 
						 
				 
			
				
					
						
							
							
								miham 
							
						 
					 
					
						
						
							
						
						3695b19744 
					 
					
						
						
							
							(svn r7896) WebTranslator2 update to 2007-01-06 08:24:52  
						
						... 
						
						
						
						italian    - 211 changed by sidew (211)
lithuanian - 66 changed by Domas (66)
slovenian  - 131 fixed by ThePianoGuy (31), Necrolyte (100) 
						
						
					 
					
						2007-01-06 07:26:15 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						3f3af614a4 
					 
					
						
						
							
							(svn r7888) -Change: add documentation about the 'on-the-wire' structure of the network game information request and reply packets.  
						
						
						
						
					 
					
						2007-01-05 21:33:58 +00:00 
						 
				 
			
				
					
						
							
							
								bjarni 
							
						 
					 
					
						
						
							
						
						1082ab40fa 
					 
					
						
						
							
							(svn r7887) -Fix: [OSX] Endian32_Swap should always return a uint32, not a long unsigned int  
						
						... 
						
						
						
						This kills an OSX specific warning in newgrf_config.c
  Ensured that Endian16_Swap returns uint16 as well, even though that one didn't result in any warnings (yet) 
						
						
					 
					
						2007-01-05 20:46:53 +00:00 
						 
				 
			
				
					
						
							
							
								bjarni 
							
						 
					 
					
						
						
							
						
						fd24669dee 
					 
					
						
						
							
							(svn r7886) -Fix: [OSX] control+enter will no longer toggle fullscreen as it collided with other hotkeys (pv2b)  
						
						... 
						
						
						
						People should use command+enter as it was originally intended (this key combo also worked before this commit) 
						
						
					 
					
						2007-01-05 19:50:44 +00:00 
						 
				 
			
				
					
						
							
							
								miham 
							
						 
					 
					
						
						
							
						
						566288adf0 
					 
					
						
						
							
							(svn r7884) WebTranslator2 update to 2007-01-05 19:28:08  
						
						... 
						
						
						
						bulgarian  - 14 changed by groupsky (14)
croatian   - 159 fixed, 8 changed by knovak (167)
danish     - 30 changed by ThomasA (4), MiR (26)
estonian   - 41 changed by kristjans (41)
japanese   - 47 fixed, 1 changed by PouncingAnt (48)
lithuanian - 31 fixed, 68 changed by Domas (99) 
						
						
					 
					
						2007-01-05 18:28:49 +00:00 
						 
				 
			
				
					
						
							
							
								tron 
							
						 
					 
					
						
						
							
						
						5753807d72 
					 
					
						
						
							
							(svn r7883) It's spelled 'automatically'  
						
						
						
						
					 
					
						2007-01-05 18:11:14 +00:00 
						 
				 
			
				
					
						
							
							
								truelight 
							
						 
					 
					
						
						
							
						
						82efaa7469 
					 
					
						
						
							
							(svn r7882) -Fix: OS2 is defined as UNIX too, but not for networking  
						
						
						
						
					 
					
						2007-01-05 18:03:30 +00:00 
						 
				 
			
				
					
						
							
							
								truelight 
							
						 
					 
					
						
						
							
						
						73f40b9f6c 
					 
					
						
						
							
							(svn r7881) [Configure] -Fix: OS2 GCC indentifies itself with os2, not os/2  
						
						
						
						
					 
					
						2007-01-05 17:49:46 +00:00 
						 
				 
			
				
					
						
							
							
								tron 
							
						 
					 
					
						
						
							
						
						63d1be8fec 
					 
					
						
						
							
							(svn r7880) Simplify regular expressions and fix that exactly OS2 is matched, not any string beginning with OS2  
						
						
						
						
					 
					
						2007-01-05 17:42:01 +00:00 
						 
				 
			
				
					
						
							
							
								tron 
							
						 
					 
					
						
						
							
						
						8e4a1faf10 
					 
					
						
						
							
							(svn r7878) Remove the long gone sdl11-config (again)  
						
						
						
						
					 
					
						2007-01-05 17:29:35 +00:00 
						 
				 
			
				
					
						
							
							
								tron 
							
						 
					 
					
						
						
							
						
						1d332a5306 
					 
					
						
						
							
							(svn r7877) Improve readability and shorten the configure script by 241 lines  
						
						
						
						
					 
					
						2007-01-05 17:29:08 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						ae90eea8e4 
					 
					
						
						
							
							(svn r7866) -Fix (r7759): ./configure --revision=[revision] did not work as intended.  
						
						
						
						
					 
					
						2007-01-05 15:01:51 +00:00 
						 
				 
			
				
					
						
							
							
								peter1138 
							
						 
					 
					
						
						
							
						
						5220796d65 
					 
					
						
						
							
							(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.  
						
						
						
						
					 
					
						2007-01-05 14:26:45 +00:00 
						 
				 
			
				
					
						
							
							
								Darkvater 
							
						 
					 
					
						
						
							
						
						00558b779d 
					 
					
						
						
							
							(svn r7861) -Fix (r7823): Crash when oldest news was deleted. First check the index for oldest news  
						
						... 
						
						
						
						and THEN decrease index, not the other way around. 
						
						
					 
					
						2007-01-05 11:41:11 +00:00 
						 
				 
			
				
					
						
							
							
								miham 
							
						 
					 
					
						
						
							
						
						37abff2c47 
					 
					
						
						
							
							(svn r7857) WebTranslator2 update to 2007-01-05 08:35:59  
						
						... 
						
						
						
						lithuanian - 2 fixed, 278 changed by Domas (280)
slovenian  - 11 fixed by Necrolyte (11) 
						
						
					 
					
						2007-01-05 07:36:33 +00:00