Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Code cleanups
Unworking ColAccel Lotta other stuff I forgot about by now git-svn-id: svn://localhost/vcspc/trunk@31 9f344024-d43e-4b27-bde7-3d027e20192d
- Loading branch information
Showing
with
2,226 additions
and 1,840 deletions.
- +44 −1 VCS PC/Audio.cpp
- +33 −1 VCS PC/Audio.h
- +0 −13 VCS PC/CClock.cpp
- +0 −38 VCS PC/CClock.h
- +6 −6 VCS PC/CGridref.cpp
- +5 −5 VCS PC/CPed.cpp
- +6 −7 VCS PC/CPed.h
- +0 −115 VCS PC/CText.cpp
- +0 −70 VCS PC/CText.h
- +16 −6 VCS PC/CVehicle.h
- +0 −1 VCS PC/CWanted.h
- +21 −0 VCS PC/Clock.cpp
- +21 −0 VCS PC/Clock.h
- +66 −0 VCS PC/ColAccel.cpp
- +25 −0 VCS PC/ColAccel.h
- +0 −31 VCS PC/Coronas.cpp
- +19 −11 VCS PC/DLCManager.cpp
- +12 −6 VCS PC/DLCManager.h
- +12 −12 VCS PC/Darkel.cpp
- +46 −17 VCS PC/EmpireMgr.cpp
- +16 −5 VCS PC/EmpireMgr.h
- +109 −0 VCS PC/FileMgr.cpp
- +7 −5 VCS PC/FileMgr.h
- +20 −156 VCS PC/{CFont.cpp → Font.cpp}
- +14 −27 VCS PC/{CFont.h → Font.h}
- +76 −49 VCS PC/Frontend.cpp
- +10 −5 VCS PC/Frontend.h
- +8 −8 VCS PC/Garages.cpp
- +19 −0 VCS PC/General.cpp
- +38 −18 VCS PC/General.h
- BIN VCS PC/Hud.cpp
- +31 −67 VCS PC/Hud.h
- +1 −0 VCS PC/MemoryMgr.h
- +123 −25 VCS PC/ModelInfo.cpp
- +138 −64 VCS PC/ModelInfo.h
- +1 −1 VCS PC/PlayerInfo.cpp
- +3 −3 VCS PC/PlayerInfo.h
- +2 −1 VCS PC/Pools.cpp
- +12 −0 VCS PC/Pools.h
- +14 −17 VCS PC/Project2dfx.cpp
- +13 −0 VCS PC/RW.cpp
- +87 −0 VCS PC/Radar.cpp
- +5 −0 VCS PC/Radar.h
- +1 −1 VCS PC/Script.cpp
- +1 −2 VCS PC/Script.h
- +3 −0 VCS PC/Sprite.cpp
- +1 −0 VCS PC/Sprite.h
- +34 −34 VCS PC/Stats.cpp
- +19 −23 VCS PC/StdAfx.h
- +68 −0 VCS PC/Text.cpp
- +76 −0 VCS PC/Text.h
- +25 −12 VCS PC/UpdateManager.cpp
- +5 −1 VCS PC/UpdateManager.h
- +2 −3 VCS PC/UserDisplay.cpp
- +12 −7 VCS PC/VCS PC.vcxproj
- +27 −21 VCS PC/VCS PC.vcxproj.filters
- +736 −879 VCS PC/VCSPC.cpp
- +71 −0 VCS PC/Vehicle.cpp
- +6 −3 VCS PC/VideoPlayer.cpp
- +1 −1 VCS PC/VideoPlayer.h
- +59 −62 VCS PC/WidescreenSupport.cpp
There are no files selected for viewing
Oops, something went wrong.