Historique des commits

Auteur SHA1 Message Date
  mateuszb d03dbf64a6 * refactoring il y a 12 ans
  mateuszb f1c78e3260 * creature ID refactoring il y a 12 ans
  mateuszb 25663ce7af * fixed vector<bool> serialization il y a 12 ans
  mateuszb 8769f67c5d * JsonReader can convert to enums il y a 12 ans
  DjWarmonger beb1ca1bf8 - getDate function now uses enum for different modes il y a 12 ans
  mateuszb c4e03ef0de * enum serialization/deserialization (si32 as basetype ought to be enough for anybody) il y a 12 ans
  Michał W. Urbańczyk d4c30667b8 Fixed #1168 and #1170. il y a 13 ans
  alexvins 9b106bb0f7 fix build il y a 13 ans
  alexvins 616cedb2f2 get rid of few more magic numbers (obj types) il y a 13 ans
  alexvins e775ad8804 small cleanup il y a 13 ans
  Ivan Savenko 72ea5e4ac9 - fixed crash in AI logging (objID is object index, not hero ID) il y a 13 ans
  Ivan Savenko 8eba824ada - updated icons + psd file il y a 13 ans
  DjWarmonger c54b983663 Some improvements for AI logging. il y a 13 ans
  DjWarmonger a7cea94247 - Hopefully fixed #1103 il y a 13 ans
  beegee1 105083dd70 * Code convention updates * Default values for CMap types * Updated BinaryReader c-tor * Converted "bool" int types to bool in CMap classes * Removed map event operators in favor of member methods il y a 13 ans
  beegee1 720deba838 * Added comments to map.h * Refactoring(renamed attributes, some steps towards coding guidelines, ..) il y a 13 ans
  DjWarmonger b3acde24d5 Fixed #1131 - AI will use subterranean gate for exploration il y a 13 ans
  DjWarmonger 4bacd97497 Quests now handled by pointers again, this time without bugs. il y a 13 ans
  DjWarmonger 977acfafc8 - Fixed possible crash at invalid quest il y a 13 ans
  DjWarmonger 1cf99f7be1 - Improved exploration algorithm. AI will avoid dead-end barriers and thus explore much faster. il y a 13 ans
  Michał W. Urbańczyk f30ee8ff04 * fixed possible corruption of pack sent by server when player request is rejected il y a 13 ans
  Michał W. Urbańczyk f8a27a9fdb * Moved CConfigHandler from client to lib, CMake/Makefile need updating. I believe other projects besides client also need access to settings. (surprisingly there was a "server" category used only by client... and now VCAI.) il y a 13 ans
  Michał W. Urbańczyk 2ba0427432 * Fixed #1096 il y a 13 ans
  Michał W. Urbańczyk a669831fc6 * VCAI: fixed crash when a locked hero died when attempting realizing a goal il y a 13 ans
  Michał W. Urbańczyk 8bb4abb75a * VCAI: fixed possible endless loop of realizing GATHERRESOURCE goal il y a 13 ans
  DjWarmonger 0435d5a4f1 - Removed pointer usage for CQuest. may look rough, but works and fixes #1051. il y a 13 ans
  DjWarmonger ecda63683e Fixed Bonus parser crashing at unspecified value. Assigning empty objects is also not good solution. il y a 13 ans
  mateuszb 6a81c8b1af * campaign against magic numbers il y a 13 ans
  DjWarmonger 554a98dbd7 Quests will now be handled as object member instead of inheritance. Enabled quest objects for AI. il y a 13 ans
  Ivan Savenko a138db7c9e - removed lib headers from PCH il y a 13 ans