Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Commits · master
rogue
Browse files
Apr 04, 2022
It's said to work on wangblows.
· 714c7a75
garg
authored
Apr 04, 2022
714c7a75
Apr 03, 2022
leave to do note about 'rogue_linux' target
· ee107f89
byllgrim
authored
Apr 03, 2022
ee107f89
include wangblows file in codeblocks
· 1a6cf9e8
byllgrim
authored
Apr 03, 2022
1a6cf9e8
try to write a '.pro' file
· 861fcb05
byllgrim
authored
Apr 03, 2022
861fcb05
create dummies for unused wangblows functions
· 98e59570
byllgrim
authored
Apr 03, 2022
98e59570
Merge branch 'master' of
https://gitlab.com/boygg/roguelike-ncurses
into codeblocks
· 7fabed13
byllgrim
authored
Apr 03, 2022
7fabed13
restore curses-specific functions
· 833711ff
byllgrim
authored
Apr 03, 2022
833711ff
move os-specific files to its own dir
· b698f135
byllgrim
authored
Apr 03, 2022
b698f135
forgot to include this source file in cbp
· 07b23868
byllgrim
authored
Apr 03, 2022
07b23868
.gitignore: .directory
· 812cbfc8
garg
authored
Apr 03, 2022
812cbfc8
make it crudely run on windows
· 5c7a7d59
byllgrim
authored
Apr 03, 2022
5c7a7d59
start codeblocks project
· f91d255f
byllgrim
authored
Apr 03, 2022
f91d255f
New maps each run with random roomsMerge branch 'byllgrim/roguelike-ncurses-mapgen'
· 21bde9d1
garg
authored
Apr 03, 2022
21bde9d1
write a super shitty line drawing function
· c937ce57
byllgrim
authored
Apr 03, 2022
c937ce57
let 'run' target depend on the executable
· 8c3517f9
byllgrim
authored
Apr 03, 2022
8c3517f9
remove redundant call to drawEverything()
· 36709a2b
byllgrim
authored
Apr 03, 2022
36709a2b
move static functions to top of file
· cff54896
byllgrim
authored
Apr 03, 2022
cff54896
generate several rooms
· e4f27441
byllgrim
authored
Apr 03, 2022
e4f27441
generate random rooms
· f2b55768
byllgrim
authored
Apr 03, 2022
f2b55768
Apr 02, 2022
Merge branch 'refactor_rectangles' into 'master'
· ad03d9fc
garg
authored
Apr 02, 2022
ad03d9fc
We mergin branches of branches
· 1cd15aaa
garg
authored
Apr 02, 2022
1cd15aaa
Mar 31, 2022
refactor into markWalkableRectangle()
· bf5bb19f
byllgrim
authored
Mar 31, 2022
bf5bb19f
Mar 30, 2022
Helped me great timem
· 2df1119b
garg
authored
Mar 30, 2022
2df1119b
fix out-of-bounds bug
· e97e1687
byllgrim
authored
Mar 30, 2022
e97e1687
I don't know what I'm doing help please
· 741a406a
garg
authored
Mar 30, 2022
741a406a
let 'make clean' ignore nonexistent files
· fd2b2495
byllgrim
authored
Mar 30, 2022
fd2b2495
add .gitignore to not track the executable
· 19a3df40
byllgrim
authored
Mar 30, 2022
19a3df40
let compile target depend on source files
· 6180e59d
byllgrim
authored
Mar 30, 2022
6180e59d
let compilation be the default make target
· f2872b9d
byllgrim
authored
Mar 30, 2022
f2872b9d
compile with warnings
· beeed8da
byllgrim
authored
Mar 30, 2022
beeed8da
here's the meat
· 6a4a4092
garg
authored
Mar 30, 2022
6a4a4092
Loading