Home
last modified time | relevance | path

Searched refs:curadvance (Results 1 – 9 of 9) sorted by relevance

/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/kernel/
H A Drun.c1890 if (has_advance(unit->side, unit->curadvance) in run_research()
1891 || unit->curadvance == NOADVANCE) { in run_research()
1893 unit->curadvance = NOADVANCE; in run_research()
1903 a = unit->curadvance; in run_research()
1949 if (unit2->curadvance == a) { in run_research()
1952 } else if (unit2->curadvance == a) { in run_research()
1953 unit2->curadvance = 0; in run_research()
1961 if (unit2->curadvance == a) in run_research()
2151 unit->curadvance = apr_type[xrandom(numtypes)]; in auto_pick_unit_research()
2153 unit->curadvance = NOADVANCE; in auto_pick_unit_research()
H A Dunit.h90 short curadvance; /*!< Advance currently being researched. */ member
H A Dunit.c312 newunit->curadvance = default_curadvance; in create_unit()
531 unit->curadvance = default_curadvance; in change_unit_type()
H A Dwrite.c2081 write_num_prop(key(K_CURADVANCE), unit->curadvance, -1, FALSE, FALSE); in write_unit_properties()
H A Dplan.c216 unit->curadvance = a; in set_unit_curadvance()
H A Dread.c3652 unit->curadvance = numval; in interp_unit()
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/doc/
H A DTODO7 Save/restore unit->curadvance by name not number.
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/sdl/
H A Dsdluact.cc126 assert_warning_return(is_advance_type(unit->curadvance), in auto_research_button_fn()
128 net_set_unit_curadvance(unit->side, unit, unit->curadvance); in auto_research_button_fn()
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/changelogs/
H A DChangeLog-2000216 * macunit.c (draw_advanced_closeup): Test if curadvance > 0.
6458 Kernel improvements: Add network support for curadvance,
6676 (receive_unit_prop): Handle curadvance, autoplan, autoresearch & autobuild.