Home
last modified time | relevance | path

Searched refs:maxhp (Results 1 – 25 of 149) sorted by relevance

123456

/dports/astro/astrometry/astrometry.net-0.85/util/
H A Dindexset.c9 int scale, hp, maxhp, nside; in indexset_get() local
13 maxhp = 48; in indexset_get()
16 maxhp = 12; in indexset_get()
19 for (hp=0; hp<maxhp; hp++) { in indexset_get()
38 int scale, hp, maxhp, nside; in indexset_get() local
41 maxhp = 48; in indexset_get()
43 for (hp=0; hp<maxhp; hp++) { in indexset_get()
62 int scale, hp, maxhp, nside; in indexset_get() local
65 maxhp = 192; in indexset_get()
67 for (hp=0; hp<maxhp; hp++) { in indexset_get()
/dports/games/taisei/taisei-1.3.2/src/stages/
H A Ddpstest.c57 …double x = pow((b->current->maxhp - b->current->hp) / b->current->maxhp, 0.75) * b->current->maxhp; in stage_dpstest_boss_rule()
58 b->current->hp = clamp(b->current->hp + x * 0.0025, b->current->maxhp * 0.05, b->current->maxhp); in stage_dpstest_boss_rule()
/dports/games/liblcf/liblcf-0.7.0/src/
H A Dldb_parameters.cpp30 stream.Read(ref.maxhp, n); in ReadLcf()
39 stream.Write(ref.maxhp); in WriteLcf()
48 return ref.maxhp.size() * 2 * 6; in LcfSize()
53 stream.WriteNode<std::vector<int16_t> >("maxhp", ref.maxhp); in WriteXml()
70 field = &ref.maxhp; in StartElement()
H A Drpg_setup.cpp46 if (maxhp.size() < level) maxhp.resize(level, 1); in Setup()
/dports/games/liblcf/liblcf-0.7.0/src/generated/lcf/rpg/
H A Dparameters.h30 std::vector<int16_t> maxhp; variable
39 return l.maxhp == r.maxhp
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/ultima8/gumps/
H A Dmini_stats_gump.cpp74 uint16 maxhp = a->getMaxHP(); in PaintThis() local
85 if (maxhp == 0) in PaintThis()
88 hpheight = (hp * barheight) / maxhp; in PaintThis()
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/sol2/examples/
H A Dproperty.cpp23 maxhp = value; in set_max_hp()
28 int maxhp = 50; member in Player
/dports/devel/sol2/sol2-4.0.0-alpha/examples/source/
H A Dproperty.cpp22 maxhp = value; in set_max_hp()
27 int maxhp = 50; member in Player
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/client/gui/stats/
H A DHPIndicator.java62 public void setHP(final int maxhp, final int hp) { in setHP() argument
63 final float ratio = (float) hp / maxhp; in setHP()
/dports/games/liblcf/liblcf-0.7.0/src/generated/
H A Drpg_parameters.cpp21 for (size_t i = 0; i < obj.maxhp.size(); ++i) { in operator <<()
22 os << (i == 0 ? "[" : ", ") << obj.maxhp[i]; in operator <<()
/dports/japanese/rogue_s/rogue_s/
H A Dthrow.c256 short maxhp; local
258 maxhp = mon_tab[monster->m_char - 'A'].hp_to_kill;
269 monster->hp_to_kill += (maxhp - monster->hp_to_kill) * 2 / 3;
274 monster->hp_to_kill += (maxhp - monster->hp_to_kill) / 5;
/dports/games/omega/omega/
H A Daux3.c18 if ((Player.status[DISEASED] < 1) && (Player.hp < Player.maxhp)) in tenminute_check()
19 Player.hp = min(Player.maxhp,Player.hp+Player.level+1); in tenminute_check()
43 if ((Player.status[DISEASED] == 0) && (Player.hp < Player.maxhp)) in hourly_check()
44 Player.hp = min(Player.maxhp,Player.hp+Player.level+1); in hourly_check()
78 Player.hp = max(Player.hp,Player.maxhp); in indoors_random_event()
91 Player.maxhp++; in indoors_random_event()
92 Player.hp = max(Player.hp, Player.maxhp); in indoors_random_event()
985 manastorm(Player.x,Player.y,random_range(Player.maxhp)+1);
1046 p_damage(random_range(Player.maxhp),ELECTRICITY,"mystic lightning");
H A Dsite2.c113 Player.hp = Player.maxhp; in l_condo()
171 if (Player.hp > Player.maxhp) in healforpay()
172 Player.hp = Player.maxhp; in healforpay()
273 Player.maxhp = Player.maxcon; in send_to_jail()
346 Player.hp = Player.maxhp = Player.con; in l_adept()
367 Player.hp = Player.maxhp; in l_adept()
578 Player.hp = Player.maxhp; in l_brothel()
/dports/games/nethack34/nethack-3.4.3/src/
H A Dtopten.c50 int maxlvl, hp, maxhp, deaths; member
148 &tt->maxlvl, &tt->hp, &tt->maxhp, &tt->deaths,
203 tt->maxlvl, tt->hp, tt->maxhp, tt->deaths,
304 t0->maxhp = u.uhpmax;
514 t1->maxlvl = t1->hp = t1->maxhp = t1->deaths = 0;
682 (t1->maxhp < 10) ? " " : (t1->maxhp < 100) ? " " : "",
683 t1->maxhp);
/dports/games/nethack33-nox11/nethack-3.3.1/src/
H A Dtopten.c50 int maxlvl, hp, maxhp, deaths; member
148 &tt->maxlvl, &tt->hp, &tt->maxhp, &tt->deaths,
203 tt->maxlvl, tt->hp, tt->maxhp, tt->deaths,
297 t0->maxhp = u.uhpmax;
507 t1->maxlvl = t1->hp = t1->maxhp = t1->deaths = 0;
674 (t1->maxhp < 10) ? " " : (t1->maxhp < 100) ? " " : "",
675 t1->maxhp);
/dports/games/nethack34-nox11/nethack-3.4.3/src/
H A Dtopten.c50 int maxlvl, hp, maxhp, deaths; member
148 &tt->maxlvl, &tt->hp, &tt->maxhp, &tt->deaths,
203 tt->maxlvl, tt->hp, tt->maxhp, tt->deaths,
304 t0->maxhp = u.uhpmax;
514 t1->maxlvl = t1->hp = t1->maxhp = t1->deaths = 0;
682 (t1->maxhp < 10) ? " " : (t1->maxhp < 100) ? " " : "",
683 t1->maxhp);
/dports/games/nethack33/nethack-3.3.1/src/
H A Dtopten.c50 int maxlvl, hp, maxhp, deaths; member
148 &tt->maxlvl, &tt->hp, &tt->maxhp, &tt->deaths,
203 tt->maxlvl, tt->hp, tt->maxhp, tt->deaths,
297 t0->maxhp = u.uhpmax;
507 t1->maxlvl = t1->hp = t1->maxhp = t1->deaths = 0;
674 (t1->maxhp < 10) ? " " : (t1->maxhp < 100) ? " " : "",
675 t1->maxhp);
/dports/games/falconseye/falconseye-1.9.3_11/src/
H A Dtopten.c50 int maxlvl, hp, maxhp, deaths; member
148 &tt->maxlvl, &tt->hp, &tt->maxhp, &tt->deaths,
203 tt->maxlvl, tt->hp, tt->maxhp, tt->deaths,
298 t0->maxhp = u.uhpmax;
515 t1->maxlvl = t1->hp = t1->maxhp = t1->deaths = 0;
689 (t1->maxhp < 10) ? " " : (t1->maxhp < 100) ? " " : "",
690 t1->maxhp);
/dports/games/libretro-nxengine/nxengine-libretro-10c4381/nxengine/TextBox/
H A DSaveSelect.cpp285 if (p->maxhp > 99) { hx -= 8; } in DrawHealth()
291 len = (p->maxhp > 99) ? 32 : 24; in DrawHealth()
293 DrawNumberRAlign(hx, y, SPR_WHITENUMBERS, p->maxhp); in DrawHealth()
/dports/games/vultures-eye/vulture-2.3.67/nethack/src/
H A Dtopten.c50 int maxlvl, hp, maxhp, deaths; member
148 &tt->maxlvl, &tt->hp, &tt->maxhp, &tt->deaths,
203 tt->maxlvl, tt->hp, tt->maxhp, tt->deaths,
304 t0->maxhp = u.uhpmax;
541 t1->maxlvl = t1->hp = t1->maxhp = t1->deaths = 0;
719 (t1->maxhp < 10) ? " " : (t1->maxhp < 100) ? " " : "",
720 t1->maxhp);
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/src/
H A Dtopten.c48 int maxlvl, hp, maxhp, deaths; member
242 &tt->hp, &tt->maxhp, &tt->deaths, &tt->deathdate,
320 tt->hp, tt->maxhp, tt->deaths, tt->deathdate,
354 XLOG_SEP, tt->hp, XLOG_SEP, tt->maxhp);
549 t0->maxhp = u.uhpmax;
755 t1->maxlvl = t1->hp = t1->maxhp = t1->deaths = 0;
944 (t1->maxhp < 10) ? " " : (t1->maxhp < 100) ? " " : "",
945 t1->maxhp);
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/src/
H A Dtopten.c48 int maxlvl, hp, maxhp, deaths; member
242 &tt->hp, &tt->maxhp, &tt->deaths, &tt->deathdate,
320 tt->hp, tt->maxhp, tt->deaths, tt->deathdate,
354 XLOG_SEP, tt->hp, XLOG_SEP, tt->maxhp);
549 t0->maxhp = u.uhpmax;
755 t1->maxlvl = t1->hp = t1->maxhp = t1->deaths = 0;
944 (t1->maxhp < 10) ? " " : (t1->maxhp < 100) ? " " : "",
945 t1->maxhp);
/dports/games/unnethack/unnethack-5.1.0-20131208/src/
H A Dtopten.c52 int maxlvl, hp, maxhp, deaths; member
166 &tt->maxlvl, &tt->hp, &tt->maxhp, &tt->deaths,
222 tt->maxlvl, tt->hp, tt->maxhp, tt->deaths,
357 tt->hp, tt->maxhp, tt->deaths,
509 t0->maxhp = u.uhpmax;
777 t1->maxlvl = t1->hp = t1->maxhp = t1->deaths = 0;
981 (t1->maxhp < 10) ? " " : (t1->maxhp < 100) ? " " : "",
982 t1->maxhp);
/dports/games/vultures-eye/vulture-2.3.67/unnethack/src/
H A Dtopten.c52 int maxlvl, hp, maxhp, deaths; member
165 &tt->maxlvl, &tt->hp, &tt->maxhp, &tt->deaths,
221 tt->maxlvl, tt->hp, tt->maxhp, tt->deaths,
300 tt->hp, tt->maxhp, tt->deaths,
432 t0->maxhp = u.uhpmax;
688 t1->maxlvl = t1->hp = t1->maxhp = t1->deaths = 0;
892 (t1->maxhp < 10) ? " " : (t1->maxhp < 100) ? " " : "",
893 t1->maxhp);
/dports/games/vultures-eye/vulture-2.3.67/slashem/src/
H A Dtopten.c50 int maxlvl, hp, maxhp, deaths; member
183 &tt->maxlvl, &tt->hp, &tt->maxhp, &tt->deaths,
276 tt->maxlvl, tt->hp, tt->maxhp, tt->deaths,
381 t0->maxhp = u.uhpmax;
628 t1->maxlvl = t1->hp = t1->maxhp = t1->deaths = 0;
843 (t1->maxhp < 10) ? " " : (t1->maxhp < 100) ? " " : "",
844 t1->maxhp);

123456