Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-20 | Started implementation of the original game's cheat mode | Paul Gilbert | |
svn-id: r46425 | |||
2009-12-20 | Changed the M4 event handler to encode the keyboard flags into KEVENT_KEY events | Paul Gilbert | |
svn-id: r46424 | |||
2009-12-19 | Further implementation of dialog/message script language | Paul Gilbert | |
svn-id: r46418 | |||
2009-12-19 | Added an extra assert | Paul Gilbert | |
svn-id: r46417 | |||
2009-12-17 | Implemented basic message parsing | Paul Gilbert | |
svn-id: r46402 | |||
2009-12-12 | Implemented the rendering section of dialog display | Paul Gilbert | |
svn-id: r46338 | |||
2009-12-11 | Renamed line() to drawLine() to silence warning about function parameters in | Torbjörn Andersson | |
dialogs.cpp shadowing it. Actually, the function doesn't seem to be used anywhere at the moment, but perhaps someone has future plans for it? svn-id: r46331 | |||
2009-12-11 | Beginnings of a dialog display class | Paul Gilbert | |
svn-id: r46330 | |||
2009-12-09 | Changed MidiDriver::createMidi to take a MidiDriverType instead of an int | Max Horn | |
svn-id: r46316 | |||
2009-12-07 | M4: Move 'determine transparent color' hack into a new M4Sprite method | Max Horn | |
svn-id: r46281 | |||
2009-12-07 | M4: Make M4Surface member w, h, pixels protected; some cleanup | Max Horn | |
svn-id: r46280 | |||
2009-12-07 | M4: Rename M4Surface::getData() to getBasePtr() for consistency | Max Horn | |
svn-id: r46279 | |||
2009-12-05 | Hooked up the actions list and object-specific actions to change the status text | Paul Gilbert | |
svn-id: r46268 | |||
2009-12-05 | Added a new variation to the 'object' command to add an object to the ↵ | Paul Gilbert | |
player's inventory svn-id: r46267 | |||
2009-12-05 | Implemented support for the inventory list scrollbar and directly selecting ↵ | Paul Gilbert | |
an object svn-id: r46266 | |||
2009-12-05 | Silenced warning. | Torbjörn Andersson | |
svn-id: r46265 | |||
2009-12-05 | Expanded the actions view into a full user interface view, and added support ↵ | Paul Gilbert | |
for highlighting of user interface elements svn-id: r46262 | |||
2009-12-01 | Corrected the palette colours for the interface elements | Paul Gilbert | |
svn-id: r46230 | |||
2009-11-26 | Fix warning | Max Horn | |
svn-id: r46156 | |||
2009-11-26 | Changed the game list in the doxygen comment to list all the games the ↵ | Paul Gilbert | |
engine will hopefully eventually support svn-id: r46154 | |||
2009-11-26 | Added some comments on the status of the engine | Paul Gilbert | |
svn-id: r46153 | |||
2009-11-26 | Added the basics of a action list display | Paul Gilbert | |
svn-id: r46152 | |||
2009-11-24 | Added Doxygen comments for the various engine namespaces (currently mostly ↵ | Max Horn | |
without details; help filling these out is welcome) svn-id: r46128 | |||
2009-11-15 | Added display of the rotating inventory objects | Paul Gilbert | |
svn-id: r45912 | |||
2009-11-15 | Added support for needed MADS game configuration options | Paul Gilbert | |
svn-id: r45911 | |||
2009-11-12 | Added a staticres file with the MADS articles list, and added an article ↵ | Paul Gilbert | |
field to the MADSObject class svn-id: r45856 | |||
2009-11-11 | Comment out unused variable. | Johannes Schickel | |
svn-id: r45833 | |||
2009-11-11 | Beginnings of support for AA file animations. The mads_anim.cpp commit is ↵ | Paul Gilbert | |
part of this, not the previous commit svn-id: r45828 | |||
2009-11-11 | Removed all the '- 1' from calls to get vocabs, centralising it in the ↵ | Paul Gilbert | |
getVocab method. This is correct, as the first element in the game vocab list is '1', not '0'. svn-id: r45827 | |||
2009-11-10 | Missing template argument for MIN (added <uint>) | Lars Persson | |
svn-id: r45803 | |||
2009-11-04 | Added support for loading the game's object list | Paul Gilbert | |
svn-id: r45651 | |||
2009-11-02 | Changed foo(void) to foo() in almost all non-backend source files | Max Horn | |
svn-id: r45616 | |||
2009-10-18 | Introduced new type Common::DisposeAfterUse::Flag | Max Horn | |
svn-id: r45233 | |||
2009-10-01 | Reworked of code line in changeExtension that was giving a cppcheck warning | Paul Gilbert | |
svn-id: r44517 | |||
2009-09-30 | Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ↵ | Max Horn | |
things) svn-id: r44495 | |||
2009-09-24 | Reverted parts of revisions #44298, #44299 and #44300, to prevent warnings ↵ | Filippos Karapetis | |
and issues in compilers which don't support NORETURN svn-id: r44314 | |||
2009-09-24 | Fixed some more warnings about unreachable code | Filippos Karapetis | |
svn-id: r44300 | |||
2009-09-23 | Got rid of Common::File::addDefaultDirectory, instead implemented the ↵ | Johannes Schickel | |
solution proposed in "Case agnostic handling for directories (and files)" on -devel. svn-id: r44266 | |||
2009-09-11 | Fix compile of M4 game engine. | Travis Howell | |
svn-id: r44028 | |||
2009-09-11 | M4: Seems that s1_cos and s1_sin are either misnamed, or buggy ? | Max Horn | |
svn-id: r44026 | |||
2009-09-11 | Don't abuse FORCEINLINE | Max Horn | |
svn-id: r44025 | |||
2009-09-03 | Fix a new/free mismatch when creating a MemoryReadStream from a ↵ | Matthew Hoops | |
MemoryWriteStreamDynamic by changing MemoryWriteStreamDynamic to use malloc/free instead of new/delete[]. This could have affected ScummEngine_v4::prepareSavegame(). svn-id: r43918 | |||
2009-08-24 | Add comment why the syntax for ScriptDataCache::load was changed. | Johannes Schickel | |
svn-id: r43694 | |||
2009-08-24 | Small syntax change in the hope to make the motoezx target happy. | Johannes Schickel | |
svn-id: r43692 | |||
2009-07-25 | Move the event recorder to its own class (EventRecoder inside ↵ | Johannes Schickel | |
common/EventRecorder.[h/cpp]). svn-id: r42751 | |||
2009-06-06 | Added game GUI options to advancedDetector and updated all engines | Eugene Sandulenko | |
svn-id: r41272 | |||
2009-05-31 | The error() and warning() functions add ! and newline automatically. (I didn't | Torbjörn Andersson | |
look at debug() and debugC(), since I'm really bored with this now. :-) svn-id: r41061 | |||
2009-03-29 | Added missing parenthesis in M4Engine::delay | Paul Gilbert | |
svn-id: r39733 | |||
2009-03-20 | silenced some warnings | Max Horn | |
svn-id: r39566 | |||
2009-03-09 | Rewrote Common::List iterator code to ensure const correctness is preserved. | Max Horn | |
We tried to implement the list iterators in a clever way, to reduce code duplication. But this is essentially impossible to do properly, sadly -- this is one of the places where the ugly drawbacks of C++ really show. As a consequence, our implementation had a bug which allowed one to convert any const_iterator to an iterator, thus allowing modifying elements of const lists. This rewrite reintroduces code duplication but at least ensures that no const list is written to accidentally. Also fix some places which incorrectly used iterator instead of const_iterator or (in the kyra code) accidentally wrote into a const list. svn-id: r39279 |