Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-27 | Fixed comment about vocabulary, so that it doesn't refer to the line below it | Filippos Karapetis | |
svn-id: r47598 | |||
2010-01-26 | Added information about all the vocabularies used in SCI | Filippos Karapetis | |
svn-id: r47573 | |||
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel | |
svn-id: r47541 | |||
2010-01-23 | Separated the parser code | Filippos Karapetis | |
svn-id: r47480 | |||
2010-01-12 | Fix some memory leaks caused by never freeing the allocated memory, which is ↵ | Johannes Schickel | |
pointed at by KernelFuncWithSignature::signature. svn-id: r47275 | |||
2010-01-03 | Fixed compilation with DISABLE_VALIDATIONS, and fixed a bug in kPrevNode | Filippos Karapetis | |
svn-id: r46949 | |||
2010-01-03 | Implement kInPolygon for SCI32. GK1 now responds when you click on things. | Matthew Hoops | |
svn-id: r46918 | |||
2009-12-30 | SCI32: | Matthew Hoops | |
- 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 | |||
2009-12-30 | Initial implementation of the SCI21 kList kernel function (which calls all ↵ | Filippos Karapetis | |
the other list-related functions), thanks to the help of waltervn svn-id: r46744 | |||
2009-12-30 | SCI32: Moved all the list related kernel functions inside klists.cpp, and ↵ | Filippos Karapetis | |
implemented kListAllTrue with the help of waltervn svn-id: r46742 | |||
2009-12-30 | Implemented ListFirstTrue(), thanks to the help of waltervn. Now, buttons ↵ | Filippos Karapetis | |
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 | |||
2009-12-30 | SCI32: added some of clone2727's changes to kArray and kString, and ↵ | Filippos Karapetis | |
implemented kListIndexOf svn-id: r46739 | |||
2009-12-27 | Renamed gameName -> gameId, to keep the same vocabulary everywhere | Filippos Karapetis | |
svn-id: r46635 | |||
2009-12-26 | SCI2: Implemented kListEachElementDo (a more advanced version of ↵ | Filippos Karapetis | |
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 | |||
2009-12-26 | Removed the file and line parameters from the selector handling functions | Filippos Karapetis | |
svn-id: r46588 | |||
2009-12-26 | Kernel function 0x26 is empty in SCI1.1 games, and it has been set to ↵ | Filippos Karapetis | |
kPortrait in KQ6CD only svn-id: r46585 | |||
2009-12-24 | Stub SCI32's kOnMe to give better debugging info (used when clicking in the ↵ | Matthew Hoops | |
GK1 menu). svn-id: r46533 | |||
2009-12-24 | SCI32: Added some more stubs for picture manipulation, screen update and ↵ | Filippos Karapetis | |
animation functions svn-id: r46529 | |||
2009-12-24 | SCI32: The view related functions pass a view object as parameter, and the ↵ | Filippos Karapetis | |
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 | |||
2009-12-24 | SCI32: | Matthew Hoops | |
- 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 | |||
2009-12-21 | SCI32: | Matthew Hoops | |
- 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 | |||
2009-12-20 | Removed dead code | Filippos Karapetis | |
svn-id: r46426 | |||
2009-12-04 | SCI: SciEvent created, kernel_sleep() created | Martin Kiewitz | |
svn-id: r46252 | |||
2009-11-04 | priority_first and priority_last are not used by the new drawing code, thus ↵ | Filippos Karapetis | |
the new code didn't handle priority changes by kGraph() svn-id: r45658 | |||
2009-10-30 | Some work on the kPortrait kernel function, used to show hires character ↵ | Filippos Karapetis | |
portraits in the Windows CD version of KQ6 svn-id: r45552 | |||
2009-10-28 | Rewrote kBaseSetter() to use new graphics functions and behave like the ↵ | Filippos Karapetis | |
original, and fixed a bug in the process (the previous code ignored z when calculating the height) svn-id: r45463 | |||
2009-10-21 | - Removed kShow() and the related code it uses - it's a debugging function, ↵ | Filippos Karapetis | |
and we have the same functionality in the debug console - Merged the view signal flags from kernel.h and gui_animate.h, and named them appropriately. Also, updated the notes next to them, cause some were incorrectly marked as not used in our engine - Added a note about a hack used in the old GUI in the view signal flags - Moved the control state flags inside gui_helpers.h svn-id: r45310 | |||
2009-10-20 | SCI/newgui: kPalette cleanup, preparing for sq5 paletteAnimate support | Martin Kiewitz | |
svn-id: r45273 | |||
2009-10-18 | SCI: Make the implicit segMan param to GET_SEL32(V) and PUT_SEL32(V) explicit | Max Horn | |
svn-id: r45234 | |||
2009-10-15 | SCI: included stub for kPalVary to make Pharkas work a little bit more ↵ | Martin Kiewitz | |
(currently crashes in kMessage) svn-id: r45102 | |||
2009-10-13 | SCI: cleanup | Max Horn | |
svn-id: r45040 | |||
2009-10-10 | SCI: kMessage() rewrite | Walter van Niftrik | |
svn-id: r44860 | |||
2009-10-08 | Started rewriting the check for the graphics functions type (still not ↵ | Filippos Karapetis | |
finished) svn-id: r44787 | |||
2009-10-07 | SCI: Turn lookup_node & lookup_list into SegManager::lookupNode & ↵ | Max Horn | |
SegManager::lookupList svn-id: r44769 | |||
2009-10-06 | SCI: Minor cleanup | Willem Jan Palenstijn | |
svn-id: r44706 | |||
2009-10-03 | SCI: Merge new GUI code written by m_kiewitz. | Willem Jan Palenstijn | |
This is a major rewrite of the graphics code. A slightly adapted version of the old code is still available and currently the default. The new code is selectable in sci.cpp, but is not yet finished. svn-id: r44565 | |||
2009-09-29 | - Changed the unimplemented debug SCI kernel functions (InspectObj, ↵ | Filippos Karapetis | |
ShowSends, ShowObjs, ShowFree, StackUsage and Profiler) to be dummy functions - we have our own debugger, and don't use these functions for debugging - Removed the function number parameter from all kernel functions, as it's no longer needed, and removed the FAKE_FUNCT_NR hack - Removed kUnknown() and kStub() - Dummy/unknown kernel functions are no longer invoked, and a warning is shown instead, with the paremeters passed to them Note: there is an evil hack used for debugging scripts in invoke_selector(), which probably no longer works now svn-id: r44461 | |||
2009-09-27 | SCI: Major string handling update. | Willem Jan Palenstijn | |
All string access to segments should now work with both raw and non-raw (reg_t) segments, using the new utility functions in segMan. There will likely be regressions. svn-id: r44388 | |||
2009-09-23 | - Moved the SCI version in a global variable | Filippos Karapetis | |
- Changed all the SCI version checks to use getSciVersion() - Also made getSciVersionDesc a global function (removes some ugly accessing of the SCI engine) The fallback detector should work correctly now svn-id: r44269 | |||
2009-09-21 | SCI: Workaround for crash in debugger's backtrace | Max Horn | |
svn-id: r44239 | |||
2009-09-17 | SCI: Add EngineState::_kernel member for convenience | Max Horn | |
svn-id: r44173 | |||
2009-09-17 | SCI: Rename WAS_FUNCT_NR to FAKE_FUNCT_NR; turn some #defines into enums | Max Horn | |
svn-id: r44169 | |||
2009-09-17 | SCI: Removed dead code | Max Horn | |
svn-id: r44159 | |||
2009-09-17 | SCI: Get rid of the not_register() hack | Max Horn | |
svn-id: r44153 | |||
2009-09-17 | SCI: Rename selector_map_t -> SelectorCache and _selectorMap -> _selectorCache | Max Horn | |
svn-id: r44152 | |||
2009-09-17 | SCI: cleanup | Max Horn | |
svn-id: r44150 | |||
2009-09-14 | SCI: kernelDeref*() functions are now seSegmentManager methods | Max Horn | |
svn-id: r44082 | |||
2009-09-14 | SCI: Merge kernelDerefCharPtr and kernelDerefString and change it from a ↵ | Max Horn | |
macro to a function svn-id: r44081 | |||
2009-09-12 | Made is_object() a method of the segment manager | Filippos Karapetis | |
svn-id: r44042 | |||
2009-09-06 | SCI: Rename resManager -> resMan; segManager -> segMan | Max Horn | |
svn-id: r43980 |