repowiseguyscancel

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

8 Years Ago
matress updated
8 Years Ago
bed update
8 Years Ago
Meth cooker
8 Years Ago
Handling the change of CharacterMotorState in the new ProtoBuf implementation from struct to class, meaning every Move call returned was now pointing to the same address. Creating a new move state for each call instead.
8 Years Ago
Fix for class/struct bug
8 Years Ago
Temp override goes away if drug level one lower reaches addiction level 0
8 Years Ago
Added the base itemproducer. Need UI.
8 Years Ago
Interaction display handling improvements
8 Years Ago
Merging in basic working drug system. No money is involved yet but drugs can be sold to NPCs and NPCs know what they want.
8 Years Ago
Allow holding drug items while in vehicle
8 Years Ago
Merging in the latest from Main
8 Years Ago
merge with drug branch
8 Years Ago
Item Producer.
8 Years Ago
Adding key info to NPC interaction
8 Years Ago
Added WiseGuys tools option to skip the initial spawn screen when in editor
8 Years Ago
Better interaction transitions
8 Years Ago
Drug sale FX. Interaction transition fix.
8 Years Ago
AI cash stat sync to client
8 Years Ago
NPC welfare system
8 Years Ago
Interaction fix
8 Years Ago
Added sellable item cost
8 Years Ago
merge with drugs
8 Years Ago
Updating itemcontainer + looting
8 Years Ago
Unified the NPC buying code with the player's shop buying code and moved it all into the new Character.IItemRequestReceiver. Fixed a couple of bugs in the process
8 Years Ago
Merging in the latest
8 Years Ago
Created a unified inventory access to treat multiple inventories as one. Unified IItemRequestReceiver all into the base Character class except for the shop hack.
8 Years Ago
Forgot one...
8 Years Ago
Fixing some stuff that was broken in CLIENT or SERVER modes from the meth_cooking branch. Leaving OnInteract in ItemContainerEntity broken as it's more complex to fix.
8 Years Ago
Cleaned up all warnings outside of the building system
8 Years Ago
Oops, don't comment out Bill's code.
8 Years Ago
Pedestrian NPCs no longer drop their items on death
8 Years Ago
Added FX for NPCs receiving welfare
8 Years Ago
Players get paid when selling drugs
8 Years Ago
Selling drugs to someone now considered a crime
8 Years Ago
Stopped NPCs from actually receiving the drugs they buy, since they don't really use them and they don't drop items on death anymore anyway. Easy to re-enable if we want it.
8 Years Ago
Adding icons for police wanted system
8 Years Ago
Some minor edits
8 Years Ago
Icon modifications
8 Years Ago
- Added UI indicating when you're considered to be committing a crime in progress. UI in but not functional for police wanted state as well. - Moved some more stuff behind SERVER tags
8 Years Ago
Added a framework for wanted system
8 Years Ago
Wanted system partly working
8 Years Ago
Info bar in the wanted UI
8 Years Ago
Cops now know about wanted criminals. Watch out!
8 Years Ago
Forgot to remove a couple of timers
8 Years Ago
Fixed Client/Server bug
8 Years Ago
merge
8 Years Ago
Set up the item producers properly, added ingredients, they're all deployable etc.
8 Years Ago
Merged in latest code from Bill
8 Years Ago
added missing #if SERVER
8 Years Ago
Working on moving some inputs server-side. Not all implemented yet.