提交歷史

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