aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/various.cpp
AgeCommit message (Expand)Author
2006-05-31Yet another const warning fixedMax Horn
2006-05-26As far as I can tell, there's no longer any reason for PartBuffer and AnimDataTorbjörn Andersson
2006-05-08Implemented FW inventory. This is basically a copy of makeMenuChoice(), minusTorbjörn Andersson
2006-05-01Another small update/cleanup to the French messages from Nicolas Joly.Torbjörn Andersson
2006-05-01Applied patch from Nicolas Joly to fix the French default messages in FutureTorbjörn Andersson
2006-04-12Fixed potential crash in drawDialogueMessage(): The function should terminateTorbjörn Andersson
2006-04-12Actions that do not have any custom response now print one of the defaultTorbjörn Andersson
2006-04-12Stubbed addPlayerCommandMessage(). I think it may have something to do withTorbjörn Andersson
2006-04-12This assertion shouldn't be needed. At least not here.Torbjörn Andersson
2006-04-11Add F1-F10 keymappings like in original engine.Eugene Sandulenko
2006-04-11Added TODO comment about refreshAnimData[] and why it's not (yet) a field inTorbjörn Andersson
2006-04-10Might as well clear ptr1 and ptr2 in animDataTable[] when loading a savegame.Torbjörn Andersson
2006-04-10If I understand things correctly, cinE used to dump the entire animDataTableTorbjörn Andersson
2006-04-10Use our standard save file manager class to read and write the save games,Torbjörn Andersson
2006-04-09Moved GameSettings to namespace Cine; moved savePath to various.cppMax Horn
2006-04-09Casting an array of integers to a pointer to a struct seems like a pretty hackyTorbjörn Andersson
2006-04-09Minor cleanup, but savegames still don't work as well as I had hoped...Torbjörn Andersson
2006-04-09Fixed savegame saving/loading. I haven't done anything about the userTorbjörn Andersson
2006-04-08Some more Operation Stealth changes. Mostly stubs.Torbjörn Andersson
2006-04-08Cleanup.Torbjörn Andersson
2006-04-08Began collecting hard-coded language-specific strings in a new initLanguage()Torbjörn Andersson
2006-04-05Use English strings for the system and confirm menus, to be consistent with theTorbjörn Andersson
2006-04-05I don't think assert(0) is a particularly helpful error message...Torbjörn Andersson
2006-04-05Fix character spacing in text blurbs.Eugene Sandulenko
2006-03-29Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 ...Max Horn
2006-03-23uint8 -> byteEugene Sandulenko
2006-03-23Got rid of ASSERT and ASSERT_PTR definesEugene Sandulenko
2006-03-16- added defines to handle the different mouse cursorsGregory Montoir
2006-03-15added mouse cursorsGregory Montoir
2006-03-09minor cleanup.Gregory Montoir
2006-03-09oo'ified sound code and added basic support for OS adlib music.Gregory Montoir
2006-03-03Eliminate flip_support.cpp file.Eugene Sandulenko
2006-03-02fixed compilation.Gregory Montoir
2006-02-27cleanupGregory Montoir
2006-02-25cleanup (endianess fixes, fixed partBufferStruct structure)Gregory Montoir
2006-02-25Some more cine header cleanupMax Horn
2006-02-25Reducing the header dependencies in cine a bit moreMax Horn
2006-02-25- avoid using typedef for structs (it is just not necessary in C++)Max Horn
2006-02-25Moved cine engine into namespace CineMax Horn
2006-02-24cleanupGregory Montoir
2006-02-23formating codePaweł Kołodziejski
2006-02-23Fix a few compile warnings.Travis Howell
2006-02-23Fix a few compile warnings.Travis Howell
2006-02-23Fixed some more compiler warnings. Many still remain.Torbjörn Andersson
2006-02-23Cleanup to remove duplicate type definesTravis Howell
2006-02-22Initial version of Cinematique engine evo 1.Eugene Sandulenko