Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-10-15 | - Use Logic::roomRefreshObject() in Cutaway | David Eriksson | |
- Fix tiny bugs in Logic::roomRefreshObject() svn-id: r10812 | |||
2003-10-15 | - Make Cutaway use Walk object from Logic | David Eriksson | |
- Added talkSpeed to Logic - Some more Talk code svn-id: r10810 | |||
2003-10-15 | sorted a bit cross references | Gregory Montoir | |
svn-id: r10809 | |||
2003-10-15 | DISP_ROOM/REDISP_OBJ() implementation (still missing GRAPHIC_ANIM stuff) | Gregory Montoir | |
svn-id: r10808 | |||
2003-10-15 | fix personMove / cutaway problem | Gregory Montoir | |
svn-id: r10807 | |||
2003-10-14 | moved some methods from Queen::Walk to Queen::Logic | Gregory Montoir | |
svn-id: r10802 | |||
2003-10-14 | commented a bit various structures | Gregory Montoir | |
svn-id: r10801 | |||
2003-10-14 | rewritten Logic::initialise(), making use of 'unserializing' functions | Gregory Montoir | |
svn-id: r10799 | |||
2003-10-14 | Working nicely with personMove disabled! | David Eriksson | |
svn-id: r10798 | |||
2003-10-14 | Persons must not be in table! | David Eriksson | |
svn-id: r10797 | |||
2003-10-14 | more cross references | Gregory Montoir | |
svn-id: r10795 | |||
2003-10-14 | preliminary FIND_STATE implementation | Gregory Montoir | |
svn-id: r10794 | |||
2003-10-14 | Fixed warning | Torbjörn Andersson | |
svn-id: r10793 | |||
2003-10-14 | can remove comments again now, since logic.h was commited. Please don't ↵ | Max Horn | |
leave CVS broken for more than a few minutes (ideally, only make atomic commits - i.e. only commit a file if all changes in other files on which it relies on are being commited at the same time) svn-id: r10792 | |||
2003-10-14 | fix debug mode 0 | Max Horn | |
svn-id: r10791 | |||
2003-10-14 | Get numFrames property. | David Eriksson | |
svn-id: r10790 | |||
2003-10-14 | fix compilation | Max Horn | |
svn-id: r10789 | |||
2003-10-14 | Using Walk::personMove now! | David Eriksson | |
svn-id: r10788 | |||
2003-10-14 | Compare correct actor names. | David Eriksson | |
svn-id: r10787 | |||
2003-10-13 | dynalum implementation | Gregory Montoir | |
svn-id: r10781 | |||
2003-10-13 | Logic::personSetData correction | Gregory Montoir | |
svn-id: r10780 | |||
2003-10-13 | DISP_ROOM additions + 'Person' functions | Gregory Montoir | |
svn-id: r10779 | |||
2003-10-12 | don't use strstr(), as there is no terminating '\0' at the end of the file | Joost Peters | |
svn-id: r10772 | |||
2003-10-12 | - Integrate with Joost's and Gregory's latest implementations. | David Eriksson | |
- Implement more... svn-id: r10771 | |||
2003-10-12 | Rename functions | David Eriksson | |
svn-id: r10770 | |||
2003-10-12 | added missing INITIATE() code, added language detection to Resource class, etc. | Joost Peters | |
svn-id: r10767 | |||
2003-10-12 | some renaming for more consistent terminology (although we might want to ↵ | Max Horn | |
reevaluate this): 'target' is what is in your config file; 'game' is what a frontend provide. E.g. the scumm frontend provides the game 'monkeyvga', and my config file has target 'monkeyvga-ger' configured to use that game svn-id: r10766 | |||
2003-10-12 | minor initialise() tweaks, added panel zones | Gregory Montoir | |
svn-id: r10763 | |||
2003-10-12 | minor additions for DISP_ROOM | Gregory Montoir | |
svn-id: r10758 | |||
2003-10-12 | DISP_ROOM additions/corrections | Gregory Montoir | |
svn-id: r10743 | |||
2003-10-11 | Fix warning | Torbjörn Andersson | |
svn-id: r10733 | |||
2003-10-11 | update QueenEngine class with new Logic constructor | Gregory Montoir | |
svn-id: r10732 | |||
2003-10-11 | preliminary DISP_ROOM implementation | Gregory Montoir | |
svn-id: r10731 | |||
2003-10-10 | Graphics tweaks | Gregory Montoir | |
svn-id: r10729 | |||
2003-10-10 | Small start for variable cross-reference. | David Eriksson | |
svn-id: r10722 | |||
2003-10-10 | some cleanup | Max Horn | |
svn-id: r10720 | |||
2003-10-10 | Get Graphics object as parameter too. | David Eriksson | |
svn-id: r10719 | |||
2003-10-10 | cleanup | Max Horn | |
svn-id: r10718 | |||
2003-10-10 | constness | Max Horn | |
svn-id: r10714 | |||
2003-10-10 | Improved Talk class. | David Eriksson | |
svn-id: r10711 | |||
2003-10-10 | oups | Gregory Montoir | |
svn-id: r10710 | |||
2003-10-10 | additions/corrections to walking functions | Gregory Montoir | |
svn-id: r10709 | |||
2003-10-09 | fixed compilation | Paweł Kołodziejski | |
svn-id: r10707 | |||
2003-10-09 | - Make _moveData table readable | David Eriksson | |
- Add missing member in last table entry svn-id: r10700 | |||
2003-10-09 | minor additions to walk class + get/set functions for Logic::_area | Gregory Montoir | |
svn-id: r10699 | |||
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 |