Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
482c530
feat(agility): implement Agility Pyramid course with robust navigation
Aug 6, 2025
9e79fe8
fix(agility): increase Cross Gap delays and fix compilation error
Aug 6, 2025
c8dbfd4
Merge remote-tracking branch 'upstream/development' into agility-pyramid
Aug 6, 2025
66caf9f
feat(agility): add pyramid top turn-in to Simon Templeton
Aug 6, 2025
34f1685
fix(agility): fix pyramid course issues with stone blocks and turn-in
Aug 7, 2025
3e507db
fix(agility): fix Cross Gap and plane change flag clearing in Pyramid…
Aug 7, 2025
d96d21d
feat(agility): click pyramid stairs directly after doorway exit
Aug 11, 2025
35597c8
Merge remote-tracking branch 'upstream/development' into agility-pyramid
Aug 11, 2025
1136da0
feat(agility): add automatic empty waterskin dropping to pyramid course
Aug 11, 2025
8723dd5
refactor(agility): simplify and modularize PyramidCourse
Aug 11, 2025
6c8ace5
refactor(agility): modularize PyramidCourse with state management and…
Aug 11, 2025
f5efcc4
feat(agility): implement Agility Pyramid course with robust navigation
Aug 6, 2025
1989f63
fix(agility): increase Cross Gap delays and fix compilation error
Aug 6, 2025
3391e81
feat(agility): add pyramid top turn-in to Simon Templeton
Aug 6, 2025
19be901
fix(agility): fix pyramid course issues with stone blocks and turn-in
Aug 7, 2025
ea18333
fix(agility): fix Cross Gap and plane change flag clearing in Pyramid…
Aug 7, 2025
15196aa
feat(agility): click pyramid stairs directly after doorway exit
Aug 11, 2025
3c7ae6f
feat(agility): add automatic empty waterskin dropping to pyramid course
Aug 11, 2025
5f520d7
refactor(agility): simplify and modularize PyramidCourse
Aug 11, 2025
f20e8d2
refactor(agility): modularize PyramidCourse with state management and…
Aug 11, 2025
9b04a6d
Merge branch 'agility-pyramid' of github.com:runsonmypc/Microbot into…
Aug 22, 2025
4fd868c
fix(agility): reorder Agility Pyramid to correct alphabetical positio…
Aug 22, 2025
7e00215
fix(agility): improve pyramid stairs interaction after Simon turn-in
Aug 22, 2025
610a312
feat(agility): add early pyramid turn-in at random threshold to conse…
Aug 22, 2025
e5ed293
fix(agility): remove redundant Cross Gap cooldown to enable immediate…
Aug 23, 2025
95c34be
refactor(agility): remove unused Cross Gap cooldown code from Pyramid…
Aug 23, 2025
875f8bf
refactor(agility): convert info logs to debug logs to reduce spam
Aug 23, 2025
023797f
refactor(agility): update PyramidCourse to follow Microbot logging be…
Aug 23, 2025
5c9288d
fix(agility): revert pyramid-specific timing changes from general agi…
Aug 24, 2025
9526a9d
fix(agility): add volatile modifier to timing fields for thread safety
Aug 25, 2025
f2a8db4
fix(agility): use System.nanoTime() for reliable elapsed time tracking
Aug 25, 2025
3f9b11d
fix(agility): improve state management and sleep patterns
Aug 25, 2025
f59fc85
perf(agility): reduce script execution frequency and optimize debug l…
Aug 25, 2025
fdad534
Merge remote-tracking branch 'upstream/development' into agility-pyramid
Aug 25, 2025
7f787f9
refactor(agility): remove unused FLOOR_2_SEQUENCE constant
Aug 25, 2025
beb0913
refactor(agility): add testing hook and clarify threshold regeneratio…
Aug 25, 2025
9aab268
refactor(agility): replace deprecated API and reduce log noise
Aug 25, 2025
ff44a25
fix(agility): add defensive null-check for TopLevelWorldView
Aug 25, 2025
4a67258
fix(agility): revert linting changes and keep only timing change
Aug 25, 2025
aa5cd29
fix(agility): add null check for player position in PyramidCourse
Aug 25, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading