Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Removed useless binkbuffer from videoplayer
Shadows Distance option IDE flag to toggle RT shadows on objects
- Loading branch information
Showing
with
495 additions
and 154 deletions.
- +61 −1 VCS PC/Building.cpp
- +22 −0 VCS PC/Building.h
- +0 −3 VCS PC/EmpireMgr.cpp
- +16 −2 VCS PC/FileMgr.cpp
- +138 −8 VCS PC/Frontend.cpp
- +3 −2 VCS PC/Frontend.h
- +19 −22 VCS PC/General.cpp
- +3 −0 VCS PC/General.h
- +1 −0 VCS PC/MemoryMgr.h
- +8 −2 VCS PC/ModelInfo.h
- +5 −0 VCS PC/Pools.cpp
- +5 −1 VCS PC/Pools.h
- +45 −32 VCS PC/RealTimeShadowMgr.cpp
- +7 −7 VCS PC/RealTimeShadowMgr.h
- +114 −18 VCS PC/Shadows.cpp
- +18 −3 VCS PC/Shadows.h
- +11 −22 VCS PC/VCSPC.cpp
- +17 −29 VCS PC/VideoPlayer.cpp
- +2 −2 VCS PC/VideoPlayer.h
There are no files selected for viewing
Oops, something went wrong.