veloren/voxygen/src
Socksonme f6189a61f2 Address review - addendum
- `BlockFloater`s and `ComboFloater`s don't store the owner anymore,
  `ExpFloater` still does, however the field is used to prevent
  accumulating old floaters with new ones. This change also makes it so
  that if the client changes entity, they keep the old entity's
  floaters.
- The `combo_floaters` field is now `combo_floater` plus it now uses an
  Option<ExpFloater>.
- Changed `handle_health_change` to change the health even if the entity
  does not have a `Pos` or `Uid`, now uses `emit_now`combo_floater` plus
  it now uses an Option<ExpFloater>.
- Changed `handle_health_change` to change the health even if the entity
  does not have a `Pos` or `Uid`, now uses `emit_now`
- Changed some comments
2022-06-29 17:31:58 +03:00
..
audio Address review 2022-06-29 17:31:58 +03:00
ecs Address review 2022-06-29 17:31:58 +03:00
hud Address review - addendum 2022-06-29 17:31:58 +03:00
menu Change animal species to have only one inventory slot 2022-05-29 23:53:00 +00:00
mesh Decrease too-many-arguments-threshold and type-complexity-threshold. 2022-01-30 20:16:21 +01:00
render Add experimental shader option to visualize shadow map texels 2022-06-05 16:35:12 -04:00
scene Address review 2022-06-29 17:31:58 +03:00
session Address review 2022-06-29 17:31:58 +03:00
settings Address review 2022-06-29 17:31:58 +03:00
ui Code changes and msm 2022-05-30 20:25:31 -04:00
cmd.rs fix 2022-06-18 15:25:55 +02:00
controller.rs change gamepad mapping 2021-09-30 18:48:42 +00:00
credits.rs Add documentation to credits.ron and fill in fonts entries with actual data, add additional entries to Art credits for documenting information relevant to satifying attribution requirements for some licenses, add/rename license files for fonts, center credits text on the credits screen, added asset_path field to associate art credits with the actual asset files and wrote a unit test to ensure that these paths are valid. 2021-09-30 02:35:59 -04:00
error.rs get rid of insecure dependency completly 2020-12-11 16:13:57 +01:00
game_input.rs Add waypoint binding customization code 2022-01-21 18:05:41 +00:00
key_state.rs Primary input now activated from control actions. 2021-03-14 17:26:51 -04:00
lib.rs Add a client-side mutelist 2022-06-14 20:35:01 +00:00
main.rs Update tracy 2022-05-26 00:04:03 -04:00
profile.rs Add a client-side mutelist 2022-06-14 20:35:01 +00:00
run.rs Fixed title screen FPS cap not being applied correctly when background FPS is set to unlimited 2022-06-19 14:04:36 +01:00
singleplayer.rs code cleanup 2021-08-11 09:42:29 +02:00
window.rs Better naming for shortened key functions 2022-06-26 21:59:36 +03:00