| .. |
|
BattleInterface
|
2193f8912e
- Framework of new battle interface
|
13 years ago |
|
UIFramework
|
a9af0da0ab
Rewritten handling mouse movement over hex and l-clicking hex into one procedure. That way the tooltip and cursor are always accurate, because they're set by the same routing that selects action. Having that logic duplicated in two methods was unmaintainable. [though the new one is still monstrous...] By the way fixed numerous issues, including:
|
13 years ago |
|
CAdvmapInterface.cpp
|
9ce3c78387
- fix for compilation with gcc-4.5
|
13 years ago |
|
CAdvmapInterface.h
|
e18419f5d2
* adventure map GUI should be properly blocked during AI turn
|
13 years ago |
|
CAnimation.cpp
|
7a66c1bf2b
* added an initial version of adventure AI: VCAI, more details here: http://forum.vcmi.eu/viewtopic.php?p=6508#6508
|
13 years ago |
|
CAnimation.h
|
156aa6e4d9
* Updated class - file - handling
|
14 years ago |
|
CBitmapHandler.cpp
|
7f04ed990b
Major refactoring. First part: BattleInterface
|
14 years ago |
|
CBitmapHandler.h
|
7f04ed990b
Major refactoring. First part: BattleInterface
|
14 years ago |
|
CCastleInterface.cpp
|
354b9e7fb3
- fixed #793 and #865
|
13 years ago |
|
CCastleInterface.h
|
156aa6e4d9
* Updated class - file - handling
|
14 years ago |
|
CConfigHandler.cpp
|
ba646b1d41
Compile fix for #847
|
14 years ago |
|
CConfigHandler.h
|
ba646b1d41
Compile fix for #847
|
14 years ago |
|
CCreatureWindow.cpp
|
a9af0da0ab
Rewritten handling mouse movement over hex and l-clicking hex into one procedure. That way the tooltip and cursor are always accurate, because they're set by the same routing that selects action. Having that logic duplicated in two methods was unmaintainable. [though the new one is still monstrous...] By the way fixed numerous issues, including:
|
13 years ago |
|
CCreatureWindow.h
|
a9af0da0ab
Rewritten handling mouse movement over hex and l-clicking hex into one procedure. That way the tooltip and cursor are always accurate, because they're set by the same routing that selects action. Having that logic duplicated in two methods was unmaintainable. [though the new one is still monstrous...] By the way fixed numerous issues, including:
|
13 years ago |
|
CDefHandler.cpp
|
0c3e88226f
- (linux) replaced Genius with VCAI
|
13 years ago |
|
CDefHandler.h
|
7f04ed990b
Major refactoring. First part: BattleInterface
|
14 years ago |
|
CGameInfo.cpp
|
7f04ed990b
Major refactoring. First part: BattleInterface
|
14 years ago |
|
CGameInfo.h
|
7f04ed990b
Major refactoring. First part: BattleInterface
|
14 years ago |
|
CHeroWindow.cpp
|
354b9e7fb3
- fixed #793 and #865
|
13 years ago |
|
CHeroWindow.h
|
156aa6e4d9
* Updated class - file - handling
|
14 years ago |
|
CKingdomInterface.cpp
|
414a896dbd
Fixed #890.
|
13 years ago |
|
CKingdomInterface.h
|
156aa6e4d9
* Updated class - file - handling
|
14 years ago |
|
CMT.cpp
|
6db3c5bc7e
* VCAI: can't request actions from action handling thread
|
13 years ago |
|
CMessage.cpp
|
86e7d96b39
- setting system: replaced settings.txt + sysopt.bin with json-based system (defaultSetting.json + settings.json)
|
14 years ago |
|
CMessage.h
|
156aa6e4d9
* Updated class - file - handling
|
14 years ago |
|
CMusicBase.h
|
dbc603b7d7
- fixed crash on opening spellbook during enemy turn
|
13 years ago |
|
CMusicHandler.cpp
|
d1d21b16dc
- replaced auto_ptr with c++11 unique_ptr
|
13 years ago |
|
CMusicHandler.h
|
d0e259864e
* Replaced boost::shared_ptr with std::shared_ptr.
|
13 years ago |
|
CPlayerInterface.cpp
|
c61f536d8b
* fixed remaining parts of #760
|
13 years ago |
|
CPlayerInterface.h
|
88e9dec974
Fixed Thieves Guild window showing for all players.
|
13 years ago |
|
CPreGame.cpp
|
7b7ddf987a
Fixed #909.
|
13 years ago |
|
CPreGame.h
|
6db3c5bc7e
* VCAI: can't request actions from action handling thread
|
13 years ago |
|
CSndHandler.cpp
|
7f04ed990b
Major refactoring. First part: BattleInterface
|
14 years ago |
|
CSndHandler.h
|
7f04ed990b
Major refactoring. First part: BattleInterface
|
14 years ago |
|
CSoundBase.h
|
7f04ed990b
Major refactoring. First part: BattleInterface
|
14 years ago |
|
CSpellWindow.cpp
|
156aa6e4d9
* Updated class - file - handling
|
14 years ago |
|
CSpellWindow.h
|
156aa6e4d9
* Updated class - file - handling
|
14 years ago |
|
CVideoHandler.cpp
|
86e7d96b39
- setting system: replaced settings.txt + sysopt.bin with json-based system (defaultSetting.json + settings.json)
|
14 years ago |
|
CVideoHandler.h
|
7f04ed990b
Major refactoring. First part: BattleInterface
|
14 years ago |
|
Client.cpp
|
c698181c4c
* simple mechanism for detecting desync after init
|
13 years ago |
|
Client.h
|
13f26fc3cb
* Client is able to await for answers for multiple queries at the same time
|
13 years ago |
|
DPIaware.manifest
|
39a752c408
Fixed issue with Windows 7 DPI upscaling.
|
16 years ago |
|
FontBase.h
|
7f04ed990b
Major refactoring. First part: BattleInterface
|
14 years ago |
|
FunctionList.h
|
7f04ed990b
Major refactoring. First part: BattleInterface
|
14 years ago |
|
GUIClasses.cpp
|
354b9e7fb3
- fixed #793 and #865
|
13 years ago |
|
GUIClasses.h
|
354b9e7fb3
- fixed #793 and #865
|
13 years ago |
|
Graphics.cpp
|
156aa6e4d9
* Updated class - file - handling
|
14 years ago |
|
Graphics.h
|
156aa6e4d9
* Updated class - file - handling
|
14 years ago |
|
Makefile.am
|
91c0ce33f4
- re-generated build system
|
14 years ago |
|
Makefile.in
|
91c0ce33f4
- re-generated build system
|
14 years ago |
|
NetPacksClient.cpp
|
13f26fc3cb
* Client is able to await for answers for multiple queries at the same time
|
13 years ago |
|
SDL_framerate.cpp
|
7f04ed990b
Major refactoring. First part: BattleInterface
|
14 years ago |
|
SDL_framerate.h
|
7f04ed990b
Major refactoring. First part: BattleInterface
|
14 years ago |
|
StdInc.cpp
|
cce814c41b
* Final commit
|
14 years ago |
|
StdInc.h
|
2f5d6f2684
* CHexField renamed to CBattleHex
|
14 years ago |
|
VCMI_client.rc
|
78517a4397
* fixed previous fix
|
16 years ago |
|
VCMI_client.vcxproj
|
046e54563c
* fixed project files for RD configuration
|
14 years ago |
|
VCMI_client.vcxproj.filters
|
4baf4e13ed
* fixed #857 and #858
|
13 years ago |
|
mapHandler.cpp
|
156aa6e4d9
* Updated class - file - handling
|
14 years ago |
|
mapHandler.h
|
7f04ed990b
Major refactoring. First part: BattleInterface
|
14 years ago |
|
resource.h
|
3d4db35df0
Added icon to the MSVC project, minor fixes, version bumped to 0.74.
|
16 years ago |
|
vcmi.ico
|
3d4db35df0
Added icon to the MSVC project, minor fixes, version bumped to 0.74.
|
16 years ago |