Home
last modified time | relevance | path

Searched refs:STARBASE_STRING_BASE (Results 1 – 7 of 7) sorted by relevance

/dports/games/uqm/uqm-0.8.0/src/uqm/
H A Dgamestr.h65 STARBASE_STRING_BASE = FEEDBACK_STRING_BASE + FEEDBACK_STRING_COUNT, enumerator
66 ENCOUNTER_STRING_BASE = STARBASE_STRING_BASE + STARBASE_STRING_COUNT,
H A Dstarbase.c59 t.pStr = GAME_STRING (STARBASE_STRING_BASE + 1 + OldState); in DrawBaseStateStrings()
68 t.pStr = GAME_STRING (STARBASE_STRING_BASE + 1 + OldState); in DrawBaseStateStrings()
75 t.pStr = GAME_STRING (STARBASE_STRING_BASE + 1 + NewState); in DrawBaseStateStrings()
H A Doutfit.c634 DrawSISMessage (GAME_STRING (STARBASE_STRING_BASE + 2)); in DoOutfit()
635 DrawSISTitle (GAME_STRING (STARBASE_STRING_BASE)); in DoOutfit()
H A Dcomm.c1252 DrawSISMessage (GAME_STRING (STARBASE_STRING_BASE + 1)); in HailAlien()
1254 DrawSISTitle (GAME_STRING (STARBASE_STRING_BASE + 0)); in HailAlien()
H A Dshipyard.c1416 DrawSISMessage (GAME_STRING (STARBASE_STRING_BASE + 3)); in DoShipyard()
1417 DrawSISTitle (GAME_STRING (STARBASE_STRING_BASE)); in DoShipyard()
H A Dgameopt.c912 GAME_STRING (STARBASE_STRING_BASE)); in DrawSavegameSummary()
/dports/games/uqm/uqm-0.8.0/src/uqm/planets/
H A Dsolarsys.c1775 return GAME_STRING (STARBASE_STRING_BASE + 0); in GetNamedPlanetaryBody()