Age | Commit message (Expand) | Author |
2009-07-03 | (svn r16728) -Fix (r14919): the Join station window didn't show all stations ... | smatz |
2009-06-24 | (svn r16643) -Codechange: replace GetStationByTile() by Station::GetByTile() | smatz |
2009-05-17 | (svn r16327) -Codechange: replace IsValidPoolItemID(index) by PoolItem::IsVal... | smatz |
2009-05-16 | (svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index) | smatz |
2009-05-06 | (svn r16242) -Codechange: rework pausing | rubidium |
2009-05-03 | (svn r16212) -Codechange: Added nested widgets for all station_gui windows. | alberth |
2009-05-03 | (svn r16211) -Codechange: Moving StationListWidgets out of the window class, ... | alberth |
2009-05-03 | (svn r16210) -Codechange: Make panels non-overlapping in company stations win... | alberth |
2009-05-03 | (svn r16209) -Codechange: Removed bottom panel from join station window. | alberth |
2009-04-26 | (svn r16160) -Codechange: remove the need for explicit TC_FROMSTRING for Draw... | rubidium |
2009-04-21 | (svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had t... | rubidium |
2009-04-12 | (svn r16046) -Change: when sorting on cargo ratings only take a look at the r... | rubidium |
2009-04-12 | (svn r16045) -Feature [FS#597]: allow sorting stations by the lowest cargo ra... | rubidium |
2009-04-10 | (svn r16025) -Fix [FS#2818]: "build separate station" in the station picker w... | rubidium |
2009-03-29 | (svn r15885) -Codechange: Removed new_size parameter of Window::OnResize() ca... | alberth |
2009-03-24 | (svn r15837) -Codechange: support SETX(Y) with RTL text, swap alignment for R... | rubidium |
2009-03-24 | (svn r15836) -Fix [FS#2762]: acceptance not shown in the station window (swap... | rubidium |
2009-03-22 | (svn r15813) -Codechange: remove the last remnants of the old text drawing API. | rubidium |
2009-03-21 | (svn r15797) -Codechange: make users of the old DrawStringMultiLine use the n... | rubidium |
2009-03-21 | (svn r15791) -Codechange: remove the *RightAligned part of the old text drawi... | rubidium |
2009-03-21 | (svn r15790) -Codechange: remove the *Centered part of the old text drawing API. | rubidium |
2009-03-21 | (svn r15785) -Codechange: remove the *Truncated part of the old text drawing ... | rubidium |
2009-03-15 | (svn r15726) -Codechange: unify coding style for const pointers | smatz |
2009-03-15 | (svn r15723) -Codechange: use a constructor for WindowDescs as that makes exp... | rubidium |
2009-03-14 | (svn r15711) -Codechange: lots of whitespace cleanup/fixes | rubidium |
2009-02-09 | (svn r15427) -Codechange: give w->caption_color a more sensible name as it ho... | rubidium |
2009-02-09 | (svn r15423) -Codechange: split widget related types to their own header and ... | rubidium |
2009-02-08 | (svn r15413) -Fix [FS#2529/2533]: inconsistencies between station and bridge ... | rubidium |
2009-02-04 | (svn r15338) -Fix [FS#2598]: close all construction related windows whenever ... | 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-29 | (svn r15291) -Cleanup: Move the station list widgets to their class from stat... | Yexo |
2009-01-13 | (svn r15072) -Fix (r14919): Distant-join search-area was determined inconsist... | frosch |
2009-01-13 | (svn r15069) -Change (r14919): Make distant-join less intelligent but more tr... | frosch |
2009-01-13 | (svn r15065) -Change (r14919): Allow to select a new station location by ctrl... | frosch |
2009-01-12 | (svn r15015) -Fix (r14919): Distant-join always failed for docks. Based on pa... | frosch |
2009-01-10 | (svn r14949) -Cleanup: pointer coding style | rubidium |
2009-01-08 | (svn r14919) -Feature: distant joining of stations (Frostregen and PhilSophus) | rubidium |
2009-01-04 | (svn r14822) -Change: save 'build station' settings in the config file, like ... | rubidium |
2009-01-02 | (svn r14785) -Fix [FS#2132]: vehicle list for station gets closed when statio... | rubidium |
2008-12-28 | (svn r14754) -Codechange: get rid of _cmd_text and just pass it as (optional)... | rubidium |
2008-12-26 | (svn r14743) -Codechange: use INVALID_TILE to indicate station doesn't have q... | smatz |
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-23 | (svn r14390) -Codechange: replace magic constants with symbolic constants. | 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-13 | (svn r14306) -Codechange: unify the code to draw the vehicle list. | rubidium |
2008-08-27 | (svn r14180) -Fix (r8293): close all related vehicle lists when closing a sta... | glx |
2008-08-13 | (svn r14063) -Codechange: replace some "magic" constants with enumified const... | rubidium |