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
Fixed bug on ADDR instruction [#44]
Paul Oliver
2024-02-29
Fixed bug on sender functor [#45]
Paul Oliver
2024-02-29
Added register modifier robustness [#44]
Paul Oliver
2024-02-29
Auto-save saves to main file as well [#42]
Paul Oliver
2024-02-29
Hex. toggle on minimal mode
Paul Oliver
2024-02-29
Format repass.
Paul Oliver
2024-02-29
Added 'Common.py' module.
Paul Oliver
2024-02-29
Removed rest of common pipe references.
Paul Oliver
2024-02-29
Common pipe replaced with sender/receiver functors.
Paul Oliver
2024-02-29
Store python modules on './bin/modules/' subdirectory. [#37]
Paul Oliver
2024-02-29
Numeric cycle now times out.
Paul Oliver
2024-02-29
Escape key now saves and exits.
Paul Oliver
2024-02-29
Fireup now starts in minimal mode.
Paul Oliver
2024-02-29
User may now start Salis in minimal or running modes.
Paul Oliver
2024-02-29
Fixed bug on memory render function.
Paul Oliver
2024-02-29
Fixed underscore typo on Printer module.
Paul Oliver
2024-02-29
Added minimal mode.
Paul Oliver
2024-02-29
Fast vertical pan on World page.
Paul Oliver
2024-02-29
Fast scroll on Process page.
Paul Oliver
2024-02-29
Scroll to top now with 'Q' key.
Paul Oliver
2024-02-29
Format tweaks to Python files [#30]
Paul Oliver
2024-02-29
Format tweaks to C files [#30]
Paul Oliver
2024-02-29
Simultaneous Debug and Release builds.
Paul Oliver
2024-02-29
Removed memory bit flags entirely.
Paul Oliver
2024-02-29
Removed Memory module's MEM_BLOCK_START flag.
Paul Oliver
2024-02-29
Removed Memory module's IP flag.
Paul Oliver
2024-02-29
Format and typo fixes on Fireup plugin.
Paul Oliver
2024-02-29
Fixed typo in './bin/README.md' file.
Paul Oliver
2024-02-29
Added generic code for back-space key.
Paul Oliver
2024-02-29
Fixed bug described on issue [#23].
Paul Oliver
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