Go to the source code of this file.
Classes | |
class | Map_object |
class | DisplayManager |
class | WorldManager |
class | GumpManager |
class | InputManager |
class | UsecodeMachine |
class | GameClock |
Functions | |
if (next_time==-1) next_time | |
InMan | HandleInput () |
if (time >=next_time) while(time > | |
GumpMan | PaintGumps (DisplaySurface) |
Variables | |
DisplayManager | DispMan |
WorldManager | TheWorld |
GumpManager | GumpMan |
InputManager | InMan |
UsecodeMachine | Usecode |
bool | interpolating = true |
int | ANIMATION_RATE = 50 |
GameClock | next_time |
int | time = GetCurrentTime() |
Usecode | PaintText (DisplaySurface) |
InMan HandleInput | ( | ) |
if | ( | time >= | next_time | ) |
if | ( | next_time | = =-1 |
) |
Referenced by Gump::AddChild(), XMidiFile::AdjustTimings(), XMidiFile::ApplyFirstState(), ConvertShape::Check(), JPRenderedText::draw(), JPRenderedText::drawBlended(), NS_TIMIDITY::fill_bank(), Gump::FindGump(), TypeFlags::loadMonsterInfo(), FMOpl_Pentagram::OPLWriteReg(), ConvertShape::Read(), TTFont::renderText(), QuickAvatarMoverProcess::run(), run(), Pentagram::Scale2xScalerInternal< uintX, Manip, uintS >::Scale(), Pentagram::Scale2x_16MMX(), Pentagram::Scale2x_32MMX(), AnimationTracker::setTargetedMode(), ItemSorter::Trace(), PentZip::unzOpenCurrentFile3(), PentZip::unzReadCurrentFile(), ConvertShape::Write(), PentZip::ziplocal_TmzDateToDosDate(), and PentZip::zipOpenNewFileInZip3().
GumpMan PaintGumps | ( | DisplaySurface | ) |
int ANIMATION_RATE = 50 |
Definition at line 188 of file colourless0.cc.
Definition at line 131 of file colourless0.cc.
class GumpManager GumpMan |
Definition at line 170 of file colourless0.cc.
bool interpolating = true |
Definition at line 185 of file colourless0.cc.
Definition at line 146 of file colourless0.cc.
int time = GetCurrentTime() |
Definition at line 208 of file colourless0.cc.
Referenced by XMidiFile::ConvertFiletoList(), XMidiEventList::convertListToMTrk(), Console::DrawConsoleNotify(), XMidiFile::ExtractTracksFromU7V(), XMidiFile::ExtractTracksFromXMIDIMT(), and GUIApp::writeSaveInfo().
class UsecodeMachine Usecode |