Историја ревизија

Аутор SHA1 Порука Датум
  AlexVinS d46364c4c3 Merge branch 'develop' into issue/2306 пре 10 година
  Vadim Markovtsev e6e975e9ef Fix adventure map movement segfault in some scenarios пре 10 година
  DjWarmonger 17071c6ec8 Merge pull request #125 from ArseniyShestakov/newMovementSystem пре 10 година
  ArseniyShestakov 6b34eb729e Move all pathfinding-related code into new file пре 10 година
  ArseniyShestakov 9e8427a078 CPathfinder: update comment for isSourceGuarded condition пре 10 година
  ArseniyShestakov 01257efc02 CPathfinder: get rid of curPos and pass on initializeGraph пре 10 година
  ArseniyShestakov 68bd37aa45 Store penalty in value of FLYING_MOVEMENT and WATER_WALKING пре 10 година
  ArseniyShestakov 44ca00cd16 CPathfinder: rename functions пре 10 година
  ArseniyShestakov a536691781 CPathfinder: fix typos and more code cleanups пре 10 година
  ArseniyShestakov 4f7c3ec60f Minor formatting fixes within pathfinder-related code пре 10 година
  ArseniyShestakov 939b3c05a1 CPathfinder: use struct instead of enum for options пре 10 година
  ArseniyShestakov 6934c6bc95 CPathfinder: move check into isBetterWay lambda пре 10 година
  ArseniyShestakov 5a04f05b9b CPathfinder: move one more check into isMovementPossible пре 10 година
  ArseniyShestakov 6ebe2abc1a Fix penalties for FLYING_MOVEMENT and WATER_WALKING пре 10 година
  ArseniyShestakov fc6f62e633 getMovementCost: get rid of useless flying parameter пре 10 година
  ArseniyShestakov 498eb1d032 Fix typos пре 10 година
  Vadim Markovtsev e4b1ef1405 Add "override" to virtual overriden methods пре 10 година
  ArseniyShestakov 9954dfb33a CPathfinder: move flying into options and add walk on sea пре 10 година
  ArseniyShestakov 0faedde6b9 CPathfinder: store pathfinding options in set instead of variables пре 10 година
  ArseniyShestakov 886042dc11 CPathfinder: clean calculatePaths of code unsused for pathfinding пре 10 година
  ArseniyShestakov 213d8c2258 CPathfinder: turn checkDestinationTile into function пре 10 година
  ArseniyShestakov 1beacf2260 CPathfinder: move guard checks into functions пре 10 година
  ArseniyShestakov cd7c5acbc4 CPathfinder: move embark special case code down пре 10 година
  ArseniyShestakov c6f9cd1e52 CPathfinder: move passability checks into renamed goodForLandSeaTransition пре 10 година
  ArseniyShestakov ee4305cd6d CPathfinder: move destTopVisObjID where it's belongs to пре 10 година
  ArseniyShestakov 13c2b5e2d8 CPathfinder: separate teleporter exits and neighbour tile code пре 10 година
  ArseniyShestakov f15065fdc5 CPathfinder: separate neighbours code into getNeighbours пре 10 година
  AlexVinS 2cb6cb7baa Remove useless durationType selector пре 10 година
  ArseniyShestakov 32009690eb initTowns: only add Tovern by default to player-owned towns пре 10 година
  ArseniyShestakov f2a237ce6c CPathfinder: move allowed teleport check into lambda пре 10 година