.. |
settings_window
|
configurable walking speed
|
2023-12-07 20:08:02 +01:00 |
animation.rs
|
Create 'animation' file
|
2021-08-02 13:27:33 +02:00 |
bag.rs
|
fix clippy issues, WITHOUT clippy::needless_pass_by_ref_mut as we are still unsure how to proceed with it. we want to keep the &mut ref where we are actually writing. maybe we need another method support
|
2023-10-05 23:23:27 +02:00 |
buffs.rs
|
Stances can now be left by interacting with the buff bar.
|
2023-03-21 20:03:22 -04:00 |
buttons.rs
|
Bag icon improvement
|
2022-12-23 15:22:13 +00:00 |
change_notification.rs
|
Allow locking camera zoom
|
2023-03-05 11:30:27 -05:00 |
chat.rs
|
more clippy fixes in all binaries
|
2023-10-06 09:12:31 +02:00 |
crafting.rs
|
cargo fmt after updating new toolchain
|
2023-10-06 09:13:01 +02:00 |
diary.rs
|
crit_power -> precise_power
|
2023-11-14 18:07:01 -05:00 |
esc_menu.rs
|
second cleaning pass after removing i18n.get
|
2022-08-23 13:14:29 +02:00 |
group.rs
|
Some random changes and a fmt
|
2023-06-04 12:58:16 -04:00 |
hotbar.rs
|
Update Rust toolchain.
|
2022-09-08 15:43:53 -07:00 |
img_ids.rs
|
Phoenix overhaul
|
2023-11-28 11:13:18 +00:00 |
item_imgs.rs
|
Support recipes and item images from plugins
|
2023-10-25 00:05:35 +02:00 |
loot_scroller.rs
|
fixed a bug where if a group member picks up an item, then the player picks up an item, it would display the incorrect number of items picked up. example: group member picks up an apple, then player picks up an apple, the ui would display that the player picked up two apples, instead of the group member picking up one and the player picking up one
|
2023-04-06 13:43:11 -05:00 |
map.rs
|
Dungeon rework initial patch
|
2023-07-09 20:03:09 +00:00 |
minimap.rs
|
Dungeon rework initial patch
|
2023-07-09 20:03:09 +00:00 |
mod.rs
|
don't show red text when walking
|
2023-12-07 20:08:03 +01:00 |
overhead.rs
|
Dungeon rework initial patch
|
2023-07-09 20:03:09 +00:00 |
overitem.rs
|
Improvements and fixes for interacting/collecting
|
2023-03-11 21:17:27 -05:00 |
popup.rs
|
finished first pass removing i18n.get
|
2022-08-23 11:17:21 +02:00 |
prompt_dialog.rs
|
Tweaks to prompt dialog.
|
2022-01-03 19:55:06 -05:00 |
quest.rs
|
fix clippy issues, WITHOUT clippy::needless_pass_by_ref_mut as we are still unsure how to proceed with it. we want to keep the &mut ref where we are actually writing. maybe we need another method support
|
2023-10-05 23:23:27 +02:00 |
skillbar.rs
|
Addressed review comments
|
2023-07-29 19:04:11 -04:00 |
slots.rs
|
Addressed review comments
|
2023-07-29 19:04:11 -04:00 |
social.rs
|
second cleaning pass after removing i18n.get
|
2022-08-23 13:14:29 +02:00 |
subtitles.rs
|
combine into one filter_map
|
2023-05-03 16:29:56 +02:00 |
trade.rs
|
Added additional confirmation when trading for nothing.
|
2023-06-26 10:39:30 -04:00 |
util.rs
|
Phoenix overhaul
|
2023-11-28 11:13:18 +00:00 |