Age | Commit message (Expand) | Author |
2006-10-14 | (svn r6773) -eh...I had to test it didn't i, just forgot to save | Darkvater |
2006-10-14 | (svn r6772) -Codechange: Do not abuse OWNER_SPECTATOR as the "owner" of the i... | Darkvater |
2006-10-04 | (svn r6639) -CodeChange : Conversion of SetWidgetLoweredState to SetWindowWid... | belugas |
2006-10-03 | (svn r6631) -Codechange: Use accessors for click_state. | belugas |
2006-10-03 | (svn r6619) -Codechange: Use accessors for disabled_state. | belugas |
2006-09-23 | (svn r6499) -Codechange: Finally, got "byte event" outside of the union Windo... | belugas |
2006-09-04 | (svn r6381) -Cleanup: make the '/* */' comments that span multiple lines more... | rubidium |
2006-08-31 | (svn r6266) Replace four shifts by a single multiplication and let the compil... | tron |
2006-08-30 | (svn r6238) Use the colour stored in _colour_gradient[] instead of explicitly... | tron |
2006-08-29 | (svn r6205) -CodeChange : use a switch case instead of a cascade of if | belugas |
2006-08-28 | (svn r6184) Remove the unused (because it was NULL in all callers) second par... | tron |
2006-08-22 | (svn r6057) -Codechange: made a function GetRandomXXX, that _always_ returns ... | 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 r6040) -Add: when clicking twice on a Location Button, the SmallMap cent... | truelight |
2006-08-21 | (svn r6038) -Codechange: move mousewheel code to event WE_MOUSEWHEEL instead ... | truelight |
2006-08-21 | (svn r6036) -Codechange: do not handle SCROLL in a central function, but let ... | truelight |
2006-07-26 | (svn r5609) CodeChange : Apply coding style | belugas |
2006-06-10 | (svn r5210) Many small changes which piled up: const, unsigned, variable scop... | tron |
2006-05-21 | (svn r4938) Remove STATION_HANGAR, because it isn't really a station type of ... | tron |
2006-04-10 | (svn r4350) CodeChange : Add and use accessors [G|S]etIndustrype. Define and ... | belugas |
2006-04-04 | (svn r4279) s/\<CL_/CLEAR_/ | tron |
2006-04-04 | (svn r4271) s/\<TR_/TREE_/ resp. s/\<TR_/TREE_GROUND/ | tron |
2006-04-03 | (svn r4246) -Codechange. Replaced about 100 occurences of '16' by TILE_SIZE | celestar |
2006-03-31 | (svn r4199) - Codechange: Use industry map accessors to get industry graphics... | peter1138 |
2006-03-26 | (svn r4120) Use the new station functions where appropriate | tron |
2006-03-24 | (svn r4092) CodeChange : Named sprites instead of magic numbers plus create/u... | belugas |
2006-03-16 | (svn r3907) Replace many bridge related direct map accesses with calls to shi... | tron |
2006-03-12 | (svn r3830) Move IsTunnelTile() from tile.h to tunnel_map.h and add IsTunnel(... | tron |
2006-03-11 | (svn r3820) Be a bit more strict with types: use special types instead of gen... | tron |
2006-03-05 | (svn r3763) Adapt to the new 'map accessors go in foo_map.h'-scheme | tron |
2006-02-06 | (svn r3564) Several smaller changes: | tron |
2006-02-05 | (svn r3559) - CodeChange: simplify MKCOLOR(x) macro for smallmap_gui.c by add... | Darkvater |
2006-02-05 | (svn r3556) Add accessors for handling tree tiles | tron |
2006-02-03 | (svn r3529) - Fix: [ 1415782 ] crash in string code with openbsd/zaurus; alig... | Darkvater |
2006-02-01 | (svn r3514) -Codechange: Replace direct fiddling of bits for the ground type ... | tron |
2006-02-01 | (svn r3511) More whitespace ([FS#46] by Rubidium) | tron |
2006-02-01 | (svn r3510) Fiddle with whitespace and parentheses | tron |
2006-01-28 | (svn r3462) - Fix: a one-off pixel alignment in the minimap window that "over... | Darkvater |
2005-12-07 | (svn r3270) Correct all (mis)uses of WWT_CLOSEBOX / WWT_TEXTBTN to reflect th... | peter1138 |
2005-11-14 | (svn r3177) GB, CLRBIT, HASBIT, TOGGLEBIT | tron |
2005-10-22 | (svn r3077) static, const, bracing, indentation, 0 -> '\0'/NULL, typos in com... | tron |
2005-08-27 | (svn r2894) Simplify colouring in owner-mode in the minimap regarding towns a... | tron |
2005-08-11 | (svn r2858) -Codechange: resolved some magic numbers (_Luca_) | truelight |
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-21 | (svn r2669) Shuffle some more stuff around to reduce dependencies | tron |
2005-07-15 | (svn r2571) Add explicit type Pixel for ... Pixels | tron |
2005-07-13 | (svn r2558) Change the internal map format from 7 arrays to one array of stru... | tron |
2005-06-25 | (svn r2487) Replace TILE_XY by TileXY/TileDiffXY | tron |