keronshb
2d692f47da
Action Upgrade System ( #22277 )
...
* Adds uses before delay so actions can be used multiple times before cooldown
* adds methods to get remaining charges, to set uses before delay, and to set use delay
* adds method to change action name
* moves set usedelay
* action upgrade ECS
* adds method to reset remaining uses
* adds upgrade events
* refactors action upgrade event and adds logic to parse it
* fix serialization issue
* adds level up draft method
* adds action commands and a command to upgrade an action
* more warning lines to help
* Gets action to upgrade properly
* Removes unneeded fields from the action upgrade component and now properly raises the level of the new action
* Cleans up dead code and comments
* Fixes punctuation in actions-commands and adds a TryUpgradeAction method.
* removes TODO comment
* robust fix
* removes RT
* readds RT
* update RT to 190
* removes change name method
* removes remaining uses & related fields and adds that functionality to charges
* Adds Charges to action tooltips that require it
2023-12-15 02:41:44 -07:00
ForestNoises
685cb9c671
Action Cooldowns Reset on Rejuvenate ( #22149 )
...
* ActionComponents subscribe to RejuvenateEvent, resets cooldowns
* forgo a line
* Update Content.Shared/Actions/SharedActionsSystem.cs
Co-authored-by: faint <46868845+ficcialfaint@users.noreply.github.com >
---------
Co-authored-by: Nemanja <98561806+EmoGarbage404@users.noreply.github.com >
Co-authored-by: faint <46868845+ficcialfaint@users.noreply.github.com >
2023-12-05 16:00:02 -05:00
metalgearsloth
269c93245d
Unrevert audio ( #21330 )
...
Co-authored-by: Pieter-Jan Briers <pieterjan.briers@gmail.com >
2023-11-27 22:12:34 +11:00
DrSmugleaf
f094862684
Fix world targeted actions making the user face in the wrong direction ( #21602 )
2023-11-12 19:50:35 +11:00
DrSmugleaf
1a3d3a3ed0
Fix missing if statement when logging missing action error ( #21560 )
2023-11-10 23:46:42 -07:00
Leon Friedrich
9af95742df
Fix replay spectating bugs ( #21573 )
2023-11-10 23:45:46 -07:00
DrSmugleaf
3953257b7a
Add method to clear an action's cooldown ( #21517 )
2023-11-07 18:24:43 -07:00
keronshb
3a788dd8d4
Mind Action Container ( #21336 )
2023-11-03 19:55:32 -04:00
Leon Friedrich
6e49331e4d
Action bugfixes ( #21321 )
2023-10-29 19:10:30 +11:00
metalgearsloth
5b8f3c48c4
Revert "Update submodule to 175.0.0 ( #21318 )" ( #21319 )
2023-10-29 15:29:30 +11:00
metalgearsloth
9b1b3e03ed
Content audio ( #20862 )
2023-10-29 14:58:23 +11:00
Leon Friedrich
472381c0db
Add GrantContainedActions() ( #21206 )
2023-10-23 20:53:27 -04:00
DrSmugleaf
f560f88eb5
Remove 700 usages of Component.Owner ( #21100 )
2023-10-19 12:34:31 -07:00
Leon Friedrich
fcd0d9ef0f
Add methods to transfer actions between containers ( #20901 )
2023-10-11 13:50:10 -04:00
Kara
dae18c981f
Fix action containers deleting the wrong actions ( #20430 )
2023-09-23 03:53:31 -07:00
Kara
9b55fbd0be
fix build ( #20427 )
2023-09-23 03:09:07 -07:00
Leon Friedrich
684b334806
Action container rejig ( #20260 )
...
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com >
2023-09-23 18:49:39 +10:00
Nemanja
f16ff3a2d9
Rat King Milsim + Buffs ( #20190 )
...
* rat king update
* rummaging
* buuuuunnnnncccchhh of shit
* the last of it
* make rat servants not ghost roles
* pissma buff and cooldown
2023-09-22 15:01:05 -05:00
metalgearsloth
5a0fc68be2
Content update for NetEntities ( #18935 )
2023-09-11 09:42:41 +10:00
metalgearsloth
4d1c3ae66a
Revert "Remove IContainer and move functions to the container system.… ( #19975 )
2023-09-10 21:46:36 +10:00
Leon Friedrich
b45e53603d
Remove IContainer and move functions to the container system. ( #19834 )
2023-09-10 12:16:37 +10:00
DrSmugleaf
09bce85f19
Fix actions not being usable, ordering, and containers ( #19964 )
2023-09-09 16:14:17 -07:00
DrSmugleaf
c71f97e3a2
Refactor actions to be entities with components ( #19900 )
2023-09-08 18:16:05 -07:00
deltanedas
7870d02254
stealth clothing ( #19397 )
...
Co-authored-by: deltanedas <@deltanedas:kde.org>
2023-08-30 12:34:58 +10:00
DrSmugleaf
a88e747a0b
Refactor serialization copying to use source generators ( #19412 )
2023-08-22 18:14:33 -07:00
Leon Friedrich
cabc834e84
Fix combat action prediction ( #19152 )
...
* Fix action predictions
* Add ActionsAddedTest
2023-08-14 23:06:45 -06:00
metalgearsloth
68480af109
Update content vectors to numerics ( #17759 )
2023-07-08 14:08:32 +10:00
metalgearsloth
90110183be
Fix a bunch of logger warnings ( #17691 )
2023-06-27 23:56:52 +10:00
Leon Friedrich
b20cc6f4d3
Misc state-handling changes ( #16444 )
2023-05-15 12:22:17 +10:00
metalgearsloth
9946cbd7fe
Predict wielding ( #16275 )
2023-05-10 10:01:23 +10:00
AJCM-git
d5b3585c09
Small tweak and cleanup of spells and actions ( #15943 )
2023-05-01 18:29:18 +10:00
Leon Friedrich
4e7cea96de
Remove speech & popups from actions ( #15747 )
2023-04-26 14:04:44 +10:00
Leon Friedrich
4fcd0fd5d4
Fix action icons not showing up ( #15746 )
2023-04-25 05:29:47 +10:00
Menshin
c1ef48cee9
Raise hand (un)equipped events on container insert/remove ( #15664 )
2023-04-24 05:38:52 +10:00
Visne
c6d3e4f3bd
Fix warnings and code cleanup/fixes ( #13570 )
2023-01-19 13:56:45 +11:00
Leon Friedrich
b33d1f003b
Add RGB staff ( #13125 )
2023-01-01 16:01:40 -08:00
Leon Friedrich
881a2b2ece
PopupSystem public methods rejig ( #12830 )
2022-12-19 08:41:47 +11:00
Rane
8d1773742e
World target action uses entity coordinates ( #12484 )
2022-12-06 15:03:20 -08:00
Leon Friedrich
6917b0fe17
Misc audio and related changes for replays ( #12578 )
2022-11-22 11:49:48 +11:00
Leon Friedrich
f12d4a13d6
Misc action fixes ( #12046 )
...
Co-authored-by: DrSmugleaf <DrSmugleaf@users.noreply.github.com >
2022-10-19 14:02:38 +02:00
metalgearsloth
600c0e3255
Fix a few warnings ( #11576 )
2022-10-04 14:24:19 +11:00
Leon Friedrich
2908cd994c
Content changes for session specific entity states ( #11235 )
2022-09-14 19:40:05 +10:00
wrexbe
b3f75f9ffe
More minor UI refactor changes ( #11213 )
2022-09-11 21:30:11 -07:00
wrexbe
c55a015b77
Small UI refactor pieces ( #11026 )
...
* ActionType rename Name to DisplayName
* Gameplay State rename+move
2022-09-04 17:21:14 -07:00
metalgearsloth
efe3429e0c
Don't copy null actions on the client ( #10324 )
2022-08-06 14:49:55 +10:00
Leon Friedrich
c7ad6b709e
Audio System Rejig ( #9635 )
2022-07-29 12:13:12 +10:00
Leon Friedrich
8df89bd055
Misc state handling changes ( #9265 )
...
* misc state handling changes
* ambient dirtying
2022-06-29 13:11:09 +10:00
keronshb
f7b1bda3e5
Reorders Sound Systems signatures to match Popup Systems. ( #8728 )
2022-06-13 09:45:47 +10:00
Pieter-Jan Briers
a323ba8223
Revert "Revert "Fix some friend access violations by allowing others access. ( #8594 ) ( #8703 )" (working this time) ( #8704 )
2022-06-07 15:26:28 +02:00
Pieter-Jan Briers
cecf87997b
Revert "Fix some friend access violations by allowing others access. ( #8594 ) ( #8703 )
2022-06-07 13:44:31 +02:00