index
:
salis-v2
master
Simple A-Life simulator based on Tom Ray's Tierra (v2)
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-02-29
Added editor-config file.
Paul Oliver
2024-02-29
Changed all 'addch()' commands to 'addstr()'
Paul Oliver
2024-02-29
Plugin added to help run simulators in the background.
Paul Oliver
2024-02-29
ESCAPE key no longer quits simulation.
Paul Oliver
2024-02-29
Selected process now listed in PROCESS view.
Paul Oliver
2024-02-29
Removed executed instruction counter.
Paul Oliver
2024-02-29
User may now toggle IP color layer on/off.
Paul Oliver
2024-02-29
Removed information EAT-ing.
Paul Oliver
2024-02-29
PIDs and gene scroll on PROCESS view now toggle between hex/decimal.
Paul Oliver
2024-02-29
Added cover image to README.
Paul Oliver
2024-02-29
Added -a|--auto CLI argument.
Paul Oliver
2024-02-29
Added viewer/controller README.md file inside bin directory.
Paul Oliver
2024-02-29
Auto saved files are now gzipped.
Paul Oliver
2024-02-29
Added complete README.md file.
Paul Oliver
2024-02-29
Handle resize event when console is open.
Paul Oliver
2024-02-29
Refactored all python modules to use name scrambling.
Paul Oliver
2024-02-29
Processes can now eat from writeable addresses only.
Paul Oliver
2024-02-29
Bug fixed on cursor's process selection process.
Paul Oliver
2024-02-29
Initial commit.
Paul Oliver