1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00
vcmi/client
Michał W. Urbańczyk 4576719abe Visual Studio 2013 Preview compile fixes:
* 0 is not convertible to std::function, nullptr should be used
* std::ref(rand) is not convertible to function<int()>, used lambdas (why we dont just pass "rand" ? )
* CFunctionList needs to be constructible from nullptr
* move constructor for CMapInfo (Visual cannot generate them :( )
* #ifdefed some stuff that is not needed anymore since cmath is updated with C99 stuff
* using std::make_unique instead of our vstd implementation

CSelector: 
* introduced a class in place of typedef
* Having an overloaded && || operators over sth that is convertible to bool… Wasn't a good idea after all. Purged the operators, replaced  with And/Or methods (chaining-style).
* constructor that is present only when constructing from class or function (SFINAE). std::function has an implicit converting constructor from T causing ambiguities (even if the overload would cause compile error in the body)
2013-07-02 12:08:30 +00:00
..
battle second part of c++11 update. gcc 4.5 and VS 2010 are no longer supported 2013-06-29 13:05:48 +00:00
gui second part of c++11 update. gcc 4.5 and VS 2010 are no longer supported 2013-06-29 13:05:48 +00:00
icons patches from qdii 2013-02-25 19:17:36 +00:00
AdventureMapClasses.cpp second part of c++11 update. gcc 4.5 and VS 2010 are no longer supported 2013-06-29 13:05:48 +00:00
AdventureMapClasses.h - Renamed client/BattleInterface to client/battle and client/UIFramework to client/gui 2013-04-07 11:52:07 +00:00
CAdvmapInterface.cpp second part of c++11 update. gcc 4.5 and VS 2010 are no longer supported 2013-06-29 13:05:48 +00:00
CAdvmapInterface.h c++03 -> c++11 switch: 2013-06-26 11:18:27 +00:00
CAnimation.cpp second part of c++11 update. gcc 4.5 and VS 2010 are no longer supported 2013-06-29 13:05:48 +00:00
CAnimation.h c++03 -> c++11 switch: 2013-06-26 11:18:27 +00:00
CBitmapHandler.cpp c++03 -> c++11 switch: 2013-06-26 11:18:27 +00:00
CBitmapHandler.h [PLATFORM] MinGW support added 2012-09-15 19:16:16 +00:00
CCastleInterface.cpp second part of c++11 update. gcc 4.5 and VS 2010 are no longer supported 2013-06-29 13:05:48 +00:00
CCastleInterface.h c++03 -> c++11 switch: 2013-06-26 11:18:27 +00:00
CCreatureWindow.cpp Visual Studio 2013 Preview compile fixes: 2013-07-02 12:08:30 +00:00
CCreatureWindow.h Visual Studio 2013 Preview compile fixes: 2013-07-02 12:08:30 +00:00
CDefHandler.cpp second part of c++11 update. gcc 4.5 and VS 2010 are no longer supported 2013-06-29 13:05:48 +00:00
CDefHandler.h - gcc compile fix 2013-02-05 19:56:28 +00:00
CGameInfo.cpp c++03 -> c++11 switch: 2013-06-26 11:18:27 +00:00
CGameInfo.h Support for saving/loading in player interfaces, including VCAI. 2013-05-09 11:09:23 +00:00
CHeroWindow.cpp second part of c++11 update. gcc 4.5 and VS 2010 are no longer supported 2013-06-29 13:05:48 +00:00
CHeroWindow.h c++03 -> c++11 switch: 2013-06-26 11:18:27 +00:00
CKingdomInterface.cpp second part of c++11 update. gcc 4.5 and VS 2010 are no longer supported 2013-06-29 13:05:48 +00:00
CKingdomInterface.h - wrokaround/fix for #1177 2013-01-20 22:49:34 +00:00
Client.cpp second part of c++11 update. gcc 4.5 and VS 2010 are no longer supported 2013-06-29 13:05:48 +00:00
Client.h c++03 -> c++11 switch: 2013-06-26 11:18:27 +00:00
CMakeLists.txt tiny fix in OS X cmake files 2013-05-01 12:30:46 +00:00
CMessage.cpp second part of c++11 update. gcc 4.5 and VS 2010 are no longer supported 2013-06-29 13:05:48 +00:00
CMessage.h - Renamed client/BattleInterface to client/battle and client/UIFramework to client/gui 2013-04-07 11:52:07 +00:00
CMT.cpp second part of c++11 update. gcc 4.5 and VS 2010 are no longer supported 2013-06-29 13:05:48 +00:00
CMT.h * fixed crash related to cammander's SPELL_AFTER_ATTACK spell id not initialized properly (text id was resolved on copy of bonus) 2013-06-17 15:45:55 +00:00
CMusicHandler.cpp second part of c++11 update. gcc 4.5 and VS 2010 are no longer supported 2013-06-29 13:05:48 +00:00
CMusicHandler.h c++03 -> c++11 switch: 2013-06-26 11:18:27 +00:00
CPlayerInterface.cpp second part of c++11 update. gcc 4.5 and VS 2010 are no longer supported 2013-06-29 13:05:48 +00:00
CPlayerInterface.h second part of c++11 update. gcc 4.5 and VS 2010 are no longer supported 2013-06-29 13:05:48 +00:00
CPreGame.cpp second part of c++11 update. gcc 4.5 and VS 2010 are no longer supported 2013-06-29 13:05:48 +00:00
CPreGame.h c++03 -> c++11 switch: 2013-06-26 11:18:27 +00:00
CQuestLog.cpp second part of c++11 update. gcc 4.5 and VS 2010 are no longer supported 2013-06-29 13:05:48 +00:00
CQuestLog.h c++03 -> c++11 switch: 2013-06-26 11:18:27 +00:00
CSoundBase.h - CMappedFileLoader class to remap WoG files to h3 names 2013-05-04 13:14:23 +00:00
CSpellWindow.cpp second part of c++11 update. gcc 4.5 and VS 2010 are no longer supported 2013-06-29 13:05:48 +00:00
CSpellWindow.h c++03 -> c++11 switch: 2013-06-26 11:18:27 +00:00
CVideoHandler.cpp c++03 -> c++11 switch: 2013-06-26 11:18:27 +00:00
CVideoHandler.h - Renamed /lib subfolders to lowercase 2013-04-07 10:48:07 +00:00
DPIaware.manifest
FunctionList.h Visual Studio 2013 Preview compile fixes: 2013-07-02 12:08:30 +00:00
Graphics.cpp second part of c++11 update. gcc 4.5 and VS 2010 are no longer supported 2013-06-29 13:05:48 +00:00
Graphics.h c++03 -> c++11 switch: 2013-06-26 11:18:27 +00:00
GUIClasses.cpp Visual Studio 2013 Preview compile fixes: 2013-07-02 12:08:30 +00:00
GUIClasses.h Visual Studio 2013 Preview compile fixes: 2013-07-02 12:08:30 +00:00
Info.plist Attempt to apply patch from stopiccot. 2013-03-01 21:32:26 +00:00
mapHandler.cpp second part of c++11 update. gcc 4.5 and VS 2010 are no longer supported 2013-06-29 13:05:48 +00:00
mapHandler.h Significant changes to saving system. Now both client and server store their lib part. 2013-02-18 22:37:22 +00:00
NetPacksClient.cpp second part of c++11 update. gcc 4.5 and VS 2010 are no longer supported 2013-06-29 13:05:48 +00:00
OSX.mm Attempt to apply patch from stopiccot. 2013-03-01 21:32:26 +00:00
resource.h
SDLMain.h Mac OS patch from stopiccot 2012-12-01 06:30:52 +00:00
SDLMain.m Mac OS patch from stopiccot 2012-12-01 06:30:52 +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.cbp - Renamed client/BattleInterface to client/battle and client/UIFramework to client/gui 2013-04-07 11:52:07 +00:00
VCMI_client.rc
VCMI_client.vcxproj Introduced strongly typed QueryID. 2013-05-27 10:53:28 +00:00
VCMI_client.vcxproj.filters Introduced strongly typed QueryID. 2013-05-27 10:53:28 +00:00
vcmi.icns Mac OS patch from stopiccot 2012-12-01 06:30:52 +00:00
vcmi.ico