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.
Browse files
Merge branch 'miami' of https://github.com/GTAmodding/re3 into miami
- Loading branch information
Showing
with
432 additions
and 274 deletions.
- BIN gamefiles/TEXT/russian.gxt
- BIN gamefiles/models/fonts_r.txd
- BIN gamefiles/models/particle.txd
- +1 −1 src/control/Script8.cpp
- +6 −4 src/core/Frontend.cpp
- +0 −37 src/core/MenuScreensCustom.cpp
- +3 −0 src/core/Ropes.cpp
- +3 −2 src/core/config.h
- +21 −2 src/core/main.cpp
- +19 −0 src/core/main.h
- +81 −11 src/core/re3.cpp
- +14 −70 src/extras/custompipes_gl.cpp
- +5 −0 src/extras/postfx.cpp
- +4 −0 src/render/Antennas.cpp
- +13 −0 src/render/Clouds.cpp
- +8 −0 src/render/Coronas.cpp
- +2 −0 src/render/Fluff.cpp
- +124 −129 src/render/Font.cpp
- +10 −10 src/render/Font.h
- +4 −0 src/render/Glass.cpp
- +3 −0 src/render/MBlur.cpp
- +5 −0 src/render/Particle.cpp
- +4 −0 src/render/PointLights.cpp
- +32 −1 src/render/Renderer.cpp
- +4 −0 src/render/Rubbish.cpp
- +8 −0 src/render/Shadows.cpp
- +4 −0 src/render/Skidmarks.cpp
- +2 −0 src/render/SpecialFX.cpp
- +2 −0 src/render/WaterCannon.cpp
- +4 −0 src/render/WaterLevel.cpp
- +26 −0 src/rw/RwHelper.cpp
- +2 −0 src/rw/VisibilityPlugins.cpp
- +9 −3 src/skel/win/win.cpp
- +3 −3 src/text/Text.cpp
- +5 −0 src/weapons/WeaponEffects.cpp
- +1 −1 vendor/librw
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.