Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Criminal Rating in Stats menu
Lots of little changes with splashes Futher code refactoring git-svn-id: svn://localhost/vcspc/trunk@28 9f344024-d43e-4b27-bde7-3d027e20192d
- Loading branch information
Showing
with
670 additions
and 755 deletions.
- +1 −28 VCS PC/CDraw.cpp
- +2 −31 VCS PC/CFont.cpp
- +2 −4 VCS PC/CFont.h
- +0 −20 VCS PC/CPad.cpp
- +0 −313 VCS PC/CStreaming.cpp
- +0 −73 VCS PC/CStreaming.h
- +1 −1 VCS PC/CutsceneManager.cpp
- +1 −3 VCS PC/CutsceneManager.h
- +1 −1 VCS PC/EmpireMgr.h
- +222 −67 VCS PC/Frontend.cpp
- +9 −6 VCS PC/Frontend.h
- 0 VCS PC/{CGarages.cpp → Garages.cpp}
- +0 −2 VCS PC/{CGarages.h → Garages.h}
- BIN VCS PC/Hud.cpp
- +1 −0 VCS PC/ModelInfo.h
- +10 −0 VCS PC/Pad.cpp
- +47 −51 VCS PC/{CPad.h → Pad.h}
- +3 −3 VCS PC/Rs.h
- +1 −1 VCS PC/Script.cpp
- +2 −59 VCS PC/Sprite.cpp
- +1 −2 VCS PC/Sprite.h
- +3 −2 VCS PC/Stats.cpp
- +3 −1 VCS PC/Stats.h
- +4 −6 VCS PC/StdAfx.h
- +219 −0 VCS PC/Streaming.cpp
- +74 −0 VCS PC/Streaming.h
- +10 −0 VCS PC/UpdateManager.cpp
- +11 −2 VCS PC/UpdateManager.h
- BIN VCS PC/VCS PC.APS
- BIN VCS PC/VCS PC.rc
- +6 −6 VCS PC/VCS PC.vcxproj
- +18 −18 VCS PC/VCS PC.vcxproj.filters
- BIN VCS PC/VCS PC1.APS
- BIN VCS PC/VCS PC1.rc
- +18 −27 VCS PC/VCSPC.cpp
- +0 −14 VCS PC/resource.h
- +0 −14 VCS PC/resource1.h
There are no files selected for viewing
Oops, something went wrong.