提交历史

作者 SHA1 备注 提交日期
  Ivan Savenko ff8d36c350 It is now possible to define game settings in rmg template 1 年之前
  Ivan Savenko 4aa73b40c9 Split CTownHandler into smaller chunks 1 年之前
  Ivan Savenko 1aa391fdf8 Split CGeneralTextHandler file into 1 file per class form 1 年之前
  Ivan Savenko 63bcf7d83c Replaced most of usages of CRandomGenerator with vstd::RNG in library 1 年之前
  Laserlicht 018127b236 set values for map editor and rmg 1 年之前
  Ivan Savenko 7461df161c lib now uses shared_ptr for entities. Removed manual memory management. 1 年之前
  Ivan Savenko 62b564650d Fix possibly hanging pointer to deleted CGObjectInstance 1 年之前
  Ivan Savenko f5824ccea4 Re-throw exception on RMG failure to prevent weird crashes later 1 年之前
  Tomasz Zieliński 12da0196a0 Restrict reindexing to random maps 1 年之前
  Tomasz Zieliński d8c93cb222 Protect every access to zone tiles with a mutex 1 年之前
  Ivan Savenko 87059be67b Added range checks to values read from h3m. 1 年之前
  Ivan Savenko e67e4430ba Removed most of non-const static fields in lib. Reduced header includes. 1 年之前
  Ivan Savenko a15366f5a5 Make IObjectInterface::cb non-static 1 年之前
  Tomasz Zieliński 71844d4d92 Unban artifacts if RMG fails to place Seer Hut (unlikely) 1 年之前
  Tomasz Zieliński 285bafdbf4 Do not ban heroes in Prisons, they might be rehired after they are defeated. 1 年之前
  Tomasz Zieliński ee6c331bad Merge remote-tracking branch 'origin/beta' into random_prison_distributor 1 年之前
  Ivan Savenko fd499e318d Review suggestion 1 年之前
  Ivan Savenko ca2df49fbb Block usage of preselected starting heroes for prisons in RMG 1 年之前
  Tomasz Zieliński ebf2055afc - Unban hero if related Prison is destroyed during map generation 1 年之前
  Tomasz Zieliński 8fe6a103cd - Move Hero / Prison distribution to separate modificator 1 年之前
  Ivan Savenko 13763cad8e Remove few more implicit conversions 1 年之前
  Ivan Savenko abad4b01ce Remove explicit convesion to int in operators 1 年之前
  Ivan Savenko 0842f5afee Removed remaining usages of std::vector<bool> 1 年之前
  Tomasz Zieliński 07dac8b6d4 Works more or less 2 年之前
  nordsoft 03c099d4fd First steps 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 e54287ea5d Converted remaining identifier to new system 2 年之前
  Ivan Savenko ec8d31bbfc First step at unifying game identifiers code 2 年之前
  Ivan Savenko 44d16b32fe Use API identical to std classes where possible 2 年之前