aboutsummaryrefslogtreecommitdiff
path: root/bin/handler.py
AgeCommit message (Collapse)Author
2024-02-29Escape key now saves and exits.Paul Oliver
[#25] I've returned the Escape key functionality as it is needed to exit the simulator when in minimal mode.
2024-02-29Added minimal mode.Paul Oliver
[#25] Toggle minimal mode with 'M' key. When on minimal mode, only current cycle, epoch and process count are shown.
2024-02-29Fast vertical pan on World page.Paul Oliver
[#24] Capital W and S keys now apply fast vertical pan on World page.
2024-02-29Fast scroll on Process page.Paul Oliver
[#24] Capital W and S keys now apply fast vertical scroll on Process page.
2024-02-29Scroll to top now with 'Q' key.Paul Oliver
[#24] I want to free up capital 'S' in order to implement fast vertical scroll on Process and World pages.
2024-02-29Format tweaks to Python files [#30]Paul Oliver
2024-02-29ESCAPE key no longer quits simulation.Paul Oliver
[#19] I felt it was too easy to quit the simulation accidentally. Now, a user has to type 'q' or 'quit' on the console in order to exit.
2024-02-29User may now toggle IP color layer on/off.Paul Oliver
[#12] Allowing to toggle the IP layer (white) can help the user better visualize of the underlying memory block structure.
2024-02-29Refactored all python modules to use name scrambling.Paul Oliver
[#4] Modules now utilize better naming conventions for differentiating between public and private members and methods. We no longer make use of properties.
2024-02-29Initial commit.Paul Oliver