1
0
Fork 0
mirror of https://github.com/doukutsu-rs/doukutsu-rs synced 2025-02-10 19:32:53 +00:00
doukutsu-rs/src
2020-12-25 23:39:41 +01:00
..
builtin make organya sound more like in original game 2020-12-25 23:37:57 +01:00
components refactor the npc system and fix a bunch of shitty bugs abusing unsafe in meanwhile 2020-12-25 23:39:41 +01:00
engine_constants refactor the npc system and fix a bunch of shitty bugs abusing unsafe in meanwhile 2020-12-25 23:39:41 +01:00
input Touch controls, Android support 2020-12-20 21:57:17 +01:00
menu refactor the npc system and fix a bunch of shitty bugs abusing unsafe in meanwhile 2020-12-25 23:39:41 +01:00
npc refactor the npc system and fix a bunch of shitty bugs abusing unsafe in meanwhile 2020-12-25 23:39:41 +01:00
player refactor the npc system and fix a bunch of shitty bugs abusing unsafe in meanwhile 2020-12-25 23:39:41 +01:00
render implement bmfont rendering 2020-08-29 08:59:46 +02:00
scene refactor the npc system and fix a bunch of shitty bugs abusing unsafe in meanwhile 2020-12-25 23:39:41 +01:00
sound make organya sound more like in original game 2020-12-25 23:37:57 +01:00
bmfont.rs out-of-tree ggez and huge performance improvements 2020-11-05 00:25:18 +01:00
bmfont_renderer.rs refactor the npc system and fix a bunch of shitty bugs abusing unsafe in meanwhile 2020-12-25 23:39:41 +01:00
builtin_fs.rs refactor the npc system and fix a bunch of shitty bugs abusing unsafe in meanwhile 2020-12-25 23:39:41 +01:00
bullet.rs refactor the npc system and fix a bunch of shitty bugs abusing unsafe in meanwhile 2020-12-25 23:39:41 +01:00
caret.rs refactor the npc system and fix a bunch of shitty bugs abusing unsafe in meanwhile 2020-12-25 23:39:41 +01:00
common.rs refactor the npc system and fix a bunch of shitty bugs abusing unsafe in meanwhile 2020-12-25 23:39:41 +01:00
difficulty_modifier.rs debugger ui improvements 2020-11-25 00:08:27 +01:00
encoding.rs shift-jis encoding support 2020-09-13 05:30:56 +02:00
entity.rs out-of-tree ggez and huge performance improvements 2020-11-05 00:25:18 +01:00
frame.rs refactor the npc system and fix a bunch of shitty bugs abusing unsafe in meanwhile 2020-12-25 23:39:41 +01:00
inventory.rs get_weapon_type_mut -> get_weapon_by_type_mut 2020-12-19 17:30:27 +01:00
lib.rs refactor the npc system and fix a bunch of shitty bugs abusing unsafe in meanwhile 2020-12-25 23:39:41 +01:00
live_debugger.rs refactor the npc system and fix a bunch of shitty bugs abusing unsafe in meanwhile 2020-12-25 23:39:41 +01:00
macros.rs make texture size table case insensitive 2020-09-11 14:58:50 +02:00
main.rs Disable console on Windows release builds 2020-12-07 00:47:26 +01:00
map.rs refactor the npc system and fix a bunch of shitty bugs abusing unsafe in meanwhile 2020-12-25 23:39:41 +01:00
physics.rs refactor the npc system and fix a bunch of shitty bugs abusing unsafe in meanwhile 2020-12-25 23:39:41 +01:00
profile.rs refactor the npc system and fix a bunch of shitty bugs abusing unsafe in meanwhile 2020-12-25 23:39:41 +01:00
rng.rs refactor the npc system and fix a bunch of shitty bugs abusing unsafe in meanwhile 2020-12-25 23:39:41 +01:00
settings.rs Touch controls, Android support 2020-12-20 21:57:17 +01:00
shaders.rs Touch controls, Android support 2020-12-20 21:57:17 +01:00
shared_game_state.rs refactor the npc system and fix a bunch of shitty bugs abusing unsafe in meanwhile 2020-12-25 23:39:41 +01:00
stage.rs NPC/Camera/lighting fixes 2020-11-27 19:19:12 +01:00
text_script.rs refactor the npc system and fix a bunch of shitty bugs abusing unsafe in meanwhile 2020-12-25 23:39:41 +01:00
texture_set.rs refactor the npc system and fix a bunch of shitty bugs abusing unsafe in meanwhile 2020-12-25 23:39:41 +01:00
ui.rs refactor the npc system and fix a bunch of shitty bugs abusing unsafe in meanwhile 2020-12-25 23:39:41 +01:00
weapon.rs make bullets aware of player who shot them 2020-12-05 22:24:38 +01:00