Age | Commit message (Expand) | Author |
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 |
2006-08-14 | (svn r5887) -Cleanup: move date related functions, defines and variables to d... | rubidium |
2006-08-14 | (svn r5886) -Fix [FS#273]: Incomplete removal of player owned property due to... | Darkvater |
2006-07-28 | (svn r5626) CodeChange : Remove the global _make_screenshot and implement a m... | belugas |
2006-07-26 | (svn r5609) CodeChange : Apply coding style | belugas |
2006-07-13 | (svn r5487) -Fix: [#8] UDP sockets were used even if network-availability was... | truelight |
2006-06-27 | (svn r5391) Miscellaneous, mostly bracing and whitespace, nothing spectacular | tron |
2006-06-17 | (svn r5291) - Fix: '-f' switch is not valid on windows, so don't show it in help | glx |
2006-06-10 | (svn r5210) Many small changes which piled up: const, unsigned, variable scop... | tron |
2006-06-08 | (svn r5173) Use map manipulation functions instead of SB() | tron |
2006-06-08 | (svn r5171) Get rid of an ungly hack in the load routine, which temporarily t... | tron |