stevenarella/src
terrarier2111 44fd1f933c
screen: fixed a focusing bug in the settings (#565)
The game was previously focused after clicking the done button in the individual settings, which would cause the game to be focused while still in the main settings menu.
2021-07-31 18:56:06 -07:00
..
console protocol, console, server: receive chat messages (#479) 2021-01-24 17:41:16 -08:00
ecs Fix clippy::uninit_assumed_init, use MaybeUninit<T> 2021-06-18 19:32:26 -07:00
entity entity/systems: fixed typo in comment (#566) 2021-07-18 09:12:42 -07:00
gl Fix clippy::mem_replace_with_default, use std::mem::take 2021-06-18 19:32:26 -07:00
model Fix clippy::mem_replace_with_default, use std::mem::take 2021-06-18 19:32:26 -07:00
render chunk_builder: single-threaded on wasm (#458) 2021-01-07 17:26:58 -08:00
screen screen: fixed a focusing bug in the settings (#565) 2021-07-31 18:56:06 -07:00
server Fix clippy::manual_flatten, use flatten() 2021-06-18 19:32:26 -07:00
ui ui: fix backspace on Windows, closes #481 (#482) 2021-01-17 18:32:13 -08:00
world Fix clippy::branches_sharing_code in chunk loading 2021-06-18 19:32:26 -07:00
auth.rs Update to use crate:: for current crate, for Rust 2018 edition 2018-11-04 12:06:00 -08:00
chunk_builder.rs chunk_builder: single-threaded on wasm (#458) 2021-01-07 17:26:58 -08:00
main.rs Fix clippy::collapsible_match, collapse it 2021-06-18 19:32:26 -07:00
resources.rs Use more descriptive name to fix blacklisted_name 'bar' (as in foobar) 2020-07-02 17:17:51 -07:00
settings.rs settings: remove outdated comment (#564) 2021-07-18 09:09:00 -07:00