summaryrefslogtreecommitdiffstats
path: root/premake5.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into miamiSergeanur2020-05-161-9/+27
|\ | | | | | | | | | | | | | | # Conflicts: # premake5.lua # src/peds/Ped.cpp # src/peds/PedIK.cpp # src/peds/PedIK.h
| * fixes for 64 bit buildaap2020-05-161-9/+27
| |
* | Merge remote-tracking branch 'origin/master' into miamiSergeanur2020-05-121-28/+47
|\| | | | | | | | | | | | | | | | | # Conflicts: # premake5.lua # src/core/ZoneCull.cpp # src/core/Zones.cpp # src/objects/CutsceneHead.cpp # src/render/Clouds.cpp
| * Fix premake copySergeanur2020-05-121-1/+1
| |
| * Include oal filesSergeanur2020-05-121-5/+2
| |
| * Merge pull request #533 from erorcun/mastererorcun2020-05-111-27/+49
| |\ | | | | | | Linux build support
| | * Fix appveyor (hopefully)eray orçunus2020-05-111-1/+3
| | |
| | * Fix Windows build and premakeeray orçunus2020-05-111-1/+2
| | |
| | * Linux build supporteray orçunus2020-05-111-26/+45
| | |
* | | Merge branch 'master' into miamiSergeanur2020-05-111-2/+2
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # src/animation/AnimBlendAssociation.h # src/animation/AnimBlendClumpData.h # src/animation/AnimManager.h # src/animation/FrameUpdate.cpp # src/control/AutoPilot.h # src/control/PathFind.h # src/core/PlayerInfo.h # src/entities/Building.h # src/entities/Dummy.h # src/entities/Entity.h # src/entities/Physical.h # src/entities/Treadable.h # src/modelinfo/BaseModelInfo.h # src/modelinfo/ClumpModelInfo.cpp # src/modelinfo/ClumpModelInfo.h # src/modelinfo/PedModelInfo.h # src/modelinfo/SimpleModelInfo.h # src/modelinfo/TimeModelInfo.h # src/modelinfo/VehicleModelInfo.h # src/objects/CutsceneHead.h # src/objects/CutsceneObject.h # src/objects/DummyObject.h # src/objects/Object.h # src/peds/DummyPed.h # src/peds/PedIK.cpp # src/rw/VisibilityPlugins.cpp # src/vehicles/Automobile.h # src/vehicles/Boat.h # src/vehicles/Heli.h # src/vehicles/Plane.h # src/vehicles/Train.h # src/vehicles/Vehicle.h
| * | remove aps from premakeSergeanur2020-05-111-1/+1
| | |
| * | fix premake failing if not passing any action (such as with --help)blattersturm2020-05-111-1/+1
| |/
| * reverting fuckupaap2020-05-061-92/+0
| |
| * Merge branch 'master' of github.com:GTAmodding/re3aap2020-05-061-22/+28
| |\
| * | updated librwaap2020-05-061-0/+92
| | |
* | | getting the vice city map to workaap2020-05-051-1/+1
| | |
* | | Merge branch 'master' into miamiSergeanur2020-05-051-2/+2
|\ \ \ | | |/ | |/|
| * | Remove audio from premakeSergeanur2020-05-051-2/+2
| | |
* | | Merge branch 'master' into miamiSergeanur2020-05-051-22/+28
|\| | | | | | | | | | | | | | # Conflicts: # premake5.lua
| * | Fix build status and don't add random files into the projectSergeanur2020-05-051-22/+28
| |/
* / cleaned up MIAMI ifdefsaap2020-05-051-3/+4
|/
* improvements (?) to premakefileaap2020-04-291-8/+40
|
* premake stuffSergeanur2020-04-281-87/+97
|
* Initial GLFW supporteray orçunus2020-04-261-3/+24
|
* implemented debugmenuaap2020-04-241-2/+4
|
* implemented skinned peds, no cutscene hands yetaap2020-04-241-1/+1
|
* premake cleanupSergeanur2020-04-181-31/+20
|
* librw compilation in prebuild event of reIIIThirteenAG2020-04-181-0/+2
|
* premake fixesSergeanur2020-04-171-5/+7
|
* Use LIBRW env var it it's setSergeanur2020-04-171-3/+3
|
* Update linksSergeanur2020-04-171-1/+0
|
* Remove patchesSergeanur2020-04-171-32/+26
|
* implemented most of librw wrapperaap2020-04-151-2/+20
|
* Update premake5.luaFilip Gawin2020-04-151-1/+2
|
* Link with RW libsSergeanur2020-04-111-1/+21
|
* saveSergeanur2020-01-271-0/+2
|
* CText encoding fixesSergeanur2019-10-201-0/+2
|
* sampman doneFire-Head2019-08-021-0/+5
|
* Merge pull request #153 from ThirteenAG/masteraap2019-07-201-18/+31
|\ | | | | premake and appveyor update
| * small cleanupThirteenAG2019-07-201-1/+1
| |
| * premake and appveyor updateThirteenAG2019-07-201-18/+31
| |
* | ComputeDopplerEffectedFrequencyFilip Gawin2019-07-191-0/+1
|/
* the great reorganizationaap2019-07-071-14/+23
|
* Update HUD stuff, bug and format fixes._AG2019-06-171-7/+7
| | | | | Added environment variables to premake5.lua. Update README.md
* CI add debug modeFilip Gawin2019-06-131-6/+5
|
* implemented GTA stream read functionsaap2019-06-131-0/+4
|
* added animation system (with skin support for now)aap2019-06-111-0/+2
|
* premake: disabled SAFESEHFire-Head2019-06-061-0/+1
|
* skeleton updated, windows specific stuff addedFire-Head2019-06-021-0/+6
|
* rw skeletonFire-Head2019-05-311-0/+1
|
* fixed CParticle crash && RandTableFire-Head2019-05-301-4/+14
| | | | | implemented PC codewarrior rand updated premake
* implemented some of CCam and dependenciesaap2019-05-291-0/+2
|
* AppVeyorFilip Gawin2019-05-191-1/+5
|
* more work on CPhysicalaap2019-05-181-4/+9
|
* first commitaap2019-05-151-0/+38