Commit History

Author SHA1 Message Date
  Ivan Savenko 1e3e2f665c Remove strange & unused double-selector logic 4 months ago
  Ivan Savenko 4d4da0454f map objects hierarchy now uses IGameInfoCallback 5 months ago
  Ivan Savenko 35644da2b7 Reogranize callback-related classes on 1 file = 1 class basis 5 months ago
  Ivan Savenko 9e6397d1f9 Remove pointer to boat from CGHeroInstance 7 months ago
  Ivan Savenko cd7732456a Remove pointer to objects from TerrainTile 7 months ago
  Ivan Savenko bdae7285ae Objects list is now private member of CMap 7 months ago
  Ivan Savenko 745040def3 Access to heroes storage in CMap is now done via public methods 7 months ago
  Ivan Savenko 0ada2a5ebd Map objects now use shared_ptr (game) 7 months ago
  Ivan Savenko 417ea6451a Remove ConstTransitivePtr from hero and town instances 7 months ago
  Ivan Savenko 9f713a0914 Rename int3::valid to isValid for consistency 8 months ago
  Ivan Savenko a8a6be7ac1 Fix potential compatibility with C++20 / C++23 mode 8 months ago
  Ivan Savenko ec970c7b22 Support for configuring minimal cost for moving between tiles 9 months ago
  Ivan Savenko 08fbcd5239 TerrainTile now uses identifiers instead of pointers to VLC 1 year ago
  Ivan Savenko a8f8c3f4b1 Replaced most of accesses to CGObjectInstance::pos with anchorPoint() 1 year ago
  Ivan Savenko c0f5c7c0ea Replace pointer with reference in pack apply functions 1 year ago
  Ivan Savenko 8225eb454e Added GameSettings to gamestate, potentially allowing to define game 1 year ago
  Ivan Savenko a481f07daf PlayerState now stores all objects owned by player 1 year ago
  Ivan Savenko b07408e984 New objects are now created and initialized on server and sent to client 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
  Ivan Savenko 84bc6c42db Added 'Serializeable' base class for classes serializeable by pointer 1 year ago
  Ivan Savenko 8b861fc58f Do not check for guards when teleporting using means other than DD 1 year ago
  Ivan Savenko d70914a147 Fixes regression - blocked TP when casting spell on land 1 year ago
  Ivan Savenko 3fc4383153 Show popup dialog instead of server error when using TP from water 1 year ago
  Ivan Savenko 6c45353aa7 Casting DD or TP will now spend mana before hero movement (and any side 1 year ago
  Ivan Savenko 8353bca34f Small refactoring of adventure map spell casting: 1 year ago
  Dydzio e5e14adb51 Add setting for HD mod tournament rules dimension door limit 1 year ago
  Dydzio 3bb66de551 Serverside validation, setting for terrain compatibility before cast etc 1 year ago
  Ivan Savenko e67e4430ba Removed most of non-const static fields in lib. Reduced header includes. 1 year ago
  Ivan Savenko 20ef3a69e7 Fix most of memleaks discovered by valgrind 2 years ago