summaryrefslogtreecommitdiff
path: root/road_gui.c
AgeCommit message (Expand)Author
2007-01-02(svn r7759) -Merge: makefile rewrite. This merge features:rubidium
2006-12-28(svn r7586) -Fix (FS#473): remove the Landscaping toolbar option from the Roa...rubidium
2006-11-22(svn r7239) Enumerate the widgets in the airport, dock, rail and road toolbarstron
2006-11-16(svn r7176) -Fix: remove button was not always disabled when it should have b...glx
2006-11-11(svn r7130) -Codechange: Handle the positioning of windows through the desc->...Darkvater
2006-11-10(svn r7128) -Codechange: Replace magic numbers by magic enums (windowdesc pos...Darkvater
2006-10-31(svn r7022) -Fix [FS#292]: Properly guard against viewing company-sensitive i...Darkvater
2006-10-24(svn r6925) -Codechange: Be more strict with widget distinctions. WWT_PANEL i...Darkvater
2006-10-24(svn r6924) -Codechange: Give the last (in the widget arrays at least) sprite...Darkvater
2006-10-14(svn r6774) -Codechange: Rename the badly named OWNER_SPECTATOR to PLAYER_SPE...Darkvater
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-05(svn r6406) -Codechange: Rename TileOffsByDir to TileOffsByDiagDir because it...Darkvater
2006-08-29(svn r6205) -CodeChange : use a switch case instead of a cascade of ifbelugas
2006-08-28(svn r6204) -Cleanup: replace non-indentation with spaces; like '}<TAB>else {...rubidium
2006-08-22(svn r6046) CodeChange : Rename WWT_5 Widget type to WWT_LABEL : a centered ...belugas
2006-08-22(svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whit...rubidium
2006-08-03(svn r5723) - Move the declaration of DrawRoadDepotSprite() out of functions....tron
2006-07-26(svn r5609) CodeChange : Apply coding stylebelugas
2006-06-27(svn r5391) Miscellaneous, mostly bracing and whitespace, nothing spectaculartron
2006-06-10(svn r5219) CMD_CLEAR_AREA doesn't use p2, so don't pass anything seemingly m...tron
2006-06-10(svn r5210) Many small changes which piled up: const, unsigned, variable scop...tron
2006-05-09(svn r4789) - Codechange: rename RoadType to RoadTileType and ROAD_{NORMAL,CR...rubidium
2006-04-10(svn r4342) Change the first two parameters of commands - virtual pixel coord...tron
2006-03-06(svn r3774) Remove some more magic numbers and typestron
2006-03-06(svn r3773) Shove some semantics down ottd's throat by replacing ints and mag...tron
2006-03-03(svn r3747) Change HASBIT() to return 0/1 instead of 0/value of tested bit, b...tron
2006-02-01(svn r3511) More whitespace ([FS#46] by Rubidium)tron
2005-12-14(svn r3298) Remove unused and write-only variablestron
2005-12-07(svn r3270) Correct all (mis)uses of WWT_CLOSEBOX / WWT_TEXTBTN to reflect th...peter1138
2005-11-14(svn r3181) -Bracingtron
2005-11-14(svn r3177) GB, CLRBIT, HASBIT, TOGGLEBITtron
2005-11-13(svn r3173) Use the trinary operator and switch to improve readabilitytron
2005-11-09(svn r3157) - Feature: Added patch option to link the terraform toolbar to th...peter1138
2005-07-24(svn r2701) Insert Id tags into all source filestron
2005-07-22(svn r2673) Include functions.h directly, not globally via openttd.htron
2005-07-21(svn r2669) Shuffle some more stuff around to reduce dependenciestron
2005-07-13(svn r2558) Change the internal map format from 7 arrays to one array of stru...tron
2005-06-29(svn r2496) -Fix: [1179933] When toggling build/remove via keyboard the selec...tron
2005-06-24(svn r2483) Replace almost 500 "uint tile" (and variants) with "TileIndex tile"tron
2005-06-06(svn r2420) - Codechange: magic number elminitation of cursorsprites.Darkvater
2005-06-02(svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.Darkvater
2005-02-13(svn r1867) Include tables/sprites.h only in files which need ittron
2005-01-29(svn r1721) -Feature: It is now possible to build multiple road stations (up ...celestar
2005-01-29(svn r1713) Split off several functions which query/set information about a s...tron
2005-01-23(svn r1617) -Fix: Ugly hack to only call ResetObjectToPlaceon childwindows of...darkvater
2005-01-23(svn r1610) Remove trailing whitespace (last time ever, i hope)tron
2005-01-22(svn r1594) Convert all undefined parameter lists to (void) and add the appro...tron
2005-01-20(svn r1573) -Fix: Station and depot building mode is now terminated if thecelestar