| .. |
|
battle
|
d06b02638b
Partially implemented #481
|
12 년 전 |
|
gui
|
6331995afd
minors:
|
12 년 전 |
|
icons
|
57d23c74ee
patches from qdii
|
12 년 전 |
|
AdventureMapClasses.cpp
|
6bee105d7d
Some refactoring of text display widgets:
|
12 년 전 |
|
AdventureMapClasses.h
|
30bcec42c6
- Renamed client/BattleInterface to client/battle and client/UIFramework to client/gui
|
12 년 전 |
|
CAdvmapInterface.cpp
|
291da5e893
Fixed #1442, likely a few others as well.
|
12 년 전 |
|
CAdvmapInterface.h
|
2b45e13c5c
c++03 -> c++11 switch:
|
12 년 전 |
|
CAnimation.cpp
|
b87897096c
Filesystem handling is now more flexible
|
12 년 전 |
|
CAnimation.h
|
410ec92668
Minor fixes:
|
12 년 전 |
|
CBitmapHandler.cpp
|
77496bcea9
- fixed several cases of accessing full path to files in archives
|
12 년 전 |
|
CBitmapHandler.h
|
146a5e5ef8
Made speed of most of battle animations time-based
|
12 년 전 |
|
CCastleInterface.cpp
|
6bee105d7d
Some refactoring of text display widgets:
|
12 년 전 |
|
CCastleInterface.h
|
2b45e13c5c
c++03 -> c++11 switch:
|
12 년 전 |
|
CCreatureWindow.cpp
|
4fd9bcfedc
Fixed #1345
|
12 년 전 |
|
CCreatureWindow.h
|
4576719abe
Visual Studio 2013 Preview compile fixes:
|
12 년 전 |
|
CDefHandler.cpp
|
1d9139303a
introduced zip support into vcmi
|
12 년 전 |
|
CDefHandler.h
|
146a5e5ef8
Made speed of most of battle animations time-based
|
12 년 전 |
|
CGameInfo.cpp
|
2b45e13c5c
c++03 -> c++11 switch:
|
12 년 전 |
|
CGameInfo.h
|
5c2473d436
Support for saving/loading in player interfaces, including VCAI.
|
12 년 전 |
|
CHeroWindow.cpp
|
a1f545792b
Compile fixes specific for VS 2012"
|
12 년 전 |
|
CHeroWindow.h
|
2b45e13c5c
c++03 -> c++11 switch:
|
12 년 전 |
|
CKingdomInterface.cpp
|
6bee105d7d
Some refactoring of text display widgets:
|
12 년 전 |
|
CKingdomInterface.h
|
46eb0b3daf
- wrokaround/fix for #1177
|
12 년 전 |
|
CMT.cpp
|
e13dc872e0
- support for Chinese fonts (GBK 2-byte encoding)
|
12 년 전 |
|
CMT.h
|
6a88604937
* fixed crash related to cammander's SPELL_AFTER_ATTACK spell id not initialized properly (text id was resolved on copy of bonus)
|
12 년 전 |
|
CMakeLists.txt
|
da659a4924
tiny fix in OS X cmake files
|
12 년 전 |
|
CMessage.cpp
|
e13dc872e0
- support for Chinese fonts (GBK 2-byte encoding)
|
12 년 전 |
|
CMessage.h
|
30bcec42c6
- Renamed client/BattleInterface to client/battle and client/UIFramework to client/gui
|
12 년 전 |
|
CMusicHandler.cpp
|
db1dc1dcc6
- fixed terrain music restarting every tile
|
12 년 전 |
|
CMusicHandler.h
|
f897333b2c
Don't crash when music file cannot be found.
|
12 년 전 |
|
CPlayerInterface.cpp
|
d06b02638b
Partially implemented #481
|
12 년 전 |
|
CPlayerInterface.h
|
f82122d9be
second part of c++11 update. gcc 4.5 and VS 2010 are no longer supported
|
12 년 전 |
|
CPreGame.cpp
|
fba4c2cf9e
- fixes #874
|
12 년 전 |
|
CPreGame.h
|
83440f1149
A bit more text-related work:
|
12 년 전 |
|
CQuestLog.cpp
|
83440f1149
A bit more text-related work:
|
12 년 전 |
|
CQuestLog.h
|
83440f1149
A bit more text-related work:
|
12 년 전 |
|
CSoundBase.h
|
8be801a6dc
- CMappedFileLoader class to remap WoG files to h3 names
|
12 년 전 |
|
CSpellWindow.cpp
|
6bee105d7d
Some refactoring of text display widgets:
|
12 년 전 |
|
CSpellWindow.h
|
2b45e13c5c
c++03 -> c++11 switch:
|
12 년 전 |
|
CVideoHandler.cpp
|
d8594576e2
One more compile fix, works now fine on Windows.
|
12 년 전 |
|
CVideoHandler.h
|
ee51c5beb5
- Renamed /lib subfolders to lowercase
|
12 년 전 |
|
Client.cpp
|
385f4ab7f5
#1153 and #1395 should be fixed. Terrible, terrible, terrible.
|
12 년 전 |
|
Client.h
|
2b45e13c5c
c++03 -> c++11 switch:
|
12 년 전 |
|
DPIaware.manifest
|
39a752c408
Fixed issue with Windows 7 DPI upscaling.
|
16 년 전 |
|
FunctionList.h
|
146a5e5ef8
Made speed of most of battle animations time-based
|
12 년 전 |
|
GUIClasses.cpp
|
6bee105d7d
Some refactoring of text display widgets:
|
12 년 전 |
|
GUIClasses.h
|
4576719abe
Visual Studio 2013 Preview compile fixes:
|
12 년 전 |
|
Graphics.cpp
|
e13dc872e0
- support for Chinese fonts (GBK 2-byte encoding)
|
12 년 전 |
|
Graphics.h
|
2b45e13c5c
c++03 -> c++11 switch:
|
12 년 전 |
|
Info.plist
|
8c7c4789ca
Attempt to apply patch from stopiccot.
|
12 년 전 |
|
NetPacksClient.cpp
|
b87897096c
Filesystem handling is now more flexible
|
12 년 전 |
|
OSX.mm
|
8c7c4789ca
Attempt to apply patch from stopiccot.
|
12 년 전 |
|
SDLMain.h
|
2643762f08
Mac OS patch from stopiccot
|
13 년 전 |
|
SDLMain.m
|
2643762f08
Mac OS patch from stopiccot
|
13 년 전 |
|
StdInc.cpp
|
cce814c41b
* Final commit
|
14 년 전 |
|
StdInc.h
|
2f5d6f2684
* CHexField renamed to CBattleHex
|
14 년 전 |
|
VCMI_client.cbp
|
30bcec42c6
- Renamed client/BattleInterface to client/battle and client/UIFramework to client/gui
|
12 년 전 |
|
VCMI_client.rc
|
78517a4397
* fixed previous fix
|
16 년 전 |
|
VCMI_client.vcxproj
|
79026bdfde
Introduced strongly typed QueryID.
|
12 년 전 |
|
VCMI_client.vcxproj.filters
|
79026bdfde
Introduced strongly typed QueryID.
|
12 년 전 |
|
mapHandler.cpp
|
f82122d9be
second part of c++11 update. gcc 4.5 and VS 2010 are no longer supported
|
12 년 전 |
|
mapHandler.h
|
d45a554fec
Significant changes to saving system. Now both client and server store their lib part.
|
12 년 전 |
|
resource.h
|
3d4db35df0
Added icon to the MSVC project, minor fixes, version bumped to 0.74.
|
16 년 전 |
|
vcmi.icns
|
2643762f08
Mac OS patch from stopiccot
|
13 년 전 |
|
vcmi.ico
|
3d4db35df0
Added icon to the MSVC project, minor fixes, version bumped to 0.74.
|
16 년 전 |