Loading Heatmap…

Sara deleted branch collision from Sara/basic-game-framework

2023-06-24 20:45:03 +00:00

Sara merged pull request Sara/basic-game-framework#10

improved handling of interpolate_move calls with a distance shorter than minimum delta

2023-06-24 20:44:50 +00:00

Sara pushed to main at Sara/basic-game-framework

  • 8a028dca08 Merge pull request 'improved handling of interpolate_move calls with a distance shorter than minimum delta' (#10) from improve-short-moves into main
  • 4acc18a101 Merge branch 'main' into improve-short-moves
  • a9ba15f93b improved handling of interpolate_move calls with a distance shorter than minimum delta
  • Compare 3 commits »

2023-06-24 20:44:50 +00:00

Sara pushed to improve-short-moves at Sara/basic-game-framework

  • 4acc18a101 Merge branch 'main' into improve-short-moves
  • 78d1e78dd7 Merge pull request 'split-world-module' (#9) from split-world-module into main
  • aa9dfa3fcd Merge branch 'main' into split-world-module
  • bf21a388ab Merge pull request 'Add a move_and_slide style interpolation option' (#7) from move-and-slide into main
  • Compare 4 commits »

2023-06-24 20:44:44 +00:00

Sara created pull request Sara/basic-game-framework#10

improved handling of interpolate_move calls with a distance shorter than minimum delta

2023-06-24 20:44:38 +00:00

Sara created branch improve-short-moves in Sara/basic-game-framework

2023-06-24 20:44:17 +00:00

Sara pushed to improve-short-moves at Sara/basic-game-framework

2023-06-24 20:44:17 +00:00

Sara pushed to split-world-module at Sara/basic-game-framework

  • a9ba15f93b improved handling of interpolate_move calls with a distance shorter than minimum delta
  • aa9dfa3fcd Merge branch 'main' into split-world-module
  • bf21a388ab Merge pull request 'Add a move_and_slide style interpolation option' (#7) from move-and-slide into main
  • Compare 3 commits »

2023-06-24 20:42:42 +00:00

Sara merged pull request Sara/basic-game-framework#9

split-world-module

2023-06-24 20:09:35 +00:00

Sara pushed to main at Sara/basic-game-framework

2023-06-24 20:09:35 +00:00

Sara pushed to split-world-module at Sara/basic-game-framework

2023-06-24 20:09:05 +00:00

Sara merged pull request Sara/basic-game-framework#7

Add a move_and_slide style interpolation option

2023-06-24 20:08:57 +00:00

Sara pushed to main at Sara/basic-game-framework

  • bf21a388ab Merge pull request 'Add a move_and_slide style interpolation option' (#7) from move-and-slide into main
  • 43fa322409 removed debug prints from _slide_collision solver
  • 4271ee8f8d fully implemented slide collision for any combination of aabb and circle colliders
  • daa53c6ef0 movetowards now also works in cases where x == 0 && y != 0 || x != 0 && y == 0
  • 3df374b3b9 interpolate move will now immediately stop if destination is reached
  • Compare 24 commits »

2023-06-24 20:08:57 +00:00

Sara created pull request Sara/basic-game-framework#9

split-world-module

2023-06-24 20:05:43 +00:00

Sara created branch split-world-module in Sara/basic-game-framework

2023-06-24 20:03:40 +00:00

Sara pushed to split-world-module at Sara/basic-game-framework

  • b8c856bf56 split the world module into world, physics, and object

2023-06-24 20:03:40 +00:00

Sara pushed to move-and-slide at Sara/basic-game-framework

  • 43fa322409 removed debug prints from _slide_collision solver

2023-06-24 18:34:37 +00:00

Sara pushed to move-and-slide at Sara/basic-game-framework

  • 4271ee8f8d fully implemented slide collision for any combination of aabb and circle colliders
  • daa53c6ef0 movetowards now also works in cases where x == 0 && y != 0 || x != 0 && y == 0
  • Compare 2 commits »

2023-06-24 18:33:17 +00:00

Sara pushed to move-and-slide at Sara/basic-game-framework

  • 3df374b3b9 interpolate move will now immediately stop if destination is reached

2023-06-19 05:51:33 +00:00

Sara pushed to move-and-slide at Sara/basic-game-framework

  • fd99159b27 Merge pull request 'fix event based axis input giving results that are not in range -1 to 1' (#8) from event-input into move-and-slide
  • fab7338891 axis now keeps a history for both keys
  • Compare 2 commits »

2023-06-18 20:24:32 +00:00