Historique des commits

Auteur SHA1 Message Date
  Ivan Savenko 45c8553ecb Remove old code il y a 1 an
  Ivan Savenko 2ee4e42348 Implement placeholders for creature banks messages il y a 1 an
  Ivan Savenko 39a2c29c97 Removed creatureBank flag from battle, battles now receive BattleLayout il y a 1 an
  Ivan Savenko 36c1ed670f Support for configurable town fortifications il y a 1 an
  Ivan Savenko 2a05fbdd50 Unified handling of battle sides ID's il y a 1 an
  Ivan Savenko 1aa391fdf8 Split CGeneralTextHandler file into 1 file per class form il y a 1 an
  Ivan Savenko 63bcf7d83c Replaced most of usages of CRandomGenerator with vstd::RNG in library il y a 1 an
  Ivan Savenko 60a51e98de Remove usage of std::function from CRandomGenerator il y a 1 an
  Alexander Wilms 02e429e973 Fix typos using https://github.com/crate-ci/typos il y a 1 an
  Ivan Savenko 58b1e74342 Workaround - check also for valueType when updating bonuses il y a 1 an
  Ivan Savenko 9e49587749 Replace bonus string description with metastring that can properly il y a 1 an
  Ivan Savenko 6e399eb21a Make some non-const static variables const or constexpr il y a 1 an
  Ivan Savenko a9866bb5c6 Added RandomGeneratorUtil::nextItemWeighted convenience method il y a 1 an
  Ivan Savenko ffd604c114 Removed unnecessary access to IHandler::objects il y a 1 an
  Ivan Savenko 9af7c63a26 Fix build il y a 1 an
  Alexander Wilms 73019c204d Replace redundant types with `auto` for the lvalues of template factory functions for smart pointers il y a 1 an
  Alexander Wilms f3277b7953 Define each identifier in a dedicated statement il y a 1 an
  Ivan Savenko b58301849b Pass functor via reference to avoid costly copies il y a 2 ans
  Ivan Savenko b88a8da4e8 Split off some netpack structures into separate files il y a 2 ans
  Ivan Savenko 3880ea58b9 Merge branch 'josch/dos2unix' into develop il y a 2 ans
  Ivan Savenko ac925bb786 Renamed new types for consistency with code style il y a 2 ans
  Ivan Savenko 80e6485965 MetaIdentifier now uses std::variant internally il y a 2 ans
  Ivan Savenko b394158dc9 Bonus Source ID now uses metaidentifier il y a 2 ans
  Ivan Savenko 0a10fc30b8 (lib) Bonus subtype is now stored as metaidentifier that can store any il y a 2 ans
  Johannes Schauer Marin Rodrigues a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) il y a 2 ans
  Alexandre Detiste 15e45f966c typos found by lintian il y a 2 ans
  Ivan Savenko f39fbe5151 Merge pull request #2757 from IvanSavenko/filesystem_refactor il y a 2 ans
  Ivan Savenko 3a88180494 Separated game and battle callback (server & client only) il y a 2 ans
  Ivan Savenko fc4dfda00f Added support for concurrent battles to gamestate and server il y a 2 ans
  Ivan Savenko 86a7f5f5cd Removed getStr(bool), replaced with similar toString() il y a 2 ans