Age | Commit message (Expand) | Author |
2009-09-19 | (svn r17573) -Codechange: NWID_SELECTION containers have a selected widget-pl... | alberth |
2009-09-19 | (svn r17572) -Codechange: Use the Window::GetWidget() function to access nest... | alberth |
2009-09-17 | (svn r17562) -Fix [FS#2972]: the NewGRF settings of (remote) network games di... | rubidium |
2009-09-14 | (svn r17539) -Codechange: Replace a magic number. | frosch |
2009-09-14 | (svn r17538) -Codechange: Rename STR_CONTENT_FILTER_(OSKTITLE|TOOLTIP) for mo... | frosch |
2009-09-13 | (svn r17532) -Codechange: Rename several Invalidate functions to SetDirty for... | frosch |
2009-09-13 | (svn r17526) -Codechange: use QSortT instead of qsort for sorting the languag... | rubidium |
2009-09-13 | (svn r17523) -Fix (r17514): InvalidateWindowClasses() only does SetDirty(), w... | frosch |
2009-09-13 | (svn r17522) -Fix: Scroll to selected content after sorting the list and afte... | frosch |
2009-09-07 | (svn r17467) -Change: show the client id in join messages at the server (patc... | rubidium |
2009-09-02 | (svn r17370) -Codechange: make the saveload and network GUIs use the scrollba... | rubidium |
2009-09-01 | (svn r17350) -Fix (r17336): broken compilation with mingw | glx |
2009-09-01 | (svn r17339) -Codechange: move thread related files to their own directory (l... | rubidium |
2009-08-26 | (svn r17291) -Fix [FS#3147]: crash after upgrading base graphics/sound set wh... | 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-21 | (svn r17247) -Change: move '3rd party' MD5 implementation also to the 3rdpart... | rubidium |
2009-08-21 | (svn r17245) -Fix [FS#3137] (r17015): you could, via unselect all, also unsel... | rubidium |
2009-08-14 | (svn r17169) -Codechange: apply coding style to some for statements | smatz |
2009-08-14 | (svn r17168) -Codechange: apply coding style to if and while statements | smatz |
2009-08-09 | (svn r17139) -Change: add the concept of sound sets | rubidium |
2009-08-09 | (svn r17133) -Codechange: generalise the code that searches for base graphics | rubidium |
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-08-02 | (svn r17038) -Fix (r17015): don't download the stuff we already have | rubidium |
2009-07-31 | (svn r17015) -Fix [FS#3075]: infinite recursion in content dependency checking | rubidium |
2009-07-29 | (svn r16981) -Fix [FS#3062]: the last manually added server would not be saved | rubidium |
2009-07-23 | (svn r16930) -Codechange: more StringID name unification and grouping | rubidium |
2009-07-20 | (svn r16886) -Codechange: unify naming of some string IDs related to string c... | rubidium |
2009-07-16 | (svn r16846) -Codechange: make the content download status window only use ne... | rubidium |
2009-07-16 | (svn r16845) -Codechange: Introduction of constants for describing the bits i... | alberth |
2009-07-16 | (svn r16842) -Cleanup: add some spaces around a few operators | rubidium |
2009-07-03 | (svn r16732) -Fix [FS#2991]: show Close instead of Cancel when there's nothin... | rubidium |
2009-06-23 | (svn r16634) -Codechange: use Company::IsHumanID() instead of IsHumanCompany() | smatz |
2009-06-19 | (svn r16601) -Fix [FS#2880]: try 2... hopefully better this time | rubidium |
2009-06-18 | (svn r16594) -Fix [FS#2969]: mouse would under some circumstances not be undr... | rubidium |
2009-06-18 | (svn r16592) -Fix [FS#2880]: 'connection lost' was also shown when the client... | rubidium |
2009-06-13 | (svn r16574) -Codechange: reorder stuff in NetworkGameInfo so compilers waste... | rubidium |
2009-06-13 | (svn r16573) -Fix: [Network] Always send the starting date from the game you'... | rubidium |
2009-06-10 | (svn r16559) -Codechange: introduce Company::IsValidAiID() and Company::IsVal... | smatz |
2009-06-10 | (svn r16555) -Feature [FS#570]: ability to enter server and company password ... | smatz |
2009-06-02 | (svn r16506) -Fix: count only active clients (not those waiting for map downl... | smatz |
2009-06-01 | (svn r16493) -Fix: missing/wrong @file doxygen 'headers' | rubidium |
2009-06-01 | (svn r16491) -Codechange: Added parentheses around bitwise operators for code... | alberth |
2009-05-26 | (svn r16437) -Codechange: remove the hack that for CMD_COMPANY_CTRL the compa... | rubidium |
2009-05-24 | (svn r16422) -Codechange: use const_cast for removing const and warn when con... | rubidium |
2009-05-22 | (svn r16380) -Codechange: rename pool.hpp to pool_type.hpp | smatz |
2009-05-22 | (svn r16379) -Codechange: remove GetNumTowns(), GetNumIndustries() and GetAct... | smatz |
2009-05-22 | (svn r16378) -Codechange: replace OldPool with simpler Pool. Compilation time... | smatz |
2009-05-22 | (svn r16377) -Codechange: unify FOR_ALL_* macros, use separate index variable... | smatz |