Commit Graph
9 Commits
Author SHA1 Message Date
Eugene Sandulenko abea37c9bb ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
D G Turner 8da29e1b89 WINTERMUTE: Fix MSVC Warning
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-09-15 23:00:36 +01:00
Filippos Karapetis 80f773c915 WINTERMUTE: Remove unused variable 2019-05-27 14:53:45 +03:00
Eugene Sandulenko fab199d37e JANITORIAL: Make GPL headers uniform 2016-09-03 12:46:38 +02:00
Eugene Sandulenko 6f8075833f WINTERMUTE: Another fix for c++11 compilation 2016-07-24 23:15:44 +03:00
Tobia Tesan a120aa8559 WINTERMUTE: Add Watch functionality 2016-03-01 20:40:46 +01:00
Tobia Tesan d5d25b0e89 WINTERMUTE: Add print and set commands to debugger 2016-03-01 20:40:45 +01:00
Tobia Tesan de82216dff WINTERMUTE: Add source functionality in debugger 2016-03-01 20:40:45 +01:00
Tobia Tesan cf3887d1d2 WINTERMUTE: Add DebuggerController 2016-03-01 20:40:45 +01:00