提交历史

作者 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 年之前
  Ivan Savenko 84bc6c42db Added 'Serializeable' base class for classes serializeable by pointer 1 年之前
  Ivan Savenko 0c07384293 Refactoring of serialization versioning handling 1 年之前
  Ivan Savenko bdc83bb1b8 Add description why minstd has been chosen 1 年之前
  Ivan Savenko 414c25ea49 Use minstd_rand instead of mt19937 to avoid save game bloat 1 年之前
  Ivan Savenko 44d16b32fe Use API identical to std classes where possible 2 年之前
  Ivan Savenko 539c508870 Implemented persistent random seed for hero pool 2 年之前
  Konstantin 86f5d6de69 vcmi: modernize headers 2 年之前
  Andrey Filipenkov ff635edc0b wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined 3 年之前
  AlexVinS 0b70baa95e Spells configuration version 2 (effect-based) 8 年之前
  Arseniy Shestakov f1e5797834 Code style: move or add licensing information on top of every file 8 年之前
  DjWarmonger 492b866806 - Fixed crash caused by randomShuffle 11 年之前
  DjWarmonger b3a39f4920 Misc improvements & tests. 11 年之前
  DjWarmonger 35d6215b7b jfhs patch integration is now complete: 11 年之前
  DjWarmonger 4ea9810831 First version that works: 11 年之前
  beegee1 1d57b75bc5 - random number generation refactoring 11 年之前
  beegee1 fe1b16a7ec Some preparation towards mantis #1743: 11 年之前
  Michał W. Urbańczyk 43ef565e7e Added serializer-based class able to make deep copies of objects — CMemorySerializer. 11 年之前
  beegee1 1ac328635a - Added handler classes CRmgTemplateStorage and CTerrainViewPatternConfig to LibClasses 12 年之前
  Michał W. Urbańczyk a1f545792b Compile fixes specific for VS 2012" 12 年之前
  Ivan Savenko 2b45e13c5c c++03 -> c++11 switch: 12 年之前
  beegee1 03c2aa9153 - Refactored CMapEditManager(added structure for undo functionality) - Refactored CMap(terrain pointer is private, safe access via getTile) 12 年之前
  beegee1 6d0221c0e7 - Compile fixes 12 年之前
  beegee1 0311e5e6f5 - Added basic mock/test generation - Added stub for terrain editing 12 年之前