198,617 Commits over 4,140 Days - 2.00cph!

7 Years Ago
compile linux 32-bit client
7 Years Ago
[D11] Close admin console on player death/respawn. Prevent respawn selection when admin console open. Prevent secondary action use, when admin console open.
7 Years Ago
Various game events cleanup, logging
7 Years Ago
[D11][AUDIO] Audio Folder set up.
7 Years Ago
Skin bundle update
7 Years Ago
Skin update
7 Years Ago
Fleshing out more boilerplate
7 Years Ago
Some boilerplate stuff
7 Years Ago
ConfirmAttackState maintains trajectory display
7 Years Ago
merge from main
7 Years Ago
Disabled santa airdrop network++
7 Years Ago
Created game mode class
7 Years Ago
[D11] frontend changes wip fix #4; PagedUI no longer automatically opens the first page in the list, probably best not to assume the ordering, and Rust pushes it manually anyway, and it makes it easier to deal with PagedUIs which don't instantly activate, which leads onto the next point - in game code no longer references the frontend (which was crashing since it is no longer loaded then), the options menu and corpse stat panel both simply create their own PagedUI instances. Not really sure why they need this at all since they are both single pages, but I guess it helps should they get more complicated. Some simplifications to PagedUI.
7 Years Ago
Merge
7 Years Ago
[D11] frontend changes wip fix #3; PagedUI should not have been a singleton, FrontendUI on the other hand should be. This opens up the possibility of creating more PagedUIs (which needs to be done anywhere FrontendUI is currently being accessed in game). Also remove confusing casts that are no longer necessary. Remove references to global UIs when the parent UI can be known locally, makes it much easier to reuse UIs in several places.
7 Years Ago
Fix null check on MonoBehaviour via interface, which was causing errors at end-of-round.
7 Years Ago
Fixed prison looking for a CrimeManager over and over if it isn't there
7 Years Ago
Scoreboard show rank correctly
7 Years Ago
Scoreboard highlights the local user.
7 Years Ago
▇▋▊▊▄▊ ▍▊▍▆ ▉▅▇▄ █▆▌▊ ▅▍▌▆▍▋▊
7 Years Ago
Disabled xmasrefill event Disabled xmas tree craft
7 Years Ago
Building UI fixes
7 Years Ago
[D11] frontend changes wip fix #2; start to unbind UI pages from the global PagedUI (which is really the FrontendUI...classes need some changes). Pages have a reference to the UI they belong to in order to make reuse simpler.
7 Years Ago
[D11] frontend changes wip fix #1 (see notes, hopefully temporary)
7 Years Ago
NRE fix
7 Years Ago
[D11] update to changes to split off frontend - main code changes; tested on ps4 and largely fine, couple of issues which may or may not be related but will investigate next.
7 Years Ago
BEF-740: lding placement should auto-face to unconstructed campfires BEF-744: Unit portraits should save when being updated live BEF-732: Enable dirt decals for unconstructed buildings
7 Years Ago
[D11] Prevent ReportingFlow from trying to add sleeping players to the "Recently Encountered Players"
7 Years Ago
Exposed addon type override labels in building editor
7 Years Ago
Berries are less plentiful and don't grow so quickly
7 Years Ago
Hooked up energy meter for selected units (BEF-737)
7 Years Ago
[D11][TUTORIAL] Added extra localisation keys for hint messages
7 Years Ago
Building UI conditional content, label replacement
7 Years Ago
Some bits of UI
7 Years Ago
confirm attack state
7 Years Ago
scene and a few prefabs.
7 Years Ago
[D11] more wip on splitting frontend from in-game, split off all objects in D11_Frontend.unity which were not really in the frontend's lifetime (actually they are global). Again I've made these all into separate scenes to get some consistency, but it would probably be better to create (for example) a single "GlobalUI.unity" scene which pulls in all the relevant prefabs, and just use the separate scenes for editing purposes.
7 Years Ago
Maintain movement path display in confirm move state
7 Years Ago
wip confirm action state stuff
7 Years Ago
Restored crafting UI changes lost in merge from research UI
7 Years Ago
small shelter bed moving
7 Years Ago
Serialization and some extra bits
7 Years Ago
[D11][TUTORIAL] Fixed editor exception caused by updating contents between layout and repaint for tutorial inspectors
7 Years Ago
[D11] Default to SCEE and pass catalogue version to Xbox
7 Years Ago
Fix for fame bar value/display
7 Years Ago
Base corporation stuff
7 Years Ago
Minor edit
7 Years Ago
Scoreboard no longer shows latency on end-of-round screen
7 Years Ago
End-of-round screen now shows scoreboard by default. Needs some minor adjustments (like not showing latency).
7 Years Ago
Working on allowing the end-of-round UI to show the final scoreboard as its default content. Also moved some UI scripts around.