Historique des commits

Auteur SHA1 Message Date
  ArseniyShestakov b2e1ee5363 CGameState: move two pathfinding-related functions to CPathfinderHelper il y a 10 ans
  ArseniyShestakov d3c8ca7c1c Pathfinding: implement duration checking for fly and water walking il y a 10 ans
  ArseniyShestakov 7eebcb9d60 Artifacts: replace few more ints by ArtifactID il y a 10 ans
  DjWarmonger 17071c6ec8 Merge pull request #125 from ArseniyShestakov/newMovementSystem il y a 10 ans
  ArseniyShestakov 6b34eb729e Move all pathfinding-related code into new file il y a 10 ans
  ArseniyShestakov 9e8427a078 CPathfinder: update comment for isSourceGuarded condition il y a 10 ans
  ArseniyShestakov 01257efc02 CPathfinder: get rid of curPos and pass on initializeGraph il y a 10 ans
  ArseniyShestakov 68bd37aa45 Store penalty in value of FLYING_MOVEMENT and WATER_WALKING il y a 10 ans
  ArseniyShestakov 44ca00cd16 CPathfinder: rename functions il y a 10 ans
  ArseniyShestakov a536691781 CPathfinder: fix typos and more code cleanups il y a 10 ans
  ArseniyShestakov 4f7c3ec60f Minor formatting fixes within pathfinder-related code il y a 10 ans
  ArseniyShestakov 939b3c05a1 CPathfinder: use struct instead of enum for options il y a 10 ans
  ArseniyShestakov 6934c6bc95 CPathfinder: move check into isBetterWay lambda il y a 10 ans
  ArseniyShestakov 5a04f05b9b CPathfinder: move one more check into isMovementPossible il y a 10 ans
  ArseniyShestakov 6ebe2abc1a Fix penalties for FLYING_MOVEMENT and WATER_WALKING il y a 10 ans
  ArseniyShestakov fc6f62e633 getMovementCost: get rid of useless flying parameter il y a 10 ans
  ArseniyShestakov 498eb1d032 Fix typos il y a 10 ans
  Vadim Markovtsev e4b1ef1405 Add "override" to virtual overriden methods il y a 10 ans
  ArseniyShestakov 9954dfb33a CPathfinder: move flying into options and add walk on sea il y a 10 ans
  ArseniyShestakov 0faedde6b9 CPathfinder: store pathfinding options in set instead of variables il y a 10 ans
  ArseniyShestakov 886042dc11 CPathfinder: clean calculatePaths of code unsused for pathfinding il y a 10 ans
  ArseniyShestakov 213d8c2258 CPathfinder: turn checkDestinationTile into function il y a 10 ans
  ArseniyShestakov 1beacf2260 CPathfinder: move guard checks into functions il y a 10 ans
  ArseniyShestakov cd7c5acbc4 CPathfinder: move embark special case code down il y a 10 ans
  ArseniyShestakov c6f9cd1e52 CPathfinder: move passability checks into renamed goodForLandSeaTransition il y a 10 ans
  ArseniyShestakov ee4305cd6d CPathfinder: move destTopVisObjID where it's belongs to il y a 10 ans
  ArseniyShestakov 13c2b5e2d8 CPathfinder: separate teleporter exits and neighbour tile code il y a 10 ans
  ArseniyShestakov f15065fdc5 CPathfinder: separate neighbours code into getNeighbours il y a 10 ans
  AlexVinS 2cb6cb7baa Remove useless durationType selector il y a 10 ans
  ArseniyShestakov 32009690eb initTowns: only add Tovern by default to player-owned towns il y a 10 ans