| 
							
							
								 Darkvater | d3ce687daf | (svn r2344) - Fix (regression): [ 1197216 ] Error: !invalid string id 0 in GetString. Dedicated server also had the endgame window shown and because now it is properly no-player anymore it crashed. | 2005-05-17 20:54:05 +00:00 |  | 
			
				
					| 
							
							
								 Darkvater | 0f7b2b673d | (svn r2343) - Fix (regression): dedicated server caused desyncs with its commands, because the player sent over the network is OWNER_SPECTATOR as well, which on clients cannot execute anything. So *hack*hack* it into temporarily player 0. | 2005-05-17 20:52:52 +00:00 |  | 
			
				
					| 
							
							
								 Darkvater | 1c22cea02d | (svn r2343) - Fix (regression): dedicated server caused desyncs with its commands, because the player sent over the network is OWNER_SPECTATOR as well, which on clients cannot execute anything. So *hack*hack* it into temporarily player 0. | 2005-05-17 20:52:52 +00:00 |  | 
			
				
					| 
							
							
								 Darkvater | 6dbc015291 | (svn r2342) - Fix (Regression): _cmd_text is always valid, so test the first character for  '\0'. Also for some reason I forgot to validate the p1 param so that might lead to crashes with invalid signes. Fixed as well. | 2005-05-17 19:36:36 +00:00 |  | 
			
				
					| 
							
							
								 Darkvater | 21d9e2c934 | (svn r2342) - Fix (Regression): _cmd_text is always valid, so test the first character for  '\0'. Also for some reason I forgot to validate the p1 param so that might lead to crashes with invalid signes. Fixed as well. | 2005-05-17 19:36:36 +00:00 |  | 
			
				
					| 
							
							
								 miham | 72f5ce0563 | (svn r2341) [Translations] Updated to 2005-04-17 (74 strs / 6 langs) | 2005-05-17 19:08:27 +00:00 |  | 
			
				
					| 
							
							
								 miham | 90ca24f7b6 | (svn r2341) [Translations] Updated to 2005-04-17 (74 strs / 6 langs) | 2005-05-17 19:08:27 +00:00 |  | 
			
				
					| 
							
							
								 Darkvater | 80ccb0dc88 | (svn r2340) - Fix (Regression): [ 1203731 ] Signs don't work in multiplayer, unwanted remains of the _decode_parameters to _cmd_text move. | 2005-05-17 18:50:07 +00:00 |  | 
			
				
					| 
							
							
								 Darkvater | a5612ab10a | (svn r2340) - Fix (Regression): [ 1203731 ] Signs don't work in multiplayer, unwanted remains of the _decode_parameters to _cmd_text move. | 2005-05-17 18:50:07 +00:00 |  | 
			
				
					| 
							
							
								 Darkvater | 59c9fee33f | (svn r2339) - Fix: on a dedicated server, after the joining of a player, the player was set to player 0 instead of remaining OWNER_SPECTATOR. Fix this, and allow the dedicated server to execute commands (so 'patch <value>') now works and not only when a client is connected. | 2005-05-17 18:22:59 +00:00 |  | 
			
				
					| 
							
							
								 Darkvater | 54b7fb0203 | (svn r2339) - Fix: on a dedicated server, after the joining of a player, the player was set to player 0 instead of remaining OWNER_SPECTATOR. Fix this, and allow the dedicated server to execute commands (so 'patch <value>') now works and not only when a client is connected. | 2005-05-17 18:22:59 +00:00 |  | 
			
				
					| 
							
							
								 Darkvater | 5fc05c681a | (svn r2338) - CodeChange: only call the variable hooks when you set their value not when you query them - Fix: typo in pool.c "Cleaing up" --> "Cleaning up" | 2005-05-17 16:07:48 +00:00 |  | 
			
				
					| 
							
							
								 Darkvater | 166c1badc9 | (svn r2338) - CodeChange: only call the variable hooks when you set their value not when you query them - Fix: typo in pool.c "Cleaing up" --> "Cleaning up" | 2005-05-17 16:07:48 +00:00 |  | 
			
				
					| 
							
							
								 truelight | 3965366b97 | (svn r2337) -Fix: NetworkUDPRemoveAdvertise wasn't fully correct (which made Darkvater go crazy ;)) | 2005-05-17 16:01:19 +00:00 |  | 
			
				
					| 
							
							
								 truelight | 143dd26ef5 | (svn r2337) -Fix: NetworkUDPRemoveAdvertise wasn't fully correct (which made Darkvater go crazy ;)) | 2005-05-17 16:01:19 +00:00 |  | 
			
				
					| 
							
							
								 Darkvater | 60d7eff606 | (svn r2336) - GFX: make the openttd icon look good on Win2k and lower as well. The TrueColor/256 icons had an ugly black shadow | 2005-05-17 11:22:43 +00:00 |  | 
			
				
					| 
							
							
								 Darkvater | 391c34c12b | (svn r2336) - GFX: make the openttd icon look good on Win2k and lower as well. The TrueColor/256 icons had an ugly black shadow | 2005-05-17 11:22:43 +00:00 |  | 
			
				
					| 
							
							
								 miham | 5132d16b0e | (svn r2335) [Translations] Updated to 2005-05-16 (36 strs / 17 langs, removed unused strings) | 2005-05-16 18:19:04 +00:00 |  | 
			
				
					| 
							
							
								 miham | f48fdba12c | (svn r2335) [Translations] Updated to 2005-05-16 (36 strs / 17 langs, removed unused strings) | 2005-05-16 18:19:04 +00:00 |  | 
			
				
					| 
							
							
								 Darkvater | 6b794ede3b | (svn r2334) - Fix (regression): moved togglefullscreen into the video-driver, now windows works, dedicated works and sdl works. Also reverted the change to the makefile. | 2005-05-16 16:19:32 +00:00 |  | 
			
				
					| 
							
							
								 Darkvater | 7daaf1f100 | (svn r2334) - Fix (regression): moved togglefullscreen into the video-driver, now windows works, dedicated works and sdl works. Also reverted the change to the makefile. | 2005-05-16 16:19:32 +00:00 |  | 
			
				
					| 
							
							
								 Darkvater | 3d84bdc0ae | (svn r2333) - CodeChange: also don't execute command if user has typed all spaces (eg nothing worthwhile). Suggested and implemented by Tron. | 2005-05-16 15:05:49 +00:00 |  | 
			
				
					| 
							
							
								 Darkvater | effbba74f5 | (svn r2333) - CodeChange: also don't execute command if user has typed all spaces (eg nothing worthwhile). Suggested and implemented by Tron. | 2005-05-16 15:05:49 +00:00 |  | 
			
				
					| 
							
							
								 Darkvater | ee89f5ab77 | (svn r2332) - Feature: Add 'clear' command and CTRL+L to empty the console window - Fix: do not execute emtpy commands anymore | 2005-05-16 13:46:26 +00:00 |  | 
			
				
					| 
							
							
								 Darkvater | 653000bdd6 | (svn r2332) - Feature: Add 'clear' command and CTRL+L to empty the console window - Fix: do not execute emtpy commands anymore | 2005-05-16 13:46:26 +00:00 |  | 
			
				
					| 
							
							
								 Darkvater | 2dc7d2b14e | (svn r2331) - Fix (regression): fix text overflows in about box. | 2005-05-16 12:15:53 +00:00 |  | 
			
				
					| 
							
							
								 Darkvater | 4554daa130 | (svn r2331) - Fix (regression): fix text overflows in about box. | 2005-05-16 12:15:53 +00:00 |  | 
			
				
					| 
							
							
								 Darkvater | 21b99af344 | (svn r2330) - Fix: link error when compiling as dedicated. Add sdl.c to always compile in makefile as it is always protected by WITH_SDL and add a stub for ToggleFullScreen() | 2005-05-16 12:15:34 +00:00 |  | 
			
				
					| 
							
							
								 Darkvater | 3bd76dad5b | (svn r2330) - Fix: link error when compiling as dedicated. Add sdl.c to always compile in makefile as it is always protected by WITH_SDL and add a stub for ToggleFullScreen() | 2005-05-16 12:15:34 +00:00 |  | 
			
				
					| 
							
							
								 tron | d3f8772497 | (svn r2329) CMD_CHANGE_PRESIDENT_NAME and CMD_CHANGE_COMPANY_NAME don't use p1, so don't send any meaningful value for it when invoking these commands | 2005-05-16 08:41:42 +00:00 |  | 
			
				
					| 
							
							
								 tron | b18e4d1a8d | (svn r2329) CMD_CHANGE_PRESIDENT_NAME and CMD_CHANGE_COMPANY_NAME don't use p1, so don't send any meaningful value for it when invoking these commands | 2005-05-16 08:41:42 +00:00 |  | 
			
				
					| 
							
							
								 tron | 14f482aeb5 | (svn r2328) There's no need for extra magic to detect libpng on FreeBSD | 2005-05-16 08:30:32 +00:00 |  | 
			
				
					| 
							
							
								 tron | ff52fc8267 | (svn r2328) There's no need for extra magic to detect libpng on FreeBSD | 2005-05-16 08:30:32 +00:00 |  | 
			
				
					| 
							
							
								 bjarni | fd9d6e2fc6 | (svn r2327) -fix [MacOSX] default path for midi player on mac is now correct again | 2005-05-16 00:04:01 +00:00 |  | 
			
				
					| 
							
							
								 bjarni | 2bc9764fcf | (svn r2327) -fix [MacOSX] default path for midi player on mac is now correct again | 2005-05-16 00:04:01 +00:00 |  | 
			
				
					| 
							
							
								 Darkvater | d006bd358f | (svn r2325) - Update OpenTTD for 0.4.0 release | 2005-05-15 21:50:26 +00:00 |  | 
			
				
					| 
							
							
								 Darkvater | 7dc5c5d1b1 | (svn r2325) - Update OpenTTD for 0.4.0 release | 2005-05-15 21:50:26 +00:00 |  | 
			
				
					| 
							
							
								 tron | 4eebeff58c | (svn r2324) Introduce _cmd_text for passing strings with a command instead of abusing _decode_parameters as text buffer. This should prevent several possible buffer overruns and is a bit cleaner to use. As bonus it reduces the size of most command packets by 79 bytes. | 2005-05-15 18:50:55 +00:00 |  | 
			
				
					| 
							
							
								 tron | fea5965679 | (svn r2324) Introduce _cmd_text for passing strings with a command instead of abusing _decode_parameters as text buffer. This should prevent several possible buffer overruns and is a bit cleaner to use. As bonus it reduces the size of most command packets by 79 bytes. | 2005-05-15 18:50:55 +00:00 |  | 
			
				
					| 
							
							
								 tron | 0375f30336 | (svn r2323) Remove unused dereferencing | 2005-05-15 18:43:36 +00:00 |  | 
			
				
					| 
							
							
								 tron | 6cd410afbb | (svn r2323) Remove unused dereferencing | 2005-05-15 18:43:36 +00:00 |  | 
			
				
					| 
							
							
								 Darkvater | 33bb043fb6 | (svn r2322) - CodeChange: doxygen commented the tunnel-crash fix. Also if (bla) {return;} else {return;} is not proper code. It's if (bla) {return;} return; ;) | 2005-05-15 16:30:02 +00:00 |  | 
			
				
					| 
							
							
								 Darkvater | 3fd39ec630 | (svn r2322) - CodeChange: doxygen commented the tunnel-crash fix. Also if (bla) {return;} else {return;} is not proper code. It's if (bla) {return;} return; ;) | 2005-05-15 16:30:02 +00:00 |  | 
			
				
					| 
							
							
								 matthijs | abdf4ead87 | (svn r2321) - Fix: [ 1202286 ] On OS/2 you get a double backslash in your filename after browsing to the root dir of a drive and "." and ".." are incorrectly displayed. (orudge) | 2005-05-15 14:01:35 +00:00 |  | 
			
				
					| 
							
							
								 matthijs | 89587c1d51 | (svn r2321) - Fix: [ 1202286 ] On OS/2 you get a double backslash in your filename after browsing to the root dir of a drive and "." and ".." are incorrectly displayed. (orudge) | 2005-05-15 14:01:35 +00:00 |  | 
			
				
					| 
							
							
								 matthijs | 1436fa9d48 | (svn r2320) - Fix: [ 1185176 ] Train in tunnel is not properly detected by signal code (Hackykid) | 2005-05-15 13:48:23 +00:00 |  | 
			
				
					| 
							
							
								 matthijs | 2151550631 | (svn r2320) - Fix: [ 1185176 ] Train in tunnel is not properly detected by signal code (Hackykid) | 2005-05-15 13:48:23 +00:00 |  | 
			
				
					| 
							
							
								 Darkvater | a195f8df91 | (svn r2319) - Fix: copying/pasting from the extra viewport did not center on what you wanted to see if one of the windows (viewport or main) was zoomed out. Also fix the undisabled-zoom-in button upon creation. | 2005-05-15 11:20:38 +00:00 |  | 
			
				
					| 
							
							
								 Darkvater | 14996be3ef | (svn r2319) - Fix: copying/pasting from the extra viewport did not center on what you wanted to see if one of the windows (viewport or main) was zoomed out. Also fix the undisabled-zoom-in button upon creation. | 2005-05-15 11:20:38 +00:00 |  | 
			
				
					| 
							
							
								 Darkvater | d958518e76 | (svn r2318) - Feature: added console command 'part' to leave a currently running game and 'join' which is an alias to 'connect' to join a multiplayer server. | 2005-05-15 10:40:53 +00:00 |  |