Age | Commit message (Expand) | Author |
2009-10-24 | (svn r17853) -Codechange: remove the 'delta' parameter from OnResize; it was ... | rubidium |
2009-10-09 | (svn r17748) -Fix: crash when right clicking on the 'toggle' toolbar button | rubidium |
2009-10-04 | (svn r17693) -Cleanup: remove some unneeded includes | rubidium |
2009-09-21 | (svn r17603) -Codechange: since now, towns are 'founded' instead of 'built' | smatz |
2009-09-20 | (svn r17596) -Codechange: constify some tables | smatz |
2009-09-13 | (svn r17532) -Codechange: Rename several Invalidate functions to SetDirty for... | frosch |
2009-09-13 | (svn r17525) -Cleanup: Remove SetWindowDirty(), it is completely covered by o... | frosch |
2009-08-21 | (svn r17248) -Fix: add GPL license notice where appropriate | rubidium |
2009-08-15 | (svn r17192) -Fix (r17175): Buttons in the toolbar of the scenario editor did... | alberth |
2009-08-05 | (svn r17075) -Codechange: rename ~750 strings to be more uniform with their r... | rubidium |
2009-08-04 | (svn r17062) -Change: unify the naming of some 125 strings | rubidium |
2009-07-25 | (svn r16951) -Change: order the strings in the options dropdown slightly more... | rubidium |
2009-07-25 | (svn r16949) -Codechange: unify the way the DisplayOption enums are written | rubidium |
2009-07-23 | (svn r16930) -Codechange: more StringID name unification and grouping | rubidium |
2009-06-01 | (svn r16497) -Feature [FS#2870]: Q/W/E/D will now open the landscape toolbar ... | smatz |
2009-05-26 | (svn r16430) -Fix: crash when a company is deleted while a dropdown with comp... | smatz |
2009-05-22 | (svn r16379) -Codechange: remove GetNumTowns(), GetNumIndustries() and GetAct... | 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-16 | (svn r16321) -Fix (r5946): in the scenario editor change the (starting) game ... | rubidium |
2009-05-06 | (svn r16242) -Codechange: rework pausing | rubidium |
2009-04-21 | (svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had t... | rubidium |
2009-04-19 | (svn r16088) -Codechange: merge HighLightStyle and ViewportHighlightMode as t... | rubidium |
2009-03-29 | (svn r15885) -Codechange: Removed new_size parameter of Window::OnResize() ca... | alberth |
2009-03-21 | (svn r15784) -Fix (r15779): TextAlignment and TA_* already exist on windows | glx |
2009-03-21 | (svn r15783) -Codechange: make the dropdown draw code pass around the left/ri... | rubidium |
2009-03-21 | (svn r15782) -Codechange: replace some calls to the all text drawing API to t... | rubidium |
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-02 | (svn r15601) -Fix [FS#2615]: bridges/tunnels don't store tram owner making it... | rubidium |
2009-02-11 | (svn r15448) -Codechange: Don't show rail types in selection drop downs if th... | peter1138 |
2009-02-09 | (svn r15425) -Codechange: some color->colour changes and type safety. | rubidium |
2009-02-09 | (svn r15424) -Codechange: make it possible to have multiple windows with edit... | rubidium |
2009-02-08 | (svn r15410) -Cleanup: get rid of most of the references to the 'patches' exc... | 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-24 | (svn r15254) -Fix (r15242): of course MSVC requires a cast | glx |
2009-01-23 | (svn r15242) -Feature: allow moving clients between companies/spectators by t... | rubidium |
2009-01-12 | (svn r15027) -Merge: tomatos and bananas left to be, here is NoAI for all to ... | truebrain |
2008-12-28 | (svn r14754) -Codechange: get rid of _cmd_text and just pass it as (optional)... | 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-23 | (svn r14390) -Codechange: replace magic constants with symbolic constants. | rubidium |
2008-09-09 | (svn r14283) -Fix [FS#2281](r14175): beep only after clicking on the main too... | smatz |
2008-08-28 | (svn r14181) -Fix (r14175): Rail types are not road types | peter1138 |
2008-08-25 | (svn r14175) -Codechange: Rewrite the main toolbars to use the standard dropd... | peter1138 |
2008-08-03 | (svn r13970) -Codechange: Replace numbers with Colours enum on network, toolb... | belugas |
2008-08-02 | (svn r13919) -Codechange: Replace numbers with Colours enum on osk(forgot 2 a... | belugas |
2008-07-18 | (svn r13731) -Codechange: make a pool of the array of players. | rubidium |