Home
last modified time | relevance | path

Searched refs:total_entry_cost (Results 1 – 4 of 4) sorted by relevance

/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/kernel/
H A Dmove.c37 static int total_entry_cost(int u1, int u3, int x1, int y1, int z1, int u2, int x2, int y2, int z2);
1375 mpcost = total_entry_cost(u2, u4, ox, oy, oz, u3, nx, ny, nz); in do_enter_action()
1424 totcost = total_entry_cost(u2, u4, ox, oy, oz, unewtransport, nx, ny, nz); in check_enter_action()
1477 total_entry_cost(int u1, int u3, int x1, int y1, int z1, in total_entry_cost() function
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/
H A DChangeLog374 * move.c (total_entry_cost): If movement is within same cell, then
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/changelogs/
H A DChangeLog-19981411 (total_move_cost, total_entry_cost): Fix traversal cost
H A DChangeLog-20002117 (total_entry_cost): Make static and move to move.c.
2264 (total_entry_cost): Move prototype here.