Age | Commit message (Expand) | Author |
2006-12-05 | (svn r7366) -Fix: Out of bounds widget access when accessing orders window of... | Darkvater |
2006-12-04 | (svn r7355) -Codechange: replace 'for (i = 0; w->widget[i].type != WWT_TYPE; ... | rubidium |
2006-11-11 | (svn r7129) -Codechange: Get rid of a global variable that only sets a window... | Darkvater |
2006-11-10 | (svn r7128) -Codechange: Replace magic numbers by magic enums (windowdesc pos... | Darkvater |
2006-11-02 | (svn r7046) -Fix [FS#311]: 'Goto' button in orders window got depressed along... | Darkvater |
2006-10-27 | (svn r6971) -Fix r6961: WWT_NODISTXTBTN buttons were normal buttons not push ... | glx |
2006-10-27 | (svn r6962) -Fix r6961: spacing... | Darkvater |
2006-10-27 | (svn r6961) -Codechange: Remove relic from r212 WWT_NODISTXTBTN which was ori... | Darkvater |
2006-10-24 | (svn r6938) -Codechange: Comments, typo, variable naming, whitespace, strecpy... | Darkvater |
2006-10-24 | (svn r6922) -Feature: Add proper cloning sprites and cursors, different for e... | Darkvater |
2006-10-08 | (svn r6696) -Codechange: changed all comparision for refit cargo in orders ag... | bjarni |
2006-10-03 | (svn r6631) -Codechange: Use accessors for click_state. | belugas |
2006-10-03 | (svn r6627) -Fix r6624: fixed some warnings | bjarni |
2006-10-03 | (svn r6624) -Feature: added ability to add refit commands to vehicle orders (... | bjarni |
2006-10-03 | (svn r6619) -Codechange: Use accessors for disabled_state. | belugas |
2006-09-28 | (svn r6562) -Codechange: merged the vehicle list window widget arrays | bjarni |
2006-09-23 | (svn r6499) -Codechange: Finally, got "byte event" outside of the union Windo... | belugas |
2006-09-04 | (svn r6379) -Codechange: cast 'remove babel' on widget's unkA and rename it t... | Darkvater |
2006-09-03 | (svn r6353) -Codechange: Make DestinationID a typedef of uin16, which is as l... | tron |
2006-08-26 | (svn r6161) -Feature: List of vehicles with the same shared orders | bjarni |
2006-08-26 | (svn r6142) -Codechange: added WaypointID (sorry DV, couldn't splits it anymore) | truelight |
2006-08-22 | (svn r6052) -Codechange: change OrderType (order->type) in a typedef | truelight |
2006-08-22 | (svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whit... | rubidium |
2006-07-27 | (svn r5624) Use {IsPlainRailTile,IsRailDepot,IsRailWaypoint,HasSignals}() ins... | tron |
2006-07-26 | (svn r5609) CodeChange : Apply coding style | belugas |
2006-06-27 | (svn r5391) Miscellaneous, mostly bracing and whitespace, nothing spectacular | tron |
2006-06-11 | (svn r5225) Some windows periodically check if their parent exists - if not t... | 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-05-09 | (svn r4788) - Codechange: RAILTYPE_{NORMAL,ELECTRIC,...} and RAIL_TYPE_{NORMA... | rubidium |
2006-03-31 | (svn r4200) -Codechange: Make use of water map accessors when getting the Ind... | celestar |
2006-03-31 | (svn r4195) - Codechange: Initialize order variables to avoid a compiler warn... | peter1138 |
2006-03-26 | (svn r4120) Use the new station functions where appropriate | tron |
2006-03-24 | (svn r4079) Add GetSation{Index,ByTile}() to get the station index resp. the ... | tron |
2006-03-19 | (svn r3981) More work for the rail accessing functions and enums | tron |
2006-03-05 | (svn r3763) Adapt to the new 'map accessors go in foo_map.h'-scheme | tron |
2006-02-23 | (svn r3660) Convert further road bits and type references to the functions/enums | tron |
2006-02-01 | (svn r3511) More whitespace ([FS#46] by Rubidium) | tron |
2006-01-29 | (svn r3477) -Fix: a fix that fixed the last commit.. I shouldn't be committin... | truelight |
2006-01-29 | (svn r3476) -Fix: fixed a warning from the OSX compiler, it is bogus, but oh ... | truelight |
2005-12-21 | (svn r3325) - Fix: You couldn't send an airplane to a hangar for mandatory se... | Darkvater |
2005-12-07 | (svn r3270) Correct all (mis)uses of WWT_CLOSEBOX / WWT_TEXTBTN to reflect th... | peter1138 |
2005-11-18 | (svn r3218) -Feature: Multiheaded train engines will now stay in the same train | bjarni |
2005-11-16 | (svn r3210) -Codechange: use IsRailWaypoint where possible (instead of magicn... | truelight |
2005-11-15 | (svn r3185) const | tron |
2005-11-14 | (svn r3181) -Bracing | tron |
2005-11-13 | (svn r3173) Use the trinary operator and switch to improve readability | tron |
2005-10-23 | (svn r3078) Some more stuff, which piled up: | tron |
2005-10-22 | (svn r3077) static, const, bracing, indentation, 0 -> '\0'/NULL, typos in com... | tron |
2005-09-18 | (svn r2962) - const correctness for all Get* functions and most Draw* functio... | Darkvater |