| .. |
|
BattleInterface
|
111312636a
Fixed #1207. Some tweaks.
|
12 years ago |
|
UIFramework
|
a82601db72
- playing a bit with ttf fonts: bugfix + shadow rendering
|
12 years ago |
|
icons
|
6a5af58aed
(linux) version bump to 0.91
|
12 years ago |
|
AdventureMapClasses.cpp
|
d03dbf64a6
* refactoring
|
12 years ago |
|
AdventureMapClasses.h
|
15a7f43e11
- fixed #1075, #1080, #1081
|
13 years ago |
|
CAdvmapInterface.cpp
|
86dc9386d6
* refactoring, including a generic solution for IDs
|
12 years ago |
|
CAdvmapInterface.h
|
fa3d32925e
A patch from Gernsworth that fixes #166. CGStatusBar is extended to support alignment, old CStatusBar class is removed.
|
13 years ago |
|
CAnimation.cpp
|
8ffd482324
- gcc compile fix
|
12 years ago |
|
CAnimation.h
|
8ffd482324
- gcc compile fix
|
12 years ago |
|
CBitmapHandler.cpp
|
f7915d9e61
- removed creature-related code from ModHandler
|
13 years ago |
|
CBitmapHandler.h
|
369f0ae9c6
[PLATFORM] MinGW support added
|
13 years ago |
|
CCastleInterface.cpp
|
9e00090c42
* refactoring, a few intriguing problems remain
|
12 years ago |
|
CCastleInterface.h
|
9e00090c42
* refactoring, a few intriguing problems remain
|
12 years ago |
|
CCreatureWindow.cpp
|
560315bc48
* SlotID refactoring
|
12 years ago |
|
CCreatureWindow.h
|
bda766b697
* refactoring
|
12 years ago |
|
CDefHandler.cpp
|
8ffd482324
- gcc compile fix
|
12 years ago |
|
CDefHandler.h
|
8ffd482324
- gcc compile fix
|
12 years ago |
|
CGameInfo.cpp
|
44cc848edc
first part of town configuration:
|
13 years ago |
|
CGameInfo.h
|
1c5a4c669c
- merged minimap.json into terrains.json
|
13 years ago |
|
CHeroWindow.cpp
|
bda766b697
* refactoring
|
12 years ago |
|
CHeroWindow.h
|
ce15eb37c2
- Fixed serialization of limiters
|
12 years ago |
|
CKingdomInterface.cpp
|
3958364884
* a bit more work on campaigns; hero crossover still buggy
|
12 years ago |
|
CKingdomInterface.h
|
46eb0b3daf
- wrokaround/fix for #1177
|
12 years ago |
|
CMT.cpp
|
bda766b697
* refactoring
|
12 years ago |
|
CMakeLists.txt
|
56ffd05648
patch from stoppicot:
|
12 years ago |
|
CMessage.cpp
|
d540723739
* refactoring
|
12 years ago |
|
CMessage.h
|
d540723739
* refactoring
|
12 years ago |
|
CMusicHandler.cpp
|
720deba838
* Added comments to map.h * Refactoring(renamed attributes, some steps towards coding guidelines, ..)
|
13 years ago |
|
CMusicHandler.h
|
f8a27a9fdb
* Moved CConfigHandler from client to lib, CMake/Makefile need updating. I believe other projects besides client also need access to settings. (surprisingly there was a "server" category used only by client... and now VCAI.)
|
13 years ago |
|
CPlayerInterface.cpp
|
9e00090c42
* refactoring, a few intriguing problems remain
|
12 years ago |
|
CPlayerInterface.h
|
9e00090c42
* refactoring, a few intriguing problems remain
|
12 years ago |
|
CPreGame.cpp
|
d23a5dcfdf
Fixed #1208.
|
12 years ago |
|
CPreGame.h
|
898228fd54
* minor fix for bonus selection screen
|
12 years ago |
|
CQuestLog.cpp
|
53169abea7
- Foundation for starting a random map is done - Moved StdInc.h to header file in some /Map and /RMG compilation units(better syntax highlighting, should have no negative impact)
|
13 years ago |
|
CQuestLog.h
|
c336abcf4a
* Added RMG tab to pregame(disabled by default, activate with: enableRMG=true in settings.json) * Fixed tab intendation * Renamed colors to more comprehensible names
|
13 years ago |
|
CSoundBase.h
|
45c2809a40
- pregame will use same resolution as main game
|
13 years ago |
|
CSpellWindow.cpp
|
9e00090c42
* refactoring, a few intriguing problems remain
|
12 years ago |
|
CSpellWindow.h
|
86dc9386d6
* refactoring, including a generic solution for IDs
|
12 years ago |
|
CVideoHandler.cpp
|
3f309f0c5e
- removed support for ancient versions of ffmpeg
|
12 years ago |
|
CVideoHandler.h
|
3f309f0c5e
- removed support for ancient versions of ffmpeg
|
12 years ago |
|
Client.cpp
|
17755caa10
* fixed #1199
|
12 years ago |
|
Client.h
|
9e00090c42
* refactoring, a few intriguing problems remain
|
12 years ago |
|
DPIaware.manifest
|
39a752c408
Fixed issue with Windows 7 DPI upscaling.
|
16 years ago |
|
FunctionList.h
|
9d2711fb51
- rewrote most of classes from adventure map window
|
13 years ago |
|
GUIClasses.cpp
|
560315bc48
* SlotID refactoring
|
12 years ago |
|
GUIClasses.h
|
560315bc48
* SlotID refactoring
|
12 years ago |
|
Graphics.cpp
|
da6cb0ae12
- trade windows work with new creatures\artifacts
|
13 years ago |
|
Graphics.h
|
da6cb0ae12
- trade windows work with new creatures\artifacts
|
13 years ago |
|
Info.plist
|
56ffd05648
patch from stoppicot:
|
12 years ago |
|
NetPacksClient.cpp
|
9e00090c42
* refactoring, a few intriguing problems remain
|
12 years ago |
|
SDLMain.h
|
2643762f08
Mac OS patch from stopiccot
|
13 years ago |
|
SDLMain.m
|
2643762f08
Mac OS patch from stopiccot
|
13 years ago |
|
StdInc.cpp
|
cce814c41b
* Final commit
|
14 years ago |
|
StdInc.h
|
2f5d6f2684
* CHexField renamed to CBattleHex
|
14 years ago |
|
VCMI_client.cbp
|
d8b068afd9
[c::b] update projects
|
13 years ago |
|
VCMI_client.rc
|
78517a4397
* fixed previous fix
|
16 years ago |
|
VCMI_client.vcxproj
|
124d732171
* fixed race condition crash
|
12 years ago |
|
VCMI_client.vcxproj.filters
|
bcf8cab19a
Project files update/cleanup.
|
13 years ago |
|
mapHandler.cpp
|
9c1a117c1c
* refactoring
|
12 years ago |
|
mapHandler.h
|
2643762f08
Mac OS patch from stopiccot
|
13 years ago |
|
resource.h
|
3d4db35df0
Added icon to the MSVC project, minor fixes, version bumped to 0.74.
|
16 years ago |
|
vcmi.icns
|
2643762f08
Mac OS patch from stopiccot
|
13 years ago |
|
vcmi.ico
|
3d4db35df0
Added icon to the MSVC project, minor fixes, version bumped to 0.74.
|
16 years ago |