Historique des commits

Auteur SHA1 Message Date
  ArseniyShestakov 05a34fb417 Use "Favorable" instead of "Favourable" everywhere for consistency il y a 10 ans
  ArseniyShestakov 360ebcce7e Merge pull request #145 from vcmi/feature/tavernRumors il y a 10 ans
  Ivan Savenko 89bf3592e3 Likely fixed duplicated random heroes il y a 10 ans
  ArseniyShestakov d856fde73f Rumors: use enum instead of magic numbers and avoid potential crash il y a 10 ans
  ArseniyShestakov 2a63ba148a Thieves Guild: fix tavern map object, lvl 0 when no taverns owned il y a 10 ans
  ArseniyShestakov 3b3c49420f Thieves Guild: correct number of taverns to access information il y a 10 ans
  ArseniyShestakov a62ee65d72 Rumors: implement income checking via statsHLP::getIncome il y a 10 ans
  ArseniyShestakov ffcc5ccdd2 Rumors: implement support for grail terrain rumor il y a 10 ans
  ArseniyShestakov 15273ac0f7 Rumors: avoid repeating of same rumor twice in a row il y a 10 ans
  ArseniyShestakov 98582d628c Rumors: move code into CGameState and add backward compatability il y a 10 ans
  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