243,507 Commits over 3,898 Days - 2.60cph!
Finished implementing `Mathf.LinesIntersect()`.
Fixed games not updating correctly.
Fixed necessity for `base.OnUpdate()` to be invoked in classes extending `GameBase`, whereas `base.OnRender()` is purely optional.
Made a better generic rust texture for blend layers
various source files I forgot to check in.
Recompiled hlfaceposer.exe so it works.
Added english closecaptions for EP1, EP2, Portal
Restored Closed Captions
Missing closedcaption message is hidden by default ( cc_captiontrace )
Added \n to console prints that needed it
Removed TEST[filename] console spam if workshop addon errors
Fixed Combine Autogun on ep2_outland_09 not dealing damage
Updated icons for PHX seats
Automatically unsub from Demos, Saves & Dupes
Attempt to fix Linux compile errors
GitSync
Fixing CameraControls.IsFollowing check in PlayerUnitControls
Fixed animal sense properties.
Added long-sleeved t shirt model, textures, and prefabs
Updated mid-level jacket to work better with underlying layers
AISense once again uses structs.
Loading screen redux
Don't spam commands into the console when loading config file
NPCAI now uses Decision.State.
PrefabPreProcess only process prefabs (in editor)
More UI progress
Set up AI decision curves.
Merged changes from main.
Added decision states to AI prefab.
adjusted some preventBuilding radiuses
updated sleepingbag model
- UI Screen tweaks
- Trees now on their own Layer (helps with camera raycasts)
- Nuked Amplify LUTs (to re-done)
- Renamed PlayerCameraControls to PlayerCamera and refactored input a bit, improved edge scrolling timeout used after grab move and mouse orbit
Fixed a bug where new animals would immediately starve to death.
Increased terrain resolution (4x)
Added proper segmentation to heightmap generation
Added dunes to heightmap generation
Increased forest density, frequency and size
Increased valid noise seeding range
Optimized checksum generation
Fixed the riduclous amounts of shininess on the chickens. They no longer look like they came out of a Lady Gaga video.
redid all of the animals' mecanim state machine. They transition to/from each state much smoother now (no more snapping from sleep --> awake)
First version of custom environment Standard shader with CryEngine-style "Blend Layer" support
Refactored how GameManager works (to remove Realm usage)
Fix lit torch attack not playing strike effect
Some tweaks after moving to b20.
Started writing some helper methods for line-line intersections.
[racer] Started work on car collisions.
Updated torch vm anims, changes to anim controller
New screen transitions started
- Improving UIManager/UIScreen transitions via an animated transition overlay (GUI/Overlay in startup_scene.unity)
- Added base UIWidget class, made RadialMenuWidget derive from it
- Subscreen and Widget exection forwarded through UIScreen
unwrapped inner ring, finished outer, 75% textured on inner
`Graphics.Rotation` and `Graphics.Scale` now act globally.
Finished implementing basic scaling and rotation, although acts locally for now.
Started implementing global graphics scaling and rotation.
Changed torch animator so both lit & unlit states work on one layer
Simplified Scene2Prefab to reference GameObjects instead of pathnames
Can have multiple Scene2Prefab's per scene
Scene2Prefab's don't have to be root objects
Translate initializes automatically on first use
Added Transform.GetSiblings<T>()
Server browser WIP
Added LocalizeText component (for localizing a UI.Text)
Updated to b20. Added some shit. Added chat.