Jonathan G Rennison 
							
						 
					 
					
						
						
							
						
						b4fc0b4dc5 
					 
					
						
						
							
							Initial implementation of road waypoints  
						
						 
						
						
						
						
					 
					
						2022-01-26 21:46:36 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonathan G Rennison 
							
						 
					 
					
						
						
							
						
						d81cbc25b8 
					 
					
						
						
							
							Add setting to allow hiding viewport labels of inidivudal waypoints  
						
						 
						
						
						
						
					 
					
						2022-01-21 23:37:53 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonathan G Rennison 
							
						 
					 
					
						
						
							
						
						01c051793c 
					 
					
						
						
							
							Allow referencing waypoints in news items  
						
						 
						
						
						
						
					 
					
						2021-01-25 02:20:38 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonathan G Rennison 
							
						 
					 
					
						
						
							
						
						fc012d4874 
					 
					
						
						
							
							Add NewGRF debug window inspection for waypoints  
						
						 
						
						
						
						
					 
					
						2021-01-15 17:15:16 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonathan G Rennison 
							
						 
					 
					
						
						
							
						
						fe9b024f1a 
					 
					
						
						
							
							Merge branch 'master' into jgrpp  
						
						 
						
						... 
						
						
						
						# Conflicts:
#	src/signs_cmd.cpp
#	src/station.cpp
#	src/station_cmd.cpp
#	src/town_cmd.cpp
#	src/viewport.cpp
#	src/waypoint.cpp
#	src/waypoint_cmd.cpp 
						
						
					 
					
						2019-12-11 18:20:24 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Niels Martin Hansen 
							
						 
					 
					
						
						
							
						
						9900af38f5 
					 
					
						
						
							
							Fix   #7847 : Use ViewportSign coordinates for sign Kdtree coordinates ( #7849 )  
						
						 
						
						... 
						
						
						
						Ensure the same coordinates are used for station/town/player signs regardless of how the landscape changes below it after the coordinates were first determined.
By keeping track of whether each ViewportSign is valid for Kdtree use (and only ever registering the viewport sign when the object is valid) a lot of code can be simplified and become more robust at the same time. 
						
						
					 
					
						2019-12-01 23:17:33 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonathan G Rennison 
							
						 
					 
					
						
						
							
						
						cbdd9f84d8 
					 
					
						
						
							
							Merge branch 'master' into jgrpp  
						
						 
						
						... 
						
						
						
						# Conflicts:
#	src/console_gui.cpp
#	src/lang/korean.txt
#	src/video/sdl2_v.cpp
#	src/video/sdl2_v.h
#	src/window.cpp
#	src/window_gui.h 
						
						
					 
					
						2019-11-12 18:43:10 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								S. D. Cloudt 
							
						 
					 
					
						
						
							
						
						13cc8a0cee 
					 
					
						
						
							
							Cleanup: Removed SVN  headers  
						
						 
						
						
						
						
					 
					
						2019-11-10 17:59:20 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonathan G Rennison 
							
						 
					 
					
						
						
							
						
						ac84f34062 
					 
					
						
						
							
							Fix viewport kdtree not being updated for waypoints when sign moved  
						
						 
						
						
						
						
					 
					
						2019-07-06 14:58:42 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonathan G Rennison 
							
						 
					 
					
						
						
							
						
						070160af40 
					 
					
						
						
							
							Save point used when adding station to viewport kd tree, use for removal  
						
						 
						
						
						
						
					 
					
						2019-04-09 02:32:28 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonathan G Rennison 
							
						 
					 
					
						
						
							
						
						53ff27370d 
					 
					
						
						
							
							Do not update viewport sign kd tree in network dedicated mode, or during savegame conversion  
						
						 
						
						
						
						
					 
					
						2019-04-02 03:48:19 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonathan G Rennison 
							
						 
					 
					
						
						
							
						
						5e6d283463 
					 
					
						
						
							
							Merge branch 'master' into jgrpp  
						
						 
						
						... 
						
						
						
						Remove the viewport sign cache as this is now superseded by the kd tree
implementation
# Conflicts:
#	src/crashlog.cpp
#	src/lang/english.txt
#	src/misc.cpp
#	src/pathfinder/follow_track.hpp
#	src/pbs.cpp
#	src/rail_cmd.cpp
#	src/saveload/vehicle_sl.cpp
#	src/settings.cpp
#	src/settings_gui.cpp
#	src/ship_cmd.cpp
#	src/station.cpp
#	src/station_base.h
#	src/station_cmd.cpp
#	src/table/settings.ini
#	src/thread/thread_morphos.cpp
#	src/town_cmd.cpp
#	src/train_cmd.cpp
#	src/viewport.cpp
#	src/waypoint.cpp 
						
						
					 
					
						2019-03-13 03:38:26 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Niels Martin Hansen 
							
						 
					 
					
						
						
							
						
						e8d397e4ee 
					 
					
						
						
							
							Codechange: Make a merged k-d tree index of all viewport signs  
						
						 
						
						
						
						
					 
					
						2019-03-09 20:27:11 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonathan G Rennison 
							
						 
					 
					
						
						
							
						
						ffed0c194a 
					 
					
						
						
							
							Add current order (station, waypoint or depot) condition variable.  
						
						 
						
						... 
						
						
						
						Adjust item bit allocations:
* Increase cond flags from 2 bits to 3 bits, for future expansion.
* Use 2 bits remaining in adjacent gap for an auxiliary type field.
  This is used for the type (station, waypoint, etc.) of order tests.
Perform a linear scan of the program pool when deleting a station,
waypoint or depot. 
						
						
					 
					
						2015-07-28 01:36:52 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								rubidium 
							
						 
					 
					
						
						
							
						
						0463dbdc9e 
					 
					
						
						
							
							(svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values  
						
						 
						
						
						
						
					 
					
						2014-04-23 20:13:33 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								rubidium 
							
						 
					 
					
						
						
							
						
						2be4215f43 
					 
					
						
						
							
							(svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values  
						
						 
						
						
						
						
					 
					
						2014-04-23 20:13:33 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								smatz 
							
						 
					 
					
						
						
							
						
						e71fd4bb57 
					 
					
						
						
							
							(svn r19958) -Codechange: move common code from Waypoint and Station destructors to BaseStation destructor  
						
						 
						
						
						
						
					 
					
						2010-06-11 00:20:24 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								smatz 
							
						 
					 
					
						
						
							
						
						ba43c0f5dd 
					 
					
						
						
							
							(svn r19958) -Codechange: move common code from Waypoint and Station destructors to BaseStation destructor  
						
						 
						
						
						
						
					 
					
						2010-06-11 00:20:24 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								smatz 
							
						 
					 
					
						
						
							
						
						c4175b752a 
					 
					
						
						
							
							(svn r19957) -Codechange: remove VLW_WAYPOINT_LIST  
						
						 
						
						
						
						
					 
					
						2010-06-11 00:18:28 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								smatz 
							
						 
					 
					
						
						
							
						
						a6232ad532 
					 
					
						
						
							
							(svn r19957) -Codechange: remove VLW_WAYPOINT_LIST  
						
						 
						
						
						
						
					 
					
						2010-06-11 00:18:28 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								smatz 
							
						 
					 
					
						
						
							
						
						8bf4a7d1ae 
					 
					
						
						
							
							(svn r19956) -Fix: close list of vehicles with given oil rig in orders when the oil rig is deleted  
						
						 
						
						... 
						
						
						
						-Fix (r19952): close the list when it is not sticky 
						
						
					 
					
						2010-06-10 23:52:09 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								smatz 
							
						 
					 
					
						
						
							
						
						24e4010f93 
					 
					
						
						
							
							(svn r19956) -Fix: close list of vehicles with given oil rig in orders when the oil rig is deleted  
						
						 
						
						... 
						
						
						
						-Fix (r19952): close the list when it is not sticky 
						
						
					 
					
						2010-06-10 23:52:09 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								smatz 
							
						 
					 
					
						
						
							
						
						1879937992 
					 
					
						
						
							
							(svn r19951) -Fix [FS#3869]: close buoy's vehicle list when the buoy is deleted  
						
						 
						
						
						
						
					 
					
						2010-06-10 16:19:59 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								smatz 
							
						 
					 
					
						
						
							
						
						db821f55d1 
					 
					
						
						
							
							(svn r19951) -Fix [FS#3869]: close buoy's vehicle list when the buoy is deleted  
						
						 
						
						
						
						
					 
					
						2010-06-10 16:19:59 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								rubidium 
							
						 
					 
					
						
						
							
						
						936477c323 
					 
					
						
						
							
							(svn r18679) -Fix (r16993): tile area of waypoints wasn't correctly given to NewGRFs in case of multi tile waypoints  
						
						 
						
						
						
						
					 
					
						2010-01-01 18:10:10 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								rubidium 
							
						 
					 
					
						
						
							
						
						afb0db2549 
					 
					
						
						
							
							(svn r18679) -Fix (r16993): tile area of waypoints wasn't correctly given to NewGRFs in case of multi tile waypoints  
						
						 
						
						
						
						
					 
					
						2010-01-01 18:10:10 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								rubidium 
							
						 
					 
					
						
						
							
						
						d6cded5380 
					 
					
						
						
							
							(svn r17693) -Cleanup: remove some unneeded includes  
						
						 
						
						
						
						
					 
					
						2009-10-04 17:16:41 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								rubidium 
							
						 
					 
					
						
						
							
						
						982b8ee5fc 
					 
					
						
						
							
							(svn r17693) -Cleanup: remove some unneeded includes  
						
						 
						
						
						
						
					 
					
						2009-10-04 17:16:41 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								rubidium 
							
						 
					 
					
						
						
							
						
						7fbc33dae1 
					 
					
						
						
							
							(svn r17248) -Fix: add GPL license notice where appropriate  
						
						 
						
						
						
						
					 
					
						2009-08-21 20:21:05 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								rubidium 
							
						 
					 
					
						
						
							
						
						99d46e0ad7 
					 
					
						
						
							
							(svn r17248) -Fix: add GPL license notice where appropriate  
						
						 
						
						
						
						
					 
					
						2009-08-21 20:21:05 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								rubidium 
							
						 
					 
					
						
						
							
						
						cb0409fe52 
					 
					
						
						
							
							(svn r16912) -Codechange: split waypoint.h in waypoint_base.h and waypoint_func.h  
						
						 
						
						
						
						
					 
					
						2009-07-22 10:18:19 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								rubidium 
							
						 
					 
					
						
						
							
						
						6435dc89fe 
					 
					
						
						
							
							(svn r16912) -Codechange: split waypoint.h in waypoint_base.h and waypoint_func.h  
						
						 
						
						
						
						
					 
					
						2009-07-22 10:18:19 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								rubidium 
							
						 
					 
					
						
						
							
						
						68ead6b84f 
					 
					
						
						
							
							(svn r16909) -Fix [FS#2996]: NewGRF stations would be triggering assertions all over the place when using the more advanced station types.  
						
						 
						
						... 
						
						
						
						-Change: make (rail) waypoints sub classes of 'base stations', make buoys waypoints and unify code between them where possible. 
						
						
					 
					
						2009-07-22 08:59:57 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								rubidium 
							
						 
					 
					
						
						
							
						
						100cb17fa8 
					 
					
						
						
							
							(svn r16909) -Fix [FS#2996]: NewGRF stations would be triggering assertions all over the place when using the more advanced station types.  
						
						 
						
						... 
						
						
						
						-Change: make (rail) waypoints sub classes of 'base stations', make buoys waypoints and unify code between them where possible. 
						
						
					 
					
						2009-07-22 08:59:57 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								rubidium 
							
						 
					 
					
						
						
							
						
						ed5ced71c8 
					 
					
						
						
							
							(svn r16897) -Codechange: use the 'generic' station spec to station allocation for waypoints too  
						
						 
						
						
						
						
					 
					
						2009-07-21 11:20:34 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								rubidium 
							
						 
					 
					
						
						
							
						
						4d3072ec67 
					 
					
						
						
							
							(svn r16897) -Codechange: use the 'generic' station spec to station allocation for waypoints too  
						
						 
						
						
						
						
					 
					
						2009-07-21 11:20:34 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								rubidium 
							
						 
					 
					
						
						
							
						
						43eda3dfbf 
					 
					
						
						
							
							(svn r16896) -Codechange: make station spec allocation and station animation functions work for both stations and waypoints  
						
						 
						
						
						
						
					 
					
						2009-07-21 11:11:05 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								rubidium 
							
						 
					 
					
						
						
							
						
						6670fae515 
					 
					
						
						
							
							(svn r16896) -Codechange: make station spec allocation and station animation functions work for both stations and waypoints  
						
						 
						
						
						
						
					 
					
						2009-07-21 11:11:05 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								rubidium 
							
						 
					 
					
						
						
							
						
						2b374824dc 
					 
					
						
						
							
							(svn r16870) -Codechange: unmagicify road stop/waypoint picker drawing  
						
						 
						
						
						
						
					 
					
						2009-07-18 10:39:52 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								rubidium 
							
						 
					 
					
						
						
							
						
						fec1178abb 
					 
					
						
						
							
							(svn r16870) -Codechange: unmagicify road stop/waypoint picker drawing  
						
						 
						
						
						
						
					 
					
						2009-07-18 10:39:52 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								rubidium 
							
						 
					 
					
						
						
							
						
						861a2163f6 
					 
					
						
						
							
							(svn r16869) -Codechange: make drawing waypoints a tiny bit more like drawing stations  
						
						 
						
						
						
						
					 
					
						2009-07-18 10:01:31 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								rubidium 
							
						 
					 
					
						
						
							
						
						a78751ee9a 
					 
					
						
						
							
							(svn r16869) -Codechange: make drawing waypoints a tiny bit more like drawing stations  
						
						 
						
						
						
						
					 
					
						2009-07-18 10:01:31 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								rubidium 
							
						 
					 
					
						
						
							
						
						8c17c6cb2b 
					 
					
						
						
							
							(svn r16868) -Codechange: unify UpdateAll[Station|Waypoint]VirtCoords  
						
						 
						
						
						
						
					 
					
						2009-07-18 08:41:58 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								rubidium 
							
						 
					 
					
						
						
							
						
						b4f5a1eebb 
					 
					
						
						
							
							(svn r16868) -Codechange: unify UpdateAll[Station|Waypoint]VirtCoords  
						
						 
						
						
						
						
					 
					
						2009-07-18 08:41:58 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								rubidium 
							
						 
					 
					
						
						
							
						
						4e5af51d1f 
					 
					
						
						
							
							(svn r16864) -Codechange: make Waypoints a subclass of BaseStation.  
						
						 
						
						
						
						
					 
					
						2009-07-17 21:06:06 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								rubidium 
							
						 
					 
					
						
						
							
						
						3927fd6be7 
					 
					
						
						
							
							(svn r16864) -Codechange: make Waypoints a subclass of BaseStation.  
						
						 
						
						
						
						
					 
					
						2009-07-17 21:06:06 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								rubidium 
							
						 
					 
					
						
						
							
						
						d8f16ea199 
					 
					
						
						
							
							(svn r16863) -Codechange: GetWaypointByTile -> Waypoint::GetByTile, like used for e.g. stations  
						
						 
						
						
						
						
					 
					
						2009-07-17 20:51:24 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								rubidium 
							
						 
					 
					
						
						
							
						
						4ca5ce8904 
					 
					
						
						
							
							(svn r16863) -Codechange: GetWaypointByTile -> Waypoint::GetByTile, like used for e.g. stations  
						
						 
						
						
						
						
					 
					
						2009-07-17 20:51:24 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								rubidium 
							
						 
					 
					
						
						
							
						
						c9cab7ba19 
					 
					
						
						
							
							(svn r16862) -Codechange: make waypoints use the same system of station station spec lists.  
						
						 
						
						
						
						
					 
					
						2009-07-17 20:40:29 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								rubidium 
							
						 
					 
					
						
						
							
						
						a475a81706 
					 
					
						
						
							
							(svn r16862) -Codechange: make waypoints use the same system of station station spec lists.  
						
						 
						
						
						
						
					 
					
						2009-07-17 20:40:29 +00:00