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

Аутор SHA1 Порука Датум
  Arseniy Shestakov f1e5797834 Code style: move or add licensing information on top of every file пре 8 година
  ArseniyShestakov 2f305cc68d Remove code related to duel mode (#312) пре 8 година
  AlexVinS 86f9df5f68 Made gamestate lock static пре 8 година
  Alexander Shishkin 7e1b0d71c5 Added option for saving generated maps on client side (#307) пре 8 година
  Arseniy Shestakov c8faca8f39 Refactoring: only use RNGs explicitly to avoid bug prone code in future пре 9 година
  Arseniy Shestakov 70abae9b51 CGameState::battleGetBattlefieldType: use RNG by ref пре 9 година
  Arseniy Shestakov ea63497b19 Move CGameState::setupBattle code to CGameHandler::setupBattle пре 9 година
  Arseniy Shestakov 9fd1cff090 Refactoring: always use std prefix for shared_ptr, unique_ptr and make_shared пре 10 година
  DjWarmonger be50d699fb Compile fixes for MSVS пре 10 година
  ArseniyShestakov e872b400b7 Comments save format backward compatability code as Ivan suggested пре 10 година
  ArseniyShestakov c83f15e413 Merge branch 'develop' into feature/tavernRumors пре 10 година
  ArseniyShestakov d856fde73f Rumors: use enum instead of magic numbers and avoid potential crash пре 10 година
  Ivan Savenko 7b5a7f43ad Removed includes of CGameState from headers пре 10 година
  Ivan Savenko c3ce4b25df Removed all #include's of CMap.h from headers. пре 10 година
  ArseniyShestakov ffcc5ccdd2 Rumors: implement support for grail terrain rumor пре 10 година
  ArseniyShestakov 15273ac0f7 Rumors: avoid repeating of same rumor twice in a row пре 10 година
  ArseniyShestakov 98582d628c Rumors: move code into CGameState and add backward compatability пре 10 година
  ArseniyShestakov b2e1ee5363 CGameState: move two pathfinding-related functions to CPathfinderHelper пре 10 година
  ArseniyShestakov d3c8ca7c1c Pathfinding: implement duration checking for fly and water walking пре 10 година
  ArseniyShestakov 45e4cf354e Revert "Pathfinding: do path calculation in separate thread" пре 10 година
  ArseniyShestakov f376b27999 Pathfinding: do path calculation in separate thread пре 10 година
  ArseniyShestakov 6b34eb729e Move all pathfinding-related code into new file пре 10 година
  ArseniyShestakov 01257efc02 CPathfinder: get rid of curPos and pass on initializeGraph пре 10 година
  ArseniyShestakov 44ca00cd16 CPathfinder: rename functions пре 10 година
  ArseniyShestakov a536691781 CPathfinder: fix typos and more code cleanups пре 10 година
  ArseniyShestakov 939b3c05a1 CPathfinder: use struct instead of enum for options пре 10 година
  ArseniyShestakov fc6f62e633 getMovementCost: get rid of useless flying parameter пре 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 213d8c2258 CPathfinder: turn checkDestinationTile into function пре 10 година