| .. |
|
Filesystem
|
abd4a96bf1
Very simple loading and adding new creatures. Needs testing.
|
13 år sedan |
|
AI_Base.h
|
cce814c41b
* Final commit
|
14 år sedan |
|
BattleAction.cpp
|
156aa6e4d9
* Updated class - file - handling
|
14 år sedan |
|
BattleAction.h
|
25bdcd3cab
- Fixed wrong creature teleported
|
13 år sedan |
|
BattleHex.cpp
|
830d94064e
Fixed #1056, #1057 and #1058.
|
13 år sedan |
|
BattleHex.h
|
d390113c23
* New files for lib: CBattleCallback.cpp and CBattleCallback.h
|
13 år sedan |
|
BattleState.cpp
|
0ca9f64573
Next part of town configuration:
|
13 år sedan |
|
BattleState.h
|
830d94064e
Fixed #1056, #1057 and #1058.
|
13 år sedan |
|
CArtHandler.cpp
|
369f0ae9c6
[PLATFORM] MinGW support added
|
13 år sedan |
|
CArtHandler.h
|
d390113c23
* New files for lib: CBattleCallback.cpp and CBattleCallback.h
|
13 år sedan |
|
CBattleCallback.cpp
|
d961ec0507
* Fixed crash on casting spells.
|
13 år sedan |
|
CBattleCallback.h
|
830d94064e
Fixed #1056, #1057 and #1058.
|
13 år sedan |
|
CBuildingHandler.cpp
|
44cc848edc
first part of town configuration:
|
13 år sedan |
|
CBuildingHandler.h
|
44cc848edc
first part of town configuration:
|
13 år sedan |
|
CCampaignHandler.cpp
|
2d6f17f3fa
* one of campaign-related bugs fixed
|
13 år sedan |
|
CCampaignHandler.h
|
e67f8afdd9
- removed multiple unused files
|
13 år sedan |
|
CConsoleHandler.cpp
|
369f0ae9c6
[PLATFORM] MinGW support added
|
13 år sedan |
|
CConsoleHandler.h
|
cce814c41b
* Final commit
|
14 år sedan |
|
CCreatureHandler.cpp
|
9438cfc7e2
Moved creature sounds to CCreature. Sound IDs are now stored as strings.
|
13 år sedan |
|
CCreatureHandler.h
|
9438cfc7e2
Moved creature sounds to CCreature. Sound IDs are now stored as strings.
|
13 år sedan |
|
CCreatureSet.cpp
|
6530e7a1e1
* servers will not allow using out-of-range slots ( #1061 )
|
13 år sedan |
|
CCreatureSet.h
|
369f0ae9c6
[PLATFORM] MinGW support added
|
13 år sedan |
|
CDefObjInfoHandler.cpp
|
e67f8afdd9
- removed multiple unused files
|
13 år sedan |
|
CDefObjInfoHandler.h
|
b3c17d2788
large filesystem update. Filesysytem is now fully functional, everything should work.
|
13 år sedan |
|
CGameInterface.cpp
|
f2f39f1497
- makefiles for fuzzylite (#911)
|
13 år sedan |
|
CGameInterface.h
|
d390113c23
* New files for lib: CBattleCallback.cpp and CBattleCallback.h
|
13 år sedan |
|
CGameState.cpp
|
0ca9f64573
Next part of town configuration:
|
13 år sedan |
|
CGameState.h
|
5981ad15d4
Fixed Duel mode. Integrated some changes from programmingChallenge branch - it's possible to define duel parameters using JSON.
|
13 år sedan |
|
CGeneralTextHandler.cpp
|
061ed69c63
- fixed seer hut issue (#1073)
|
13 år sedan |
|
CGeneralTextHandler.h
|
cf15ca1cf0
- replaced loadToIt with better H3 parser.
|
13 år sedan |
|
CHeroHandler.cpp
|
0ca9f64573
Next part of town configuration:
|
13 år sedan |
|
CHeroHandler.h
|
0ca9f64573
Next part of town configuration:
|
13 år sedan |
|
CLogger.cpp
|
cce814c41b
* Final commit
|
14 år sedan |
|
CLogger.h
|
cce814c41b
* Final commit
|
14 år sedan |
|
CMakeLists.txt
|
d69f4b7632
- build system update
|
13 år sedan |
|
CMapInfo.cpp
|
b3c17d2788
large filesystem update. Filesysytem is now fully functional, everything should work.
|
13 år sedan |
|
CMapInfo.h
|
b3c17d2788
large filesystem update. Filesysytem is now fully functional, everything should work.
|
13 år sedan |
|
CModHandler.cpp
|
20b54a39b6
Some tweaks for mod loading. Still doesn't work.
|
13 år sedan |
|
CModHandler.h
|
0ca9f64573
Next part of town configuration:
|
13 år sedan |
|
CObjectHandler.cpp
|
554a98dbd7
Quests will now be handled as object member instead of inheritance. Enabled quest objects for AI.
|
13 år sedan |
|
CObjectHandler.h
|
554a98dbd7
Quests will now be handled as object member instead of inheritance. Enabled quest objects for AI.
|
13 år sedan |
|
CObstacleInstance.cpp
|
e4c88d5088
- moved ParseBonus to JsonNode.cpp (linkage errors)
|
13 år sedan |
|
CObstacleInstance.h
|
e4c88d5088
- moved ParseBonus to JsonNode.cpp (linkage errors)
|
13 år sedan |
|
CScriptingModule.h
|
7f04ed990b
Major refactoring. First part: BattleInterface
|
14 år sedan |
|
CSpellHandler.cpp
|
74f9c19a7c
Implemented spell countering.
|
13 år sedan |
|
CSpellHandler.h
|
74f9c19a7c
Implemented spell countering.
|
13 år sedan |
|
CStopWatch.h
|
8040a81eec
- fixed save games issues (#1044)
|
13 år sedan |
|
CThreadHelper.cpp
|
369f0ae9c6
[PLATFORM] MinGW support added
|
13 år sedan |
|
CThreadHelper.h
|
613172fa45
- fixed #582, #1019 and #1022
|
13 år sedan |
|
CTownHandler.cpp
|
0ca9f64573
Next part of town configuration:
|
13 år sedan |
|
CTownHandler.h
|
0ca9f64573
Next part of town configuration:
|
13 år sedan |
|
CondSh.h
|
e4dc00abac
* new file lib/UnlockGuard.h — unlock_guard is for unlocking a mutex for the scope time (RAII)
|
13 år sedan |
|
Connection.cpp
|
289b7b68d9
Mod Handler class. It is connected with engine, but doesn't do anything yet.
|
13 år sedan |
|
Connection.h
|
369f0ae9c6
[PLATFORM] MinGW support added
|
13 år sedan |
|
ConstTransitivePtr.h
|
7f04ed990b
Major refactoring. First part: BattleInterface
|
14 år sedan |
|
GameConstants.h
|
d961ec0507
* Fixed crash on casting spells.
|
13 år sedan |
|
HeroBonus.cpp
|
d390113c23
* New files for lib: CBattleCallback.cpp and CBattleCallback.h
|
13 år sedan |
|
HeroBonus.h
|
369f0ae9c6
[PLATFORM] MinGW support added
|
13 år sedan |
|
IGameCallback.cpp
|
a138db7c9e
- removed lib headers from PCH
|
13 år sedan |
|
IGameCallback.h
|
d390113c23
* New files for lib: CBattleCallback.cpp and CBattleCallback.h
|
13 år sedan |
|
IGameEventsReceiver.h
|
edccbd4809
Rewritten many parts of query handling. Fixed several scenarios leading to a hang (including #1012). Purged boost::function from player interface (handy but impossible to serialize). VCAI will keep description for each unanswered query, so the further debugging will be easier.
|
13 år sedan |
|
Interprocess.h
|
1415f8dbf5
- fix for boost 1.49
|
13 år sedan |
|
JsonNode.cpp
|
0ca9f64573
Next part of town configuration:
|
13 år sedan |
|
JsonNode.h
|
44cc848edc
first part of town configuration:
|
13 år sedan |
|
Makefile.am
|
d69f4b7632
- build system update
|
13 år sedan |
|
Makefile.in
|
d69f4b7632
- build system update
|
13 år sedan |
|
NetPacks.h
|
369f0ae9c6
[PLATFORM] MinGW support added
|
13 år sedan |
|
NetPacksLib.cpp
|
74f9c19a7c
Implemented spell countering.
|
13 år sedan |
|
RegisterTypes.h
|
554a98dbd7
Quests will now be handled as object member instead of inheritance. Enabled quest objects for AI.
|
13 år sedan |
|
ResourceSet.cpp
|
0ca9f64573
Next part of town configuration:
|
13 år sedan |
|
ResourceSet.h
|
369f0ae9c6
[PLATFORM] MinGW support added
|
13 år sedan |
|
StartInfo.h
|
017013a5a4
Throwing runtime_errors instead of string (or even char*) objects.
|
13 år sedan |
|
StdInc.cpp
|
cce814c41b
* Final commit
|
14 år sedan |
|
StdInc.h
|
2f5d6f2684
* CHexField renamed to CBattleHex
|
14 år sedan |
|
UnlockGuard.h
|
f426a48d09
- fixes for gcc-4.7
|
13 år sedan |
|
VCMIDirs.h
|
41480a489e
Win compile fix (#974)
|
13 år sedan |
|
VCMI_Lib.cpp
|
abd4a96bf1
Very simple loading and adding new creatures. Needs testing.
|
13 år sedan |
|
VCMI_Lib.h
|
44cc848edc
first part of town configuration:
|
13 år sedan |
|
VCMI_lib.vcxproj
|
d390113c23
* New files for lib: CBattleCallback.cpp and CBattleCallback.h
|
13 år sedan |
|
int3.h
|
d60f2d57a0
- first part of CIntObject API clean-up.
|
13 år sedan |
|
map.cpp
|
554a98dbd7
Quests will now be handled as object member instead of inheritance. Enabled quest objects for AI.
|
13 år sedan |
|
map.h
|
554a98dbd7
Quests will now be handled as object member instead of inheritance. Enabled quest objects for AI.
|
13 år sedan |
|
vcmi_endian.h
|
e67f8afdd9
- removed multiple unused files
|
13 år sedan |