davewx7 / citadel

A turn based strategy game based on the Anura engine
Other
99 stars 25 forks source link

Free hex particles still broken. #215

Open ghost opened 6 years ago

ghost commented 6 years ago

Rev b46d6486d90dbf214 fixes the position of free hex particle hints for player one in network games, while holding player zero in network games OK, but breaks it for creatures of player one from player zero perspective in typical single player.

Can surely be fixed with a more complex elaboration in decide to reverse hex or not right before computing px and exhaustive checking, I shall check all of these to be completely sure (actually before starting to fix too):

ghost commented 6 years ago

I shall do similar exhaustive checking of free avatar particles.

ghost commented 6 years ago

Rev a2dffb79aac8 fixes the 8 cases I think.

ghost commented 5 years ago

I think wraiths death particles are still misplaced when in lane 0 (or 4, I don't know) and position (y in lane) 1 or 3, I don't know if multi player or single player.

Saw the other day the blue fire misplaced down (from my perspective) of the appropriate hex in [4, 1] (my perspective).

I shall review every case again... 😫

uprego commented 5 years ago

Single player as player 1 (i.e. not the first to play in the opening), lanes 0 and 4, are definitely broken.