Mercurial > hg > openttd
graph
-
(svn r21638) -Codechange (r1): Simplify testing that outersize.x is bigger than 0. draftSat, 25 Dec 2010 19:58:50 +0000, by alberth
-
(svn r21637) -Codechange: make it more clear that IS_PALETTE_COLOUR belongs to TextColour draftSat, 25 Dec 2010 19:47:15 +0000, by rubidium
-
(svn r21635) -Change: simplify/reduce release preparations/changes draftSat, 25 Dec 2010 15:41:12 +0000, by rubidium
-
(svn r21633) -Fix (r21616): newly created skip-to order was created at wrong place draftSat, 25 Dec 2010 12:48:23 +0000, by smatz
-
(svn r21632) -Codechange: call ResetObjectToPlace() even when current place_mode is HT_NONE draftSat, 25 Dec 2010 12:47:05 +0000, by smatz
-
(svn r21630) -Fix (r20308, r21615): version detection of subversion branches and tags got broken draftSat, 25 Dec 2010 08:22:55 +0000, by rubidium
-
(svn r21628) -Codechange: Remove local variables that just point to global _thd. draftFri, 24 Dec 2010 17:51:46 +0000, by alberth
-
(svn r21627) -Codechange: Remove _place_proc global variable. draftFri, 24 Dec 2010 15:08:19 +0000, by alberth
-
(svn r21626) -Codechange: Remove more small static functions. draftFri, 24 Dec 2010 15:06:58 +0000, by alberth
-
(svn r21625) -Codechange: Record last started highlight action, and use it in the callback methods. draftFri, 24 Dec 2010 15:06:18 +0000, by alberth
-
(svn r21624) -Codechange: Remove many small static functions. draftFri, 24 Dec 2010 15:04:33 +0000, by alberth
-
(svn r21623) -Codechange: Remove _terraform_button_proc and _editor_terraform_button_proc arrays. draftFri, 24 Dec 2010 15:03:19 +0000, by alberth
-
(svn r21622) -Doc: Clarify the documentation of highlighting constants somewhat. draftFri, 24 Dec 2010 14:56:21 +0000, by alberth
-
(svn r21621) -Codechange: Only consider tile highlighting mode bits in tile selection functions. draftFri, 24 Dec 2010 14:55:31 +0000, by alberth
-
(svn r21620) -Codechange: Don't consider direction bits when checking for an active highlight mode. draftFri, 24 Dec 2010 14:52:42 +0000, by alberth
-
(svn r21619) -Fix [FS#4327]: Don't copy direction bits when restarting a rail selection. draftFri, 24 Dec 2010 14:48:38 +0000, by alberth
-
(svn r21618) -Fix: Use correct 3 bit mask for directions. draftFri, 24 Dec 2010 14:38:00 +0000, by alberth
-
(svn r21617) -Doc: refer to table/autorail.h, not autorail.h draftFri, 24 Dec 2010 13:14:11 +0000, by smatz
-
(svn r21616) -Change: do not highlight tile when selecting a vehicle to clone or an order to skip to draftFri, 24 Dec 2010 13:13:28 +0000, by smatz
-
(svn r21614) -Fix: the spelling of some of the documentation draftThu, 23 Dec 2010 22:40:01 +0000, by rubidium
-
(svn r21613) -Update: sync comments in the translation files with English for some recently untouched translations draftThu, 23 Dec 2010 21:50:31 +0000, by rubidium
-
(svn r21612) -Fix (r21608): dragging with HT_POINT was half a tile off draftThu, 23 Dec 2010 20:25:55 +0000, by smatz
-
(svn r21609) -Fix (r21545,r21552,r21580,r21586): Restore diagonal clearing of areas. draftThu, 23 Dec 2010 14:38:01 +0000, by alberth
-
(svn r21608) -Codechange: Move diagnonal rectangle dragging detection completely to tile highlighting. draftThu, 23 Dec 2010 14:24:34 +0000, by alberth
-
(svn r21607) -Codechange: Be more robust against having extra bits in HighLightStyle vars. draftThu, 23 Dec 2010 14:15:05 +0000, by alberth
-
(svn r21606) -Fix (r14636): DOS binary was broken when not stripping draftThu, 23 Dec 2010 11:02:47 +0000, by smatz
-
(svn r21605) -Fix [FS#4324]: crash due to cargo payments belonging to an non-existing company draftThu, 23 Dec 2010 07:17:00 +0000, by rubidium
-
(svn r21604) -Add: Variable 7B for accessing 60+x variables while taking the parameter from the accumulator. draftWed, 22 Dec 2010 22:03:57 +0000, by frosch
-
(svn r21603) -Codechange: no need to assign something to a variable and then test it for NULL when you're never using it again draftWed, 22 Dec 2010 21:19:39 +0000, by rubidium
-
(svn r21602) -Codechange: split actual adding/removing of orders to/from a vehicle's order list from the validation of those (user) commands. Based on patch by fonsinchen draftWed, 22 Dec 2010 21:16:34 +0000, by rubidium
-
(svn r21601) -Fix [FS#4323]: company league table used stats from two quarters ago instead of last quarter draftWed, 22 Dec 2010 19:52:23 +0000, by rubidium
-
(svn r21600) -Codechange: Remove new_drawstyle and new_diagonal variables from the _thd structure. draftWed, 22 Dec 2010 19:24:36 +0000, by alberth
-
(svn r21597) -Fix (r21239): Also catch the case when callback 10 returns VE_DEFAULT. draftWed, 22 Dec 2010 14:51:12 +0000, by frosch
-
(svn r21596) -Codechange: Rename a misleading-named variable. draftWed, 22 Dec 2010 14:38:24 +0000, by frosch
-
(svn r21595) -Codechange: Some header files had their name changed, update the ifndef/define/endif lines. draftWed, 22 Dec 2010 11:46:41 +0000, by alberth
-
(svn r21594) -Codechange: Whitespace fixes in ifndef/define lines. draftWed, 22 Dec 2010 11:24:38 +0000, by alberth
-
(svn r21593) -Codechange: endif comment correcttions. draftWed, 22 Dec 2010 10:50:32 +0000, by alberth
-
(svn r21592) -Codechange: Return unique values for placing a sign and land-info querying, store the callback information locally, and use it instead of the global _place_proc. draftTue, 21 Dec 2010 22:00:08 +0000, by alberth
-
(svn r21590) -Codechange: All click handling functions of the main toolbar return CBF_NONE. draftTue, 21 Dec 2010 21:48:31 +0000, by alberth
-
(svn r21589) -Codechange: Move PlaceLandBlockInfo() to the right file, introduce a ShowLandInfo() function. draftTue, 21 Dec 2010 21:46:19 +0000, by alberth
-
(svn r21587) -Codechange: Move simple callback functions into the switch. draftTue, 21 Dec 2010 18:07:07 +0000, by alberth
-
(svn r21586) -Codechange: Record the last started user action, and use that in the callback. draftTue, 21 Dec 2010 18:06:23 +0000, by alberth
-
(svn r21585) -Codechange: Move the simple click functions into the switch. draftTue, 21 Dec 2010 18:05:24 +0000, by alberth
-
(svn r21584) -Codechange: Replace the _rail_build_button array by a switch. draftTue, 21 Dec 2010 18:04:10 +0000, by alberth
-
(svn r21583) -Fix (r21566): The new scrollbar was not ignored correctly for ships and aircrafts. draftTue, 21 Dec 2010 17:29:00 +0000, by terkhen
-
(svn r21582) -Codechange: Simplify BuildRailClick_AutoSignals(). draftTue, 21 Dec 2010 16:36:00 +0000, by alberth
-
(svn r21581) -Codechange: Fix indenting code style of a few multi-line statements. draftTue, 21 Dec 2010 16:30:54 +0000, by alberth
-
(svn r21580) -Codechange: Replace callback via pointer by a switch statement. draftTue, 21 Dec 2010 16:27:50 +0000, by alberth
-
(svn r21579) -Codechange: Remove _build_air_button_proc and its functions to a switch statement, record the last started action. draftTue, 21 Dec 2010 16:26:34 +0000, by alberth
-
(svn r21578) -Fix [FS#2585]: [OSX] A double mouse cursor was shown under certain circumstances (based on patch by matheweis) draftTue, 21 Dec 2010 16:05:25 +0000, by planetmaker