| .. |
|
vcmi_lib
|
d0d60175d7
break, fix and break and fix - now its fine :)
|
hace 17 años |
|
BattleAction.cpp
|
fcdc3f0bdd
Various changes, including exprank limiter and development towards Tactics secondary skill support.
|
hace 14 años |
|
BattleAction.h
|
b4edd10e6c
* beegee's comments patch
|
hace 14 años |
|
BattleState.cpp
|
20a53b04fd
Removed object recycling that was causing #796. Fixed text nr typo.
|
hace 14 años |
|
BattleState.h
|
20a53b04fd
Removed object recycling that was causing #796. Fixed text nr typo.
|
hace 14 años |
|
CArtHandler.cpp
|
18444fc72f
Rewritten code handling growth to eliminate duplication and make it conformant to OH3 mechanics. Proper support for Statue of Legion.
|
hace 14 años |
|
CArtHandler.h
|
18444fc72f
Rewritten code handling growth to eliminate duplication and make it conformant to OH3 mechanics. Proper support for Statue of Legion.
|
hace 14 años |
|
CBuildingHandler.cpp
|
b3234e8bfa
* CGameInterface.h/.cpp moved from client project to lib (and, appropriately, to lib subfolder).
|
hace 14 años |
|
CBuildingHandler.h
|
b3234e8bfa
* CGameInterface.h/.cpp moved from client project to lib (and, appropriately, to lib subfolder).
|
hace 14 años |
|
CCampaignHandler.cpp
|
fb929fa9b0
AB campaign selection screen added
|
hace 14 años |
|
CCampaignHandler.h
|
49083c4e5a
* ConstTransitive CGI more or less done
|
hace 15 años |
|
CCreatureHandler.cpp
|
d8249d007f
Replaced a few iterators with BOOST_FOREACH.
|
hace 14 años |
|
CCreatureHandler.h
|
866d1c6e2a
Rewrote CCreature::estimateCreatureCount to fix a compile warning.
|
hace 14 años |
|
CCreatureSet.cpp
|
16e7241fbd
Support for WoG's Defense bonus.
|
hace 14 años |
|
CCreatureSet.h
|
423fd2ffb7
Fixed #756
|
hace 14 años |
|
CDefObjInfoHandler.cpp
|
2ff07fa66a
- Next part of animation system:
|
hace 14 años |
|
CDefObjInfoHandler.h
|
8104a43809
* a voodoo fix of a mysterious bug
|
hace 15 años |
|
CFileUtility.cpp
|
c71127809e
* minor fixes for revision 2193 (no shooting penalty bonus wasn't needed indeed but was poorly removed)
|
hace 14 años |
|
CFileUtility.h
|
c71127809e
* minor fixes for revision 2193 (no shooting penalty bonus wasn't needed indeed but was poorly removed)
|
hace 14 años |
|
CGameInterface.cpp
|
3152e6d540
Fixed #771, #772 and #787.
|
hace 14 años |
|
CGameInterface.h
|
3152e6d540
Fixed #771, #772 and #787.
|
hace 14 años |
|
CGameState.cpp
|
4c3ed24fe1
Fixed #768. More logging for #774.
|
hace 14 años |
|
CGameState.h
|
3152e6d540
Fixed #771, #772 and #787.
|
hace 14 años |
|
CGeneralTextHandler.cpp
|
70b21fc9eb
Quick implementation of stack experience details. Minor fixes.
|
hace 14 años |
|
CGeneralTextHandler.h
|
70b21fc9eb
Quick implementation of stack experience details. Minor fixes.
|
hace 14 años |
|
CHeroHandler.cpp
|
f9b14ba282
Created puzzle_map.json from puzzle_map.txt.
|
hace 14 años |
|
CHeroHandler.h
|
8b8d06ac64
* fixed bug 257
|
hace 14 años |
|
CLodHandler.cpp
|
a043bfa44a
* Reinstated music player. Added terrain music. To MSVC users: you need the recently uploaded libraries pack for this to work! [ http://download.vcmi.eu/msvc-pack.7z ]
|
hace 14 años |
|
CLodHandler.h
|
0693312a8e
- fixed several crashes with joining creatures
|
hace 14 años |
|
CMapInfo.cpp
|
49083c4e5a
* ConstTransitive CGI more or less done
|
hace 15 años |
|
CMapInfo.h
|
b4edd10e6c
* beegee's comments patch
|
hace 14 años |
|
CObjectHandler.cpp
|
18444fc72f
Rewritten code handling growth to eliminate duplication and make it conformant to OH3 mechanics. Proper support for Statue of Legion.
|
hace 14 años |
|
CObjectHandler.h
|
18444fc72f
Rewritten code handling growth to eliminate duplication and make it conformant to OH3 mechanics. Proper support for Statue of Legion.
|
hace 14 años |
|
CObstacleInstance.h
|
617e1f962e
New files for lib:
|
hace 14 años |
|
CScriptingModule.h
|
580c4e4c9b
ERM is now a separate project, linking to ./Scripting/ERM.dll and consisting all ERM* files from ./lib.
|
hace 14 años |
|
CSpellHandler.cpp
|
92006b53f1
Fixed interface freezes for some mass-target spells.
|
hace 14 años |
|
CSpellHandler.h
|
e5c11385cd
Fixed #293
|
hace 14 años |
|
CTownHandler.cpp
|
835bd1fbeb
Reverting r2327
|
hace 14 años |
|
CTownHandler.h
|
1a2323996e
Move CTownHandler::loadStructures inside CTownHandler::loadNames and rename the latter with the former.
|
hace 14 años |
|
CondSh.h
|
b4edd10e6c
* beegee's comments patch
|
hace 14 años |
|
Connection.cpp
|
3152e6d540
Fixed #771, #772 and #787.
|
hace 14 años |
|
Connection.h
|
e3db348304
Bump save format. Release date in changelog.
|
hace 14 años |
|
ConstTransitivePtr.h
|
2ff07fa66a
- Next part of animation system:
|
hace 14 años |
|
HeroBonus.cpp
|
62c43451ef
* Updated bonus caching -> faster in particular cases, operations by limiter objects aren't cached
|
hace 14 años |
|
HeroBonus.h
|
18444fc72f
Rewritten code handling growth to eliminate duplication and make it conformant to OH3 mechanics. Proper support for Statue of Legion.
|
hace 14 años |
|
IGameCallback.cpp
|
0693312a8e
- fixed several crashes with joining creatures
|
hace 14 años |
|
IGameCallback.h
|
0693312a8e
- fixed several crashes with joining creatures
|
hace 14 años |
|
IGameEventsReceiver.h
|
f609c4ad9a
* Fixed #33 -> Creatures tend to stop at every hex during movement
|
hace 14 años |
|
Interprocess.h
|
b5ae7d5cbe
* refactorings and comment coverage improvements
|
hace 16 años |
|
JsonNode.cpp
|
835bd1fbeb
Reverting r2327
|
hace 14 años |
|
JsonNode.h
|
835bd1fbeb
Reverting r2327
|
hace 14 años |
|
Makefile.am
|
98d32acf1b
- new files JsonNode.cpp/.h
|
hace 14 años |
|
Makefile.in
|
98d32acf1b
- new files JsonNode.cpp/.h
|
hace 14 años |
|
NetPacks.h
|
18444fc72f
Rewritten code handling growth to eliminate duplication and make it conformant to OH3 mechanics. Proper support for Statue of Legion.
|
hace 14 años |
|
NetPacksLib.cpp
|
18444fc72f
Rewritten code handling growth to eliminate duplication and make it conformant to OH3 mechanics. Proper support for Statue of Legion.
|
hace 14 años |
|
RegisterTypes.cpp
|
94166b83aa
* some changes
|
hace 14 años |
|
RegisterTypes.h
|
f9ae91d88c
* further changes towards support for ranged spells
|
hace 16 años |
|
ResourceSet.cpp
|
b3234e8bfa
* CGameInterface.h/.cpp moved from client project to lib (and, appropriately, to lib subfolder).
|
hace 14 años |
|
ResourceSet.h
|
f3b6ecf9a3
Compile fix for ubuntu 10.04
|
hace 14 años |
|
VCMIDirs.h
|
4b7d0f3092
Partial integration of Android patches, from Pelya.
|
hace 14 años |
|
VCMI_Lib.cpp
|
1a2323996e
Move CTownHandler::loadStructures inside CTownHandler::loadNames and rename the latter with the former.
|
hace 14 años |
|
VCMI_Lib.h
|
fbf822ba11
Fixed typo.
|
hace 14 años |
|
VCMI_lib.cbp
|
a113a8d289
* patch update from Dikamilo
|
hace 16 años |
|
VCMI_lib.vcxproj
|
26a83d7680
http://forum.vcmi.eu/viewtopic.php?p=5956#5956
|
hace 14 años |
|
map.cpp
|
4c3ed24fe1
Fixed #768. More logging for #774.
|
hace 14 años |
|
map.h
|
b3234e8bfa
* CGameInterface.h/.cpp moved from client project to lib (and, appropriately, to lib subfolder).
|
hace 14 años |