index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
waypoint_gui.cpp
Age
Commit message (
Expand
)
Author
2010-06-15
(svn r19990) -Fix: owner of the Waypoint View window wasn't properly set
smatz
2010-06-11
(svn r19957) -Codechange: remove VLW_WAYPOINT_LIST
smatz
2010-06-10
(svn r19956) -Fix: close list of vehicles with given oil rig in orders when t...
smatz
2010-06-10
(svn r19955) -Fix: close list of vehicles with given buoy/oil rig in orders w...
smatz
2010-06-10
(svn r19952) -Fix: do not close list of waypoint's trains when the waypoint v...
smatz
2010-01-30
(svn r18966) -Codechange: Remove Window::OnDoubleClick() in favour of a param...
frosch
2010-01-15
(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if...
rubidium
2009-12-21
(svn r18588) -Feature [FS#2943]: Add shading and unshading of windows.
alberth
2009-11-28
(svn r18322) -Codechange: remove the WDP duplication; no need to tell the sam...
rubidium
2009-11-24
(svn r18280) -Codechange: remove widget indices that are not needed for custo...
rubidium
2009-11-24
(svn r18277) -Codechange: remove unneeded widget indices for close, resize an...
rubidium
2009-11-24
(svn r18274) -Codechange: remove the unused WDF flags
rubidium
2009-11-22
(svn r18229) -Codechange: Make fill_x, fill_y a number instead of a bool.
alberth
2009-11-17
(svn r18152) -Codechange: remove the 'minimum window size' from the WindowDes...
rubidium
2009-11-16
(svn r18125) -Fix: the waypoint/buoy window had the wrong text colour in thei...
rubidium
2009-11-15
(svn r18086) -Codechange: remove 'widget' from WindowDesc
rubidium
2009-09-19
(svn r17572) -Codechange: Use the Window::GetWidget() function to access nest...
alberth
2009-09-07
(svn r17441) -Fix (r16900): close the vehicle list of the vehicle type that v...
rubidium
2009-08-23
(svn r17271) -Fix: SetFill sometimes used 1/0 when it should be using true/false
rubidium
2009-08-21
(svn r17248) -Fix: add GPL license notice where appropriate
rubidium
2009-08-05
(svn r17075) -Codechange: rename ~750 strings to be more uniform with their r...
rubidium
2009-08-01
(svn r17030) -Codechange: Better descriptions for buoys.
alberth
2009-08-01
(svn r17025) -Codechange: Waypoint window using all the new goodies (based on...
alberth
2009-07-28
(svn r16976) -Codechange: remove WaypointID and MAX_LENGTH constants in favou...
rubidium
2009-07-24
(svn r16934) -Codechange: introduce a simple helper function to check whether...
rubidium
2009-07-22
(svn r16912) -Codechange: split waypoint.h in waypoint_base.h and waypoint_fu...
rubidium
2009-07-22
(svn r16909) -Fix [FS#2996]: NewGRF stations would be triggering assertions a...
rubidium
2009-07-21
(svn r16900) -Codechange: prepare the waypoint window for buoys
rubidium
2009-07-20
(svn r16886) -Codechange: unify naming of some string IDs related to string c...
rubidium
2009-05-22
(svn r16378) -Codechange: replace OldPool with simpler Pool. Compilation time...
smatz
2009-05-16
(svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index)
smatz
2009-04-21
(svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had t...
rubidium
2009-03-25
(svn r15853) -Codechange: New widgets for the waypoint gui.
yexo
2009-03-15
(svn r15725) -Fix: centering on a vehicle didn't respect its z coordinate
smatz
2009-03-15
(svn r15723) -Codechange: use a constructor for WindowDescs as that makes exp...
rubidium
2009-03-15
(svn r15718) -Cleanup: apply some comment coding style on the rest of the sou...
rubidium
2009-03-14
(svn r15711) -Codechange: lots of whitespace cleanup/fixes
rubidium
2009-03-13
(svn r15704) -Cleanup: remove further includes from recently split files
smatz
2009-02-26
(svn r15589) -Fix: drawing of waypoints with invalid owner was broken
smatz
2009-02-09
(svn r15427) -Codechange: give w->caption_color a more sensible name as it ho...
rubidium
2009-02-07
(svn r15398) -Fix (r14135): _current_company shouldn't be used in GUI code (S...
smatz
2009-01-31
(svn r15299) -Cleanup: remove many redundant includes
smatz
2008-12-28
(svn r14754) -Codechange: get rid of _cmd_text and just pass it as (optional)...
rubidium
2008-09-15
(svn r14334) -Feature: ability to reset name to default/automatic value (for ...
smatz
2008-09-15
(svn r14331) -Codechange: use an enum as additional parameter for ShowQuerySt...
smatz
2008-09-12
(svn r14304) -Fix (r14104): waypoint train list wasn't closed with the waypoi...
smatz
2008-08-23
(svn r14143) -Codechange: Recenter viewport of waypoint window when relocatin...
frosch
2008-08-23
(svn r14135) -Codechange: Add owner to waypoints. Previously, it was guessed ...
belugas
2008-08-22
(svn r14127) -Feature(ette): Give the the player's colour to the waypoint win...
belugas
2008-08-20
(svn r14108) -Fix(r14104): Give a more consistent naming of the new gui file
belugas