This website works better with JavaScript
Domů
Procházet
Nápověda
Registrovat se
Přihlásit se
Hero3
/
vcmi
zrcadlo
https://github.com/vcmi/vcmi.git
Sledovat
2
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Wiki
Procházet zdrojové kódy
Moved client files to more suitable locations
Ivan Savenko
před 2 roky
rodič
49c94c1498
revize
8a9492d129
27 změnil soubory
, kde provedl
0 přidání
a
0 odebrání
Rozdělené zobrazení
Ukázat statistiku rozdílových dat
0
0
client/adventureMap/AdventureMapClasses.cpp
0
0
client/adventureMap/AdventureMapClasses.h
0
0
client/adventureMap/CAdvmapInterface.cpp
0
0
client/adventureMap/CAdvmapInterface.h
0
0
client/adventureMap/mapHandler.cpp
0
0
client/adventureMap/mapHandler.h
0
0
client/render/CAnimation.cpp
0
0
client/render/CAnimation.h
0
0
client/render/CBitmapHandler.cpp
0
0
client/render/CBitmapHandler.h
0
0
client/render/Canvas.cpp
0
0
client/render/Canvas.h
0
0
client/render/ColorFilter.cpp
0
0
client/render/ColorFilter.h
0
0
client/render/Fonts.cpp
0
0
client/render/Fonts.h
0
0
client/render/Graphics.cpp
0
0
client/render/Graphics.h
0
0
client/render/SDLRWwrapper.cpp
0
0
client/render/SDLRWwrapper.h
0
0
client/render/SDL_Extensions.cpp
0
0
client/render/SDL_Extensions.h
0
0
client/render/SDL_PixelAccess.h
0
0
client/widgets/CreatureCostBox.cpp
0
0
client/widgets/CreatureCostBox.h
0
0
client/windows/CMessage.cpp
0
0
client/windows/CMessage.h
+ 0
- 0
client/widgets/AdventureMapClasses.cpp → client/adventureMap/AdventureMapClasses.cpp
Zobrazit soubor
+ 0
- 0
client/widgets/AdventureMapClasses.h → client/adventureMap/AdventureMapClasses.h
Zobrazit soubor
+ 0
- 0
client/windows/CAdvmapInterface.cpp → client/adventureMap/CAdvmapInterface.cpp
Zobrazit soubor
+ 0
- 0
client/windows/CAdvmapInterface.h → client/adventureMap/CAdvmapInterface.h
Zobrazit soubor
+ 0
- 0
client/mapHandler.cpp → client/adventureMap/mapHandler.cpp
Zobrazit soubor
+ 0
- 0
client/mapHandler.h → client/adventureMap/mapHandler.h
Zobrazit soubor
+ 0
- 0
client/gui/CAnimation.cpp → client/render/CAnimation.cpp
Zobrazit soubor
+ 0
- 0
client/gui/CAnimation.h → client/render/CAnimation.h
Zobrazit soubor
+ 0
- 0
client/CBitmapHandler.cpp → client/render/CBitmapHandler.cpp
Zobrazit soubor
+ 0
- 0
client/CBitmapHandler.h → client/render/CBitmapHandler.h
Zobrazit soubor
+ 0
- 0
client/gui/Canvas.cpp → client/render/Canvas.cpp
Zobrazit soubor
+ 0
- 0
client/gui/Canvas.h → client/render/Canvas.h
Zobrazit soubor
+ 0
- 0
client/gui/ColorFilter.cpp → client/render/ColorFilter.cpp
Zobrazit soubor
+ 0
- 0
client/gui/ColorFilter.h → client/render/ColorFilter.h
Zobrazit soubor
+ 0
- 0
client/gui/Fonts.cpp → client/render/Fonts.cpp
Zobrazit soubor
+ 0
- 0
client/gui/Fonts.h → client/render/Fonts.h
Zobrazit soubor
+ 0
- 0
client/Graphics.cpp → client/render/Graphics.cpp
Zobrazit soubor
+ 0
- 0
client/Graphics.h → client/render/Graphics.h
Zobrazit soubor
+ 0
- 0
client/SDLRWwrapper.cpp → client/render/SDLRWwrapper.cpp
Zobrazit soubor
+ 0
- 0
client/SDLRWwrapper.h → client/render/SDLRWwrapper.h
Zobrazit soubor
+ 0
- 0
client/gui/SDL_Extensions.cpp → client/render/SDL_Extensions.cpp
Zobrazit soubor
+ 0
- 0
client/gui/SDL_Extensions.h → client/render/SDL_Extensions.h
Zobrazit soubor
+ 0
- 0
client/gui/SDL_PixelAccess.h → client/render/SDL_PixelAccess.h
Zobrazit soubor
+ 0
- 0
client/CreatureCostBox.cpp → client/widgets/CreatureCostBox.cpp
Zobrazit soubor
+ 0
- 0
client/CreatureCostBox.h → client/widgets/CreatureCostBox.h
Zobrazit soubor
+ 0
- 0
client/CMessage.cpp → client/windows/CMessage.cpp
Zobrazit soubor
+ 0
- 0
client/CMessage.h → client/windows/CMessage.h
Zobrazit soubor