Vegastrike 0.5.1 rc1
1.0
Original sources for Vegastrike Evolved
|
#include "vegastrike.h"
#include "star_system.h"
#include "cmd/planet.h"
#include "lin_time.h"
#include "hashtable.h"
#include "gfx/animation.h"
#include "vs_globals.h"
#include "config_xml.h"
#include "cmd/container.h"
#include "xml_support.h"
#include <assert.h>
#include "gfx/cockpit.h"
#include "audiolib.h"
#include "cmd/images.h"
#include "cmd/script/flightgroup.h"
#include <string>
#include <vector>
#include "options.h"
Go to the source code of this file.
Classes | |
class | ResizeAni |
Functions | |
void | CacheJumpStar (bool destroy) |
Animation * | GetVolatileAni (unsigned int which) |
unsigned int | AddAnimation (const QVector &pos, const float size, bool mvolatile, const std::string &name, float percentgrow) |
static unsigned int | AddJumpAnimation (const QVector &pos, const float size, bool mvolatile=false) |
Variables | |
vs_options | game_options |
std::vector< unorigdest * > | pendingjump |
static std::vector< unsigned int > | AnimationNulls |
static std::vector< ResizeAni > | JumpAnimations |
static std::vector< ResizeAni > | VolatileJumpAnimations |
unsigned int AddAnimation | ( | const QVector & | pos, |
const float | size, | ||
bool | mvolatile, | ||
const std::string & | name, | ||
float | percentgrow | ||
) |
Definition at line 52 of file star_system_jump.cpp.
References AnimationNulls, i, JumpAnimations, MIPMAP, and VolatileJumpAnimations.
|
static |
Definition at line 72 of file star_system_jump.cpp.
References AddAnimation(), and vs_options::jumpgate.
Referenced by GameStarSystem::DoJumpingComeSightAndSound(), and GameStarSystem::DoJumpingLeaveSightAndSound().
void CacheJumpStar | ( | bool | destroy) |
Definition at line 23 of file star_system_jump.cpp.
References vs_options::jumpgate, and MIPMAP.
Referenced by GameUniverse::Init().
Definition at line 45 of file star_system_jump.cpp.
References a, and VolatileJumpAnimations.
Referenced by GameUnit< UnitType >::Explode().
|
static |
Definition at line 31 of file star_system_jump.cpp.
Referenced by AddAnimation(), and GameStarSystem::VolitalizeJumpAnimation().
vs_options game_options |
|
static |
Definition at line 43 of file star_system_jump.cpp.
Referenced by AddAnimation(), GameStarSystem::DrawJumpStars(), and GameStarSystem::VolitalizeJumpAnimation().
std::vector< unorigdest* > pendingjump |
|
static |
Definition at line 44 of file star_system_jump.cpp.
Referenced by AddAnimation(), GameStarSystem::DoJumpingComeSightAndSound(), GameStarSystem::DrawJumpStars(), GetVolatileAni(), and GameStarSystem::VolitalizeJumpAnimation().