1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-28 23:06:24 +02:00
vcmi/server
Vadim Markovtsev 6fe5f2a7f6 Fix segfault / assertion failure during battle
The cause of the assertion failure at BattleStackAttacked::applyGs "at"
was shooting and casting some spell in handleAttackBeforeCasting() and
eventually killing the whole stack. Fix: filter dead stacks in the end of
handleAttackBeforeCasting().
2016-10-12 19:11:12 +02:00
..
CGameHandler.cpp Fix segfault / assertion failure during battle 2016-10-12 19:11:12 +02:00
CGameHandler.h Fix segfault / assertion failure during battle 2016-10-12 19:11:12 +02:00
CMakeLists.txt Draft boost::format based log proxy. 2016-08-13 16:57:09 +03:00
CQuery.cpp Cleanup 2016-09-22 21:35:37 +03:00
CQuery.h Refactoring: always use std prefix for shared_ptr, unique_ptr and make_shared 2015-12-29 05:43:33 +03:00
CVCMIServer.cpp CVCMIServer: do not crash if port not specified 2016-09-16 20:01:07 +03:00
CVCMIServer.h Rename radious -> radius 2016-01-31 18:01:58 +03:00
NetPacksServer.cpp Server: convert logging 2016-08-30 01:13:07 +03:00
StdInc.cpp Rename radious -> radius 2016-01-31 18:01:58 +03:00
StdInc.h Fix pthread_mutex_lock abort() in requestActionASAP impl 2015-10-31 18:04:06 +03:00
VCMI_server.cbp Merge pull request #203 from vcmi/logFormat 2016-08-29 17:32:44 +04:00
VCMI_server.vcxproj Migrating to MSVS 2013, which allows to delete inttypes.h file. 2014-08-31 19:08:39 +02:00