index
:
roguerust
master
A little rogue-like game written in Rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2020-03-13
stuff
Guillaume Pasquet
2020-03-11
Decouple viewport
Guillaume Pasquet
2020-03-11
add viewport file
Guillaume Pasquet
2020-03-11
stuff
Guillaume Pasquet
2020-03-09
Handle opacity better, use roundish view radius
Guillaume Pasquet
2020-03-09
Fix LOS
Guillaume Pasquet
2020-03-09
Added unit tests for LOS
Guillaume Pasquet
2020-01-03
Change tests to not use #[should_panic] for travis
Guillaume Pasquet
2020-01-02
Add line of sight
Guillaume Pasquet
2019-11-24
Line of sight work
Guillaume Pasquet
2019-11-23
Fix level start
Guillaume Pasquet
2019-11-22
No more silly crashes
Guillaume Pasquet
2019-11-21
Fog of war! Inneficient and buggy but works
Guillaume Pasquet
2019-11-21
Merge branch 'master' of github.com:Etenil/roguerust
Guillaume Pasquet
2019-11-21
Remove unnecessary floating point calculations
Guillaume Pasquet
2019-11-20
add support to store tile state, for default hiding purposes
Iago Garrido
2019-11-20
More tests
Guillaume Pasquet
2019-11-20
Ensure room sanity
Guillaume Pasquet
2019-11-20
Go up and down the stairs!
Guillaume Pasquet
2019-11-19
print help in notification zone
Iago Garrido
2019-11-19
Let's set boundaries.
Guillaume Pasquet
2019-11-19
`get_` getters don't appear to be idiomatic rust
Guillaume Pasquet
2019-11-19
Ensure privacy is private
Guillaume Pasquet
2019-11-18
add initial ui logic
Iago Garrido
2019-11-18
Enable arrow key movement for noobs
Guillaume Pasquet
2019-11-18
Make corridors look better
Guillaume Pasquet
2019-11-18
Better looking, simpler corridors
Guillaume Pasquet
2019-11-18
Fix formatting
Guillaume Pasquet
2019-11-18
Restore cursor at end.
Guillaume Pasquet
2019-11-18
Convert from ncurses to crossterm
Guillaume Pasquet
2019-11-17
Started writing unit tests.
Guillaume Pasquet
2019-11-17
Clean up code with clippy
Guillaume Pasquet
2019-11-17
Rustfmt FTW
Guillaume Pasquet
2019-11-17
Dungeon generation improvements
Guillaume Pasquet
2019-11-13
Merge remote-tracking branch 'upstream/master'
Iago Garrido
2019-11-13
Move the player around!
Guillaume Pasquet
2019-11-13
Better entities
Guillaume Pasquet
2019-11-12
Place enemies
Guillaume Pasquet
2019-11-12
get player name from env
Iago Garrido
2019-11-12
Some refactor, better render loop
Guillaume Pasquet
2019-11-12
Merge remote-tracking branch 'upstream/master'
Iago Garrido
2019-11-12
Merge branch 'master' of github.com:Etenil/roguerust
Guillaume Pasquet
2019-11-12
Merge remote-tracking branch 'upstream/master'
Iago Garrido
2019-11-12
Rendering stuff
Luis Ferro
2019-11-12
Generate entities
Guillaume Pasquet
2019-11-12
May not work
Luis Ferro
2019-11-12
remove unnecesary explicit lifetime
Iago Garrido
2019-11-12
rename property to clarify
Iago Garrido
2019-11-12
merge
Luis Ferro
2019-11-12
Merge branch 'master' of https://github.com/Etenil/roguerust
Iago Garrido
[next]