Loading

Paste #pxgnjc8iv

  1. diff --git a/src/viewport.cpp b/src/viewport.cpp
  2. index 1df4843..aa9223c 100644
  3. --- a/src/viewport.cpp
  4. +++ b/src/viewport.cpp
  5. @@ -260,12 +260,8 @@ public:

Paste #ptgi1gwyc

  1. * bbe8946 (HEAD, rework_mousemodes) Remove: SetXYOffset is not used.
  2. * 052d45b Add: Push selector into world view rendering.
  3. * ed4e8a9 Add: Mouse mode with cursor area.
  4. * 8ee9dd9 Add: Set selector, window manager tracks highest window with active selector.
  5. * d8c98a2 Add: Mouse mode selector class.

Paste #pfoj6hm2t

  1. $  cat mouse_modes.txt
  2. Steps
  3. =====
  4.  
  5. [X] Add mouse mode base class (MouseModeSelector).

Paste #pysbq6vqp

  1. Index: src/water_cmd.cpp
  2. ===================================================================
  3. --- src/water_cmd.cpp   (revision 27200)
  4. +++ src/water_cmd.cpp   (working copy)
  5. @@ -39,7 +39,7 @@

Global Patch

  1. Index: docs/landscape.html
  2. ===================================================================
  3. --- docs/landscape.html (revision 27200)
  4. +++ docs/landscape.html (working copy)
  5. @@ -975,7 +975,7 @@

Paste #pz8my8xcv

  1. static CommandCost TerraformTile_Water(TileIndex tile, DoCommandFlag flags, int z_new, Slope tileh_new)
  2. {
  3.     /* Canals can't be terraformed */
  4.     if (IsWaterTile(tile) && IsCanal(tile)) return_cmd_error(STR_ERROR_MUST_DEMOLISH_CANAL_FIRST);

Paste #p4p0qv0rj

  1.             switch(d) \
  2.             { \
  3.             case 0: \
  4.                 if((iFlags & THMN_DoorNorth) == 0) {Pathing_TryNode()} \
  5.                 break; \

Paste #pud3xwsld

  1. static CommandCost TerraformTile_Water(TileIndex tile, DoCommandFlag flags, int z_new, Slope tileh_new)
  2. {
  3.     /* Canals can't be terraformed */
  4.     if (IsWaterTile(tile) && IsCanal(tile)) return_cmd_error(STR_ERROR_MUST_DEMOLISH_CANAL_FIRST);

Paste #psebpsnid

  1. static CommandCost TerraformTile_Water(TileIndex tile, DoCommandFlag flags, int z_new, Slope tileh_new)
  2. {
  3.     /* Canals can't be terraformed */
  4.     if (IsWaterTile(tile) && IsCanal(tile)) return_cmd_error(STR_ERROR_MUST_DEMOLISH_CANAL_FIRST);

Paste #pf0ccdkvi

  1. static CommandCost TerraformTile_Water(TileIndex tile, DoCommandFlag flags, int z_new, Slope tileh_new)
  2. {
  3.     /* Canals can't be terraformed */
  4.     if (IsWaterTile(tile) && IsCanal(tile)) return_cmd_error(STR_ERROR_MUST_DEMOLISH_CANAL_FIRST);

Paste #p8sll6rsy

  1. static CommandCost TerraformTile_Water(TileIndex tile, DoCommandFlag flags, int z_new, Slope tileh_new)
  2. {
  3.     /* Canals can't be terraformed */
  4.     if (IsWaterTile(tile) && IsCanal(tile)) return_cmd_error(STR_ERROR_MUST_DEMOLISH_CANAL_FIRST);
  5.     if (IsWaterTile(tile) && IsRiver(tile)) {

Paste #pg6rltzzs

  1. diff -r 84d58305a9ed nml/global_constants.py
  2. --- a/nml/global_constants.py   Sat Feb 21 13:53:13 2015 +0100
  3. +++ b/nml/global_constants.py   Fri Mar 20 20:35:34 2015 +0100
  4. @@ -1060,6 +1060,7 @@
  5.      'traffic_side'                       : {'param': 0x86, 'bit': 4},

Paste #pxu2tdwqc

  1. Index: src/clear_cmd.cpp
  2. ===================================================================
  3. --- src/clear_cmd.cpp   (revision 27199)
  4. +++ src/clear_cmd.cpp   (working copy)
  5. @@ -112,7 +112,10 @@

Paste #p5elx4u9u

  1. Index: src/clear_cmd.cpp
  2. ===================================================================
  3. --- src/clear_cmd.cpp   (revision 27199)
  4. +++ src/clear_cmd.cpp   (working copy)
  5. @@ -112,7 +112,7 @@

Paste #pl9h4mzsf

  1. void THPathfinder::pathingInit(const THMap *pMap, int iStartX, int iStartY, int *piWidth, node_t *ppNode, int iGuessNumber)
  2. {
  3.     *piWidth = pMap->getWidth();
  4.     m_pDestination = NULL;
  5.     _allocNodeCache(*piWidth, pMap->getHeight());