1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00
vcmi/client
Ivan Savenko 064466998a - made main menu configurable (mainmenu.json)
- added credits screen (using NWC credits for now)
- campaigns can be started
2011-11-27 13:14:20 +00:00
..
vcmi_client break, fix and break and fix - now its fine :) 2008-12-26 15:00:34 +00:00
AdventureMapButton.cpp - made main menu configurable (mainmenu.json) 2011-11-27 13:14:20 +00:00
AdventureMapButton.h - fixed #762 2011-07-22 23:34:15 +00:00
CAdvmapInterface.cpp - fixed #834 2011-11-25 19:41:23 +00:00
CAdvmapInterface.h Move hero/Next hero buttons being blocked when they should (#204) 2011-10-04 19:43:49 +00:00
CAnimation.cpp -(linux) Moved all (I hope) files created by VCMI to ~/.vcmi to prevents crash on launch from read-only directory 2011-11-01 12:58:01 +00:00
CAnimation.h - new files JsonNode.cpp/.h 2011-07-21 18:29:22 +00:00
CBattleInterface.cpp Cleaned some code. 2011-11-13 09:29:22 +00:00
CBattleInterface.h New pack - BattleEffectTrigger for various one-shot effects with animation 2011-10-08 13:02:58 +00:00
CBitmapHandler.cpp - fixed #834 2011-11-25 19:41:23 +00:00
CBitmapHandler.h - fixed several crashes with joining creatures 2011-07-18 15:21:16 +00:00
CCastleInterface.cpp - made main menu configurable (mainmenu.json) 2011-11-27 13:14:20 +00:00
CCastleInterface.h -(linux) Moved all (I hope) files created by VCMI to ~/.vcmi to prevents crash on launch from read-only directory 2011-11-01 12:58:01 +00:00
CConfigHandler.cpp Reverting r2327 2011-08-30 06:19:07 +00:00
CConfigHandler.h Cache the selected graphic resolution instead of looking it up many times. 2011-08-24 04:13:45 +00:00
CCreatureAnimation.cpp Fixed alignment issue on sparc. Minor optimization of CCreatureAnimation::nextFrameT. 2011-10-13 04:33:19 +00:00
CCreatureAnimation.h Removed last instances of readNormalNr. Made readChar an inline. 2011-10-08 16:06:11 +00:00
CCreatureWindow.cpp Console texts for creature casting spells. 2011-10-22 07:05:57 +00:00
CCreatureWindow.h Smarter implementation of last change. 2011-08-06 07:15:21 +00:00
CCursorHandler.cpp Fixed all warnings "take address of temporary". 2011-06-11 04:54:41 +00:00
CCursorHandler.h * PreGame interface gets now redrawn every frame. 2011-04-17 18:02:13 +00:00
CDefHandler.cpp Removed last instances of readNormalNr. Made readChar an inline. 2011-10-08 16:06:11 +00:00
CDefHandler.h * ConstTransitive CGI more or less done 2010-12-20 21:22:53 +00:00
CGameInfo.cpp Compile fixes, more work on new artifact system. 2010-12-26 14:34:11 +00:00
CGameInfo.h Portability fix for „Win64”. 32-bit DLLs (bink, smack) cannot be loaded, so an empty player-placeholder is used to capture calls we can't properly handle. 2011-08-08 07:12:18 +00:00
CHeroWindow.cpp A patch from Gesh fixing and #819 and removing reduntant #ifdefs (DLLHandler is win-only anyway). 2011-09-22 14:21:53 +00:00
CHeroWindow.h * fixed crash on calculating dmg dealt by stack under Curse 2011-09-06 13:59:26 +00:00
CKingdomInterface.cpp - made main menu configurable (mainmenu.json) 2011-11-27 13:14:20 +00:00
CKingdomInterface.h - made main menu configurable (mainmenu.json) 2011-11-27 13:14:20 +00:00
Client.cpp -(linux) Moved all (I hope) files created by VCMI to ~/.vcmi to prevents crash on launch from read-only directory 2011-11-01 12:58:01 +00:00
Client.h auto_ptr -> shared_ptr see http://gcc.gnu.org/onlinedocs/libstdc++/manual/auto_ptr.html 2011-09-10 09:42:09 +00:00
CMessage.cpp Removed debug trace. 2011-09-25 18:59:59 +00:00
CMessage.h * beegee's comments patch 2011-02-22 11:52:36 +00:00
CMT.cpp -(linux) Moved all (I hope) files created by VCMI to ~/.vcmi to prevents crash on launch from read-only directory 2011-11-01 12:58:01 +00:00
CMusicBase.h * ConstTransitive CGI more or less done 2010-12-20 21:22:53 +00:00
CMusicHandler.cpp - fixed #108, #798, #810 2011-09-23 15:58:18 +00:00
CMusicHandler.h - minor fixes to JSON 2011-08-20 11:27:09 +00:00
CPlayerInterface.cpp - fixed #834 2011-11-25 19:41:23 +00:00
CPlayerInterface.h New pack - BattleEffectTrigger for various one-shot effects with animation 2011-10-08 13:02:58 +00:00
CPreGame.cpp - made main menu configurable (mainmenu.json) 2011-11-27 13:14:20 +00:00
CPreGame.h - made main menu configurable (mainmenu.json) 2011-11-27 13:14:20 +00:00
CSndHandler.cpp - fixed #834 2011-11-25 19:41:23 +00:00
CSndHandler.h Don't behave so dramatically when Heroes3-cd2.snd is missing. 2011-08-26 22:52:02 +00:00
CSoundBase.h * ConstTransitive CGI more or less done 2010-12-20 21:22:53 +00:00
CSpellWindow.cpp Fixed #293 2011-06-25 06:55:35 +00:00
CSpellWindow.h * beegee's comments patch 2011-02-22 11:52:36 +00:00
CVideoHandler.cpp A patch from Gesh fixing and #819 and removing reduntant #ifdefs (DLLHandler is win-only anyway). 2011-09-22 14:21:53 +00:00
CVideoHandler.h Add support for SDL 1.3 in compatibility mode. 2011-11-17 00:24:27 +00:00
DPIaware.manifest Fixed issue with Windows 7 DPI upscaling. 2009-12-12 03:26:09 +00:00
FontBase.h Implementation of WOG and ROE campaign selection screen 2011-03-15 14:35:36 +00:00
FunctionList.h - made main menu configurable (mainmenu.json) 2011-11-27 13:14:20 +00:00
Graphics.cpp Added endian aware macros read_le_u16 and read_le_u32 to replace readNormalNR(). Fixes a couple of issues on big endian machines. 2011-10-08 01:23:46 +00:00
Graphics.h Partial fix for 37. Full fix for 27, 64, 600. Fix for bug where code tried to reload non existent file. 2011-09-04 00:04:48 +00:00
GUIBase.cpp - made main menu configurable (mainmenu.json) 2011-11-27 13:14:20 +00:00
GUIBase.h - made main menu configurable (mainmenu.json) 2011-11-27 13:14:20 +00:00
GUIClasses.cpp - made main menu configurable (mainmenu.json) 2011-11-27 13:14:20 +00:00
GUIClasses.h - made main menu configurable (mainmenu.json) 2011-11-27 13:14:20 +00:00
Makefile.am Add support for SDL 1.3 in compatibility mode. 2011-11-17 00:24:27 +00:00
Makefile.in Add support for SDL 1.3 in compatibility mode. 2011-11-17 00:24:27 +00:00
mapHandler.cpp -(linux) Moved all (I hope) files created by VCMI to ~/.vcmi to prevents crash on launch from read-only directory 2011-11-01 12:58:01 +00:00
mapHandler.h * bug 392 fixed 2011-02-23 18:21:51 +00:00
NetPacksClient.cpp New pack - BattleEffectTrigger for various one-shot effects with animation 2011-10-08 13:02:58 +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
SDL_Extensions.cpp Added endian aware macros read_le_u16 and read_le_u32 to replace readNormalNR(). Fixes a couple of issues on big endian machines. 2011-10-08 01:23:46 +00:00
SDL_Extensions.h Add support for SDL 1.3 in compatibility mode. 2011-11-17 00:24:27 +00:00
SDL_framerate.cpp Better implementation of the framerate manager, FPS timer added, minor improvements 2011-04-05 17:38:24 +00:00
SDL_framerate.h Various gcc compile fixes, and updates to linux code. 2011-04-07 02:16:32 +00:00
VCMI_client.cbp * patch update from Dikamilo 2009-02-08 16:36:53 +00:00
VCMI_client.rc * fixed previous fix 2009-10-03 10:51:05 +00:00
VCMI_client.vcxproj http://forum.vcmi.eu/viewtopic.php?p=5956#5956 2011-08-15 21:53:03 +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