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 pull request #533 from erorcun/master
Linux build support
- Loading branch information
Showing
with
1,391 additions
and 370 deletions.
- +6 −1 eax/eax.h
- +49 −27 premake5.lua
- BIN premake5Linux
- +4 −0 src/animation/AnimBlendAssocGroup.cpp
- +1 −1 src/animation/CutsceneMgr.cpp
- +1 −0 src/audio/DMAudio.cpp
- +8 −2 src/audio/oal/aldlist.cpp
- +5 −1 src/audio/oal/channel.cpp
- +22 −5 src/audio/oal/stream.cpp
- +13 −9 src/audio/sampman_oal.cpp
- +1 −1 src/control/CarCtrl.cpp
- +4 −4 src/control/Phones.cpp
- +6 −6 src/control/Pickups.cpp
- +124 −79 src/control/Script.cpp
- +7 −3 src/core/CdStream.cpp
- +5 −1 src/core/CdStream.h
- +516 −0 src/core/CdStreamPosix.cpp
- +15 −14 src/core/ControllerConfig.cpp
- +55 −4 src/core/FileMgr.cpp
- +4 −4 src/core/Fire.cpp
- +28 −13 src/core/Frontend.cpp
- +0 −1 src/core/Frontend.h
- +1 −1 src/core/Game.cpp
- +4 −4 src/core/Streaming.cpp
- +24 −7 src/core/Timer.cpp
- +3 −2 src/core/ZoneCull.cpp
- +6 −6 src/core/Zones.cpp
- +7 −4 src/core/config.h
- +3 −0 src/core/main.cpp
- +18 −2 src/core/patcher.cpp
- +44 −7 src/core/re3.cpp
- +2 −1 src/extras/debugmenu.cpp
- +19 −0 src/fakerw/fake.cpp
- +3 −3 src/modelinfo/VehicleModelInfo.cpp
- +5 −5 src/peds/Ped.cpp
- +1 −1 src/peds/PlayerPed.cpp
- +1 −1 src/render/Console.cpp
- +4 −8 src/render/ParticleMgr.h
- +1 −1 src/render/PlayerSkin.cpp
- +3 −3 src/render/Shadows.cpp
- +3 −9 src/render/Shadows.h
- +20 −20 src/rw/RwHelper.cpp
- +1 −0 src/rw/TexRead.cpp
- +4 −4 src/rw/VisibilityPlugins.cpp
- +1 −1 src/save/GenericGameStorage.cpp
- +1 −1 src/save/PCSave.cpp
- +125 −5 src/skel/crossplatform.cpp
- +49 −32 src/skel/crossplatform.h
- +125 −50 src/skel/glfw/glfw.cpp
- +17 −1 src/skel/platform.h
- +5 −1 src/skel/skeleton.cpp
- +5 −1 src/skel/skeleton.h
- +8 −8 src/skel/win/win.cpp
- +0 −1 src/skel/win/win.h
- +4 −4 src/vehicles/Cranes.cpp
There are no files selected for viewing
Binary file not shown.
Oops, something went wrong.