paracelsus 06e2e6ac10 Replace SDL_Point and SDL_Rect with Gfx::Point and Gfx::Rect, il y a 12 ans
..
Filesystem 1e0f473761 New namespaces: GL2D (low-level OpenGL functions), Gfx (images and animation objects cooperating with the interface GL2D) il y a 12 ans
Mapping 9ec431c37b Synchronization with trunk (again), elimination of some warnings il y a 12 ans
RMG dbec99ffc7 * PlayerColor and TeamID refactoring il y a 12 ans
AI_Base.h cce814c41b * Final commit il y a 14 ans
BattleAction.cpp 8769f67c5d * JsonReader can convert to enums il y a 13 ans
BattleAction.h 8769f67c5d * JsonReader can convert to enums il y a 13 ans
BattleHex.cpp c0ce8712c1 add some missing licence headers il y a 13 ans
BattleHex.h 8ffd482324 - gcc compile fix il y a 13 ans
BattleState.cpp 6cef1dd8d8 CButton GUI class (partial rewrite of CAdventureButton), il y a 12 ans
BattleState.h 9ec431c37b Synchronization with trunk (again), elimination of some warnings il y a 12 ans
CArtHandler.cpp 06e2e6ac10 Replace SDL_Point and SDL_Rect with Gfx::Point and Gfx::Rect, il y a 12 ans
CArtHandler.h 06e2e6ac10 Replace SDL_Point and SDL_Rect with Gfx::Point and Gfx::Rect, il y a 12 ans
CBattleCallback.cpp 06e2e6ac10 Replace SDL_Point and SDL_Rect with Gfx::Point and Gfx::Rect, il y a 12 ans
CBattleCallback.h 9ec431c37b Synchronization with trunk (again), elimination of some warnings il y a 12 ans
CBonusTypeHandler.cpp 06e2e6ac10 Replace SDL_Point and SDL_Rect with Gfx::Point and Gfx::Rect, il y a 12 ans
CBonusTypeHandler.h 9ec431c37b Synchronization with trunk (again), elimination of some warnings il y a 12 ans
CBuildingHandler.cpp 6d06710684 * fixes for town building campaign bonus il y a 13 ans
CBuildingHandler.h 8a8eecd063 * refactoring il y a 13 ans
CConfigHandler.cpp c9dd80ea6d - moved json-related functions (e.g. ParseBonus) into JsonUtils namespace il y a 13 ans
CConfigHandler.h a602d7e9da - build system update il y a 13 ans
CConsoleHandler.cpp 5b0c6059e2 * bug 1193 should be fixed il y a 13 ans
CConsoleHandler.h f7915d9e61 - removed creature-related code from ModHandler il y a 13 ans
CCreatureHandler.cpp 06e2e6ac10 Replace SDL_Point and SDL_Rect with Gfx::Point and Gfx::Rect, il y a 12 ans
CCreatureHandler.h 9ec431c37b Synchronization with trunk (again), elimination of some warnings il y a 12 ans
CCreatureSet.cpp 9ec431c37b Synchronization with trunk (again), elimination of some warnings il y a 12 ans
CCreatureSet.h 9ec431c37b Synchronization with trunk (again), elimination of some warnings il y a 12 ans
CDefObjInfoHandler.cpp 86dc9386d6 * refactoring, including a generic solution for IDs il y a 13 ans
CDefObjInfoHandler.h 86dc9386d6 * refactoring, including a generic solution for IDs il y a 13 ans
CGameInterface.cpp b5fcefe455 - moved all system-specific handling of filesystem to VCMIDirs.cpp (new file) il y a 12 ans
CGameInterface.h dbec99ffc7 * PlayerColor and TeamID refactoring il y a 12 ans
CGameState.cpp 06e2e6ac10 Replace SDL_Point and SDL_Rect with Gfx::Point and Gfx::Rect, il y a 12 ans
CGameState.h 9ec431c37b Synchronization with trunk (again), elimination of some warnings il y a 12 ans
CGeneralTextHandler.cpp 776eb13663 * editor menus il y a 13 ans
CGeneralTextHandler.h 776eb13663 * editor menus il y a 13 ans
CHeroHandler.cpp 06e2e6ac10 Replace SDL_Point and SDL_Rect with Gfx::Point and Gfx::Rect, il y a 12 ans
CHeroHandler.h 06e2e6ac10 Replace SDL_Point and SDL_Rect with Gfx::Point and Gfx::Rect, il y a 12 ans
CLogger.cpp c0ce8712c1 add some missing licence headers il y a 13 ans
CLogger.h c0ce8712c1 add some missing licence headers il y a 13 ans
CMakeLists.txt 9ec431c37b Synchronization with trunk (again), elimination of some warnings il y a 12 ans
CModHandler.cpp 6cef1dd8d8 CButton GUI class (partial rewrite of CAdventureButton), il y a 12 ans
CModHandler.h 7e7d12095b - basic support for dependencies\conflicts for mods il y a 13 ans
CObjectHandler.cpp 06e2e6ac10 Replace SDL_Point and SDL_Rect with Gfx::Point and Gfx::Rect, il y a 12 ans
CObjectHandler.h 9ec431c37b Synchronization with trunk (again), elimination of some warnings il y a 12 ans
CObstacleInstance.cpp ceea466f54 [refactor] spell handling il y a 13 ans
CObstacleInstance.h c0ce8712c1 add some missing licence headers il y a 13 ans
CRandomGenerator.h 6d0221c0e7 - Compile fixes il y a 13 ans
CScriptingModule.h 7f04ed990b Major refactoring. First part: BattleInterface il y a 14 ans
CSpellHandler.cpp 9ec431c37b Synchronization with trunk (again), elimination of some warnings il y a 12 ans
CSpellHandler.h 9ec431c37b Synchronization with trunk (again), elimination of some warnings il y a 12 ans
CStopWatch.h 8040a81eec - fixed save games issues (#1044) il y a 13 ans
CThreadHelper.cpp 2643762f08 Mac OS patch from stopiccot il y a 13 ans
CThreadHelper.h 613172fa45 - fixed #582, #1019 and #1022 il y a 13 ans
CTownHandler.cpp f306d7bb70 some changes towards editing H3 objects via mods. Should be stable, report if not. il y a 12 ans
CTownHandler.h f306d7bb70 some changes towards editing H3 objects via mods. Should be stable, report if not. il y a 12 ans
CondSh.h e4dc00abac * new file lib/UnlockGuard.h — unlock_guard is for unlocking a mutex for the scope time (RAII) il y a 14 ans
Connection.cpp dbec99ffc7 * PlayerColor and TeamID refactoring il y a 12 ans
Connection.h dbec99ffc7 * PlayerColor and TeamID refactoring il y a 12 ans
ConstTransitivePtr.h 7f04ed990b Major refactoring. First part: BattleInterface il y a 14 ans
GameConstants.cpp dbec99ffc7 * PlayerColor and TeamID refactoring il y a 12 ans
GameConstants.h 2ad2fc83f1 Synchronization with trunk, elimination of some warnings il y a 12 ans
HeroBonus.cpp 9ec431c37b Synchronization with trunk (again), elimination of some warnings il y a 12 ans
HeroBonus.h bafbeabf95 Gfx::CImage can use SDL image loader il y a 12 ans
IBonusTypeHandler.h 9ec431c37b Synchronization with trunk (again), elimination of some warnings il y a 12 ans
IGameCallback.cpp 9ec431c37b Synchronization with trunk (again), elimination of some warnings il y a 12 ans
IGameCallback.h dbec99ffc7 * PlayerColor and TeamID refactoring il y a 12 ans
IGameEventsReceiver.h dbec99ffc7 * PlayerColor and TeamID refactoring il y a 12 ans
Interprocess.h 1415f8dbf5 - fix for boost 1.49 il y a 13 ans
JsonNode.cpp 6cef1dd8d8 CButton GUI class (partial rewrite of CAdventureButton), il y a 12 ans
JsonNode.h 6cef1dd8d8 CButton GUI class (partial rewrite of CAdventureButton), il y a 12 ans
NetPacks.h dbec99ffc7 * PlayerColor and TeamID refactoring il y a 12 ans
NetPacksLib.cpp 9ec431c37b Synchronization with trunk (again), elimination of some warnings il y a 12 ans
RegisterTypes.cpp 602827d1ae * MSVC compilation fixes il y a 12 ans
RegisterTypes.h 602827d1ae * MSVC compilation fixes il y a 12 ans
ResourceSet.cpp 6cef1dd8d8 CButton GUI class (partial rewrite of CAdventureButton), il y a 12 ans
ResourceSet.h 6cef1dd8d8 CButton GUI class (partial rewrite of CAdventureButton), il y a 12 ans
StartInfo.h dbec99ffc7 * PlayerColor and TeamID refactoring il y a 12 ans
StdInc.cpp cce814c41b * Final commit il y a 14 ans
StdInc.h 2f5d6f2684 * CHexField renamed to CBattleHex il y a 14 ans
StringConstants.h 06e2e6ac10 Replace SDL_Point and SDL_Rect with Gfx::Point and Gfx::Rect, il y a 12 ans
UnlockGuard.h c0ce8712c1 add some missing licence headers il y a 13 ans
VCMIDirs.cpp 9ec431c37b Synchronization with trunk (again), elimination of some warnings il y a 12 ans
VCMIDirs.h b5fcefe455 - moved all system-specific handling of filesystem to VCMIDirs.cpp (new file) il y a 12 ans
VCMI_Lib.cpp 9ec431c37b Synchronization with trunk (again), elimination of some warnings il y a 12 ans
VCMI_Lib.h 9ec431c37b Synchronization with trunk (again), elimination of some warnings il y a 12 ans
VCMI_lib.cbp 9ec431c37b Synchronization with trunk (again), elimination of some warnings il y a 12 ans
VCMI_lib.vcxproj 058d730d56 New function GL2D::checkErrors() - prints GL errors codes, il y a 12 ans
int3.h c54b983663 Some improvements for AI logging. il y a 13 ans
vcmi_endian.h 8ffd482324 - gcc compile fix il y a 13 ans