repowiseguyscancel

8,451 Commits over 2,131 Days - 0.17cph!

7 Years Ago
.
7 Years Ago
undo
7 Years Ago
Cherrypick the Apex update
7 Years Ago
Updated Apex
7 Years Ago
.
7 Years Ago
Added some trash to roads
7 Years Ago
Removed a lot of the vehicle spawns.
7 Years Ago
lighting mods
7 Years Ago
Fixed health event NRE
7 Years Ago
Can now enter any building
7 Years Ago
Merged pauls stuff
7 Years Ago
Removed / disabled lots of stuff
7 Years Ago
texture and mat updates
7 Years Ago
.
7 Years Ago
.
7 Years Ago
EntityTransform stuff re enabled for now
7 Years Ago
New writer works. Need to cross reference performance with old writer.
7 Years Ago
Updating NetworkMessages
7 Years Ago
Merge to Main
7 Years Ago
Fix NRE on quit
7 Years Ago
Correctly end previous optional tasks when a later task is completed - Correctly end previous optional tasks when a later task is completed
7 Years Ago
Missions: Remember tasks even when they're already done, in preparation of being able to backtrack
7 Years Ago
Added more stuff to plugins project
7 Years Ago
Added NPC AI check when buying drugs that skips going to buy them if they have little cash. Has the added benefit of spreading out their visits to drug sell zones after server start, since welfare payments are staggered and they start with zero cash.
7 Years Ago
Fixed the Mafia building sign showing Sokolov instead of Mafia
7 Years Ago
Make a note that RequiredReversible does nothing yet.
7 Years Ago
Mission task stuff
7 Years Ago
Reserialize mission definitions
7 Years Ago
Working on a new mission feature
7 Years Ago
AcquireSpecificItemTask no longer needs a target - it now tracks the item's current container, and detects when it changes. Made package get mission work a bit better.
7 Years Ago
Added some new projects to the plugins project. Removed NetworkEntity.EntityTransformSync
7 Years Ago
Undone, probably not the best idea
7 Years Ago
Removed all serialization usage.
7 Years Ago
Removing new TransferSpecificItemTaskInstance code, it's not gonna work out.
7 Years Ago
Using IContainer instead of ItemContainer for some events. Helps with UnifiedInventory. Working on something for transfer item task.
7 Years Ago
Item receive mission tasks that use specific item instances tasks now don't complete until the item it actually removed from the container it's in. Also made ItemContainer OnDirty include a reference to the container itself.
7 Years Ago
Updater timer system for timed gang tasks.
7 Years Ago
Fixed safes deploying from inventory as actual safes instead of briefcases with safes in.
7 Years Ago
Remove users and unsub events if trading entity is destroyed.
7 Years Ago
Fixed trade bugs. Trade items no longer lost if character dies as they're given back BEFORE loot drops.
7 Years Ago
Remove debug prints
7 Years Ago
Simplifying mission code by removing personal character missions (at least for now)
7 Years Ago
Correctly show gang missions on the map
7 Years Ago
Removed all individual player mission stuff, with some refactoring to support it. Gang missions only now. Container types implement a new IContainer interface.
7 Years Ago
Comment only
7 Years Ago
Added custom descriptions to some mission tasks. Edited default descriptions.
7 Years Ago
Added support for mission tasks to have custom descriptions per mission
7 Years Ago
Removing an accidental include which should also fix builds.
7 Years Ago
Make the package get mission wait time four minutes instead of 30 seconds
7 Years Ago
Integrated trading into gang missions