Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / sraaphorst/spelunker issues and pull requests

#100 - Add rvalue move constructors

Issue - State: closed - Opened by sraaphorst over 6 years ago - 2 comments

#99 - T70: Adding some Qt examples.

Pull Request - State: closed - Opened by sraaphorst over 6 years ago

#98 - T4: First attempt at a Travis config.

Pull Request - State: closed - Opened by sraaphorst over 6 years ago

#97 - T2: Removed rest of std::optional.

Pull Request - State: closed - Opened by sraaphorst over 6 years ago

#96 - T2: Added a number of test cases and serialization

Pull Request - State: closed - Opened by sraaphorst over 6 years ago

#95 - Switch to smart pointers.

Issue - State: closed - Opened by sraaphorst over 6 years ago - 1 comment
Labels: good first issue

#94 - Reversing a ThickMaze should eliminate its start / end positions

Issue - State: closed - Opened by sraaphorst over 6 years ago
Labels: bug, thickmaze

#93 - Symmetries need to also apply to start / end positions

Issue - State: open - Opened by sraaphorst over 6 years ago
Labels: bug

#92 - T2: Fixed Dimensions2D / IllegalDimensions bug.

Pull Request - State: closed - Opened by sraaphorst over 6 years ago

#91 - T4: Trying to add boost serialization and test cases.

Pull Request - State: closed - Opened by sraaphorst over 6 years ago

#90 - T2: More test cases and a ThickMazeGeneratorByHomomorphism class

Pull Request - State: closed - Opened by sraaphorst over 6 years ago

#89 - T2: Set up Catch2 test cases

Pull Request - State: closed - Opened by sraaphorst over 6 years ago

#88 - Replace diagrams

Issue - State: closed - Opened by sraaphorst over 6 years ago - 1 comment
Labels: documentation

#87 - T66: Major refactor and generalization

Pull Request - State: closed - Opened by sraaphorst over 6 years ago

#86 - Make GraphMaze a subclass of AbstractMaze

Issue - State: closed - Opened by sraaphorst over 6 years ago - 1 comment
Labels: graphmaze

#83 - T40: Maze canvases

Pull Request - State: closed - Opened by sraaphorst over 6 years ago

#82 - T81: Made some composable homomorphisms and types.

Pull Request - State: closed - Opened by sraaphorst over 6 years ago

#81 - Add a more thorough homomorphism hierarchy

Issue - State: open - Opened by sraaphorst over 6 years ago - 1 comment
Labels: optional, type classes

#79 - T77: Added identity homomorphism.

Pull Request - State: closed - Opened by sraaphorst over 6 years ago

#78 - Add homomorphism composition

Issue - State: closed - Opened by sraaphorst over 6 years ago - 1 comment
Labels: type classes

#77 - Add identity automorphisms

Issue - State: closed - Opened by sraaphorst over 6 years ago - 1 comment
Labels: type classes

#76 - T70: Adding examples of grid colouring algorithm.

Pull Request - State: closed - Opened by sraaphorst over 6 years ago

#75 - T70: Clarifying diagrams.

Pull Request - State: closed - Opened by sraaphorst over 6 years ago

#74 - T70: Replacing incorrect example diagram.

Pull Request - State: closed - Opened by sraaphorst over 6 years ago

#73 - T70: Trying to fix weird image issue.

Pull Request - State: closed - Opened by sraaphorst over 6 years ago

#72 - T70: Added better, bigger image of B2S123 example.

Pull Request - State: closed - Opened by sraaphorst over 6 years ago

#71 - T70: Added images to explain the GridColouring algorithm.

Pull Request - State: closed - Opened by sraaphorst over 6 years ago

#70 - Improve documentation

Issue - State: open - Opened by sraaphorst over 6 years ago - 1 comment
Labels: help wanted, good first issue, thickmaze, maze, type classes, math, graphmaze

#69 - Add some parameterized superclasses?

Issue - State: closed - Opened by sraaphorst over 6 years ago - 1 comment
Labels: thickmaze, maze, refactor, graphmaze

#67 - Implement DFS, BFS, Kruskal, and Prim for GraphMaze

Issue - State: open - Opened by sraaphorst over 6 years ago
Labels: enhancement, optional, graphmaze

#66 - Move some ranking / unranking functions and some initialization functions out of mazes / mazegenerators

Issue - State: closed - Opened by sraaphorst over 6 years ago - 2 comments
Labels: refactor, shared

#65 - CMake files still too repetitive

Issue - State: closed - Opened by sraaphorst over 6 years ago - 1 comment
Labels: build

#64 - T53: Make stop after room 0 the default for grid colouring mazes.

Pull Request - State: closed - Opened by sraaphorst over 6 years ago

#63 - Braiding grid colouring mazes

Issue - State: open - Opened by sraaphorst over 6 years ago
Labels: enhancement, thickmaze

#62 - Incorporate some Boost.Graph to simplify things / double check things

Issue - State: closed - Opened by sraaphorst over 6 years ago - 1 comment
Labels: enhancement, optional, type classes, graphmaze

#61 - Turn GridColouring into an iterable class

Issue - State: open - Opened by sraaphorst over 6 years ago
Labels: thickmaze, refactor

#59 - T53: Added width and height params to grid_colouring.

Pull Request - State: closed - Opened by sraaphorst over 6 years ago

#58 - Try to optimize GridColouringThickMazeGenerator

Issue - State: open - Opened by sraaphorst over 6 years ago
Labels: thickmaze

#57 - T54: Added storing of grid colour seeds to avoid repeats using Show.

Pull Request - State: closed - Opened by sraaphorst over 6 years ago

#56 - T53: Grid colouring algorithm complete.

Pull Request - State: closed - Opened by sraaphorst over 6 years ago

#55 - T54: Added GridColouring and fixed Boost issue.

Pull Request - State: closed - Opened by sraaphorst over 6 years ago

#54 - Implement grid colouring and partitioning rules to create aggregate wall structures

Issue - State: closed - Opened by sraaphorst over 6 years ago - 1 comment
Labels: enhancement, thickmaze

#53 - Add new algorithms for ThickMaze based on grid colourings.

Issue - State: closed - Opened by sraaphorst over 6 years ago - 1 comment
Labels: enhancement, thickmaze

#52 - T51: Changed all to pragma once.

Pull Request - State: closed - Opened by sraaphorst over 6 years ago

#51 - Change include guards to pragma once

Issue - State: closed - Opened by sraaphorst over 6 years ago

#50 - T5: Fixing CMakeLists.txt files

Pull Request - State: closed - Opened by sraaphorst over 6 years ago

#49 - T45: Fixed bug where wall cells could be considered dead ends.

Pull Request - State: closed - Opened by sraaphorst over 6 years ago

#48 - T45: Added functionality to braid thick mazes.

Pull Request - State: closed - Opened by sraaphorst over 6 years ago

#47 - T5: Major refactor of directory structure

Pull Request - State: closed - Opened by sraaphorst over 6 years ago

#46 - Fix `RNG` to use an instance instead of static methods

Issue - State: closed - Opened by sraaphorst over 6 years ago - 1 comment
Labels: enhancement, good first issue, refactor, math

#45 - Add support for braiding thick mazes

Issue - State: closed - Opened by sraaphorst over 6 years ago - 1 comment
Labels: enhancement, good first issue, thickmaze

#44 - Add support for braiding mazes

Issue - State: closed - Opened by sraaphorst over 6 years ago - 1 comment
Labels: enhancement, good first issue, maze

#43 - T23: Added B2S123 behaviour and made it default as it does well.

Pull Request - State: closed - Opened by sraaphorst over 6 years ago

#42 - T8: Fixed the recursive division algorithm and simplified.

Pull Request - State: closed - Opened by sraaphorst over 6 years ago

#41 - Add refinement to cellular automata to make them actual usable mazes

Issue - State: open - Opened by sraaphorst over 6 years ago - 2 comments
Labels: enhancement, thickmaze, optional

#40 - Create Qt interface

Issue - State: open - Opened by sraaphorst over 6 years ago
Labels: enhancement, UI

#38 - T21: Fixed a bug where cells with no walls were not being bisected.

Pull Request - State: closed - Opened by sraaphorst over 6 years ago

#37 - T21: Added support to turn mazes into unicursal mazes.

Pull Request - State: closed - Opened by sraaphorst over 6 years ago

#36 - Add code to generate unicursal thick mazes

Issue - State: open - Opened by sraaphorst over 6 years ago - 1 comment
Labels: enhancement, help wanted, thickmaze, optional

#35 - T18: Added growing tree maze generator.

Pull Request - State: closed - Opened by sraaphorst over 6 years ago

#34 - T19: Initial implementation of hunt-and-kill.

Pull Request - State: closed - Opened by sraaphorst over 6 years ago - 1 comment

#33 - T32: Added typeclasses for ThickMaze.

Pull Request - State: closed - Opened by sraaphorst over 6 years ago

#32 - Add the homomorphism type class

Issue - State: closed - Opened by sraaphorst over 6 years ago - 1 comment
Labels: enhancement, refactor, shared, type classes

#31 - Reorganize source directories according to namespace and configure cmake

Issue - State: closed - Opened by sraaphorst over 6 years ago - 1 comment
Labels: help wanted, optional, refactor

#30 - Add optional start and possible end positions to ThickMaze

Issue - State: closed - Opened by sraaphorst over 6 years ago - 2 comments
Labels: enhancement, thickmaze

#29 - Change top-level package to `spelunker`

Issue - State: closed - Opened by sraaphorst over 6 years ago - 1 comment
Labels: refactor

#28 - Extract shared attributes and exceptions

Issue - State: closed - Opened by sraaphorst over 6 years ago - 1 comment
Labels: refactor, shared

#27 - Add ThickMaze support

Issue - State: closed - Opened by sraaphorst over 6 years ago - 1 comment
Labels: enhancement, thickmaze

#26 - Add the reverse mapping from the subset of ThickMaze to Maze that can be achieved

Issue - State: open - Opened by sraaphorst over 6 years ago
Labels: thickmaze, maze, optional

#25 - Add the injective mapping from Maze to ThickMaze

Issue - State: closed - Opened by sraaphorst over 6 years ago - 1 comment
Labels: enhancement, thickmaze, maze

#24 - Implement maze solvers

Issue - State: open - Opened by sraaphorst over 6 years ago - 1 comment
Labels: enhancement, thickmaze, maze

#23 - Add cellular automata algorithms

Issue - State: closed - Opened by sraaphorst over 6 years ago - 2 comments
Labels: enhancement, thickmaze

#21 - Add code to generate unicursal mazes

Issue - State: closed - Opened by sraaphorst over 6 years ago - 1 comment
Labels: enhancement, maze

#20 - Look into genetic algorithms

Issue - State: closed - Opened by sraaphorst over 6 years ago - 1 comment

#19 - Add hunt-and-kill algorithm

Issue - State: closed - Opened by sraaphorst over 6 years ago - 1 comment
Labels: enhancement, maze

#18 - Add growing tree algorithm

Issue - State: closed - Opened by sraaphorst over 6 years ago - 1 comment
Labels: enhancement, maze

#17 - Add sidewinder algorithm

Issue - State: closed - Opened by sraaphorst over 6 years ago - 1 comment

#16 - Add statistics for mazes

Issue - State: open - Opened by sraaphorst over 6 years ago

#15 - Add serialization / deserialization support

Issue - State: open - Opened by sraaphorst over 6 years ago - 2 comments
Labels: enhancement, good first issue, thickmaze, maze

#14 - Add Wilson's algorithm

Issue - State: closed - Opened by sraaphorst over 6 years ago - 1 comment

#13 - Implement Eller maze generation algorithm

Issue - State: closed - Opened by sraaphorst over 6 years ago - 1 comment

#12 - Maze flips and rotations

Issue - State: closed - Opened by sraaphorst over 6 years ago - 1 comment

#11 - Modify the BinaryTreeMazeGenerator to use probabilities

Issue - State: closed - Opened by sraaphorst over 6 years ago - 1 comment

#10 - Add Aldous-Broder technique

Issue - State: closed - Opened by sraaphorst over 6 years ago - 1 comment

#9 - Add binary tree maze generator.

Issue - State: closed - Opened by sraaphorst over 6 years ago

#8 - Add the recursive division generator.

Issue - State: closed - Opened by sraaphorst over 6 years ago - 1 comment

#7 - Check and improve as necessary doxygen documentation

Issue - State: open - Opened by sraaphorst over 6 years ago
Labels: help wanted, good first issue

#6 - Add listeners / publishing

Issue - State: open - Opened by sraaphorst over 6 years ago
Labels: enhancement, thickmaze, maze

#5 - Improve cmake files

Issue - State: closed - Opened by sraaphorst over 6 years ago - 1 comment
Labels: help wanted

#4 - Configure Travis to build and run test cases.

Issue - State: closed - Opened by sraaphorst over 6 years ago - 1 comment
Labels: help wanted, good first issue

#3 - Implement Prim's algorithm

Issue - State: closed - Opened by sraaphorst over 6 years ago - 1 comment

#2 - Add test cases using Catch2

Issue - State: open - Opened by sraaphorst over 6 years ago - 1 comment

#1 - Implement proper C++ testing

Issue - State: closed - Opened by sraaphorst almost 7 years ago - 1 comment