.. |
ai
|
Complete section 5.24
|
2022-01-25 15:04:00 -05:00 |
components
|
Refactor confusion effect, and update gui to show confusion status
|
2022-01-24 10:58:37 -05:00 |
effects
|
Implement Slow and DamageOverTime effects
|
2022-01-25 14:02:40 -05:00 |
gui
|
Refactor confusion effect, and update gui to show confusion status
|
2022-01-24 10:58:37 -05:00 |
inventory_system
|
Implement system to use spells
|
2022-01-25 11:15:32 -05:00 |
map
|
Add docs
|
2022-01-21 15:55:13 -05:00 |
map_builders
|
Update random spawning, and create next dungeon level
|
2022-01-28 10:24:00 -05:00 |
raws
|
Update random spawning, and create next dungeon level
|
2022-01-28 10:24:00 -05:00 |
ai.rs
|
Add docs
|
2022-01-21 15:55:13 -05:00 |
camera.rs
|
Add docs
|
2022-01-21 15:55:13 -05:00 |
colors.rs
|
Add color to magic items
|
2022-01-19 09:40:21 -05:00 |
components.rs
|
Cut down on player entity generation boilerplate
|
2022-01-25 15:04:55 -05:00 |
damage_system.rs
|
Cleanup code now handled by effects module
|
2022-01-20 16:24:12 -05:00 |
effects.rs
|
Implement Slow and DamageOverTime effects
|
2022-01-25 14:02:40 -05:00 |
game_log.rs
|
Add docs
|
2022-01-21 15:55:13 -05:00 |
gamesystem.rs
|
Improve forest map generation
|
2022-01-04 15:34:07 -05:00 |
gui.rs
|
Setup parts of spell system
|
2022-01-25 09:58:30 -05:00 |
hunger_system.rs
|
Cleanup code now handled by effects module
|
2022-01-20 16:24:12 -05:00 |
inventory_system.rs
|
Implement system to use spells
|
2022-01-25 11:15:32 -05:00 |
lighting_system.rs
|
Make color usage consistent through the use of constants
|
2022-01-14 12:19:46 -05:00 |
main.rs
|
Complete section 5.24
|
2022-01-25 15:04:00 -05:00 |
map_builders.rs
|
Update random spawning, and create next dungeon level
|
2022-01-28 10:24:00 -05:00 |
map_indexing_system.rs
|
Complete Section 5.15
|
2022-01-12 11:12:59 -05:00 |
map.rs
|
Add docs
|
2022-01-21 15:55:13 -05:00 |
melee_combat_system.rs
|
add 'proc effects' to weapons
|
2022-01-25 14:25:11 -05:00 |
movement_system.rs
|
Complete section 5.19 by finishing town portal functionality
|
2022-01-18 11:43:36 -05:00 |
particle_system.rs
|
Use :: prefix on external crates
|
2021-12-24 10:38:44 -05:00 |
player.rs
|
Allow restoring of mana
|
2022-01-25 11:42:02 -05:00 |
random_table.rs
|
Update random spawning, and create next dungeon level
|
2022-01-28 10:24:00 -05:00 |
raws.rs
|
Setup parts of spell system
|
2022-01-25 09:58:30 -05:00 |
rect.rs
|
Add docs
|
2022-01-21 15:55:13 -05:00 |
rex_assets.rs
|
Use :: prefix on external crates
|
2021-12-24 10:38:44 -05:00 |
saveload_system.rs
|
Complete section 5.24
|
2022-01-25 15:04:00 -05:00 |
spatial.rs
|
Fix some lint issues
|
2022-01-19 14:48:10 -05:00 |
spawner.rs
|
Update random spawning, and create next dungeon level
|
2022-01-28 10:24:00 -05:00 |
state.rs
|
Update random spawning, and create next dungeon level
|
2022-01-28 10:24:00 -05:00 |
trigger_system.rs
|
Simplify ItemUseSystem and TriggerSystem by refactoring into piecs of the effect module
|
2022-01-20 15:57:22 -05:00 |
visibility_system.rs
|
Extract spatial indexing (tile contents, and if a tile is blocked) into its own module
|
2022-01-12 10:45:13 -05:00 |