userBill Bcancel
repowiseguyscancel

4,370 Commits over 1,308 Days - 0.14cph!

5 Years Ago
Helicopter rotors now animate.
5 Years Ago
Increase world gravity a little from 9.81 to 11.81
5 Years Ago
Add controls image to the heli
5 Years Ago
Cherry pick explosion mask fix
5 Years Ago
Helicopter explosion and damage edits
5 Years Ago
Fixed explosion damage not getting through due CharacterMotor blocking the hitboxes
5 Years Ago
Helicopter controls update
5 Years Ago
Helicopter controls
5 Years Ago
Helicopter movement
5 Years Ago
Merge the latest into helicopter branch
5 Years Ago
Fix HP label flicker by fading out more slowly.
5 Years Ago
Fixed HP bar not always hiding when it should
5 Years Ago
Merge from Main
5 Years Ago
Adding recoil/shake to proxy players. Required giving them an eyes script. But forgot that our animations don't work with up/down look while firing guns anyway! Should probably fix that.
5 Years Ago
Adjusted pistol animation. Muzzle flash and eject shell events were around the wrong way on the Fire1 anim. Firing quickly could end up resetting the animation before the muzzle flash event (which also played the firing sound!) was triggered, leaving the shot silent and flashless. Muzzle flash now happens earlier in the anim. Feels more snappy as well.
5 Years Ago
[user request] Console can now be opened by ` as well as F1. Added input field validation so ` doesn't register as invalid input.
5 Years Ago
Remove some client content we no longer need. Also added isServer param to hits and repairs, since not all hit receivers are NetworkEntities so checking server/not server wasn't always easy.
5 Years Ago
General stuff
5 Years Ago
Helicopter work. Can fly up and down.
5 Years Ago
Drag per vehicle
5 Years Ago
Adjusting params
5 Years Ago
Fix file location
5 Years Ago
Collider edit
5 Years Ago
Prevent users causing intentional drug dealer wars by making all DDs allies.
5 Years Ago
Lots more work. Network++.
5 Years Ago
Lots of work on helicopter scripts. Refectored some vehicle audio and other vehicle stuff to be shared in the base class instead of in the car only.
5 Years Ago
Working on helicopter components. Created helicopter audio clips from a CC0 helicopter recording.
5 Years Ago
Merge + Finished everything needed for the helicopter model (colliders, LODs etc) and set up most helicopter prefabs.
5 Years Ago
Update Lot Purchase interaction text and Lot Purchase UI to show correct green/red state for corp purchases in Cyka Blyat
5 Years Ago
Revert my roof fix, added explanation comment
5 Years Ago
Little bit of test code to have your corp own everything, for testing furniture placement
5 Years Ago
Messing with DeployableBuildingCondition. Didn't get a good solution to roof prop placement but saving this bit.
5 Years Ago
Merge minor fix
5 Years Ago
Bugfix for client
5 Years Ago
Merge updated ghost detection
5 Years Ago
New ghost detection
5 Years Ago
Removing most of my ghost check logs. None of them ever triggered except for the ones that I've left in, one of which successfully busts (destroys) ghosts.
5 Years Ago
Mostly completed a basic helicopter model. Will convert from Blender to another format when done.
5 Years Ago
Merge
5 Years Ago
Improved comment on gun injury crime thing
5 Years Ago
Merge ADS fix from Main
5 Years Ago
Bill F pointed out that some async requests were doing way more than they need to. Simplified them here where possible.
5 Years Ago
Remove accidental copy-paste comment
5 Years Ago
Comments only
5 Years Ago
Remove debug print
5 Years Ago
Fixed a double damage issue with bullets. Can now prevent double damage from hitbox + motor while also allowing a shooter to be assigned on C4 and so on, which only do server damage. So cops will shoot you if you hurt them with your C4 explosion, your C4 will actually do damage to the motor hit receiver, but your bullets won't. But bot and NPC bullets will.
5 Years Ago
Oops
5 Years Ago
Sort out client/server hit damage. Still need to test a bit more, maybe refactor a little.
5 Years Ago
Another rename for clarity
5 Years Ago
Rename IBulletShooter to IShooter