Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-15 | WINTERMUTE: Fix MSVC Warning | D G Turner | |
This is due to the _lastLine variable being unsigned, but having -1 assigned to it as a default / invalid value. This could probably be assigned 0 with no issues, but since this is exposed, this warning is fixed instead by assigning the unsigned equivalent of -1 so no dependent code will see a change. | |||
2019-05-27 | WINTERMUTE: Remove unused variable | Filippos Karapetis | |
2016-09-03 | JANITORIAL: Make GPL headers uniform | Eugene Sandulenko | |
2016-07-24 | WINTERMUTE: Another fix for c++11 compilation | Eugene Sandulenko | |
2016-03-01 | WINTERMUTE: Add Watch functionality | Tobia Tesan | |
2016-03-01 | WINTERMUTE: Add print and set commands to debugger | Tobia Tesan | |
2016-03-01 | WINTERMUTE: Add source functionality in debugger | Tobia Tesan | |
2016-03-01 | WINTERMUTE: Add DebuggerController | Tobia Tesan | |