summaryrefslogtreecommitdiffstats
path: root/src/save (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'miami' into lcsSergeanur2021-08-111-3/+47
|\ | | | | | | | | | | # Conflicts: # src/core/Radar.cpp # src/core/Radar.h
| * fix steam saveswithmorten2021-08-091-3/+47
| |
* | mergeNikolay Korolev2021-08-082-3/+13
|\|
| * mergeNikolay Korolev2021-08-082-3/+13
| |\
| | * small refactoringNikolay Korolev2021-08-082-1/+11
| | |
| | * finish COMPATIBLE_SAVES and FIX_INCOMPATIBLE_SAVESwithmorten2021-07-105-1/+568
| | |
| | * fix compilation when ctype.h is includedwithmorten2021-07-011-9/+9
| | |
| | * zero out work_buff before writing padding in savewithmorten2021-07-011-0/+5
| | |
| | * fix some string sizes to be MAX_PATHwithmorten2021-06-302-0/+8
| | |
| | * fix WriteSaveHeaderwithmorten2021-06-261-8/+8
| | |
| | * Revert "Revert "Redo ReadSaveBuf + common.h cleanup""withmorten2021-06-261-0/+64
| | | | | | | | | | | | This reverts commit af7573ddbe38e0aaa485877e7ccb2e704b0f5a7f.
| | * Revert "Redo ReadSaveBuf + common.h cleanup"erorcun2021-06-251-64/+0
| | | | | | | | | | | | This reverts commit 2b67aba94cb6448fb24c869559465eddf2bad069.
| | * Redo ReadSaveBuf + common.h cleanupSergeanur2021-06-251-0/+64
| | |
| | * Revert "First batch of fixes (CallAndMessage)"Filip Gawin2021-01-311-3/+0
| | | | | | | | | | | | This reverts commit 7a3b80a9b7f414967fe59f89ab0fe5416735babe.
| | * First batch of fixes (CallAndMessage)Filip Gawin2021-01-311-0/+3
| | |
| | * make building with Codewarrior 7 possiblewithmorten2021-01-211-0/+1
| | |
| | * Includes overhaul, fix some compiler warningserorcun2021-01-171-0/+1
| | |
| * | mission replayNikolay Korolev2021-08-011-2/+9
| | |
* | | mission replayNikolay Korolev2021-08-071-2/+9
| | |
* | | Merge remote-tracking branch 'upstream/lcs' into lcsNikolay Korolev2021-07-251-1/+1
|\ \ \
| * | | Merge branch 'miami' into lcsSergeanur2021-07-251-1/+1
| |\| | | | | | | | | | | | | | | | | | # Conflicts: # src/renderer/Hud.cpp
| | * | Sync fix from masterSergeanur2021-07-251-1/+1
| | | |
* | | | low effort save supportNikolay Korolev2021-07-251-61/+61
|/ / /
* | | Merge remote-tracking branch 'origin/miami' into lcswithmorten2021-07-121-0/+7
|\| |
| * | fix FixGarageswithmorten2021-07-121-0/+7
| | |
* | | Merge branch 'miami' into lcsSergeanur2021-07-125-1/+540
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # README.md # gamefiles/TEXT/american.gxt # gamefiles/TEXT/french.gxt # gamefiles/TEXT/german.gxt # gamefiles/TEXT/italian.gxt # gamefiles/TEXT/spanish.gxt # src/audio/AudioManager.h # src/control/Garages.cpp # src/control/Garages.h # src/control/Script5.cpp # src/core/config.h # utils/gxt/american.txt # utils/gxt/spanish.txt
| * | finish COMPATIBLE_SAVES and FIX_INCOMPATIBLE_SAVESwithmorten2021-07-105-1/+540
| | |
* | | Merge branch 'miami' into lcsSergeanur2021-07-032-18/+23
|\| | | | | | | | | | | | | | # Conflicts: # premake5.lua
| * | fix compilation when ctype.h is includedwithmorten2021-07-011-18/+18
| | |
| * | zero out work_buff before writing padding in savewithmorten2021-07-011-0/+5
| | |
* | | Merge branch 'miami' into lcsSergeanur2021-06-303-1/+9
|\| | | | | | | | | | | | | | | | | | | | # Conflicts: # src/control/CarCtrl.cpp # src/control/Script4.cpp # src/core/Frontend.cpp
| * | fix some string sizes to be MAX_PATHwithmorten2021-06-302-0/+8
| | |
| * | fix no VALIDATE_SAVE_SIZE buildwithmorten2021-06-281-1/+1
| | |
* | | Merge branch 'miami' into lcsSergeanur2021-06-281-0/+115
|\| | | | | | | | | | | | | | | | | # Conflicts: # src/control/Script5.cpp # src/entities/Entity.cpp
| * | Redo ReadSaveBuf + common.h cleanupSergeanur2021-06-281-0/+115
| | |
* | | Merge remote-tracking branch 'origin/miami' into lcsSergeanur2021-02-162-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
| * | Overhaul MusicManager - fix radio bugs, scroll to prev station, radio off texterorcun2021-02-012-4/+4
| | |
* | | Merge remote-tracking branch 'origin/miami' into lcsSergeanur2021-01-231-0/+4
|\| | | | | | | | | | | | | | # Conflicts: # src/core/re3.cpp
| * | Store all settings in .INIerorcun2021-01-231-0/+4
| | |
* | | Merge remote-tracking branch 'origin/miami' into lcsSergeanur2021-01-232-1/+2
|\ \ \ | | | | | | | | | | | | | | | | # Conflicts: # src/modelinfo/BaseModelInfo.cpp
| * | | revert accidentaap2021-01-231-1/+1
| |/ /
| * | Includes overhaul, fix some compiler warningserorcun2021-01-231-0/+1
| | |
* | | Merge remote-tracking branch 'origin/miami' into lcsSergeanur2021-01-222-5/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # src/animation/CutsceneMgr.cpp # src/control/CarCtrl.cpp # src/control/Script.cpp # src/control/Script2.cpp # src/core/Frontend.cpp # src/core/main.cpp # src/entities/Physical.cpp # src/peds/Ped.cpp # src/peds/PedAI.cpp # src/text/Messages.cpp # src/vehicles/Cranes.cpp # src/vehicles/Transmission.cpp
| * | get rid of most --MIAMI commentswithmorten2021-01-222-4/+0
| | |
| * | m_nWantedLevel -> GetWantedLevel()withmorten2021-01-221-1/+1
| | |
* | | Merge branch 'lcs-dev' into lcsNikolay Korolev2021-01-201-3/+3
|\ \ \
| * | | some more scriptNikolay Korolev2021-01-201-3/+3
| | | |
* | | | syncNikolay Korolev2021-01-201-0/+5
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | add the bad crack "features" behind SECUROM definewithmorten2021-01-141-0/+5
| | |
* | | script fixesNikolay Korolev2021-01-201-1/+1
|/ /
* | merge attemptNikolay Korolev2020-12-191-0/+1
|\|
| * Fix MemoryCard.cppSergeanur2020-11-021-0/+1
| |
* | some fixesNikolay Korolev2020-11-131-15/+13
| |
* | finished save/loadNikolay Korolev2020-10-172-28/+35
| |
* | saves part 1Nikolay Korolev2020-10-171-13/+1
| |
* | Merge branch 'master' into VC/TextFinishSergeanur2020-10-112-0/+2
|\| | | | | | | | | # Conflicts: # src/text/Text.cpp
| * Some unicode funcs belong to Font.cpp + small fixSergeanur2020-10-112-0/+2
| |
| * Island loading cleanup and fixSergeanur2020-08-191-6/+2
| |
| * Island loading and PS2 alpha test added to optionsSergeanur2020-08-161-8/+14
| |
* | Pad, BulletInfo, ProjectileInfo, fixeseray orçunus2020-10-071-7/+4
| |
* | Population and many small classes done, mouse AUX buttons, Frontend, Hud, fixeseray orçunus2020-09-301-1/+3
| |
* | cMusicManager, cDMAudio, radio position save/load, a few commands implementedSergeanur2020-09-092-1/+29
| |
* | stable CScriptPathsmajestic2020-08-201-0/+4
| |
* | Continue to Frontend, fix savegame list bugeray orçunus2020-08-143-6/+6
| |
* | Stats(except displaying), PlayerInfo, marker fixeray orçunus2020-08-141-1/+18
| |
* | Merge branch 'master' into miamiSergeanur2020-07-131-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # src/control/CarAI.cpp # src/control/Phones.cpp # src/control/Phones.h # src/control/Record.cpp # src/control/Restart.cpp # src/control/Script.cpp # src/core/Collision.cpp # src/core/Frontend.cpp # src/core/Frontend.h # src/core/Game.h # src/core/Streaming.cpp # src/core/TempColModels.cpp # src/core/Wanted.cpp # src/core/Zones.cpp # src/core/config.h # src/core/main.cpp # src/core/re3.cpp # src/entities/Entity.cpp # src/entities/Physical.cpp # src/extras/frontendoption.cpp # src/modelinfo/ModelInfo.cpp # src/modelinfo/PedModelInfo.cpp # src/peds/CivilianPed.cpp # src/peds/CopPed.cpp # src/peds/EmergencyPed.cpp # src/peds/Ped.cpp # src/peds/Ped.h # src/peds/Population.cpp # src/render/Renderer.cpp # src/save/GenericGameStorage.cpp # src/skel/win/win.cpp # src/vehicles/Automobile.cpp # src/vehicles/Boat.cpp # src/vehicles/Boat.h # src/vehicles/Vehicle.cpp
| * Rename LEVEL_NONE to LEVEL_GENERICSergeanur2020-07-131-1/+1
| |
| * Remove island loadingSergeanur2020-07-091-1/+4
| |
* | Merge remote-tracking branch 'origin/master' into miamiSergeanur2020-06-292-0/+3279
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # src/audio/AudioLogic.cpp # src/audio/soundlist.h # src/control/Script.cpp # src/control/ScriptCommands.h # src/core/Cam.cpp # src/core/Camera.cpp # src/core/Camera.h # src/core/Frontend.cpp # src/core/Frontend.h # src/core/Game.cpp # src/core/MenuScreens.cpp # src/core/Pad.cpp # src/core/Pad.h # src/core/config.h # src/entities/Entity.cpp # src/render/Credits.cpp # src/render/Fluff.cpp # src/render/Hud.cpp # src/render/MBlur.cpp # src/render/Timecycle.cpp # src/skel/glfw/glfw.cpp # src/skel/win/win.cpp # src/text/Text.cpp
| * Update MemoryCard.cppFire_Head2020-06-291-3/+3
| |
| * Merge branch 'master' into ps2menuFire_Head2020-06-293-2/+56
| |\
| * | fixesFire-Head2020-06-281-1/+1
| | |
| * | mips overdoseFire-Head2020-06-272-0/+3279
| | |
* | | Merge remote-tracking branch 'origin/master' into miamiSergeanur2020-06-033-1/+55
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # src/control/GameLogic.cpp # src/control/PathFind.cpp # src/control/RoadBlocks.cpp # src/control/Script.cpp # src/control/Script.h # src/core/Frontend.cpp # src/core/Frontend.h # src/core/MenuScreens.cpp # src/core/TempColModels.cpp # src/core/config.h # src/core/re3.cpp # src/modelinfo/SimpleModelInfo.cpp # src/modelinfo/VehicleModelInfo.cpp # src/modelinfo/VehicleModelInfo.h # src/render/Skidmarks.h # src/render/WaterLevel.cpp # src/save/GenericGameStorage.h # src/vehicles/Automobile.cpp # src/vehicles/Automobile.h # src/vehicles/DamageManager.cpp # src/vehicles/Vehicle.cpp # src/vehicles/Vehicle.h
| * | mission replayNikolay Korolev2020-05-263-2/+56
| |/
* | DrawStandardMenus, VC menu array and minor fixeseray orçunus2020-06-012-4/+4
| |
* | game logicNikolay Korolev2020-05-311-0/+4
| |
* | fixed compiler errorsnrb2020-05-241-1/+2
| |
* | say goodbye to your savesNikolay Korolev2020-05-241-0/+4
| |
* | VC CMenuManager struct, ctor etc.eray orçunus2020-05-221-2/+2
| |
* | Merge branch 'master' into miamiSergeanur2020-05-121-1/+1
|\| | | | | | | | | | | | | | | | | | | | | # Conflicts: # src/control/Garages.cpp # src/core/FileLoader.cpp # src/core/Streaming.cpp # src/core/Zones.cpp # src/core/Zones.h # src/render/Renderer.cpp # src/rw/VisibilityPlugins.cpp
| * Fix linux warningsFilip Gawin2020-05-121-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into miamiSergeanur2020-05-122-2/+2
|\| | | | | | | | | | | | | | | | | # Conflicts: # premake5.lua # src/core/ZoneCull.cpp # src/core/Zones.cpp # src/objects/CutsceneHead.cpp # src/render/Clouds.cpp
| * Fix Windows build and premakeeray orçunus2020-05-112-0/+2
| |
| * Linux build supporteray orçunus2020-05-112-2/+0
| |
* | cleaned up MIAMI ifdefsaap2020-05-051-7/+0
| |
* | Revert "Remove Miami stuff"Sergeanur2020-05-051-0/+2
|/ | | | This reverts commit 9960c411933f9a804eb5f6840d75ad00fd255252.
* Remove Miami stuffSergeanur2020-05-051-2/+0
|
* implemented most of streamed collisions and big buildingsaap2020-05-051-0/+2
|
* SetPosition, final partSergeanur2020-05-051-6/+6
|
* Put camera modes compatibility under COMPATIBLE_SAVESSergeanur2020-05-021-2/+2
|
* Merge pull request #495 from Sergeanur/MoreLanguagesaap2020-04-291-1/+9
|\ | | | | Japanese support
| * FixesSergeanur2020-04-271-1/+9
| |
* | Changing prefixes for some audio fieldsSergeanur2020-04-281-0/+1
|/
* Crossplatform work continueseray orçunus2020-04-222-5/+7
|
* Fix savename buffer overflowSergeanur2020-04-181-4/+12
|
* Remove padding fieldsSergeanur2020-04-181-0/+4
|
* Remove patchesSergeanur2020-04-172-29/+2
|
* rem refsFire-Head2020-04-172-16/+16
|
* More refs removedSergeanur2020-04-164-33/+33
|
* Default native resolution mode and small camera fixesSergeanur2020-04-151-0/+19
|
* CarGen, Cranes, Gangs: cleanup, fixes, r* visioned placementSergeanur2020-04-141-1/+1
|
* FixesWes Hampson2020-04-131-44/+60
|
* GenericLoad() doneWes Hampson2020-04-131-25/+135
|
* normalized line endings to LFaap2020-04-092-59/+59
|
* (PS2) TheGame/main/GameInit/SystemInit, ProcessSlowModeFire-Head2020-04-092-0/+13
|
* Wrappers cleanupSergeanur2020-03-291-1/+0
|
* removed windows.h for most .cppsaap2020-03-272-0/+2
|
* CCopPed 2 and fixeseray orçunus2020-03-262-32/+27
|
* Use WriteDataToBufferPointerWes Hampson2020-03-141-35/+35
|
* Style fix, use CTimeStepWes Hampson2020-03-131-4/+6
|
* Style fixesWes Hampson2020-03-111-1/+1
|
* Bugfixes, GenericSave() works now!Wes Hampson2020-03-111-15/+10
|
* GenericSave complete, still needs some testingWes Hampson2020-03-111-78/+109
|
* Save SimpleVars, Scripts, and a few othersWes Hampson2020-03-111-31/+83
|
* Begin work on GenericSaveWes Hampson2020-03-051-1/+83
|
* CPlayerPed doneeray orçunus2020-02-134-4/+5
|
* Fix corrupt savesSergeanur2020-01-311-3/+3
|
* sizeofs n stuffSergeanur2020-01-312-19/+31
|
* CDate separatedSergeanur2020-01-274-107/+111
|
* fix var namesSergeanur2020-01-272-16/+16
|
* saveSergeanur2020-01-274-0/+579