Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-21 | SCI32: Implement basic kMessageBox | Colin Snover | |
This kernel call seems only to be used by KQ7 1.51 (which was Windows-only) to send warnings to the user. It was easy enough to do a basic implementation in the ScummVM GUI rather than just make it an empty call, so now it is a thing. | |||
2016-06-21 | SCI32: Implement kScrollWindow | Willem Jan Palenstijn | |
These should be all the actually used subfunctions. Co-authored-by: Colin Snover <github.com@zetafleet.com> | |||
2016-03-06 | SCI32: Fix memory leaks | Colin Snover | |
2016-03-06 | SCI32: Implement kEditText | Colin Snover | |
2014-02-18 | SCI: Make GPL headers consistent in themselves. | Johannes Schickel | |
2013-04-18 | SCI: Remove a bunch of unused private member variables | Max Horn | |
All instances uncovered by clang warnings. | |||
2011-10-30 | SCI: More work on kEditText | Filippos Karapetis | |
2011-10-28 | SCI: Added two files missing in commit 4ac2940 | Filippos Karapetis | |