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
5,139 additions
and 2,638 deletions.
- BIN gamefiles/{ → TEXT}/JAPANESE.gxt
- BIN gamefiles/{ → TEXT}/american.gxt
- BIN gamefiles/{ → TEXT}/french.gxt
- BIN gamefiles/{ → TEXT}/german.gxt
- BIN gamefiles/{ → TEXT}/italian.gxt
- BIN gamefiles/{ → TEXT}/polish.gxt
- BIN gamefiles/{ → TEXT}/russian.gxt
- BIN gamefiles/{ → TEXT}/spanish.gxt
- +363 −0 gamefiles/data/PARTICLE.CFG
- BIN gamefiles/{ → data}/main_d.scm
- BIN gamefiles/{ → data}/main_freeroam.scm
- BIN gamefiles/{ → models}/fonts_j.txd
- BIN gamefiles/{ → models}/fonts_p.txd
- BIN gamefiles/{ → models}/fonts_r.txd
- BIN gamefiles/{ → models}/menu.txd
- +7 −1 src/audio/AudioManager.cpp
- +1 −1 src/audio/AudioManager.h
- +2,257 −0 src/audio/miles/sampman_mss.cpp
- +339 −0 src/audio/miles/sampman_mss.h
- +1,404 −0 src/audio/openal/samp_oal.cpp
- +340 −0 src/audio/openal/samp_oal.h
- +6 −2,255 src/audio/sampman.cpp
- +5 −337 src/audio/sampman.h
- +5 −0 src/core/config.h
- +0 −1 src/core/re3.cpp
- +148 −0 src/objects/ParticleObject.cpp
- +106 −7 src/peds/Ped.cpp
- +22 −20 src/render/Particle.cpp
- +0 −4 src/render/Particle.h
- +1 −2 src/render/ParticleMgr.cpp
- +2 −2 src/render/ParticleMgr.h
- +81 −5 src/vehicles/Automobile.cpp
- +52 −3 src/vehicles/Boat.cpp
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.