Age | Commit message (Expand) | Author |
2006-12-10 | (svn r7470) -Codechange: Leave elrails enabled after loading old (pre-optiona... | Darkvater |
2006-12-10 | (svn r7469) -Fix (r7348): NewGRF settings weren't loaded in cases. | peter1138 |
2006-12-09 | (svn r7449) -Codechange: Rename _path to _paths as it is technically more cor... | Darkvater |
2006-12-04 | (svn r7348) -Feature: Initial support for saving NewGRF settings with savegam... | peter1138 |
2006-11-30 | (svn r7312) -Fix: When loading a game from a dedicated server the local playe... | Darkvater |
2006-11-28 | (svn r7280) -Codechange: Replace some sprintf() functions with the safer snpr... | Darkvater |
2006-11-28 | (svn r7273) -Fix (r7250): Initialise game palette before driver initialisatio... | peter1138 |
2006-11-24 | (svn r7250) -Codechange: Shuffle sprite loading and character width caching a... | peter1138 |
2006-11-17 | (svn r7195) -Feature: [FS#297, optional elrails] New patches/vehicles option ... | KUDr |
2006-11-16 | (svn r7182) -Feature: Merge utf8 branch. This brings us support for Unicode/U... | peter1138 |
2006-11-05 | (svn r7065) Use simple assignment instead of memcpy() | tron |
2006-11-03 | (svn r7048) -Cleanup: DEBUG doesn't need a newline character, use DEBUG inste... | Darkvater |
2006-10-28 | (svn r6986) Use the pool macros for the Town pool | tron |
2006-10-28 | (svn r6983) Use the pool macros for the Station pool | tron |
2006-10-28 | (svn r6982) Use the pool macros for the Sign pool | tron |
2006-10-28 | (svn r6980) Use the pool macros for the Order pool | tron |
2006-10-28 | (svn r6979) Use the pool macros for the Industry pool | tron |
2006-10-28 | (svn r6975) Use the pool macros for the Vehicle pool | tron |
2006-10-21 | (svn r6884) -Codechange: Add strict bounds checking in string formatting system. | Darkvater |
2006-10-17 | (svn r6816) -Codechange: Some coding style, variable localization, const corr... | Darkvater |
2006-10-17 | (svn r6814) -Codechange: For network games ci->client_playas was always p->in... | Darkvater |
2006-10-15 | (svn r6787) -Codechange: Use PLAYER_NEW_COMPANY as a player identifier wishin... | Darkvater |
2006-10-15 | (svn r6780) -Codechange: Remove GPMI leftovers (-b impersonisation of AI in MP). | Darkvater |
2006-10-14 | (svn r6776) -Codechange: Use IsValidPlayer() function to determine of a Playe... | Darkvater |
2006-10-14 | (svn r6774) -Codechange: Rename the badly named OWNER_SPECTATOR to PLAYER_SPE... | Darkvater |
2006-10-13 | (svn r6766) -Codechange: Move _openttd_revision[] into the functions that use... | Darkvater |
2006-10-12 | (svn r6754) -Codechange: Remove some #idef ENABLE_NETWORK specific defines. W... | Darkvater |
2006-10-12 | (svn r6753) -Codechange: Move some function declerations from functions.h int... | Darkvater |
2006-10-03 | (svn r6624) -Feature: added ability to add refit commands to vehicle orders (... | bjarni |
2006-09-28 | (svn r6544) - Codechange: Rename CmdReplaceVehicle to CmdSetAutoReplace, to r... | peter1138 |
2006-09-15 | (svn r6455) - Feature: Add 2cc (two company colours) livery schemes. This rep... | peter1138 |
2006-09-08 | (svn r6424) -Codechange: [autoreplace] removed a loop though all vehicles fro... | bjarni |
2006-09-04 | (svn r6381) -Cleanup: make the '/* */' comments that span multiple lines more... | rubidium |
2006-09-04 | (svn r6380) -Codechange: unify all ways to quit OTTD. | rubidium |
2006-09-03 | (svn r6366) -Fix (FS#324): when opening a scenario, the date was set 1920 yea... | rubidium |
2006-09-03 | (svn r6365) -Cleanup: remove IsGeneratingWorld calls that are either not call... | rubidium |
2006-08-31 | (svn r6287) -Codechange: Remove a redundant check | tron |
2006-08-26 | (svn r6136) -Fix: _cur_year wasn't converting when reading pre-31 savegames, ... | truelight |
2006-08-22 | (svn r6050) -Codechange: mass-renamed SignStruct -> Sign and ss -> si. Now fu... | truelight |
2006-08-22 | (svn r6047) -Codechange: FOR_ALL now _only_ loops valid items, and skips inva... | truelight |
2006-08-22 | (svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whit... | rubidium |
2006-08-21 | (svn r6037) -Fix: never allow scrolling the map in the main menu (scroll-sett... | truelight |
2006-08-20 | (svn r6001) -Feature: when removing a farm, his farmland is removed too (over... | truelight |
2006-08-20 | (svn r5999) -Feature: change the original date format to a 32 bits format bas... | rubidium |
2006-08-20 | (svn r5977) -Fix [FS#78]: never set I-am-a-thread bool to true IN the thread.... | truelight |
2006-08-19 | (svn r5946) -Add: merged the TGP branch to mainline. TGP adds: | truelight |
2006-08-16 | (svn r5926) -Codechange: make _cur_year contain the full year, instead of the... | rubidium |
2006-08-15 | (svn r5915) -Cleanup: some variables were named *_date while they were only h... | rubidium |
2006-08-15 | (svn r5907) Remove more indirection by using pointers instead of IDs. Also fi... | tron |
2006-08-14 | (svn r5896) Remove pointless indirection similar to r5894 and remove an unnec... | tron |