repowiseguyscancel

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

8 Years Ago
Making the payphone UI nice with quick keyboard controls etc
8 Years Ago
Mission list appears on the side of payphones
8 Years Ago
MIssion list works in CLIENT+SERVER mode
8 Years Ago
Mission list UI basics
8 Years Ago
Payphone mission list UI now showing the actual list for that phone
8 Years Ago
Making sure mission numbers don't repeat on the same phone
8 Years Ago
Going to move some stuff into a mission manager
8 Years Ago
Some improvements to StreetLights and WorldTimeManager. Time variation works now. Events can be scheduled from non-MonoBehaviours. Street lights don't check every frame.
8 Years Ago
More
8 Years Ago
Fingers crossed this should fix the build
8 Years Ago
OnServerInitialized call is back.
8 Years Ago
Cherry-pick merge of world time changes into Main
8 Years Ago
Fix that didn't make it in.
8 Years Ago
Temp trying something... Moving jenkins build info file
8 Years Ago
World time merge
8 Years Ago
Switching the buildinfo file location back
8 Years Ago
Reading changeset info from the buildinfo file. Uses BuildInfo.cs from the Facepunch plugins repo.
8 Years Ago
Merging fixes and stuff.
8 Years Ago
Build name
8 Years Ago
- WorldTimeManager init order fix. Previously when in editor, two WorldTimeManagers would get created, breaking things. Also added protection against this. - WorldTimeManager repeating schedule fix. Sometimes events were getting rescheduled such that they'd be scheduled for the same day by mistake, ending up in the past and never triggered. - WorldTimeManager removed check every update for expired events, instead preventing events from being created in the past in the first place. Events that fire are removed, so none end up in the past.
8 Years Ago
Better way to handle phone numbers for missions. Global list, guaranteed unique + out of range protection. Still need to integrate with payphones.
8 Years Ago
Central mission manager work. Payphone mission lists expire and update, with missions changing every few hours.
8 Years Ago
Payphone glow effect work + mission instance rename.
8 Years Ago
Outline FX work
8 Years Ago
Little bit extra
8 Years Ago
Disable glow after user interacts for the first time after connecting
8 Years Ago
Bootstrap scene edit
8 Years Ago
Glow effect work
8 Years Ago
Payphone glow handling the fact that payphones spawn in and out on the Client.
8 Years Ago
Caching outline effect reference in MissionManager
8 Years Ago
Merging glow effect back into the mission branch.
8 Years Ago
Mission accept/decline and other mission work. Needs a couple of fixes.
8 Years Ago
The first of the promised "fixes"
8 Years Ago
The second fix.
8 Years Ago
Working out a framework for running missions, somewhat based on Bill's original work
8 Years Ago
Attach mission instance to the player that's doing it. Don't think the Mission Manager actually has to care what missions are active. There is some chance of double-ups if missions have no central controller but this can be handled by careful success/failure states (if someone else completes your hit mission you'll still "win" it).
8 Years Ago
Various mission work
8 Years Ago
Camera fix, getting settings back to how they were
8 Years Ago
Map button wasn't working. Added it.
8 Years Ago
Mission task work in progress. And adding mission target indicator to the game map
8 Years Ago
8 Years Ago
Restructuring mission tasks
8 Years Ago
Mission task target work
8 Years Ago
Close the payphone interface entirely when accepting a mission
8 Years Ago
Mission instance data gets to the client
8 Years Ago
Payphone interaction fix
8 Years Ago
Mission navigation arrow thing
8 Years Ago
Nav arrow is cooler
8 Years Ago
Minor tweaks
8 Years Ago
Arrow is better, faster, smoother