truelight 
							
						 
					 
					
						
						
							
						
						9b1e6e6d3e 
					 
					
						
						
							
							(svn r2043) -Fix: committed too many files in the last commit  
						
						
						
						
					 
					
						2005-03-24 14:33:05 +00:00 
						 
				 
			
				
					
						
							
							
								truelight 
							
						 
					 
					
						
						
							
						
						fbb11ea366 
					 
					
						
						
							
							(svn r2042) -Fix: forgot to remove a printf ;)  
						
						
						
						
					 
					
						2005-03-24 14:31:27 +00:00 
						 
				 
			
				
					
						
							
							
								truelight 
							
						 
					 
					
						
						
							
						
						6519d3bc97 
					 
					
						
						
							
							(svn r1918) -Fix: [ 1101874 ] Dedicated server now accepts '-g' (load game) as param  
						
						
						
						
					 
					
						2005-03-01 17:32:47 +00:00 
						 
				 
			
				
					
						
							
							
								tron 
							
						 
					 
					
						
						
							
						
						f55bde6ee4 
					 
					
						
						
							
							(svn r1910) Move two variables out of variables.h which are only used locally  
						
						
						
						
					 
					
						2005-02-23 09:13:12 +00:00 
						 
				 
			
				
					
						
							
							
								tron 
							
						 
					 
					
						
						
							
						
						17ca2c49a5 
					 
					
						
						
							
							(svn r1805) Teach the driver layer a few things about const correctness  
						
						
						
						
					 
					
						2005-02-05 18:05:42 +00:00 
						 
				 
			
				
					
						
							
							
								tron 
							
						 
					 
					
						
						
							
						
						f0f85a7ef3 
					 
					
						
						
							
							(svn r1803) Move debugging stuff into files of it's own  
						
						
						
						
					 
					
						2005-02-05 15:58:59 +00:00 
						 
				 
			
				
					
						
							
							
								tron 
							
						 
					 
					
						
						
							
						
						2ff6cc3135 
					 
					
						
						
							
							(svn r1794) Make the dedicated server compile again under MorphOS (tokai)  
						
						
						
						
					 
					
						2005-02-04 19:38:04 +00:00 
						 
				 
			
				
					
						
							
							
								darkvater 
							
						 
					 
					
						
						
							
						
						9a96f5b64e 
					 
					
						
						
							
							(svn r1615) -Fix: [1107350] console ignoring return character occasionally. For everyone that is running 2 dedicated servers on 1 windows machine, console input is now correct (event was the same so it was random which console received the input)  
						
						
						
						
					 
					
						2005-01-23 14:15:42 +00:00 
						 
				 
			
				
					
						
							
							
								tron 
							
						 
					 
					
						
						
							
						
						44f48ce915 
					 
					
						
						
							
							(svn r1610) Remove trailing whitespace (last time ever, i hope)  
						
						
						
						
					 
					
						2005-01-23 13:09:35 +00:00 
						 
				 
			
				
					
						
							
							
								tron 
							
						 
					 
					
						
						
							
						
						6fb79d5f33 
					 
					
						
						
							
							(svn r1591) Make dedicated servers on OS/2 check for input the UNIX way  
						
						
						
						
					 
					
						2005-01-22 18:59:53 +00:00 
						 
				 
			
				
					
						
							
							
								darkvater 
							
						 
					 
					
						
						
							
						
						a1e94b67d5 
					 
					
						
						
							
							(svn r1547) -Feature: windows dedicated (if anyone would run that, but ok), is now functioning correctly. There is no other way but to create a new thread, but that's only MS braindeadness  
						
						... 
						
						
						
						-Fix: [1103113] font size changing. Dedicated server did not have code filtering, 'tab' could result in bigger fonts
-Fix: [1103069] console backspace key with ded server; fixed due to normal console handling
-Fix: [1101963] console in dedicated server; see above
-Fix: dedicated server also writes to log file if active 
						
						
					 
					
						2005-01-16 18:19:33 +00:00 
						 
				 
			
				
					
						
							
							
								tron 
							
						 
					 
					
						
						
							
						
						8b7c1e94e1 
					 
					
						
						
							
							(svn r1402) Trim trailing whitespace  
						
						
						
						
					 
					
						2005-01-06 18:45:28 +00:00 
						 
				 
			
				
					
						
							
							
								truelight 
							
						 
					 
					
						
						
							
						
						1f4c1e8821 
					 
					
						
						
							
							(svn r1281) -Fix: the OS/2 is now finished. Fixes:  
						
						... 
						
						
						
						- Networking
  - File selector issue
  - Keyboard input
  - Dedicated server console issue (use dedicated.cmd to open a server)
  - Plus many other minor issues 
						
						
					 
					
						2004-12-27 10:40:04 +00:00 
						 
				 
			
				
					
						
							
							
								darkvater 
							
						 
					 
					
						
						
							
						
						b249954538 
					 
					
						
						
							
							(svn r1266) -Fix: fix some cygwin/mingw warnings  
						
						... 
						
						
						
						-Note: when compiling with MinGW (-mno-cygwin) __MINGW32__ is defined; when compiling without it __CYGWIN32__ is defined. You need to set either -mno-cygwin (MinGW) or -mwin32 (Cygwin) to have WIN32 defined 
						
						
					 
					
						2004-12-23 22:31:46 +00:00 
						 
				 
			
				
					
						
							
							
								truelight 
							
						 
					 
					
						
						
							
						
						a9bb5be49d 
					 
					
						
						
							
							(svn r1248) -Add: initial OS/2 support (read docs/ReadMe_OS2.txt) (orudge)  
						
						... 
						
						
						
						Works fine, beside some minor stuff:
  - Network is not working yet
  - Keyboard is not working
  - No MIDI support
  - 'A few file selector bugs involving drives' 
						
						
					 
					
						2004-12-23 14:46:16 +00:00 
						 
				 
			
				
					
						
							
							
								darkvater 
							
						 
					 
					
						
						
							
						
						28c1dc3e39 
					 
					
						
						
							
							(svn r1240) -Fix: OpenTTD once again compiles if ENABLE_NETWORK is disabled.  
						
						... 
						
						
						
						-Fix: removed some warnings
-Enabled ENABLE_NETWORK on windows again which I accidentally commented out. 
						
						
					 
					
						2004-12-23 00:24:44 +00:00 
						 
				 
			
				
					
						
							
							
								bjarni 
							
						 
					 
					
						
						
							
						
						fb345e983e 
					 
					
						
						
							
							(svn r1236) MorphOS: added make release like in OSX (tokai)  
						
						... 
						
						
						
						MorphOS: cleaned up the code telling the difference between AmigaOS and MorphOS (tokai) 
						
						
					 
					
						2004-12-22 21:12:36 +00:00 
						 
				 
			
				
					
						
							
							
								truelight 
							
						 
					 
					
						
						
							
						
						3d0cd51f27 
					 
					
						
						
							
							(svn r1188) -Fix: [Network] Fixed that CTRL+<key> could sometimes hang a dedicated  
						
						... 
						
						
						
						server till enter was pressed. CTRL+D after a random key still does hang 
the dedicated server till enter is pressed. 
						
						
					 
					
						2004-12-20 16:35:16 +00:00 
						 
				 
			
				
					
						
							
							
								truelight 
							
						 
					 
					
						
						
							
						
						96c1e88d56 
					 
					
						
						
							
							(svn r1173) -Fix: [Network] Console input in dedicated server for windows was not  
						
						... 
						
						
						
						working (Hackykid) 
						
						
					 
					
						2004-12-19 14:42:17 +00:00 
						 
				 
			
				
					
						
							
							
								truelight 
							
						 
					 
					
						
						
							
						
						9bd54b592d 
					 
					
						
						
							
							(svn r1172) -Fix: [Network] Pressing CTRL+C in dedicated server now closed the server  
						
						
						
						
					 
					
						2004-12-19 14:08:29 +00:00 
						 
				 
			
				
					
						
							
							
								truelight 
							
						 
					 
					
						
						
							
						
						17a613546c 
					 
					
						
						
							
							(svn r1154) -Add: [Network] Forked dedicated server (start openttd with -Df) (GeniusDex)  
						
						
						
						
					 
					
						2004-12-18 14:19:21 +00:00 
						 
				 
			
				
					
						
							
							
								truelight 
							
						 
					 
					
						
						
							
						
						88b94c3c67 
					 
					
						
						
							
							(svn r1152) -Add: [Network] Added signal handling (GeniusDex)  
						
						
						
						
					 
					
						2004-12-18 13:15:41 +00:00 
						 
				 
			
				
					
						
							
							
								truelight 
							
						 
					 
					
						
						
							
						
						549dafc241 
					 
					
						
						
							
							(svn r1056) -Fix: [Network] Give the dedicated-server always a console in windows (sign_de)  
						
						
						
						
					 
					
						2004-12-13 16:51:10 +00:00 
						 
				 
			
				
					
						
							
							
								truelight 
							
						 
					 
					
						
						
							
						
						b8f6d41418 
					 
					
						
						
							
							(svn r942) -Merged branch/network back into the trunk  
						
						
						
						
					 
					
						2004-12-04 17:54:56 +00:00