reporust_rebootcancel

107,031 Commits over 3,836 Days - 1.16cph!

6 Years Ago
waterline test
6 Years Ago
Projectiles and thrown weapons inherit velocity from player parent (TODO: server projectiles)
6 Years Ago
[D11] Rebecca - Texture Metadata - 2nd batch resized textures
6 Years Ago
[D11] Throw Error in Jenkins
6 Years Ago
More work on AI side.
6 Years Ago
[D11][Jenkins] Disable Win64 and the unneeded methods to debug the master package builds on PS4/XboxOne
6 Years Ago
[D11] [UI] wrapped some functions in the UIHUD in defines to stop errors when not using the new HUD
6 Years Ago
[D11] Fixing a lost reference - includes new gamertag and version number text fields which aren't used yet
6 Years Ago
[D11] [UI] Added a HUD element to visualise players ping, added a HUD element to show players current Coordinates, added a HUD element to visualise current radiation levels, tweaked the appearance of several UI elements and images, added a drop shadow to text that needs it
6 Years Ago
[D11] Enable package builds on jenkins
6 Years Ago
Cherry picking 28703
6 Years Ago
Removed LOD hacks from cargo ship Removed smooth rotation override from cargo ship (smooth rotation is now default)
6 Years Ago
LOD components support moving objects when isDynamic is true
6 Years Ago
Updated manifest
6 Years Ago
Made AI operate in world space more correctly.
6 Years Ago
[D11] [UI] Left Stick and DPad now work for all transitions and movement on the Main Menu Carousel
6 Years Ago
[D11] Server analytics data expanded to include network statistics.
6 Years Ago
[D11] bit of code to dump full contents of warmup bundle
6 Years Ago
Fixed a couple NREs in AI.
6 Years Ago
[D11][UI][WIP] First pass of new UI Loot panels and prefabs. Removed unneeded log message
6 Years Ago
[D11] Rebecca - Texture metadata - Tex resizing for PS4 build
6 Years Ago
higher res foam texture
6 Years Ago
Simplified collider for the cargo ship
6 Years Ago
Merge from entity_parenting
6 Years Ago
merge from entity_parenting
6 Years Ago
Fixed incorrect entity position relative to parent when entities are received before their parent has been received
6 Years Ago
Fixed network lerp warnings being logged even with lerp.debug disabled
6 Years Ago
Fixed TimedExplosive sticking issues caused by outdated parenting hacks and extrapolation
6 Years Ago
merge from main
6 Years Ago
merge from entity_parenting
6 Years Ago
[D11][Jenkins] Always unmount build drive on failure
6 Years Ago
Fixed NREs in AI.
6 Years Ago
[D11][Jenkins] - mount build drives and unmount
6 Years Ago
Merge from entity_parenting
6 Years Ago
Manifest
6 Years Ago
Merge from main
6 Years Ago
Fixed slight camera jump when parenting / unparenting with parent that is rotated on the X / Z axis
6 Years Ago
[D11] Fix for assets pulled into the warmup bundle because they are dependencies, but which were originally in other bundles, not being in the TOC of the warmup bundle so couldn't be loaded at run time. This seemed to mostly affect sound effects.
6 Years Ago
Fixed light stutter in entity rotation due to Quaternion == comparison in SetNetworkRotation
6 Years Ago
[D11][Jenkins] - copydir destination builds
6 Years Ago
Merged from AI branch
6 Years Ago
Fixed C/S compile issues.
6 Years Ago
Updated manifest
6 Years Ago
Merged from main
6 Years Ago
NPCs now supports custom A* waypoint pathing as an alternative to Unity Navmesh.
6 Years Ago
Fixed ForcePositionTo issues (needs to be in world space)
6 Years Ago
Player rotation correctly follows parent on both client and server
6 Years Ago
[D11] Copy to network share
6 Years Ago
Merge from main
6 Years Ago
Updated output path in protobuf generate scripts