-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pacman demo #63
Pacman demo #63
Commits on Apr 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6e6222e - Browse repository at this point
Copy the full SHA 6e6222eView commit details
Commits on May 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b6138ea - Browse repository at this point
Copy the full SHA b6138eaView commit details
Commits on May 14, 2024
-
Update EnTT-Pacman submodule to clean 0a1ce67:
> Split headers from source files for a clean install
Configuration menu - View commit details
-
Copy full SHA for f861fb5 - Browse repository at this point
Copy the full SHA f861fb5View commit details
Commits on May 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8fe71d7 - Browse repository at this point
Copy the full SHA 8fe71d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2432031 - Browse repository at this point
Copy the full SHA 2432031View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75a3703 - Browse repository at this point
Copy the full SHA 75a3703View commit details -
WIP: Copy main routine from EnTT and pass dummy command
This uses the submodule version of EnTT instead of the installed version as a workaround since the installed version gave me compile errors.
Configuration menu - View commit details
-
Copy full SHA for 453a297 - Browse repository at this point
Copy the full SHA 453a297View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a9d6f8 - Browse repository at this point
Copy the full SHA 3a9d6f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a755b9 - Browse repository at this point
Copy the full SHA 1a755b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb9078d - Browse repository at this point
Copy the full SHA cb9078dView commit details -
Environment model now stores maze
Update positions in separate function and move to cpp
Configuration menu - View commit details
-
Copy full SHA for 8e8d434 - Browse repository at this point
Copy the full SHA 8e8d434View commit details -
Implement first draft of runAwayFromGhostBehavior and corresponding u…
…nit test Remove unnecessary class member
Configuration menu - View commit details
-
Copy full SHA for 0f59a3c - Browse repository at this point
Copy the full SHA 0f59a3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 16fff70 - Browse repository at this point
Copy the full SHA 16fff70View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ed8459 - Browse repository at this point
Copy the full SHA 5ed8459View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2cd6c7 - Browse repository at this point
Copy the full SHA f2cd6c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17c7564 - Browse repository at this point
Copy the full SHA 17c7564View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03a2616 - Browse repository at this point
Copy the full SHA 03a2616View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb290ac - Browse repository at this point
Copy the full SHA fb290acView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac341ab - Browse repository at this point
Copy the full SHA ac341abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 98bea39 - Browse repository at this point
Copy the full SHA 98bea39View commit details -
Configuration menu - View commit details
-
Copy full SHA for a90ebd6 - Browse repository at this point
Copy the full SHA a90ebd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33d6efc - Browse repository at this point
Copy the full SHA 33d6efcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 85a7ec2 - Browse repository at this point
Copy the full SHA 85a7ec2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0997172 - Browse repository at this point
Copy the full SHA 0997172View commit details -
Configuration menu - View commit details
-
Copy full SHA for aff5a16 - Browse repository at this point
Copy the full SHA aff5a16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a0bd1e - Browse repository at this point
Copy the full SHA 5a0bd1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 99ad3b9 - Browse repository at this point
Copy the full SHA 99ad3b9View commit details -
Refactor main.cpp to keep focus on the good stuff.
Implement a wrapper class for the pacman game that handles all the SDL stuff, the game loop etc. This simplifies the main.cpp by quite a bit and allows to see whats actually important.
Configuration menu - View commit details
-
Copy full SHA for 8fac205 - Browse repository at this point
Copy the full SHA 8fac205View commit details
Commits on Jun 4, 2024
-
Co-authored-by: Piotr Spieker <[email protected]> - Remove MRT leftovers - Remove unnecesseary doxygen string - Do not track isActive in runAwayFromGhostBehavior - Undo feedback commit: Position operator+ cannot return a reference - Rename PacmanArbitrator to PacmanAgent - Rename Direction::NONE to Direction::LAST - Consider the tunnel when computen the distance in A* - Replace global variable possibleMoves by static function - Fix tests where aStar was not properly initialized - Remove mounting of /dev/dri - Fix some includes
Configuration menu - View commit details
-
Copy full SHA for aeb5776 - Browse repository at this point
Copy the full SHA aeb5776View commit details -
Replace closestGhost{Distance,Position} by closestGhost and cache res…
…ults - Function returns both the distance and the position to remove unecessary recompute - Cache closestGhost computation using util_caching
Configuration menu - View commit details
-
Copy full SHA for 9707235 - Browse repository at this point
Copy the full SHA 9707235View commit details -
- We only initialize once since the mazeState can be considered static for the distance caluclation. We pass a pointer to that state to the MazeAdapter which initializes and stores cells for the A* on the fly as required. - Fix const correctness of envModel construction/update.
Configuration menu - View commit details
-
Copy full SHA for f1cfcad - Browse repository at this point
Copy the full SHA f1cfcadView commit details -
Add NO_PATH_FOUND constant to communicate the result more clearly
Configuration menu - View commit details
-
Copy full SHA for 04ff357 - Browse repository at this point
Copy the full SHA 04ff357View commit details -
Configuration menu - View commit details
-
Copy full SHA for 203cff1 - Browse repository at this point
Copy the full SHA 203cff1View commit details -
Merge pull request #9 from KIT-MRT/entt_interface
Implement EnTT Interface and add first behaviors
Configuration menu - View commit details
-
Copy full SHA for cb8309f - Browse repository at this point
Copy the full SHA cb8309fView commit details
Commits on Jun 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ad90ffb - Browse repository at this point
Copy the full SHA ad90ffbView commit details -
Configuration menu - View commit details
-
Copy full SHA for a4bf8db - Browse repository at this point
Copy the full SHA a4bf8dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for df3bdd6 - Browse repository at this point
Copy the full SHA df3bdd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad52b47 - Browse repository at this point
Copy the full SHA ad52b47View commit details
Commits on Jun 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0309c99 - Browse repository at this point
Copy the full SHA 0309c99View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65b4bb9 - Browse repository at this point
Copy the full SHA 65b4bb9View commit details
Commits on Jun 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bb1d4cd - Browse repository at this point
Copy the full SHA bb1d4cdView commit details -
Merge pull request #15 from KIT-MRT/add_pause_by_keypress
Add pause and quit key bindings
Configuration menu - View commit details
-
Copy full SHA for 0f6f455 - Browse repository at this point
Copy the full SHA 0f6f455View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99ae8dd - Browse repository at this point
Copy the full SHA 99ae8ddView commit details -
Measuring process time instead of system time is the right thing to do here.
Configuration menu - View commit details
-
Copy full SHA for a516ed7 - Browse repository at this point
Copy the full SHA a516ed7View commit details -
Generalize tunnels using generically wrapped position
As suggested by @orzechow we can account for the tunnel more generically and concisely using the modulus operator. Since the builtin % operator may return negative values, another modulus implementation was added.
Configuration menu - View commit details
-
Copy full SHA for 7137324 - Browse repository at this point
Copy the full SHA 7137324View commit details -
Configuration menu - View commit details
-
Copy full SHA for 812eef1 - Browse repository at this point
Copy the full SHA 812eef1View commit details
Commits on Jul 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2b71c2b - Browse repository at this point
Copy the full SHA 2b71c2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for fcc910b - Browse repository at this point
Copy the full SHA fcc910bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e8e3a3a - Browse repository at this point
Copy the full SHA e8e3a3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a5caef6 - Browse repository at this point
Copy the full SHA a5caef6View commit details
Commits on Jul 3, 2024
-
This is meant to replace the position store and contains more data such as the ghost modes.
Configuration menu - View commit details
-
Copy full SHA for 6754661 - Browse repository at this point
Copy the full SHA 6754661View commit details -
Configuration menu - View commit details
-
Copy full SHA for 755f324 - Browse repository at this point
Copy the full SHA 755f324View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd8b329 - Browse repository at this point
Copy the full SHA bd8b329View commit details -
Configuration menu - View commit details
-
Copy full SHA for e11162f - Browse repository at this point
Copy the full SHA e11162fView commit details -
Compute distance to closest scared ghost and set invoc condition for …
…chase ghost behavior
Configuration menu - View commit details
-
Copy full SHA for 135cb0b - Browse repository at this point
Copy the full SHA 135cb0bView commit details -
Return ghost (not just position) from distance calculations. Consider…
… leftover scared time in chase ghost behavior.
Configuration menu - View commit details
-
Copy full SHA for 7128072 - Browse repository at this point
Copy the full SHA 7128072View commit details -
Test driven development (once I move this commit in an interactive re…
…base) (just kidding)
Configuration menu - View commit details
-
Copy full SHA for bc65aff - Browse repository at this point
Copy the full SHA bc65affView commit details
Commits on Jul 9, 2024
-
Apply suggestions from code review
Co-authored-by: Piotr Spieker <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 28cb32a - Browse repository at this point
Copy the full SHA 28cb32aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f58d801 - Browse repository at this point
Copy the full SHA f58d801View commit details -
Configuration menu - View commit details
-
Copy full SHA for f81066f - Browse repository at this point
Copy the full SHA f81066fView commit details -
Fix astar crash caused by virtual tunnel position
This fix wraps an entities position before executing A*. If an entity is in the virtual position outside the maze inside the tunnel, the position is replaced by one side of the tunnel. This will cause an error in the distance calculation by 1 but is an easy fix for what would otherwise be an error.
Configuration menu - View commit details
-
Copy full SHA for 38bb0f8 - Browse repository at this point
Copy the full SHA 38bb0f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for de20640 - Browse repository at this point
Copy the full SHA de20640View commit details -
Merge pull request #18 from KIT-MRT/fix_astar_virtual_position
Fix astar virtual position
Configuration menu - View commit details
-
Copy full SHA for 9044207 - Browse repository at this point
Copy the full SHA 9044207View commit details -
Merge pull request #16 from KIT-MRT/chase_ghost_behavior
Chase ghost behavior
Configuration menu - View commit details
-
Copy full SHA for ec998ec - Browse repository at this point
Copy the full SHA ec998ecView commit details
Commits on Jul 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for baced16 - Browse repository at this point
Copy the full SHA baced16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 153608d - Browse repository at this point
Copy the full SHA 153608dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 15ac9ad - Browse repository at this point
Copy the full SHA 15ac9adView commit details -
Configuration menu - View commit details
-
Copy full SHA for d4d2066 - Browse repository at this point
Copy the full SHA d4d2066View commit details
Commits on Jul 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8ed4c95 - Browse repository at this point
Copy the full SHA 8ed4c95View commit details -
Configuration menu - View commit details
-
Copy full SHA for adff121 - Browse repository at this point
Copy the full SHA adff121View commit details -
Configuration menu - View commit details
-
Copy full SHA for e350212 - Browse repository at this point
Copy the full SHA e350212View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04ba976 - Browse repository at this point
Copy the full SHA 04ba976View commit details -
Configuration menu - View commit details
-
Copy full SHA for c835f8f - Browse repository at this point
Copy the full SHA c835f8fView commit details
Commits on Jul 22, 2024
-
Apply suggestions from code review
Co-authored-by: Piotr Spieker <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ca588e2 - Browse repository at this point
Copy the full SHA ca588e2View commit details -
Merge pull request #19 from KIT-MRT/random_walk_behavior
Random walk behavior
Configuration menu - View commit details
-
Copy full SHA for fd866db - Browse repository at this point
Copy the full SHA fd866dbView commit details -
Apply suggestions from code review
Co-authored-by: Piotr Spieker <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5caaee8 - Browse repository at this point
Copy the full SHA 5caaee8View commit details -
Merge pull request #30 from KIT-MRT/add_path_interface
Add path interface
Configuration menu - View commit details
-
Copy full SHA for ffc1486 - Browse repository at this point
Copy the full SHA ffc1486View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3592d22 - Browse repository at this point
Copy the full SHA 3592d22View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f605fe - Browse repository at this point
Copy the full SHA 6f605feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7dd6d4c - Browse repository at this point
Copy the full SHA 7dd6d4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e380d99 - Browse repository at this point
Copy the full SHA e380d99View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e2a8e2 - Browse repository at this point
Copy the full SHA 0e2a8e2View commit details
Commits on Aug 1, 2024
-
Merge pull request #32 from KIT-MRT/stay_in_place_behavior
Replace DoNothing with StayInPlace. Closes #29
Configuration menu - View commit details
-
Copy full SHA for 9e540ca - Browse repository at this point
Copy the full SHA 9e540caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 268b2c8 - Browse repository at this point
Copy the full SHA 268b2c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c5bb71 - Browse repository at this point
Copy the full SHA 2c5bb71View commit details -
The const implicitely removed the default move assignment operator which broke the build of the unit tests.
Configuration menu - View commit details
-
Copy full SHA for 286b418 - Browse repository at this point
Copy the full SHA 286b418View commit details -
Merge pull request #34 from KIT-MRT/rename_avoid_ghost_behavior
Rename RunAwayFromGhost to AvoidGhost. Closes #31.
Configuration menu - View commit details
-
Copy full SHA for 5bfdb56 - Browse repository at this point
Copy the full SHA 5bfdb56View commit details
Commits on Sep 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8c8c41f - Browse repository at this point
Copy the full SHA 8c8c41fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 67274d2 - Browse repository at this point
Copy the full SHA 67274d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 431ae46 - Browse repository at this point
Copy the full SHA 431ae46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e7d138 - Browse repository at this point
Copy the full SHA 1e7d138View commit details -
Astar needs to know about current dot positions Also, remove unused leftover function.
Configuration menu - View commit details
-
Copy full SHA for a8296cd - Browse repository at this point
Copy the full SHA a8296cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 22de078 - Browse repository at this point
Copy the full SHA 22de078View commit details -
Configuration menu - View commit details
-
Copy full SHA for e79f071 - Browse repository at this point
Copy the full SHA e79f071View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cdd067 - Browse repository at this point
Copy the full SHA 2cdd067View commit details -
Configuration menu - View commit details
-
Copy full SHA for d649a28 - Browse repository at this point
Copy the full SHA d649a28View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60d9e04 - Browse repository at this point
Copy the full SHA 60d9e04View commit details -
Apply suggestions from code review
Co-authored-by: Piotr Spieker <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e7ec811 - Browse repository at this point
Copy the full SHA e7ec811View commit details -
Configuration menu - View commit details
-
Copy full SHA for e43d8a2 - Browse repository at this point
Copy the full SHA e43d8a2View commit details -
Merge pull request #35 from KIT-MRT/eat_closest_dot_behavior
Eat closest dot behavior Closes #25
Configuration menu - View commit details
-
Copy full SHA for 980303a - Browse repository at this point
Copy the full SHA 980303aView commit details
Commits on Oct 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0cdc8fa - Browse repository at this point
Copy the full SHA 0cdc8faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fb7348 - Browse repository at this point
Copy the full SHA 1fb7348View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64e7719 - Browse repository at this point
Copy the full SHA 64e7719View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea75033 - Browse repository at this point
Copy the full SHA ea75033View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0fd77d - Browse repository at this point
Copy the full SHA c0fd77dView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf3ced5 - Browse repository at this point
Copy the full SHA bf3ced5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 529685b - Browse repository at this point
Copy the full SHA 529685bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e89d74 - Browse repository at this point
Copy the full SHA 3e89d74View commit details -
Configuration menu - View commit details
-
Copy full SHA for 529558d - Browse repository at this point
Copy the full SHA 529558dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4876ea5 - Browse repository at this point
Copy the full SHA 4876ea5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46536c2 - Browse repository at this point
Copy the full SHA 46536c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce90279 - Browse repository at this point
Copy the full SHA ce90279View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52966c2 - Browse repository at this point
Copy the full SHA 52966c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for f199a48 - Browse repository at this point
Copy the full SHA f199a48View commit details -
Configuration menu - View commit details
-
Copy full SHA for b91d969 - Browse repository at this point
Copy the full SHA b91d969View commit details -
Rename clusterFinder to dotClusterFinder
Configuration menu - View commit details
-
Copy full SHA for 704d91b - Browse repository at this point
Copy the full SHA 704d91bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 063ae1e - Browse repository at this point
Copy the full SHA 063ae1eView commit details
Commits on Oct 7, 2024
-
Apply suggestions from code review
Co-authored-by: Piotr Spieker <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 88d2e45 - Browse repository at this point
Copy the full SHA 88d2e45View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a6118b - Browse repository at this point
Copy the full SHA 5a6118bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0da94db - Browse repository at this point
Copy the full SHA 0da94dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for c783b60 - Browse repository at this point
Copy the full SHA c783b60View commit details -
Merge pull request #36 from KIT-MRT/change_dot_cluster_behavior
Add change dot cluster behavior
Configuration menu - View commit details
-
Copy full SHA for bcf1f2d - Browse repository at this point
Copy the full SHA bcf1f2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1409deb - Browse repository at this point
Copy the full SHA 1409debView commit details -
Configuration menu - View commit details
-
Copy full SHA for f4c371b - Browse repository at this point
Copy the full SHA f4c371bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec33e97 - Browse repository at this point
Copy the full SHA ec33e97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c5a3e6 - Browse repository at this point
Copy the full SHA 9c5a3e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2a6f92 - Browse repository at this point
Copy the full SHA b2a6f92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e48b08 - Browse repository at this point
Copy the full SHA 4e48b08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6202876 - Browse repository at this point
Copy the full SHA 6202876View commit details -
Apply suggestions from code review
Co-authored-by: Piotr Spieker <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f1642af - Browse repository at this point
Copy the full SHA f1642afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cc4678 - Browse repository at this point
Copy the full SHA 8cc4678View commit details -
The "absolute Path" no longer contains the current position
The "relative Path" doesn't either so this should be more consistent.
Configuration menu - View commit details
-
Copy full SHA for e48d8ba - Browse repository at this point
Copy the full SHA e48d8baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0081abd - Browse repository at this point
Copy the full SHA 0081abdView commit details -
Configuration menu - View commit details
-
Copy full SHA for dba62df - Browse repository at this point
Copy the full SHA dba62dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bdfeb7 - Browse repository at this point
Copy the full SHA 9bdfeb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for e739fb6 - Browse repository at this point
Copy the full SHA e739fb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a8801e - Browse repository at this point
Copy the full SHA 4a8801eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a7a7e3 - Browse repository at this point
Copy the full SHA 7a7a7e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91e2741 - Browse repository at this point
Copy the full SHA 91e2741View commit details -
Configuration menu - View commit details
-
Copy full SHA for d014631 - Browse repository at this point
Copy the full SHA d014631View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf1349e - Browse repository at this point
Copy the full SHA cf1349eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 158389e - Browse repository at this point
Copy the full SHA 158389eView commit details
Commits on Oct 8, 2024
-
Bug fix: Handle Direction::none
Removing Direction::LAST caused a bug because ghost are initialized with the Direction::none.
Configuration menu - View commit details
-
Copy full SHA for 7e5180e - Browse repository at this point
Copy the full SHA 7e5180eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8210e8b - Browse repository at this point
Copy the full SHA 8210e8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 31099d8 - Browse repository at this point
Copy the full SHA 31099d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd18c91 - Browse repository at this point
Copy the full SHA bd18c91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19ebf85 - Browse repository at this point
Copy the full SHA 19ebf85View commit details -
Merge pull request #55 from KIT-MRT/raname_move_randomly_behavior
Raname move randomly behavior to move randomly behavior
Configuration menu - View commit details
-
Copy full SHA for 7eb3499 - Browse repository at this point
Copy the full SHA 7eb3499View commit details
Commits on Oct 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 125cf70 - Browse repository at this point
Copy the full SHA 125cf70View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6b193c - Browse repository at this point
Copy the full SHA b6b193cView commit details -
Configuration menu - View commit details
-
Copy full SHA for dbd9a79 - Browse repository at this point
Copy the full SHA dbd9a79View commit details -
Configuration menu - View commit details
-
Copy full SHA for c652ea8 - Browse repository at this point
Copy the full SHA c652ea8View commit details
Commits on Oct 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e4e7c79 - Browse repository at this point
Copy the full SHA e4e7c79View commit details -
Merge pull request #56 from KIT-MRT/render_path
Optionally render planned path
Configuration menu - View commit details
-
Copy full SHA for c75f358 - Browse repository at this point
Copy the full SHA c75f358View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82b3f11 - Browse repository at this point
Copy the full SHA 82b3f11View commit details -
Configuration menu - View commit details
-
Copy full SHA for bdd22a4 - Browse repository at this point
Copy the full SHA bdd22a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for ffdc8f6 - Browse repository at this point
Copy the full SHA ffdc8f6View commit details
Commits on Oct 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 68c648d - Browse repository at this point
Copy the full SHA 68c648dView commit details -
Merge pull request #64 from KIT-MRT/improve_docker
Improve docker images (versioning, cleanup)
Configuration menu - View commit details
-
Copy full SHA for 233d800 - Browse repository at this point
Copy the full SHA 233d800View commit details -
Configuration menu - View commit details
-
Copy full SHA for 882d5b6 - Browse repository at this point
Copy the full SHA 882d5b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 92c7157 - Browse repository at this point
Copy the full SHA 92c7157View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d333c0 - Browse repository at this point
Copy the full SHA 4d333c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c0352d - Browse repository at this point
Copy the full SHA 3c0352dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c16ef52 - Browse repository at this point
Copy the full SHA c16ef52View commit details -
Co-authored-by: ll-nick <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f4244a8 - Browse repository at this point
Copy the full SHA f4244a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for a45bea0 - Browse repository at this point
Copy the full SHA a45bea0View commit details
Commits on Oct 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e947286 - Browse repository at this point
Copy the full SHA e947286View commit details -
Configuration menu - View commit details
-
Copy full SHA for 729b1fe - Browse repository at this point
Copy the full SHA 729b1feView commit details