DarkflameServer/dGame/dMission
David Markowitz 138fffda2c
Fix item collection missions (#617)
* Implement Precompiled Headers

* fix cmake

* Fix modular builds not returning parts

Modular builds would not search inventory A for their corresponding item and by default would only look in the models bag.  This PR forces the item to be looked for in the inventory its coming from (inventoryA) as a second resort before doing the final search in the default inventory of the item.

Tested modular building a car and a rocket and when replacing parts the part that was already placed was returned to the inventory correctly.

* Push equipped items upon entering build mode

Fixes an issue where leaving build mode anywhere would not re-equip your items.  This also implements the feature to set your stats back to full, as was done in the live game.

Tested exiting build mode on a property with full venture gear and all gear was re-equipped and stats were set to the expected values.

* Fix item collection missions

Item collection missions are only supposed to take items should they be in the items inventory or the hidden inventory and no others.  This change removes the global inventory find of items and only removes it from the two inventories that items get taken from in live, ITEMS and HIDDEN

Tested completing mission 470 and 477 as well as 622 and the correct items were taken or not taken, based on the inventory the target item was in.
2022-07-06 08:54:41 -07:00
..
Mission.cpp Fix item collection missions (#617) 2022-07-06 08:54:41 -07:00
Mission.h Implement Precompiled Headers (#591) 2022-07-04 15:24:45 -07:00
MissionLockState.h Implement Precompiled Headers (#591) 2022-07-04 15:24:45 -07:00
MissionPrerequisites.cpp Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
MissionPrerequisites.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
MissionState.h Optimize scripts for faster compilation (#597) 2022-07-04 23:00:10 -07:00
MissionTask.cpp Skill Tasks changes 2022-04-25 03:25:07 -07:00
MissionTask.h Implement Precompiled Headers (#591) 2022-07-04 15:24:45 -07:00
MissionTaskType.h Implement Precompiled Headers (#591) 2022-07-04 15:24:45 -07:00
RacingTaskParam.h fixed tab indent 2022-02-06 14:28:15 -08:00