Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
48237ccd95
Project: Added support for json log file
99c0af752b
GUI: Moved the drawing code of the exec window in gui internals into a sepparate function so that i can easily draw the window multiple times
c59791e7e2
CPU: Added support for requiring multiple clock cycles for different instruction in the execution unit and updated the gui/internals tab accordingly
031f0d75bf
Project: Added the tool to convert from stl to source code data although it's almost emberassingly badly written.Made the size of the model for the 3d renderer variable and added the Utah teapot stl file and made rendering it the default program
316d4952fa
GUI: Added a new Display tab that only updates when the cpu finished producing a new frame and made massive performance improvements with the help of the new profiler