1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00
vcmi/client
2012-08-08 12:17:25 +00:00
..
BattleInterface - music player uses URI's instead of enum from music base 2012-08-06 07:34:37 +00:00
UIFramework - music player uses URI's instead of enum from music base 2012-08-06 07:34:37 +00:00
AdventureMapClasses.cpp - fixed save games issues (#1044) 2012-08-07 11:28:52 +00:00
AdventureMapClasses.h - Quest log minimap now has clickable icons 2012-07-08 16:36:20 +00:00
CAdvmapInterface.cpp - music player uses URI's instead of enum from music base 2012-08-06 07:34:37 +00:00
CAdvmapInterface.h - rewrote most of classes from adventure map window 2012-06-13 13:04:06 +00:00
CAnimation.cpp - music player uses URI's instead of enum from music base 2012-08-06 07:34:37 +00:00
CAnimation.h - fixed #582, #1019 and #1022 2012-06-27 20:44:01 +00:00
CBitmapHandler.cpp - music player uses URI's instead of enum from music base 2012-08-06 07:34:37 +00:00
CBitmapHandler.h large filesystem update. Filesysytem is now fully functional, everything should work. 2012-08-01 12:02:54 +00:00
CCastleInterface.cpp - merged basicCreatures and upgradedCreatures into single array 2012-08-07 21:46:24 +00:00
CCastleInterface.h - minor tweaks to quest window 2012-07-21 20:16:54 +00:00
CConfigHandler.cpp - removed multiple unused files 2012-08-02 11:03:26 +00:00
CConfigHandler.h Compile fix for #847 2012-01-12 20:41:32 +00:00
CCreatureWindow.cpp Fixed #1035. 2012-07-16 16:18:02 +00:00
CCreatureWindow.h 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. 2012-07-15 15:34:00 +00:00
CDefHandler.cpp - removed multiple unused files 2012-08-02 11:03:26 +00:00
CDefHandler.h Major refactoring. First part: BattleInterface 2011-12-13 21:23:17 +00:00
CGameInfo.cpp Major refactoring. First part: BattleInterface 2011-12-13 21:23:17 +00:00
CGameInfo.h Major refactoring. First part: BattleInterface 2011-12-13 21:23:17 +00:00
CHeroWindow.cpp - removed multiple unused files 2012-08-02 11:03:26 +00:00
CHeroWindow.h - all windows except for pregame\battles are now CWindowObject-based 2012-06-15 17:08:19 +00:00
CKingdomInterface.cpp - all windows except for pregame\battles are now CWindowObject-based 2012-06-15 17:08:19 +00:00
CKingdomInterface.h - all windows except for pregame\battles are now CWindowObject-based 2012-06-15 17:08:19 +00:00
Client.cpp - removed multiple unused files 2012-08-02 11:03:26 +00:00
Client.h Redid stack artifacts. Broken save compatibility. Added serializer support for boost::variant and sending CStackInstace* over network by implicitly passing IDs. Moved seeds and checksum to StartInfo. Various minor changes. 2012-04-14 02:20:22 +00:00
CMakeLists.txt some work on new filesystem, not tested 2012-07-23 10:23:43 +00:00
CMessage.cpp - removed multiple unused files 2012-08-02 11:03:26 +00:00
CMessage.h - removed usage of Graphics in several places (Components and hero window). 2012-05-13 15:04:21 +00:00
CMT.cpp - removed multiple unused files 2012-08-02 11:03:26 +00:00
CMusicHandler.cpp - sound player uses new FS 2012-08-08 12:03:32 +00:00
CMusicHandler.h - sound player uses new FS 2012-08-08 12:03:32 +00:00
CPlayerInterface.cpp - fixed save games issues (#1044) 2012-08-07 11:28:52 +00:00
CPlayerInterface.h 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. 2012-07-15 15:34:00 +00:00
CPreGame.cpp * std::unordered_map implementation in MSVC 10 has terribly slow destructor. Since bug is fixed only in VC11, I replaced it with boost::unordered_map. 2012-08-08 08:25:27 +00:00
CPreGame.h - music player uses URI's instead of enum from music base 2012-08-06 07:34:37 +00:00
CQuestLog.cpp - minor tweaks to quest window 2012-07-21 20:16:54 +00:00
CQuestLog.h - minor tweaks to quest window 2012-07-21 20:16:54 +00:00
CSndHandler.cpp - sound player uses new FS 2012-08-08 12:03:32 +00:00
CSndHandler.h - sound player uses new FS 2012-08-08 12:03:32 +00:00
CSoundBase.h - pregame will use same resolution as main game 2012-05-18 17:35:46 +00:00
CSpellWindow.cpp - all windows except for pregame\battles are now CWindowObject-based 2012-06-15 17:08:19 +00:00
CSpellWindow.h - all windows except for pregame\battles are now CWindowObject-based 2012-06-15 17:08:19 +00:00
CVideoHandler.cpp - linux video player uses new FS 2012-08-08 12:17:25 +00:00
CVideoHandler.h - linux video player uses new FS 2012-08-08 12:17:25 +00:00
DPIaware.manifest Fixed issue with Windows 7 DPI upscaling. 2009-12-12 03:26:09 +00:00
FontBase.h - pregame will use same resolution as main game 2012-05-18 17:35:46 +00:00
FunctionList.h - rewrote most of classes from adventure map window 2012-06-13 13:04:06 +00:00
Graphics.cpp - music player uses URI's instead of enum from music base 2012-08-06 07:34:37 +00:00
Graphics.h - minor tweaks to quest window 2012-07-21 20:16:54 +00:00
GUIClasses.cpp - music player uses URI's instead of enum from music base 2012-08-06 07:34:37 +00:00
GUIClasses.h - music player uses URI's instead of enum from music base 2012-08-06 07:34:37 +00:00
Makefile.am - build system update 2012-07-06 20:19:54 +00:00
Makefile.in - build system update 2012-07-06 20:19:54 +00:00
mapHandler.cpp - removed multiple unused files 2012-08-02 11:03:26 +00:00
mapHandler.h Major refactoring. First part: BattleInterface 2011-12-13 21:23:17 +00:00
NetPacksClient.cpp - merged basicCreatures and upgradedCreatures into single array 2012-08-07 21:46:24 +00:00
resource.h Added icon to the MSVC project, minor fixes, version bumped to 0.74. 2009-10-01 20:00:21 +00:00
StdInc.cpp * Final commit 2011-12-13 21:35:28 +00:00
StdInc.h * CHexField renamed to CBattleHex 2011-12-17 18:59:59 +00:00
VCMI_client.rc * fixed previous fix 2009-10-03 10:51:05 +00:00
VCMI_client.vcxproj Updated MSVC project files. 2012-07-15 15:26:12 +00:00
VCMI_client.vcxproj.filters Missing serialization for Border Gate fixes #1040. 2012-07-29 18:18:55 +00:00
vcmi.ico Added icon to the MSVC project, minor fixes, version bumped to 0.74. 2009-10-01 20:00:21 +00:00
vcmiclient.desktop (linux-only) 2012-06-01 17:28:05 +00:00
vcmiclient.png (linux-only) 2012-06-01 17:28:05 +00:00