Age | Commit message (Collapse) | Author |
|
svn-id: r46918
|
|
they don't try and draw cels outside the screen
svn-id: r46767
|
|
- Set signature for Array/String
- Add the kernel table differences for the GK2 demo
- Implement kMessage changes in SCI32
- Use an empty string as the default path for all games now (and modify kValidPath to accept that only as valid)
- Add dereferencing for Arrays
svn-id: r46756
|
|
svn-id: r46747
|
|
implemented kListAllTrue with the help of waltervn
svn-id: r46742
|
|
can be highlighted and clicked when the control panel is shown in GK1, and the options dialog pops up when the options button is selected
svn-id: r46741
|
|
silenced some annoying warnings
svn-id: r46740
|
|
implemented kListIndexOf
svn-id: r46739
|
|
svn-id: r46614
|
|
bits off a similar patch from clone2727. The Sierra logo screen and the menu screen in GK1 should now be shown fully!
svn-id: r46609
|
|
interface can be seen in GK1. Also, silenced the OnMe warnings
svn-id: r46593
|
|
SciGuiAnimate:invoke()) and kListAt. Now, the Sierra logo music can be heard, and game logic is running on objects of the animated views list
svn-id: r46591
|
|
svn-id: r46536
|
|
GK1 menu).
svn-id: r46533
|
|
help of waltervn
svn-id: r46530
|
|
animation functions
svn-id: r46529
|
|
Some parts of the main menu can be seen now in GK1
svn-id: r46528
|
|
engine should deduce the parameters it needs from that object. Added stub view functions based on that fact. Also, added a sanity check in kCelHigh and kCelWide
svn-id: r46527
|
|
- Fix dup for kArray/kString
- Implement kFileIO::rename (SCI1.1)
- Implement part of the SCI32 additions to kFileIO
- Implement the GetSaveDir part of kSave (SCI2.1)
- Torin (SCI2.1!) now shows signs of life -- it will create the torin.prf file with correct data!
svn-id: r46521
|
|
svn-id: r46492
|
|
svn-id: r46463
|
|
- Fully implement kArray and kIsHiRes and mostly implement kString (printf and atoi subfunctions still missing).
- Add a dummy SciGui class for SCI32 to bypass the views. Gabriel Knight 1 will now play the Sierra logo music and the main menu music.
- Some other minor SCI32 changes.
svn-id: r46462
|
|
svn-id: r43763
|
|
words instead of bytes).
- Fix the SCI2.1 kernel table.
- Add DoSound detection for SCI2.
svn-id: r43762
|
|
svn-id: r43761
|
|
svn-id: r43753
|
|
svn-id: r43744
|
|
SCI_VERSION_3 (each version has a different kernel table).
- Improve map detection.
- Fix SCI32 object and script initialization (Torin's Passage and GK1 scripts now start up, and probably most SCI2/2.1 games).
- Add SCI2 and SCI2.1 kernel tables.
svn-id: r43742
|