warzone2100/src/intdisplay.h

271 lines
10 KiB
C++

/*
This file is part of Warzone 2100.
Copyright (C) 1999-2004 Eidos Interactive
Copyright (C) 2005-2013 Warzone 2100 Project
Warzone 2100 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; either version 2 of the License, or
(at your option) any later version.
Warzone 2100 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 Warzone 2100; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
#ifndef __INCLUDED_SRC_INTDISPLAY_H__
#define __INCLUDED_SRC_INTDISPLAY_H__
#include "lib/widget/widget.h"
#include "lib/widget/form.h"
#include "intimage.h"
#include "droid.h"
#define NUM_OBJECTSURFACES (100)
#define NUM_TOPICSURFACES (50)
#define NUM_STATSURFACES (200)
#define NUM_SYSTEM0SURFACES (100)
#define NUM_OBJECTBUFFERS (NUM_OBJECTSURFACES*4)
#define NUM_STATBUFFERS (NUM_STATSURFACES*4)
#define NUM_TOPICBUFFERS (NUM_TOPICSURFACES*4)
#define NUM_SYSTEM0BUFFERS (NUM_SYSTEM0SURFACES*8)
/* Power levels are divided by this for power bar display. The extra factor has
been included so that the levels appear the same for the power bar as for the
power values in the buttons */
#define POWERBAR_SCALE (5 * WBAR_SCALE/STAT_PROGBARWIDTH)
#define BUTTONOBJ_ROTSPEED 90 // Speed to rotate objects rendered in
// buttons ( degrees per second )
//the two types of button used in the object display (bottom bar)
#define TOPBUTTON 0
#define BTMBUTTON 1
enum {
IMDTYPE_NONE,
IMDTYPE_DROID,
IMDTYPE_DROIDTEMPLATE,
IMDTYPE_COMPONENT,
IMDTYPE_STRUCTURE,
IMDTYPE_RESEARCH,
IMDTYPE_STRUCTURESTAT,
};
#define RENDERBUTTON_INUSE(x) ((x)->InUse=true)
#define RENDERBUTTON_NOTINUSE(x) ((x)->InUse=false)
#define RENDERBUTTON_INITIALISED(x) ((x)->Initialised=true)
#define RENDERBUTTON_NOTINITIALISED(x) ((x)->Initialised=false)
#define IsBufferInUse(x) ((x)->InUse)
struct RENDERED_BUTTON
{
bool InUse; // Is it in use.
bool Initialised; // Is it initialised.
SDWORD ImdRotation; // Rotation if button is an IMD.
UDWORD State; // Copy of widget's state so we know if state has changed.
void *Data; // Any data we want to attach.
void *Data2; // Any data we want to attach.
};
extern RENDERED_BUTTON TopicBuffers[NUM_TOPICBUFFERS];
extern RENDERED_BUTTON ObjectBuffers[NUM_OBJECTBUFFERS];
extern RENDERED_BUTTON StatBuffers[NUM_STATBUFFERS];
extern RENDERED_BUTTON System0Buffers[NUM_SYSTEM0BUFFERS];
extern BASE_STATS *CurrentStatsTemplate;
// Set audio IDs for form opening/closing anims.
void SetFormAudioIDs(int OpenID,int CloseID);
// Initialise interface graphics.
void intInitialiseGraphics(void);
// Get a free RENDERED_BUTTON structure for an object window button.
SDWORD GetObjectBuffer(void);
// Clear ( make unused ) all RENDERED_BUTTON structures for the object window.
void ClearObjectBuffers(void);
// Clear ( make unused ) all RENDERED_BUTTON structures for the topic window.
void ClearTopicBuffers(void);
// Clear ( make unused ) a RENDERED_BUTTON structure.
void ClearObjectButtonBuffer(SDWORD BufferID);
// Clear ( make unused ) a RENDERED_BUTTON structure.
void ClearTopicButtonBuffer(SDWORD BufferID);
void RefreshObjectButtons(void);
void RefreshSystem0Buttons(void);
void RefreshTopicButtons(void);
void RefreshStatsButtons(void);
// Get a free RENDERED_BUTTON structure for a stat window button.
SDWORD GetStatBuffer(void);
// Clear ( make unused ) all RENDERED_BUTTON structures for the stat window.
void ClearStatBuffers(void);
/*these have been set up for the Transporter - the design screen DOESN'T use them*/
// Clear ( make unused ) *all* RENDERED_BUTTON structures.
void ClearSystem0Buffers(void);
// Clear ( make unused ) a RENDERED_BUTTON structure.
void ClearSystem0ButtonBuffer(SDWORD BufferID);
// Get a free RENDERED_BUTTON structure.
SDWORD GetSystem0Buffer(void);
// callback to update the command droid size label
void intUpdateCommandSize(WIDGET *psWidget, W_CONTEXT *psContext);
// callback to update the command droid experience
void intUpdateCommandExp(WIDGET *psWidget, W_CONTEXT *psContext);
// callback to update the command droid factories
void intUpdateCommandFact(WIDGET *psWidget, W_CONTEXT *psContext);
void intUpdateProgressBar(WIDGET *psWidget, W_CONTEXT *psContext);
void intUpdateQuantity(WIDGET *psWidget, W_CONTEXT *psContext);
//callback to display the factory number
extern void intAddFactoryInc(WIDGET *psWidget, W_CONTEXT *psContext);
//callback to display the production quantity number for a template
extern void intAddProdQuantity(WIDGET *psWidget, W_CONTEXT *psContext);
void intDisplayPowerBar(WIDGET *psWidget, UDWORD xOffset, UDWORD yOffset);
void intDisplayStatusButton(WIDGET *psWidget, UDWORD xOffset, UDWORD yOffset);
void intDisplayObjectButton(WIDGET *psWidget, UDWORD xOffset, UDWORD yOffset);
void intDisplayStatsButton(WIDGET *psWidget, UDWORD xOffset, UDWORD yOffset);
void intDisplayStatsForm(WIDGET *psWidget, UDWORD xOffset, UDWORD yOffset);
/// Form which animates opening/closing.
struct IntFormAnimated : public W_FORM
{
IntFormAnimated(WIDGET *parent, bool openAnimate = true);
void display(int xOffset, int yOffset);
void closeAnimateDelete(); ///< Animates the form closing, and deletes itself when done.
private:
void displayOpening(int xOffset, int yOffset);
unsigned startTime; ///< Animation start time
int currentAction; ///< Opening/open/closing/closed.
};
void intDisplayImage(WIDGET *psWidget, UDWORD xOffset, UDWORD yOffset);
void intDisplayImageHilight(WIDGET *psWidget, UDWORD xOffset, UDWORD yOffset);
void intDisplayButtonHilight(WIDGET *psWidget, UDWORD xOffset, UDWORD yOffset);
void intDisplayButtonFlash(WIDGET *psWidget, UDWORD xOffset, UDWORD yOffset);
void intDisplayButtonPressed(WIDGET *psWidget, UDWORD xOffset, UDWORD yOffset);
void intDisplayReticuleButton(WIDGET *psWidget, UDWORD xOffset, UDWORD yOffset);
void intDisplaySlider(WIDGET *psWidget, UDWORD xOffset, UDWORD yOffset);
void intDisplayNumber(WIDGET *psWidget, UDWORD xOffset, UDWORD yOffset);
void intAddLoopQuantity(WIDGET *psWidget, W_CONTEXT *psContext);
void intDisplayEditBox(WIDGET *psWidget, UDWORD xOffset, UDWORD yOffset);
void OpenButtonRender(int XPos, int YPos);
void ClearButton(bool Down,UDWORD Size, UDWORD buttonType);
void RenderToButton(IMAGEFILE *ImageFile,UWORD ImageID,void *Object,UDWORD Player,RENDERED_BUTTON *Buffer,
bool Down,UDWORD IMDType, UDWORD buttonType);
void CreateIMDButton(IMAGEFILE *ImageFile,UWORD ImageID,void *Object,UDWORD Player,RENDERED_BUTTON *Buffer,
bool Down,UDWORD IMDType,UDWORD buttonType);
void CreateImageButton(IMAGEFILE *ImageFile,UWORD ImageID,RENDERED_BUTTON *Buffer,bool Down, UDWORD buttonType);
void CreateBlankButton(RENDERED_BUTTON *Buffer,bool Down, UDWORD buttonType);
void RenderImageToButton(IMAGEFILE *ImageFile,UWORD ImageID,RENDERED_BUTTON *Buffer,bool Down, UDWORD buttonType);
void RenderBlankToButton(RENDERED_BUTTON *Buffer,bool Down, UDWORD buttonType);
extern bool DroidIsRepairing(DROID *Droid);
bool DroidIsBuilding(DROID *Droid);
STRUCTURE *DroidGetBuildStructure(DROID *Droid);
bool DroidGoingToBuild(DROID *Droid);
BASE_STATS *DroidGetBuildStats(DROID *Droid);
iIMDShape *DroidGetIMD(DROID *Droid);
bool DroidIsDemolishing(DROID *Droid);
bool StructureIsManufacturingPending(STRUCTURE *structure); ///< Returns true iff the structure is either manufacturing or on hold (even if not yet synchronised). (But ignores research.)
bool structureIsResearchingPending(STRUCTURE *structure); ///< Returns true iff the structure is either researching or on hold (even if not yet synchronised). (But ignores manufacturing.)
bool StructureIsOnHoldPending(STRUCTURE *structure); ///< Returns true iff the structure is on hold (even if not yet synchronised).
DROID_TEMPLATE *FactoryGetTemplate(FACTORY *Factory);
RESEARCH_FACILITY *StructureGetResearch(STRUCTURE *Structure);
FACTORY *StructureGetFactory(STRUCTURE *Structure);
bool StatIsStructure(BASE_STATS const *Stat);
iIMDShape *StatGetStructureIMD(BASE_STATS *Stat,UDWORD Player);
bool StatIsTemplate(BASE_STATS *Stat);
bool StatIsFeature(BASE_STATS const *Stat);
SDWORD StatIsComponent(BASE_STATS *Stat);
bool StatGetComponentIMD(BASE_STATS *Stat, SDWORD compID,iIMDShape **CompIMD,iIMDShape **MountIMD);
bool StatIsResearch(BASE_STATS *Stat);
void StatGetResearchImage(BASE_STATS *psStat, SDWORD *Image, iIMDShape **Shape,
BASE_STATS **ppGraphicData, bool drawTechIcon);
/* Draws a stats bar for the design screen */
void intDisplayStatsBar(WIDGET *psWidget, UDWORD xOffset, UDWORD yOffset);
/* Draws a Template Power Bar for the Design Screen */
void intDisplayDesignPowerBar(WIDGET *psWidget, UDWORD xOffset, UDWORD yOffset);
// Widget callback function to play an audio track.
extern void WidgetAudioCallback(int AudioID);
// Widget callback to display a contents button for the Transporter
void intDisplayTransportButton(WIDGET *psWidget, UDWORD xOffset, UDWORD yOffset);
/*draws blips on radar to represent Proximity Display*/
extern void drawRadarBlips(int radarX, int radarY, float pixSizeH, float pixSizeV);
/*Displays the proximity messages blips over the world*/
void intDisplayProximityBlips(WIDGET *psWidget, UDWORD xOffset, UDWORD yOffset);
extern void intUpdateQuantitySlider(WIDGET *psWidget, W_CONTEXT *psContext);
void intDisplayDPButton(WIDGET *psWidget, UDWORD xOffset, UDWORD yOffset);
void intDisplayTime(WIDGET *psWidget, UDWORD xOffset, UDWORD yOffset);
void intDisplayNum(WIDGET *psWidget, UDWORD xOffset, UDWORD yOffset);
void intDisplayResSubGroup(WIDGET *psWidget, UDWORD xOffset, UDWORD yOffset);
void intDisplayMissionClock(WIDGET *psWidget, UDWORD xOffset, UDWORD yOffset);
void intDisplayAllyIcon(WIDGET *psWidget, UDWORD xOffset, UDWORD yOffset);
void intDisplayAllyBar(WIDGET *psWidget, UDWORD xOffset, UDWORD yOffset);
void intSetShadowPower(int quantity);
#endif // __INCLUDED_SRC_INTDISPLAY_H__