This website works better with JavaScript
首頁
探索
說明
註冊
登入
Hero3
/
vcmi
镜像来自
https://github.com/vcmi/vcmi.git
關注
2
讚好
0
複刻
0
檔案
問題管理
0
Wiki
瀏覽代碼
Moved client files to more suitable locations
Ivan Savenko
2 年之前
父節點
49c94c1498
當前提交
8a9492d129
共有
27 個文件被更改
,包括
0 次插入
和
0 次删除
分割檢視
顯示文件統計
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
查看文件
+ 0
- 0
client/widgets/AdventureMapClasses.h → client/adventureMap/AdventureMapClasses.h
查看文件
+ 0
- 0
client/windows/CAdvmapInterface.cpp → client/adventureMap/CAdvmapInterface.cpp
查看文件
+ 0
- 0
client/windows/CAdvmapInterface.h → client/adventureMap/CAdvmapInterface.h
查看文件
+ 0
- 0
client/mapHandler.cpp → client/adventureMap/mapHandler.cpp
查看文件
+ 0
- 0
client/mapHandler.h → client/adventureMap/mapHandler.h
查看文件
+ 0
- 0
client/gui/CAnimation.cpp → client/render/CAnimation.cpp
查看文件
+ 0
- 0
client/gui/CAnimation.h → client/render/CAnimation.h
查看文件
+ 0
- 0
client/CBitmapHandler.cpp → client/render/CBitmapHandler.cpp
查看文件
+ 0
- 0
client/CBitmapHandler.h → client/render/CBitmapHandler.h
查看文件
+ 0
- 0
client/gui/Canvas.cpp → client/render/Canvas.cpp
查看文件
+ 0
- 0
client/gui/Canvas.h → client/render/Canvas.h
查看文件
+ 0
- 0
client/gui/ColorFilter.cpp → client/render/ColorFilter.cpp
查看文件
+ 0
- 0
client/gui/ColorFilter.h → client/render/ColorFilter.h
查看文件
+ 0
- 0
client/gui/Fonts.cpp → client/render/Fonts.cpp
查看文件
+ 0
- 0
client/gui/Fonts.h → client/render/Fonts.h
查看文件
+ 0
- 0
client/Graphics.cpp → client/render/Graphics.cpp
查看文件
+ 0
- 0
client/Graphics.h → client/render/Graphics.h
查看文件
+ 0
- 0
client/SDLRWwrapper.cpp → client/render/SDLRWwrapper.cpp
查看文件
+ 0
- 0
client/SDLRWwrapper.h → client/render/SDLRWwrapper.h
查看文件
+ 0
- 0
client/gui/SDL_Extensions.cpp → client/render/SDL_Extensions.cpp
查看文件
+ 0
- 0
client/gui/SDL_Extensions.h → client/render/SDL_Extensions.h
查看文件
+ 0
- 0
client/gui/SDL_PixelAccess.h → client/render/SDL_PixelAccess.h
查看文件
+ 0
- 0
client/CreatureCostBox.cpp → client/widgets/CreatureCostBox.cpp
查看文件
+ 0
- 0
client/CreatureCostBox.h → client/widgets/CreatureCostBox.h
查看文件
+ 0
- 0
client/CMessage.cpp → client/windows/CMessage.cpp
查看文件
+ 0
- 0
client/CMessage.h → client/windows/CMessage.h
查看文件