199,316 Commits over 4,140 Days - 2.01cph!
Don't destroy items if the pickup failed!
Updated InfoMessage to work more like Bill's Alerts UI system
Allow not showing task complete messages
AverageSumOfChildren qualifier for Apex
Npcs now know whether they're being aimed at by a seen enemy, and will take appropriate evasive action.
Npcs will scan their surroundings more carefully when in combat.
Use average sum of children scoring with normalization to better balance move options in Npcs.
Yet another merge from main.
added "god ray" markers, fixed skybox clouds, added some minimap ui elements
Changed packing folder again, now final; updated packed sample
Tiny change in texture packing analysis tool
First batch of packed materials (29) for testing
Know when in cover.
Misc tweaks to ai.
Keeping up to date with main
MoveState cleanup, fixed the same bugs AttackState had with cursor logic.
Change heal highlight colour slightly
Added UnitListsEventArgs which is used by the range indicator events. Event how receives a list of friendly buffable units and a list of enemy damagable units
▅▉▊▄▄█▄▄▆▇█▅ ▅▇█▊▊▍ ██▆ █▆▋.▄▌█▌▄▌▍, ▄▄█ ▍█▊▉▆▇▊▇▆▌.▋▅▉▉▉█▍▉▄
Fixed error when packing materials with default metallic texture or RGB-only
Fixed health bars not updating on tile fall death
Fixed error when packing default standard shaders
Hide the keyboard number key on unit portrait when unit dies
Skip packed materials during analysis
Bin loot. Drug producer tweaks. Options fixes.
Friendly range indicators
Tweaks to ore nodes:
-Increased brightness to stand out more
-Sulfur nodes show a more distinct yellow hue
-Metal nodes show more oxydization
-Stone nodes are overall more desaturated, more grey to stand out against other nodes
-Added Gibs models for every node picking stage (to be implemented later @helk)
-Snow biome nodes should be more visible and easier to differentiate
-Nodes are overall slightly smaller
-Cave ores are much smaller
Lots of little ai tweaks.
Added asset store heal particle pack, added healer heal effect.
Added CastAttackView which can do damage or buff effects depending on target.
Added load_texture_from_cache and save_texture_to_cache
Skin texture cache is now implemented in native code (GC free)
Skin texture cache read and write are running in a thread (no longer stalls when disk is busy)
made a shitty placeholder healer attack anim so it at least has something
Updated plugins (Rust.Global & Rust.Workshop)
placeholder Healer idle anim and state setup
created building prefab and added to trim scene
cloud mesh generation WIP