Searched refs:Handle_ship (Results 1 – 7 of 7) sorted by relevance
/dports/games/xpilot/xpilot-4.5.5/src/client/ |
H A D | sim.c | 239 …Handle_ship((int)fake_ships[j].x, (int)fake_ships[j].y, j, (int)findDir(fake_ships[j].vx, fake_shi… in Simulate_frames()
|
H A D | paint.h | 220 int Handle_ship(int x, int y, int id, int dir, int shield, int cloak, int eshield, int phased, int …
|
H A D | paintdata.c | 645 int Handle_ship(int x, int y, int id, int dir, int shield, int cloak, int eshield, in Handle_ship() function
|
H A D | netclient.c | 1857 if ((n = Handle_ship(x, y, id, dir, shield, cloak, eshield, phased, deflector)) == -1) { in Receive_ship()
|
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/client/ |
H A D | client.h | 757 int Handle_ship(int x, int y, int id, int dir, int shield, int cloak,
|
H A D | netclient.c | 1629 if ((n = Handle_ship(x, y, id, dir, shield, in Receive_ship()
|
H A D | client.c | 1787 int Handle_ship(int x, int y, int id, int dir, int shield, int cloak, in Handle_ship() function
|