Age | Commit message (Expand) | Author |
2007-01-02 | (svn r7751) -Codechange: move network_* to a new network map. Furthermore mov... | rubidium |
2006-12-26 | (svn r7565) -Codechange: Rework DEBUG functionality. Look for appropiate debu... | 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 r6976) Use the pool macros for the Depot pool | tron |
2006-10-28 | (svn r6975) Use the pool macros for the Vehicle pool | tron |
2006-10-24 | (svn r6930) -Codechange: Move industry name into IndustrySpec | belugas |
2006-10-14 | (svn r6771) -Codechange: Replace two macros with functions. IS_HUMAN_PLAYER and | Darkvater |
2006-09-04 | (svn r6381) -Cleanup: make the '/* */' comments that span multiple lines more... | rubidium |
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-20 | (svn r5999) -Feature: change the original date format to a 32 bits format bas... | rubidium |
2006-08-20 | (svn r5974) -Codechange: added casts all around the place to make Windows 64b... | truelight |
2006-08-15 | (svn r5916) -Cleanup: use MIN_YEAR/MAX_YEAR for the year boundaries and BASE_... | rubidium |
2006-08-14 | (svn r5887) -Cleanup: move date related functions, defines and variables to d... | rubidium |
2006-08-05 | (svn r5765) - Codechange: Fully unify the OS-specific FiosGet...List function... | Darkvater |
2006-06-10 | (svn r5210) Many small changes which piled up: const, unsigned, variable scop... | tron |
2006-05-20 | (svn r4917) - NewGRF: remove _custom_sprites_base, now used only to rejig veh... | peter1138 |
2006-05-09 | (svn r4788) - Codechange: RAILTYPE_{NORMAL,ELECTRIC,...} and RAIL_TYPE_{NORMA... | rubidium |
2006-04-22 | (svn r4529) - Codechange: Use proper naming for hex numbers in debug prints e... | Darkvater |
2006-04-22 | (svn r4528) - Fix: fix idiotic gcc warning | Darkvater |
2006-04-22 | (svn r4526) - CodeChange: do some more cleanup, mainly changing the OldChunkT... | Darkvater |
2006-04-22 | (svn r4525) - Codechange: Do a little cleanup; also fix a typo while here: _o... | Darkvater |
2006-04-18 | (svn r4466) -Fix: (FS#71) Game no longer crashes when the last vehicle servin... | celestar |
2006-04-15 | (svn r4432) Make use of map access functions | tron |
2006-04-03 | (svn r4259) -[multistop] Fix/Feature/Codechange: | celestar |
2006-03-26 | (svn r4129) - CodeChange: Add proper bool type for is_ai as well...it is a bo... | Darkvater |
2006-03-26 | (svn r4126) - Feature: A new multi-lingual multi-measuring-unit system: | peter1138 |
2006-03-19 | (svn r3981) More work for the rail accessing functions and enums | tron |
2006-03-18 | (svn r3939) -Fix: No longer assume that the number of slots is 2. It was not ... | celestar |
2006-03-09 | (svn r3805) - [FS#62] Fix doxygen comments to refer to the correct parameter.... | peter1138 |
2006-02-18 | (svn r3613) Some more const, indentation, whitespace and similar stuff | tron |
2006-02-18 | (svn r3612) - RoadStop->slot[] stores a vehicle index. Adjust its type and us... | peter1138 |
2006-02-11 | (svn r3589) - Rename u.road.unk2 to u.road.blocked_ctr | peter1138 |
2006-02-01 | (svn r3510) Fiddle with whitespace and parentheses | tron |
2006-01-29 | (svn r3472) - [PBS] Remove from trunk. Anyone interested can still find it in... | Darkvater |
2006-01-04 | (svn r3362) Fix issue with loading old (TTD) savegames: | peter1138 |
2005-12-14 | (svn r3297) Staticise | tron |
2005-11-16 | (svn r3205) Some more uses for GB/SB | tron |
2005-10-07 | (svn r3024) -Codechange: Another batch of replacements of int/uint/int16/byte... | tron |
2005-09-23 | (svn r2979) Avoid unnecessary recursion | tron |
2005-09-23 | (svn r2978) Make a global variable local | tron |
2005-08-23 | (svn r2886) Rename the "owner" attribute to "m1", because when it stores an o... | tron |
2005-07-24 | (svn r2701) Insert Id tags into all source files | tron |
2005-07-22 | (svn r2673) Include functions.h directly, not globally via openttd.h | tron |
2005-07-20 | (svn r2657) -Codechange: The available railtypes per player are now a bitmask... | celestar |
2005-07-20 | (svn r2650) Convert many explicit shifts+ands to extract bits to invocations ... | tron |