index
:
mazerator
master
A maze generator written in c++
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-02-18
refactor: improve options of all kinds
HEAD
master
HampusM
2022-02-18
refactor: use string_view & improve argument parsing
HampusM
2022-02-16
refactor: add compiler warnings
HampusM
2022-02-16
refactor: delete vector2 copy
HampusM
2022-02-16
refactor: create app class & simplify app options
HampusM
2022-02-15
refactor: improve project design
HampusM
2022-02-13
style: fix curly positions & delete unused include
HampusM
2022-02-13
refactor: add random number generation abstraction
HampusM
2022-02-13
refactor: move some components to a engine dir
HampusM
2022-02-13
style: delete extra eof empty lines
HampusM
2022-02-13
refactor: fix conversion warning
HampusM
2022-01-24
refactor: use #pragma once
HampusM
2022-01-24
refactor: fix compiler warnings
HampusM
2022-01-24
build: add compile & linker options
HampusM
2022-01-10
docs: fix readme
HampusM
2022-01-10
refactor: remove usage of the fmt lib & clean up
HampusM
2022-01-09
refactor: rewrite to c++
HampusM
2022-01-07
Revert "build: use Makefile instead of Cmake"
HampusM
2022-01-07
refactor: add explicit int types
HampusM
2022-01-07
build: use Makefile instead of Cmake
HampusM
2022-01-07
style: fix minor code formatting issues
HampusM
2022-01-07
fix: add missing includes
HampusM
2022-01-05
refactor: delete unused utility function
Hampus
2022-01-05
fix: add better number handling
Hampus
2022-01-05
feat: implement random start position
Hampus
2022-01-05
refactor: improve even more
Hampus
2022-01-01
refactor: fix memory leaks & general improvements
HampusM
2022-01-01
style: add clang format column limit
HampusM
2021-12-31
style: fix formatting
HampusM
2021-12-18
docs: fix usage in readme
Hampus
2021-12-18
refactor: clarify maze and stack logic
Hampus
2021-12-14
docs: fix short wall option name in help
Hampus
2021-12-14
build: improve CMakeLists
Hampus
2021-12-14
build: use cmake
Hampus
2021-12-14
refactor: restructure project
Hampus
2021-12-13
refactor: clean code
HampusM
2021-12-13
refactor: improve option validation
HampusM
2021-12-13
build: add makefile debug target & cflags
HampusM
2021-12-13
feat: add start coordinate options
HampusM
2021-12-13
refactor: clean up
HampusM
2021-12-11
refactor: fix formatting & move stack
HampusM
2021-12-11
build: add srcs variable in makefile
HampusM
2021-12-11
fix: add gitignore
HampusM
2021-12-11
refactor: improve width & height argument parsing
Hampus
2021-12-11
docs: add readme
Hampus
2021-12-11
fix: add indentation & optimize stack functions
Hampus
2021-12-11
add mazerator
hampus
2021-12-11
Initial commit
HampusM