aboutsummaryrefslogtreecommitdiff
path: root/engines/access/scripts.cpp
AgeCommit message (Expand)Author
2014-08-28ACCESS: Implemented cmdVideoEndedPaul Gilbert
2014-08-28ACCESS: Fixes for playVideoPaul Gilbert
2014-08-28ACCESS: Implemented playVideoPaul Gilbert
2014-08-27ACCESS: Refactor the file manager to return resource structuresPaul Gilbert
2014-08-25ACCESS: Move _maxChars to asurfaceStrangerke
2014-08-25ACCESS: Stub for printText methodPaul Gilbert
2014-08-24ACCESS: Implement speakText()Strangerke
2014-08-24ACCESS: Fix negative seek in cmdSetVideoSoundPaul Gilbert
2014-08-23ACCESS: Implement more opcodes, stubbed beginning of video playerPaul Gilbert
2014-08-23ACCESS: More implementation of CharManagerPaul Gilbert
2014-08-23ACCESS: Beginnings of character/converse managerPaul Gilbert
2014-08-20ACCESS: Fix freeing player sprites when the scene changesPaul Gilbert
2014-08-20ACCESS: Finish moving timer flag from bool to byte based on the assembly, mod...Strangerke
2014-08-19ACCESS: Implemented cmdNewRoom opcodePaul Gilbert
2014-08-19ACCESS: Fix z ordering of sprites on the screenPaul Gilbert
2014-08-19ACCESS: Implement two opcodesStrangerke
2014-08-19ACCESS: Implement two more opcodesStrangerke
2014-08-17ACCESS: Partially implement cmdHelpPaul Gilbert
2014-08-17ACCESS: Shifted some Amazon specific opcodes to the AmazonScripts classPaul Gilbert
2014-08-17ACCESS: Implemented cmdEndObjectPaul Gilbert
2014-08-17ACCESS: Fixes for drawing bubble box backgroundsPaul Gilbert
2014-08-17ACCESS: Implement cmdSetTex()Strangerke
2014-08-17ACCESS: Implement some more opcodesStrangerke
2014-08-17ACCESS: Add missing string parameters to bubble box methodsPaul Gilbert
2014-08-17ACCESS: Split the bubble box code from Room into it's own filePaul Gilbert
2014-08-17ACCESS: Implement some opcodesStrangerke
2014-08-17ACCESS: Remove two unused variablesStrangerke
2014-08-16ACCESS: Added data for font2 and font6x6Paul Gilbert
2014-08-16ACCESS: Beginnings of code for text bubble drawingPaul Gilbert
2014-08-16ACCESS: Implementing doCommandPaul Gilbert
2014-08-16ACCESS: Update TODOsStrangerke
2014-08-13ACCESS: Implemented cmdSpecial script opcodePaul Gilbert
2014-08-11ACCESS: Implement cmdSnd()Strangerke
2014-08-11ACCESS: Implement 3 more opcodes, fix a typoStrangerke
2014-08-11ACCESS: Fix the implementation of cmdCheckAnimStrangerke
2014-08-11ACCESS: Implement cmdCheckFrameStrangerke
2014-08-10ACCESS: Implemented animation anim methodsPaul Gilbert
2014-08-10ACCESS: Add decoding of animation resourcesPaul Gilbert
2014-08-11ACCESS: Implement 2 opcodesStrangerke
2014-08-10ACCESS: Implement 3 more opcodesStrangerke
2014-08-10ACCESS: Implement some more opcodesStrangerke
2014-08-09ACCESS: Fix skipping bytes in executeScript methodPaul Gilbert
2014-08-09ACCESS: Beginnings of inventory managementPaul Gilbert
2014-08-09ACCESS: Convert Scripts class to use a MemoryReadStreamPaul Gilbert
2014-08-09ACCESS: Beginnings of animation managerPaul Gilbert
2014-08-09ACCESS: Add missing CMDOBJECT method to script command listPaul Gilbert
2014-08-09ACCESS: Fix implementation of cmdCheckLoc()Strangerke
2014-08-09ACCESS: Implement some script opcodesStrangerke
2014-08-08ACCESS: Implemented several script commandsPaul Gilbert
2014-08-08ACCESS: Implemented cmdGoto script commandPaul Gilbert