0
I Use This!
Inactive

Commits : Listings

Analyzed 2 minutes ago. based on code collected 3 minutes ago.
Sep 06, 2024 — Sep 06, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge remote-tracking branch 'origin/feature-commandline' More... over 12 years ago
Added support for breakpoints More... over 12 years ago
file opening from command line More... over 12 years ago
Add onejar to dependencies More... over 12 years ago
Merge remote-tracking branch 'origin/feature-commandline' More... over 12 years ago
Optimizes turbo mode by updating the memory contents only at the end of execution. LinkedList changedMemoryLines in runifo was changed to an ArrayList. More... over 12 years ago
Refactor commandline parameters to use argparse4j More... over 12 years ago
Removed some dead code from GUIBrain.java More... over 12 years ago
Added turbo mode to the config dialog and refactored GUI enumerations a bit More... over 12 years ago
Removed dead code More... over 12 years ago
Don't run animator if it's not in use More... over 12 years ago
Added FAST_RUN mode for faster graphics. Note: (slowly) Animated run was broken in this or some previous commit. More... over 12 years ago
Refactoring and optimizing GUI More... over 12 years ago
Removed rest of GUI update code that was used to show compilation in realtime More... over 12 years ago
Trying to achieve faster compilation times More... over 12 years ago
Data and instructions in selected base More... over 12 years ago
Refactoring code More... over 12 years ago
No need to check value if hex notation is used More... over 12 years ago
Hex notation is now unsigned More... over 12 years ago
Replaced all "" + something concatenations with String.valueOf(value) of baseValue.toString(value) method calls to improve code readability. More... over 12 years ago
Added base changing support for main GUI More... over 12 years ago
Refactoring GUI More... over 12 years ago
Merge branch 'master' of https://github.com/titokone/titokone More... over 12 years ago
Added support for changing base of values shown in Animator More... over 12 years ago
Fixed the (quite worthless) loadTest. More... over 12 years ago
Fix hang if return is typed on a table. More... over 12 years ago
Updated .gitignore to ignore Eclipse project files More... over 12 years ago
Fixed IO transfer bug that broke at least CRT writes More... over 12 years ago
Fixed lot of trivial warnings More... over 12 years ago
Minor fixes - Fixed some comments in Processor.java - Removed logger from GUI - Changed some comments on GUI - Minor "refactoring" on Registers.java More... over 12 years ago