Age | Commit message (Expand) | Author |
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 |
2008-05-10 | (svn r13028) -Codechange: WE_MESSAGE and WE_INVALIDATE_DATA were doing the sa... | rubidium |
2008-05-08 | (svn r13004) -Codechange: replace AllocateWindow and AllocateWindowDesc with ... | rubidium |
2008-05-07 | (svn r12987) -Codechange: split viewport and tile selection. | rubidium |
2008-05-06 | (svn r12976) -Codechange: use w->SetDirty() instead of SetWindowDirty(w) when... | rubidium |
2008-05-06 | (svn r12971) -Documentation: add @file in files that missed them and add some... | rubidium |
2008-04-19 | (svn r12789) -Codechange: rename AssignWindowViewport to InitializeWindowView... | rubidium |
2008-04-18 | (svn r12779) -Codechange: remove a few constants from openttd.h. | rubidium |
2008-04-18 | (svn r12771) -Codechange: remove more from variables.h. | rubidium |
2008-04-18 | (svn r12769) -Codechange: some coding style cleanups. | rubidium |
2008-04-18 | (svn r12768) -Codechange: move the statusbar GUI to it's own file. | rubidium |
2008-04-18 | (svn r12767) -Codechange: merge all main toolbar related functions into a sin... | rubidium |
2008-04-07 | (svn r12619) -Codechange: lots of documentation about window related stuff. P... | rubidium |
2008-04-03 | (svn r12547) -Feature: invisibility options to make objects invisible instead... | smatz |