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
/
main_gui.cpp
Age
Commit message (
Expand
)
Author
2009-11-28
(svn r18322) -Codechange: remove the WDP duplication; no need to tell the sam...
rubidium
2009-11-28
(svn r18318) -Codechange: add an enum value for manual window placement
rubidium
2009-11-17
(svn r18152) -Codechange: remove the 'minimum window size' from the WindowDes...
rubidium
2009-11-15
(svn r18086) -Codechange: remove 'widget' from WindowDesc
rubidium
2009-11-02
(svn r17953) -Fix: when you start giving money (input window for amount), the...
rubidium
2009-10-24
(svn r17853) -Codechange: remove the 'delta' parameter from OnResize; it was ...
rubidium
2009-10-04
(svn r17693) -Cleanup: remove some unneeded includes
rubidium
2009-09-30
(svn r17673) -Codechange: make InvalidateThisWindowData a function of the win...
rubidium
2009-09-19
(svn r17572) -Codechange: Use the Window::GetWidget() function to access nest...
alberth
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 r17021) -Codechange: Use nested widgets for the main window.
alberth
2009-07-13
(svn r16821) -Codechange: unify the naming of type::UpdateVirtCoord and Updat...
rubidium
2009-05-16
(svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index)
smatz
2009-04-19
(svn r16088) -Codechange: merge HighLightStyle and ViewportHighlightMode as t...
rubidium
2009-03-15
(svn r15725) -Fix: centering on a vehicle didn't respect its z coordinate
smatz
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-02-09
(svn r15428) -Codechange: consistently use colour instead of having both colo...
rubidium
2009-02-04
(svn r15336) -Fix: do not use _current_company in the GUI as there are no gua...
rubidium
2009-01-31
(svn r15299) -Cleanup: remove many redundant includes
smatz
2009-01-09
(svn r14944) -Cleanup: add spaces around some operators
rubidium
2008-12-29
(svn r14764) -Codechange: make the '***' chat messages like "Game paused (not...
rubidium
2008-12-28
(svn r14754) -Codechange: get rid of _cmd_text and just pass it as (optional)...
rubidium
2008-12-23
(svn r14723) -Codechange: shuffling some stuff around to reduce indirect #inc...
rubidium
2008-12-22
(svn r14717) -Change: more 'Index' -> ClientID to not confuse ClientID and Cl...
rubidium
2008-12-22
(svn r14715) -Codechange: move some network code from the main gui file into ...
rubidium
2008-12-22
(svn r14709) -Codechange: make a clearer distinction between 'unique' client ...
rubidium
2008-11-25
(svn r14633) -Fix: compile failure when building a debug build without networ...
rubidium
2008-09-30
(svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.
rubidium
2008-09-30
(svn r14421) -Codechange: rename all player variables/types to company *or* c...
rubidium
2008-09-15
(svn r14331) -Codechange: use an enum as additional parameter for ShowQuerySt...
smatz
2008-09-02
(svn r14223) -Codechange: make GetSprite aware of the 4 different types of sp...
rubidium
2008-08-29
(svn r14187) -Fix (r14104): silence warning when compiling without networking...
rubidium
2008-08-20
(svn r14104) -Feature: Add a window for waypoints, allowing to view all the t...
belugas
2008-08-13
(svn r14063) -Codechange: replace some "magic" constants with enumified const...
rubidium
2008-07-17
(svn r13719) -Codechange: rename IsValidPlayer to IsValidPlayerID in line wit...
rubidium
2008-06-16
(svn r13537) -Fix [FS#2090](r13523): QSortT won't work this way, use Dimensio...
smatz
2008-06-09
(svn r13433) -Codechange: remove a now useless global variable.
rubidium
2008-05-30
(svn r13343) -Codechange: reorder/move variable/functions in the network head...
rubidium
2008-05-29
(svn r13325) -Codechange: split the client-side only settings from the settin...
rubidium
2008-05-25
(svn r13251) -Codechange: rename _patches to _settings as that is more logic.
rubidium
2008-05-24
(svn r13228) -Codechange: split console.h.
rubidium
2008-05-18
(svn r13169) -Codechange: remove a (now) unneeded parameter of one of the Win...
rubidium
2008-05-17
(svn r13151) -Codechange: use an enum instead of bool as return type of OnKey...
rubidium
2008-05-17
(svn r13139) -Codechange: move DrawWindowWidgets and DrawWindowViewport to th...
rubidium
2008-05-16
(svn r13114) -Codechange: use InvalidateData instead of direct window access ...
rubidium
2008-05-15
(svn r13106) -Codechange: rework the toolbar code a little so functions do no...
rubidium
2008-05-13
(svn r13071) -Codechange: make also a class of the MainWindow.
rubidium
2008-05-11
(svn r13047) -Codechange: remove vp_d
glx
[next]