Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-10-09 | added walking functions | Gregory Montoir | |
svn-id: r10695 | |||
2003-10-08 | new config manager. not everything is completed, and some things will still ↵ | Max Horn | |
be changed, but it seems to work well enough to put it into CVS svn-id: r10687 | |||
2003-10-08 | fixed queen build rules... | Max Horn | |
svn-id: r10686 | |||
2003-10-08 | added new structures | Gregory Montoir | |
svn-id: r10678 | |||
2003-10-07 | fix gcc 3.3 warning | Oliver Kiehl | |
svn-id: r10673 | |||
2003-10-07 | some text functions | Gregory Montoir | |
svn-id: r10670 | |||
2003-10-07 | Improved Queen::Talk class | David Eriksson | |
svn-id: r10667 | |||
2003-10-07 | fixed warnings | Max Horn | |
svn-id: r10663 | |||
2003-10-07 | new header for common defines/enums + some additions to Graphics | Gregory Montoir | |
svn-id: r10662 | |||
2003-10-07 | Make it possible to get game language | David Eriksson | |
svn-id: r10661 | |||
2003-10-07 | Fixed assert(). I think -- I don't even get this far before ScummVM crashes | Torbjörn Andersson | |
on me. :-) svn-id: r10660 | |||
2003-10-07 | - Added a debug stub for the selectSentence method | David Eriksson | |
- Added final talk for person Joe is talking to svn-id: r10657 | |||
2003-10-07 | - Add Talk class and begin to use it from Cutaway class | David Eriksson | |
- Move getString() helper function to Talk class svn-id: r10654 | |||
2003-10-07 | add Joe struct + get/set functions | Joost Peters | |
svn-id: r10651 | |||
2003-10-06 | added resource-table loading from external file | Joost Peters | |
svn-id: r10647 | |||
2003-10-06 | forgot this | Joost Peters | |
svn-id: r10640 | |||
2003-10-06 | some additions + small readability rewrite | Joost Peters | |
svn-id: r10638 | |||
2003-10-06 | Start on index 1, not 0. | David Eriksson | |
svn-id: r10634 | |||
2003-10-06 | Check array bounds. | David Eriksson | |
svn-id: r10633 | |||
2003-10-05 | renamed classes (we have our own namespace now) + fixed segfault in logic | Joost Peters | |
svn-id: r10618 | |||
2003-10-05 | factor out common gfx_mode/fullscreen setup code from the game engines into ↵ | Max Horn | |
the main code (maybe putting this into the Engine constructor would be better, though?) svn-id: r10611 | |||
2003-10-04 | new header for common structs definitions | Gregory Montoir | |
svn-id: r10591 | |||
2003-10-04 | Added gameState to QueenLogic | David Eriksson | |
svn-id: r10590 | |||
2003-10-03 | fix 2 cases not handled in findBob() (stupid me...) and match new/delete | Gregory Montoir | |
svn-id: r10576 | |||
2003-10-03 | namespace Queen | Max Horn | |
svn-id: r10575 | |||
2003-10-03 | Use struct and not array for objectData. | David Eriksson | |
svn-id: r10565 | |||
2003-10-03 | fixed compilation under msvc7 | Paweł Kołodziejski | |
svn-id: r10562 | |||
2003-10-03 | Fix GCC warning. | Torbjörn Andersson | |
svn-id: r10560 | |||
2003-10-02 | You did not see the previous version of this code | David Eriksson | |
svn-id: r10547 | |||
2003-10-02 | - Added QueenGraphics::bob() method | David Eriksson | |
- Match new[] with delete[] svn-id: r10546 | |||
2003-10-02 | Fix bugs, add warnings. | David Eriksson | |
svn-id: r10545 | |||
2003-10-02 | Handle _sfxName table properly | David Eriksson | |
svn-id: r10539 | |||
2003-10-02 | findBob function + tweaks in QueenLogic | Gregory Montoir | |
svn-id: r10538 | |||
2003-10-02 | Quite a bit more implemented on cutaway. | David Eriksson | |
svn-id: r10536 | |||
2003-10-02 | Needing area, and it must be signed ints | David Eriksson | |
svn-id: r10535 | |||
2003-10-02 | More member data access. | David Eriksson | |
svn-id: r10534 | |||
2003-10-02 | minor changes to Graphics class (dtor...) | Gregory Montoir | |
svn-id: r10533 | |||
2003-10-02 | Must be able to access some data here. | David Eriksson | |
svn-id: r10531 | |||
2003-10-01 | fix warnings | Max Horn | |
svn-id: r10530 | |||
2003-10-01 | added Bob functions to Graphics class | Gregory Montoir | |
svn-id: r10528 | |||
2003-10-01 | Added initial version of QueenCutaway class. | David Eriksson | |
svn-id: r10526 | |||
2003-09-29 | consistency (must've overlooked these) | Joost Peters | |
svn-id: r10493 | |||
2003-09-29 | small cleanup | Joost Peters | |
svn-id: r10492 | |||
2003-09-29 | added BANK code from Gregory + minor change to loadFile() | Joost Peters | |
svn-id: r10491 | |||
2003-09-29 | Ignores deps | Travis Howell | |
svn-id: r10479 | |||
2003-09-29 | Fixed MSVC6 errors | Jamieson Christian | |
svn-id: r10474 | |||
2003-09-28 | use new operator instead of malloc() and added generic file loading function | Joost Peters | |
svn-id: r10470 | |||
2003-09-28 | allow queen to compile as plugin | Oliver Kiehl | |
svn-id: r10469 | |||
2003-09-28 | removed old code | Joost Peters | |
svn-id: r10464 | |||
2003-09-28 | doh | Joost Peters | |
svn-id: r10463 |