Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-22 | update release notes, format code | Jesse Plamondon-Willard | |
2020-09-22 | Performance tuning | Marcos Miller Dantas | |
on an old laptop i've noticed that the thread was consuming alot of resources. | |||
2020-09-04 | simplify error shown for duplicate mods | Jesse Plamondon-Willard | |
2020-08-24 | simplify console interception flow | Jesse Plamondon-Willard | |
The console interceptor now uses a marker in the string (instead of a state field) to track whether the message should intercepted. This makes each write more atomic, so it's less affected by multithreading in some cases. | |||
2020-08-23 | move some console/logging logic out of SCore into a new LogManager | Jesse Plamondon-Willard | |