veloren/voxygen/src
Samuel Keiffer 1e61a279cc Merge branch 'kaedr/pretty_printing_error_messages' into 'master'
Fixed obfuscation of error messages caused by previous MR (pretty printing error messages)

See merge request veloren/veloren!2935
2021-10-18 03:35:03 +00:00
..
audio Overhauled health component, making it a float to outer interfaces. 2021-09-09 00:10:17 -04:00
ecs Addressed MR 2824 comments 2021-09-10 15:20:14 -04:00
hud Merge branch 'MHK/auto_search_in_crafting_menu' into 'master' 2021-10-17 15:16:21 +00:00
menu Fixed redundant to_string() call. 2021-10-16 20:41:13 -04:00
mesh More block particles, changes ore vein colour 2021-08-28 14:53:30 +01:00
render Better ambiance slider 2021-10-16 15:12:07 +01:00
scene cavern sprites 2021-10-10 13:41:56 +01:00
session Merge branch 'jtriantafylos/background_fps' into 'master' 2021-10-10 15:33:38 +00:00
settings Better ambiance slider 2021-10-16 15:12:07 +01:00
ui Make sure ui draw commands are cleared if the renderer's resolution changes 2021-10-04 18:58:28 -04: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 hotkey to toggle Egui Debug 2021-08-06 22:58:36 +03:00
key_state.rs Primary input now activated from control actions. 2021-03-14 17:26:51 -04:00
lib.rs Add basic credits screen to the main menu with some example data loaded from a ron file 2021-09-29 21:06:52 -04:00
main.rs Improve the warning message when USERDATA_STRATEGY was not set during compilation and the binary was moved outside the workspace/crate that it was compiled from, show a warning when an invalid VELOREN_USERDATA_STRATEGY is used, and also actually make sure warnings from userdata selection are logged in voxygen (since the userdata folder needs to be selected to set up logging we have to rerun the selection after logging is set up so that any warnings will be logged). 2021-10-04 12:23:42 -04:00
profile.rs Revamp voxygen settings so that the config directory is externally specified, remove persistence of the selected logs folder, remove unused old meta.rs file from voxygen 2021-07-19 10:26:47 -04:00
run.rs Fixes #1350 - Allow players to cap the game FPS when unfocused 2021-10-10 15:33:31 +00:00
singleplayer.rs code cleanup 2021-08-11 09:42:29 +02:00
window.rs Merge branch 'jtriantafylos/background_fps' into 'master' 2021-10-10 15:33:38 +00:00