index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
sci
/
engine
/
kernel32.cpp
Age
Commit message (
Expand
)
Author
2009-12-27
SCI32: Partially implemented kOnMe. Now the main menu in GK1 works
Filippos Karapetis
2009-12-27
Now using m_kiewitz's picture code to show pictures in SCI32. Also took some ...
Filippos Karapetis
2009-12-26
SCI2: Figured out the screen coordinates of views. Now, part of the interface...
Filippos Karapetis
2009-12-26
SCI2: Implemented kListEachElementDo (a more advanced version of SciGuiAnimat...
Filippos Karapetis
2009-12-24
Silenced some MSVC warnings
Filippos Karapetis
2009-12-24
Stub SCI32's kOnMe to give better debugging info (used when clicking in the G...
Matthew Hoops
2009-12-24
Updated comments in kListEachElementDo() to show how it's called, with the he...
Filippos Karapetis
2009-12-24
SCI32: Added some more stubs for picture manipulation, screen update and anim...
Filippos Karapetis
2009-12-24
Added a hack in kAddScreenItem to display the view in question on screen. Som...
Filippos Karapetis
2009-12-24
SCI32: The view related functions pass a view object as parameter, and the en...
Filippos Karapetis
2009-12-24
SCI32:
Matthew Hoops
2009-12-23
Some SCI32 (minor) String bug fixes and cleanup.
Matthew Hoops
2009-12-21
Update/add some comments/TODOs.
Matthew Hoops
2009-12-21
SCI32:
Matthew Hoops
2009-08-27
Add the minor differences of SCI3 to the SCI2.1 kernel table.
Matthew Hoops
2009-08-26
- Fix the opcode formats for some opcodes in SCI32 (some arguments are now wo...
Matthew Hoops
2009-08-26
Missed another comma....
Matthew Hoops
2009-08-26
Oops! Missed a comma.
Matthew Hoops
2009-08-25
Fixed compilation when ENABLE_SCI32 is not set
Filippos Karapetis
2009-08-25
- Split SCI_VERSION_32 into SCI_VERSION_2, SCI_VERSION_2_1, and SCI_VERSION_3...
Matthew Hoops