This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
2,263 additions
and 793 deletions.
- +1 −1 .appveyor.yml
- BIN gamefiles/TEXT/american.gxt
- +11 −3 premake5.lua
- +23 −52 src/audio/AudioLogic.cpp
- +5 −0 src/audio/AudioManager.cpp
- +2 −2 src/audio/AudioManager.h
- +2 −27 src/audio/DMAudio.cpp
- +1 −3 src/audio/DMAudio.h
- +1 −1 src/audio/MusicManager.cpp
- +10 −10 src/audio/PoliceRadio.cpp
- +74 −60 src/audio/oal/channel.cpp
- +9 −9 src/audio/oal/channel.h
- +10 −10 src/audio/oal/stream.cpp
- +5 −5 src/audio/sampman.h
- +1 −1 src/audio/sampman_miles.cpp
- +691 −160 src/audio/sampman_oal.cpp
- +2 −2 src/control/Darkel.cpp
- +1 −1 src/control/Garages.cpp
- +39 −28 src/control/Pickups.cpp
- +2 −3 src/control/Pickups.h
- +1 −1 src/control/RoadBlocks.cpp
- +9 −5 src/control/Script.cpp
- +2 −0 src/core/CdStreamPosix.cpp
- +408 −0 src/core/ControllerConfig.cpp
- +344 −0 src/core/FileLoader.cpp
- +7 −5 src/core/Frontend.cpp
- +29 −9 src/core/Game.cpp
- +4 −4 src/core/Pad.cpp
- +30 −70 src/core/Radar.cpp
- +11 −5 src/core/Radar.h
- +8 −0 src/core/TempColModels.cpp
- +9 −9 src/core/World.cpp
- +24 −4 src/core/config.h
- +12 −44 src/core/main.cpp
- +2 −0 src/core/main.h
- +39 −5 src/core/re3.cpp
- +8 −1 src/core/timebars.h
- +2 −1 src/entities/Entity.h
- +13 −13 src/entities/Physical.cpp
- +4 −1 src/extras/custompipes.cpp
- +3 −0 src/extras/custompipes.h
- +18 −0 src/extras/custompipes_d3d9.cpp
- +17 −0 src/extras/custompipes_gl.cpp
- +8 −0 src/math/Vector.h
- +8 −0 src/modelinfo/BaseModelInfo.h
- +12 −5 src/modelinfo/ClumpModelInfo.cpp
- +14 −32 src/modelinfo/PedModelInfo.cpp
- +8 −8 src/objects/Object.cpp
- +38 −40 src/peds/Ped.cpp
- +1 −1 src/peds/Population.cpp
- +2 −2 src/render/Credits.cpp
- +6 −2 src/render/Glass.cpp
- +31 −31 src/render/Hud.cpp
- +7 −6 src/render/Hud.h
- +2 −2 src/render/Particle.cpp
- +30 −1 src/render/Renderer.cpp
- +1 −1 src/render/SpecialFX.cpp
- +2 −2 src/render/WaterCannon.cpp
- +1 −1 src/render/Weather.cpp
- +39 −6 src/rw/RwHelper.cpp
- +2 −0 src/rw/RwHelper.h
- +9 −0 src/rw/VisibilityPlugins.cpp
- +22 −21 src/skel/crossplatform.cpp
- +11 −7 src/skel/glfw/glfw.cpp
- +15 −3 src/skel/win/win.cpp
- +28 −42 src/text/Messages.cpp
- +5 −5 src/vehicles/Automobile.cpp
- +1 −1 src/vehicles/Boat.cpp
- +2 −2 src/vehicles/CarGen.cpp
- +1 −1 src/vehicles/Heli.cpp
- +3 −3 src/weapons/BulletInfo.cpp
- +18 −10 src/weapons/Weapon.cpp
- +39 −0 utils/gxt/american.txt
- +1 −1 vendor/librw
- +1 −1 vendor/ogg
- +1 −1 vendor/opusfile
There are no files selected for viewing
Binary file not shown.
Oops, something went wrong.