243,183 Commits over 3,898 Days - 2.60cph!
Movement changes for TENN15
All compilation errors fixed after big refactor, now to make sure it works.
Trimmed back functions related to graphics / audio capturing / playback to be cleanly re-implemented as necessary, fixed sound file loading.
Files for stable branch publishing
Updating stable branch to latest
Added .live-archive to ignore.conf
Refactored `GameAPI.Demo` to work with the new graphics and audio serialization scheme.
Fixed bolt rifle doing shitty damage
Updated sand texture to latest version
Updated snow texture to latest version
Updated path texture placeholder to different placeholder (from main/roads)
Fixed stone half-height block skin being offset by 4 meters vertically
Updating stable branch to latest
Fixed c4 blowing up triggers (like the radius of the cupboard tool)
- Sub levels can now be completely disabled/enabled in the main scene when switching areas
- Changed hierachy structure of 1-1 to support this.
- Spawners now set their spawned entities as children so that they're handled when changing areas too
allow disabling of nametags
- Move graphics settings to their own component on GameManager
- Graphics options screen now references the new GraphicsSettings component
Fixed static decor placement ignoring decor parameters and terrain anchors
- Added new AreaMonster scene to Scenes/Levels/Monster
- Added Monster test level to travel menu
- Removed some old utility scripts
- Moved all image effects to the new C# versions
Adding new standard image effects
Added some anims.
Set up player anims.
Added some of the new player system.
Hitbox system.
- Moved common items out of old UI screens and into the new root UI screen
- Aligned screens when scrolling through the root tabs
Fixed NRE when building player corpse clothes
Fixed not being able to use later slots 7+ in large storage box
[zombies] hud refreshes when a selected soldier is killed
[zombies] highlight gun selected soldier is planning to pick up
[zombies] can order soldiers to pick up guns
fixed the 3rd person muzzle flash position for a bunch of weapons
[zombies] label when hovering over gun
alternate skin for the horse
[zombies] guns on ground are highlighted when hovered over
player corpses now show their clothing
- Pressing D-pad Down now brings up the new root UI and activates the first screen, instead of just the character screen
- Screens can be scrolled through using LB/RB
- Removed the character screen gamestate and replaced it with a generic UI state
- Ship controls are now ignored during this new UI state, so the ship doesn't fly around when navigating menus :)
- UI screens now share a common base screen class for hiding/showing etc
- Started docking UI screens to a parent screen so they can be switched between from parent screen
Updating stable branch to latest
Fixed projectile firing exceptions
Fixed wrong shader assigned to testlevel
Merging entity refactor to main
Updating stable branch to latest