2009-08-21 21:21:05 +01:00
|
|
|
/*
|
|
|
|
* This file is part of OpenTTD.
|
|
|
|
* OpenTTD is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.
|
|
|
|
* OpenTTD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
|
|
* See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
*/
|
|
|
|
|
2008-01-09 09:45:45 +00:00
|
|
|
/** @file viewport_func.h Functions related to (drawing on) viewports. */
|
|
|
|
|
|
|
|
#ifndef VIEWPORT_FUNC_H
|
|
|
|
#define VIEWPORT_FUNC_H
|
|
|
|
|
2008-01-09 09:57:48 +00:00
|
|
|
#include "gfx_type.h"
|
2008-01-09 09:45:45 +00:00
|
|
|
#include "viewport_type.h"
|
2008-05-07 14:10:15 +01:00
|
|
|
#include "window_type.h"
|
2019-01-13 19:56:10 +00:00
|
|
|
#include "tile_map.h"
|
2013-05-19 15:49:25 +01:00
|
|
|
#include "station_type.h"
|
2008-01-09 09:45:45 +00:00
|
|
|
|
2010-05-07 21:39:00 +01:00
|
|
|
static const int TILE_HEIGHT_STEP = 50; ///< One Z unit tile height difference is displayed as 50m.
|
|
|
|
|
2008-01-09 09:45:45 +00:00
|
|
|
void SetSelectionRed(bool);
|
|
|
|
|
|
|
|
void DeleteWindowViewport(Window *w);
|
2008-04-19 14:17:19 +01:00
|
|
|
void InitializeWindowViewport(Window *w, int x, int y, int width, int height, uint32 follow_flags, ZoomLevel zoom);
|
2020-06-29 02:38:29 +01:00
|
|
|
Viewport *IsPtInWindowViewport(const Window *w, int x, int y);
|
|
|
|
Point TranslateXYToTileCoord(const Viewport *vp, int x, int y, bool clamp_to_map = true);
|
2008-01-09 09:45:45 +00:00
|
|
|
Point GetTileBelowCursor();
|
|
|
|
void UpdateViewportPosition(Window *w);
|
|
|
|
|
2021-01-17 18:57:16 +00:00
|
|
|
bool MarkAllViewportsDirty(int left, int top, int right, int bottom);
|
2009-07-08 09:30:35 +01:00
|
|
|
|
2010-05-13 09:56:01 +01:00
|
|
|
bool DoZoomInOutWindow(ZoomStateChange how, Window *w);
|
2008-01-09 09:45:45 +00:00
|
|
|
void ZoomInOrOutToCursorWindow(bool in, Window * w);
|
2023-01-29 08:28:24 +00:00
|
|
|
void ConstrainAllViewportsZoom();
|
2008-01-09 09:45:45 +00:00
|
|
|
Point GetTileZoomCenterWindow(bool in, Window * w);
|
2021-04-09 19:39:56 +01:00
|
|
|
void FixTitleGameZoom(int zoom_adjust = 0);
|
2020-06-29 02:38:29 +01:00
|
|
|
void HandleZoomMessage(Window *w, const Viewport *vp, byte widget_zoom_in, byte widget_zoom_out);
|
2008-01-09 09:45:45 +00:00
|
|
|
|
2010-11-20 14:15:02 +00:00
|
|
|
/**
|
|
|
|
* Zoom a viewport as far as possible in the given direction.
|
|
|
|
* @param how Zooming direction.
|
|
|
|
* @param w Window owning the viewport.
|
|
|
|
* @pre \a how should not be #ZOOM_NONE.
|
|
|
|
*/
|
2010-05-13 09:56:01 +01:00
|
|
|
static inline void MaxZoomInOut(ZoomStateChange how, Window *w)
|
2008-01-09 09:45:45 +00:00
|
|
|
{
|
|
|
|
while (DoZoomInOutWindow(how, w)) {};
|
|
|
|
}
|
|
|
|
|
|
|
|
void OffsetGroundSprite(int x, int y);
|
|
|
|
|
2019-04-10 22:07:06 +01:00
|
|
|
void DrawGroundSprite(SpriteID image, PaletteID pal, const SubSprite *sub = nullptr, int extra_offs_x = 0, int extra_offs_y = 0);
|
|
|
|
void DrawGroundSpriteAt(SpriteID image, PaletteID pal, int32 x, int32 y, int z, const SubSprite *sub = nullptr, int extra_offs_x = 0, int extra_offs_y = 0);
|
|
|
|
void AddSortableSpriteToDraw(SpriteID image, PaletteID pal, int x, int y, int w, int h, int dz, int z, bool transparent = false, int bb_offset_x = 0, int bb_offset_y = 0, int bb_offset_z = 0, const SubSprite *sub = nullptr);
|
2022-12-18 12:34:14 +00:00
|
|
|
void AddChildSpriteScreen(SpriteID image, PaletteID pal, int x, int y, bool transparent = false, const SubSprite *sub = nullptr, bool scale = true, bool relative = true);
|
2023-06-22 19:10:02 +01:00
|
|
|
void ViewportAddString(const DrawPixelInfo *dpi, ZoomLevel small_from, const ViewportSign *sign, StringID string_normal, StringID string_small, StringID string_small_shadow, Colours colour = INVALID_COLOUR);
|
2008-01-09 09:45:45 +00:00
|
|
|
|
|
|
|
|
|
|
|
void StartSpriteCombine();
|
|
|
|
void EndSpriteCombine();
|
|
|
|
|
2020-06-29 02:38:29 +01:00
|
|
|
bool HandleViewportClicked(const Viewport *vp, int x, int y);
|
2008-01-09 09:45:45 +00:00
|
|
|
void SetRedErrorSquare(TileIndex tile);
|
|
|
|
void SetTileSelectSize(int w, int h);
|
|
|
|
void SetTileSelectBigSize(int ox, int oy, int sx, int sy);
|
|
|
|
|
2020-06-29 02:38:29 +01:00
|
|
|
void ViewportDoDraw(const Viewport *vp, int left, int top, int right, int bottom);
|
2008-01-09 09:45:45 +00:00
|
|
|
|
2010-10-23 21:39:21 +01:00
|
|
|
bool ScrollWindowToTile(TileIndex tile, Window *w, bool instant = false);
|
2009-03-15 15:25:18 +00:00
|
|
|
bool ScrollWindowTo(int x, int y, int z, Window *w, bool instant = false);
|
2008-01-09 09:45:45 +00:00
|
|
|
|
2013-05-19 15:49:25 +01:00
|
|
|
void RebuildViewportOverlay(Window *w);
|
|
|
|
|
2008-01-09 09:45:45 +00:00
|
|
|
bool ScrollMainWindowToTile(TileIndex tile, bool instant = false);
|
2009-03-15 15:25:18 +00:00
|
|
|
bool ScrollMainWindowTo(int x, int y, int z = -1, bool instant = false);
|
2008-01-09 09:45:45 +00:00
|
|
|
|
2009-12-13 19:33:07 +00:00
|
|
|
void UpdateAllVirtCoords();
|
2020-01-06 20:40:31 +00:00
|
|
|
void ClearAllCachedNames();
|
2009-12-13 19:33:07 +00:00
|
|
|
|
2008-01-09 09:45:45 +00:00
|
|
|
extern Point _tile_fract_coords;
|
|
|
|
|
2019-01-13 19:56:10 +00:00
|
|
|
void MarkTileDirtyByTile(TileIndex tile, int bridge_level_offset, int tile_height_override);
|
2011-02-07 22:29:47 +00:00
|
|
|
|
2019-01-13 19:56:10 +00:00
|
|
|
/**
|
|
|
|
* Mark a tile given by its index dirty for repaint.
|
|
|
|
* @param tile The tile to mark dirty.
|
|
|
|
* @param bridge_level_offset Height of bridge on tile to also mark dirty. (Height level relative to north corner.)
|
|
|
|
* @ingroup dirty
|
|
|
|
*/
|
|
|
|
static inline void MarkTileDirtyByTile(TileIndex tile, int bridge_level_offset = 0)
|
|
|
|
{
|
|
|
|
MarkTileDirtyByTile(tile, bridge_level_offset, TileHeight(tile));
|
|
|
|
}
|
2014-09-21 18:27:37 +01:00
|
|
|
|
2020-06-29 02:38:29 +01:00
|
|
|
Point GetViewportStationMiddle(const Viewport *vp, const Station *st);
|
2013-05-19 15:49:25 +01:00
|
|
|
|
2019-02-22 18:14:06 +00:00
|
|
|
struct Station;
|
2023-05-26 12:45:18 +01:00
|
|
|
struct Waypoint;
|
2019-03-30 16:59:43 +00:00
|
|
|
struct Town;
|
2019-02-22 18:14:06 +00:00
|
|
|
|
|
|
|
void SetViewportCatchmentStation(const Station *st, bool sel);
|
2023-05-26 12:45:18 +01:00
|
|
|
void SetViewportCatchmentWaypoint(const Waypoint *wp, bool sel);
|
2019-03-30 16:59:43 +00:00
|
|
|
void SetViewportCatchmentTown(const Town *t, bool sel);
|
2022-02-22 21:00:37 +00:00
|
|
|
void MarkCatchmentTilesDirty();
|
2019-02-22 18:14:06 +00:00
|
|
|
|
2023-05-26 12:45:18 +01:00
|
|
|
template<class T>
|
|
|
|
void SetViewportCatchmentSpecializedStation(const T *st, bool sel);
|
|
|
|
|
|
|
|
template<>
|
|
|
|
inline void SetViewportCatchmentSpecializedStation(const Station *st, bool sel)
|
|
|
|
{
|
|
|
|
SetViewportCatchmentStation(st, sel);
|
|
|
|
}
|
|
|
|
|
|
|
|
template<>
|
|
|
|
inline void SetViewportCatchmentSpecializedStation(const Waypoint *st, bool sel)
|
|
|
|
{
|
|
|
|
SetViewportCatchmentWaypoint(st, sel);
|
|
|
|
}
|
|
|
|
|
2008-01-09 09:45:45 +00:00
|
|
|
#endif /* VIEWPORT_FUNC_H */
|