1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00
vcmi/lib
DjWarmonger f33fbdc43b Support for Thunderbolt (Thunderbirds).
General framework for handling creatures casting spells with arbitrary spell power.
2011-07-08 07:00:11 +00:00
..
vcmi_lib break, fix and break and fix - now its fine :) 2008-12-26 15:00:34 +00:00
BattleAction.cpp Various changes, including exprank limiter and development towards Tactics secondary skill support. 2011-02-12 16:12:48 +00:00
BattleAction.h * beegee's comments patch 2011-02-22 11:52:36 +00:00
BattleState.cpp Support for Death Blow ability. 2011-07-06 17:00:45 +00:00
BattleState.h Support for Death Blow ability. 2011-07-06 17:00:45 +00:00
CArtHandler.cpp Support for Titan's Thunder (creating Spellbook) & Titan's Lightning Bolt. 2011-07-06 14:25:12 +00:00
CArtHandler.h Fixing several issues with artifacts in hero window described in note http://bugs.vcmi.eu/view.php?id=761#c1828 . Also resolving #741. 2011-07-03 01:03:46 +00:00
CBuildingHandler.cpp * CGameInterface.h/.cpp moved from client project to lib (and, appropriately, to lib subfolder). 2011-07-05 06:14:07 +00:00
CBuildingHandler.h * CGameInterface.h/.cpp moved from client project to lib (and, appropriately, to lib subfolder). 2011-07-05 06:14:07 +00:00
CCampaignHandler.cpp AB campaign selection screen added 2011-03-19 14:27:51 +00:00
CCampaignHandler.h * ConstTransitive CGI more or less done 2010-12-20 21:22:53 +00:00
CCreatureHandler.cpp Smarter handling of Magic Resistance & Resistance hero skill. 2011-06-18 10:58:46 +00:00
CCreatureHandler.h * CGameInterface.h/.cpp moved from client project to lib (and, appropriately, to lib subfolder). 2011-07-05 06:14:07 +00:00
CCreatureSet.cpp Minor refactorings, fixes & improvements. 2011-06-24 17:43:02 +00:00
CCreatureSet.h Fixed #756 2011-06-21 09:31:08 +00:00
CDefObjInfoHandler.cpp - Next part of animation system: 2011-02-06 17:26:27 +00:00
CDefObjInfoHandler.h * a voodoo fix of a mysterious bug 2010-12-27 10:48:28 +00:00
CFileUtility.cpp * minor fixes for revision 2193 (no shooting penalty bonus wasn't needed indeed but was poorly removed) 2011-06-22 12:44:28 +00:00
CFileUtility.h * minor fixes for revision 2193 (no shooting penalty bonus wasn't needed indeed but was poorly removed) 2011-06-22 12:44:28 +00:00
CGameInterface.cpp Support for Titan's Thunder (creating Spellbook) & Titan's Lightning Bolt. 2011-07-06 14:25:12 +00:00
CGameInterface.h Set of minor improvements and fixes. 2011-07-05 19:05:41 +00:00
CGameState.cpp * CGameInterface.h/.cpp moved from client project to lib (and, appropriately, to lib subfolder). 2011-07-05 06:14:07 +00:00
CGameState.h * CGameInterface.h/.cpp moved from client project to lib (and, appropriately, to lib subfolder). 2011-07-05 06:14:07 +00:00
CGeneralTextHandler.cpp Quick implementation of stack experience details. Minor fixes. 2011-03-21 08:14:23 +00:00
CGeneralTextHandler.h Quick implementation of stack experience details. Minor fixes. 2011-03-21 08:14:23 +00:00
CHeroHandler.cpp Fixed creature bonus parser. Fixed several uninitialized variables. Updated data build script to v0.85. 2011-06-03 03:23:50 +00:00
CHeroHandler.h * fixed bug 257 2011-02-09 15:19:53 +00:00
CLodHandler.cpp - recursive directory parser for LodHandler - for creature abilities and new main menu images 2011-04-23 10:27:44 +00:00
CLodHandler.h - Next part of animation system: 2011-02-06 17:26:27 +00:00
CMapInfo.cpp * ConstTransitive CGI more or less done 2010-12-20 21:22:53 +00:00
CMapInfo.h * beegee's comments patch 2011-02-22 11:52:36 +00:00
CObjectHandler.cpp Fixed total spell immunity granted by 2212. 2011-06-25 15:05:01 +00:00
CObjectHandler.h Minor refactorings, fixes & improvements. 2011-06-24 17:43:02 +00:00
CObstacleInstance.h New files for lib: 2011-05-09 22:20:47 +00:00
CondSh.h * beegee's comments patch 2011-02-22 11:52:36 +00:00
Connection.cpp - Buttons optimization - less memory and CPU usage 2011-02-20 09:24:53 +00:00
Connection.h For 0.84b dev build. 2011-05-25 23:52:27 +00:00
ConstTransitivePtr.h - Next part of animation system: 2011-02-06 17:26:27 +00:00
CScriptingModule.h ERM is now a separate project, linking to ./Scripting/ERM.dll and consisting all ERM* files from ./lib. 2011-06-20 11:41:04 +00:00
CSpellHandler.cpp Fixed #293 2011-06-25 06:55:35 +00:00
CSpellHandler.h Fixed #293 2011-06-25 06:55:35 +00:00
CTownHandler.cpp * ConstTransitive CGI more or less done 2010-12-20 21:22:53 +00:00
CTownHandler.h * ConstTransitive CGI more or less done 2010-12-20 21:22:53 +00:00
HeroBonus.cpp * Bonus caching system disabled for the moment now. => #764 2011-07-05 18:29:48 +00:00
HeroBonus.h Support for Thunderbolt (Thunderbirds). 2011-07-08 07:00:11 +00:00
IGameCallback.cpp Support for Death Blow ability. 2011-07-06 17:00:45 +00:00
IGameCallback.h Set of minor improvements and fixes. 2011-07-05 19:05:41 +00:00
IGameEventsReceiver.h Implemented #479 2011-06-21 12:45:57 +00:00
Interprocess.h * refactorings and comment coverage improvements 2009-05-07 17:20:41 +00:00
Makefile.am - (linux) build system update 2011-07-05 11:31:26 +00:00
Makefile.in - (linux) build system update 2011-07-05 11:31:26 +00:00
map.cpp * CGameInterface.h/.cpp moved from client project to lib (and, appropriately, to lib subfolder). 2011-07-05 06:14:07 +00:00
map.h * CGameInterface.h/.cpp moved from client project to lib (and, appropriately, to lib subfolder). 2011-07-05 06:14:07 +00:00
NetPacks.h Support for Death Blow ability. 2011-07-06 17:00:45 +00:00
NetPacksLib.cpp * CGameInterface.h/.cpp moved from client project to lib (and, appropriately, to lib subfolder). 2011-07-05 06:14:07 +00:00
RegisterTypes.cpp * some changes 2011-05-22 18:46:52 +00:00
RegisterTypes.h * further changes towards support for ranged spells 2009-04-15 14:03:31 +00:00
ResourceSet.cpp * CGameInterface.h/.cpp moved from client project to lib (and, appropriately, to lib subfolder). 2011-07-05 06:14:07 +00:00
ResourceSet.h Set of minor improvements and fixes. 2011-07-05 19:05:41 +00:00
VCMI_lib.cbp * patch update from Dikamilo 2009-02-08 16:36:53 +00:00
VCMI_Lib.cpp ERM is now a separate project, linking to ./Scripting/ERM.dll and consisting all ERM* files from ./lib. 2011-06-20 11:41:04 +00:00
VCMI_Lib.h AB campaign selection screen added 2011-03-19 14:27:51 +00:00
VCMI_lib.vcxproj * CGameInterface.h/.cpp moved from client project to lib (and, appropriately, to lib subfolder). 2011-07-05 06:14:07 +00:00
VCMIDirs.h Partial integration of Android patches, from Pelya. 2011-06-15 02:15:05 +00:00