Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix script load | Sergeanur | 2021-06-28 | 1 | -41/+57 |
| | |||||
* | Merge branch 'miami' into lcs | Sergeanur | 2021-06-28 | 1 | -0/+1 |
|\ | | | | | | | | | | | # Conflicts: # src/control/Script5.cpp # src/entities/Entity.cpp | ||||
| * | Redo ReadSaveBuf + common.h cleanup | Sergeanur | 2021-06-28 | 1 | -35/+48 |
| | | |||||
| * | Fix sin & cos calls | Sergeanur | 2021-06-24 | 1 | -4/+4 |
| | | |||||
* | | Fix sin & cos calls | Sergeanur | 2021-06-24 | 1 | -4/+4 |
| | | |||||
* | | Merge remote-tracking branch 'origin/miami' into lcs | Sergeanur | 2021-02-16 | 1 | -4/+4 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # .github/workflows/reLCS_msvc_amd64.yml # .github/workflows/reLCS_msvc_x86.yml # README.md # gamefiles/TEXT/american.gxt # gamefiles/TEXT/french.gxt # gamefiles/TEXT/german.gxt # gamefiles/TEXT/italian.gxt # gamefiles/TEXT/spanish.gxt # premake5.lua # src/animation/AnimManager.cpp # src/animation/AnimationId.h # src/audio/MusicManager.cpp # src/audio/audio_enums.h # src/control/Script7.cpp # src/core/FileLoader.cpp # src/core/re3.cpp # src/extras/custompipes_d3d9.cpp # src/extras/custompipes_gl.cpp # src/extras/postfx.cpp # src/extras/shaders/colourfilterVC.frag # src/extras/shaders/colourfilterVC_PS.hlsl # src/extras/shaders/make_hlsl.cmd # src/extras/shaders/obj/colourfilterVC_PS.cso # src/extras/shaders/obj/colourfilterVC_PS.inc # src/extras/shaders/obj/colourfilterVC_frag.inc # src/peds/PedFight.cpp # src/render/Font.cpp # src/render/Hud.cpp # src/render/Particle.cpp # src/render/WaterCannon.cpp # src/skel/win/gtavc.ico # src/vehicles/Automobile.cpp # utils/gxt/american.txt # utils/gxt/french.txt # utils/gxt/german.txt # utils/gxt/italian.txt # utils/gxt/spanish.txt | ||||
| * | Use original animation names from VCS | Sergeanur | 2021-01-27 | 1 | -4/+4 |
| | | |||||
* | | Merge branch 'miami' into lcs | Sergeanur | 2021-01-25 | 1 | -2/+2 |
|\| | | | | | | | | | | | | | | | | | # Conflicts: # src/control/Script.h # src/modelinfo/SimpleModelInfo.cpp # src/modelinfo/VehicleModelInfo.cpp # src/rw/VisibilityPlugins.cpp # src/rw/VisibilityPlugins.h | ||||
| * | make building with Codewarrior 7 possible | withmorten | 2021-01-24 | 1 | -2/+2 |
| | | |||||
| * | Fix collective commands | Sergeanur | 2021-01-12 | 1 | -5/+5 |
| | | |||||
* | | script fixes | Nikolay Korolev | 2021-01-20 | 1 | -1/+2 |
| | | |||||
* | | saves | Nikolay Korolev | 2021-01-19 | 1 | -3/+12 |
| | | |||||
* | | fix attempt | Nikolay Korolev | 2021-01-17 | 1 | -1/+1 |
| | | |||||
* | | sync | Nikolay Korolev | 2021-01-17 | 1 | -273/+317 |
| | | |||||
* | | Merge pull request #948 from Sergeanur/lcsPR/CutsceneMgr | Sergeanur | 2021-01-12 | 1 | -19/+5 |
|\ \ | | | | | | | CutsceneMgr done + use original VB audio + make interiors visible + use hashed model info names a bit | ||||
| * | | CutsceneMgr done + use original VB audio + make interiors visible + use hashed model info names a bit | Sergeanur | 2021-01-11 | 1 | -19/+5 |
| | | | |||||
* | | | Fix collective commands | Sergeanur | 2021-01-12 | 1 | -5/+5 |
|/ / | |||||
* | | script2 | Nikolay Korolev | 2021-01-11 | 1 | -1/+1 |
| | | |||||
* | | more script | Nikolay Korolev | 2021-01-09 | 1 | -1/+5 |
| | | |||||
* | | Merge branch 'lcs' into lcs-dev | Nikolay Korolev | 2021-01-08 | 1 | -1/+1 |
|\| | |||||
| * | Use original names | Sergeanur | 2021-01-08 | 1 | -1/+1 |
| | | |||||
* | | lcs script mode | Nikolay Korolev | 2021-01-08 | 1 | -1/+1 |
|/ | |||||
* | minor refactoring | Nikolay Korolev | 2021-01-07 | 1 | -0/+74 |
| | |||||
* | merge master to miami | Nikolay Korolev | 2021-01-01 | 1 | -48/+696 |
|\ | |||||
| * | implemented collectives in script | Nikolay Korolev | 2020-12-20 | 1 | -0/+647 |
| | | |||||
| * | Fix placement of some script functions | Sergeanur | 2020-12-16 | 1 | -141/+0 |
| | | |||||
| * | Use SetPedState | Sergeanur | 2020-12-15 | 1 | -1/+1 |
| | | |||||
| * | small garages revision + small template stuff | Nikolay Korolev | 2020-11-30 | 1 | -6/+6 |
| | | |||||
| * | Script commands split to original files | Sergeanur | 2020-11-24 | 1 | -0/+2011 |
| | |||||
* | Fix placement of some script functions | Sergeanur | 2020-12-16 | 1 | -140/+0 |
| | | | | | # Conflicts: # src/control/Script5.cpp | ||||
* | More fixes | Sergeanur | 2020-12-15 | 1 | -3/+0 |
| | |||||
* | SetPedState fixes | Sergeanur | 2020-12-15 | 1 | -1/+1 |
| | |||||
* | Pool fixes from master | Sergeanur | 2020-12-08 | 1 | -6/+6 |
| | |||||
* | Script commands split to original files | Sergeanur | 2020-11-24 | 1 | -0/+2215 |