summaryrefslogtreecommitdiffstats
path: root/src/save (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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