Commit History

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