Age | Commit message (Expand) | Author |
2019-04-09 | Codechange: If something is a vector of strings, use a vector of strings inst... | Michael Lutz |
2019-04-05 | Fix #7439: don't overwrite CompanyRemoveReason with ClientID (#7465) | glx22 |
2019-03-26 | Codechange: Replaced SmallVector::[Begin|End]() with std alternatives | Henry Wilson |
2019-03-26 | Codechange: Replaced SmallVector::Get(n) non-const with std::vector::data() + n | Henry Wilson |
2019-03-26 | Codechange: Replace SmallVector::Length() with std::vector::size() | Henry Wilson |
2019-03-20 | Remove: ENABLE_NETWORK switch | Patric Stout |
2019-02-04 | Add: CompanyCtrlAction enum for CMD_COMPANY_CTRL actions | glx |
2018-10-31 | Doc: Lots and lots of doxymentation fixes | Charles Pigott |
2018-07-19 | Feature: Framerate display window (#6822) | Niels Martin Hansen |
2017-09-10 | (svn r27914) -Fix/Feature: 'unban' console command - fix invalid help text an... | adf88 |
2017-09-10 | (svn r27913) -Fix: 'unban' console command was not handling IPv6 adresses pro... | adf88 |
2016-09-04 | (svn r27653) -Fix(r27647): Rename FileOperation enum and values to SaveLoadOp... | alberth |
2016-09-04 | (svn r27651) -Codechange: Introduce methods for setting the name and title of... | alberth |
2016-09-04 | (svn r27650) -Codechange: Replace SaveOrLoadMode by FileOperation and Detaile... | alberth |
2016-09-04 | (svn r27649) -Codechange: Introduce detailed file type enum, rebuild FiosType... | alberth |
2016-09-04 | (svn r27647) -Codechange: Introduce file operations, and use it to replace mo... | alberth |
2016-09-04 | (svn r27645) -Add: Give console commands their own file list storage. | alberth |
2016-09-04 | (svn r27644) -Codechange: Split GetFiosItem into BuildFileList and FindItem, ... | alberth |
2016-09-04 | (svn r27642) -Codechange: FiosGet* file query functions take a destination fi... | alberth |
2016-09-04 | (svn r27641) -Codechange: Fold the _fios_items file list vector into its own ... | alberth |
2016-09-04 | (svn r27638) -Codechange: Move FiosType enum, move and rename SetFiosType fun... | alberth |
2016-09-04 | (svn r27633) -Codechange: Extract _saveload_mode use from BuildFileList | alberth |
2014-04-25 | (svn r26509) -Codechange: replace strdup with stredup (the latter ensures the... | rubidium |
2014-04-23 | (svn r26482) -Codechange: add an include that allows us to undefine/redefine ... | rubidium |
2013-11-14 | (svn r26000) -Add: Optional filter parameter to the 'content state' console c... | zuu |
2013-11-14 | (svn r25999) -Add: When calling the 'content select' console command without ... | zuu |
2013-08-09 | (svn r25705) -Fix: a number of typos (inspired by 90c920601c84975acb694f3673e... | rubidium |
2013-01-08 | (svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagl... | planetmaker |
2012-12-09 | (svn r24807) -Add [FS#2820]: Enable usage of 'companies' console command also... | frosch |
2012-11-13 | (svn r24722) -Add: Display unique ID and md5sum in console content info. | frosch |
2012-01-03 | (svn r23741) -Revert (r23740): the few parts that the Windows / non-network c... | rubidium |
2012-01-03 | (svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files | rubidium |
2011-12-28 | (svn r23680) -Fix [FS#4915]: prevent removal of the (AI) company the local pl... | rubidium |
2011-12-21 | (svn r23647) -Add: add rescan_game as console command (patch by Xaroth) | truebrain |
2011-12-19 | (svn r23612) -Add: allow importing libraries in the same way as AI does, only... | truebrain |
2011-12-19 | (svn r23606) -Add: GameScanner, to auto-detect game scripts, and wire it in t... | truebrain |
2011-12-19 | (svn r23605) -Add: GAME_DIR and CONTENT_TYPE_GAME, and read gamescript from t... | truebrain |
2011-12-10 | (svn r23470) -Codechange: move declaration of SwitchToMode to a header instea... | rubidium |
2011-12-01 | (svn r23384) -Remove: no longer allow a binary to be without AI support; the ... | truebrain |
2011-11-29 | (svn r23364) -Codechange: refactor AIConfig, moving it mostly to Scriptconfig | truebrain |
2011-11-15 | (svn r23230) -Codechange: stupid casing for UnPause. It's a single word, not ... | rubidium |
2011-11-14 | (svn r23222) -Codechange: reduce tar scanning calls to the bare minimum | rubidium |
2011-11-14 | (svn r23217) -Codechange: introduce the concept of scanning only in a limited... | rubidium |
2011-10-15 | (svn r23031) -Fix [FS#4804]: for the admin "bots" there was no distinction be... | rubidium |
2011-08-24 | (svn r22829) -Codechange: unify the dirtying of windows after an AI scan | rubidium |
2011-08-21 | (svn r22793) -Codechange: remove callback default to make clear they are not ... | rubidium |
2011-08-20 | (svn r22771) -Codechange: unify some NewGRFScan calling code | rubidium |
2011-08-13 | (svn r22738) -Fix [FS#4722] (r21854): Setting company passwords via the GUI o... | frosch |
2011-07-02 | (svn r22617) -Codechange: Add GameOptionsInvalidationData enum for data value... | frosch |
2011-05-28 | (svn r22512) -Add: Save heightmap. | alberth |