Commit Graph

90 Commits

Author SHA1 Message Date
Gregory Montoir
f5fa6651d7 commented a bit various structures
svn-id: r10801
2003-10-14 19:06:25 +00:00
Gregory Montoir
93f64e3357 rewritten Logic::initialise(), making use of 'unserializing' functions
svn-id: r10799
2003-10-14 12:55:31 +00:00
David Eriksson
a1dfb5863e Working nicely with personMove disabled!
svn-id: r10798
2003-10-14 12:37:07 +00:00
David Eriksson
c009516dfd Persons must not be in table!
svn-id: r10797
2003-10-14 12:36:32 +00:00
Gregory Montoir
e9dacde3c5 more cross references
svn-id: r10795
2003-10-14 09:12:42 +00:00
Gregory Montoir
138ee6887a preliminary FIND_STATE implementation
svn-id: r10794
2003-10-14 09:12:01 +00:00
Torbjörn Andersson
4e3129c64c Fixed warning
svn-id: r10793
2003-10-14 08:31:56 +00:00
Max Horn
5aadcb8a15 can remove comments again now, since logic.h was commited. Please don't 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 07:55:08 +00:00
Max Horn
ebd314a9ec fix debug mode 0
svn-id: r10791
2003-10-14 07:52:34 +00:00
David Eriksson
c21d371e9c Get numFrames property.
svn-id: r10790
2003-10-14 07:46:24 +00:00
Max Horn
4cd9694fdc fix compilation
svn-id: r10789
2003-10-14 07:41:58 +00:00
David Eriksson
b1ffc235e0 Using Walk::personMove now!
svn-id: r10788
2003-10-14 07:06:12 +00:00
David Eriksson
18ebc6e92e Compare correct actor names.
svn-id: r10787
2003-10-14 06:41:08 +00:00
Gregory Montoir
cf47fb1c69 dynalum implementation
svn-id: r10781
2003-10-13 16:49:53 +00:00
Gregory Montoir
d9f247231c Logic::personSetData correction
svn-id: r10780
2003-10-13 14:31:59 +00:00
Gregory Montoir
b750398d20 DISP_ROOM additions + 'Person' functions
svn-id: r10779
2003-10-13 14:21:17 +00:00
Joost Peters
905e47dc1a don't use strstr(), as there is no terminating '\0' at the end of the file
svn-id: r10772
2003-10-12 19:17:26 +00:00
David Eriksson
ba281b251a - Integrate with Joost's and Gregory's latest implementations.
- Implement more...

svn-id: r10771
2003-10-12 19:16:48 +00:00
David Eriksson
2e60628c1f Rename functions
svn-id: r10770
2003-10-12 19:13:44 +00:00
Joost Peters
9b41c157c0 added missing INITIATE() code, added language detection to Resource class, etc.
svn-id: r10767
2003-10-12 18:44:44 +00:00
Max Horn
36fd7ec445 some renaming for more consistent terminology (although we might want to 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 18:40:12 +00:00
Gregory Montoir
620bf5e962 minor initialise() tweaks, added panel zones
svn-id: r10763
2003-10-12 17:38:01 +00:00
Gregory Montoir
0b51516c7f minor additions for DISP_ROOM
svn-id: r10758
2003-10-12 16:37:56 +00:00
Gregory Montoir
1e68372816 DISP_ROOM additions/corrections
svn-id: r10743
2003-10-12 13:16:35 +00:00
Torbjörn Andersson
650581eef8 Fix warning
svn-id: r10733
2003-10-11 12:21:48 +00:00
Gregory Montoir
a259809540 update QueenEngine class with new Logic constructor
svn-id: r10732
2003-10-11 10:24:12 +00:00
Gregory Montoir
cd1d7f474d preliminary DISP_ROOM implementation
svn-id: r10731
2003-10-11 10:09:23 +00:00
Gregory Montoir
4675d19351 Graphics tweaks
svn-id: r10729
2003-10-10 20:03:34 +00:00
David Eriksson
bd2bdd4c64 Small start for variable cross-reference.
svn-id: r10722
2003-10-10 13:59:21 +00:00
Max Horn
5301edc383 some cleanup
svn-id: r10720
2003-10-10 13:55:08 +00:00
David Eriksson
1f9497cb1f Get Graphics object as parameter too.
svn-id: r10719
2003-10-10 13:01:14 +00:00
Max Horn
c11ebb33b6 cleanup
svn-id: r10718
2003-10-10 12:12:56 +00:00
Max Horn
ed5948272d constness
svn-id: r10714
2003-10-10 10:42:37 +00:00
David Eriksson
4ae7e06a1d Improved Talk class.
svn-id: r10711
2003-10-10 09:45:22 +00:00
Gregory Montoir
370cf1b972 oups
svn-id: r10710
2003-10-10 09:24:21 +00:00
Gregory Montoir
7286df0c94 additions/corrections to walking functions
svn-id: r10709
2003-10-10 09:19:52 +00:00
Paweł Kołodziejski
afb96f867c fixed compilation
svn-id: r10707
2003-10-09 16:33:00 +00:00
David Eriksson
92997ec15f - Make _moveData table readable
- Add missing member in last table entry

svn-id: r10700
2003-10-09 13:42:55 +00:00
Gregory Montoir
d03dfdb6f7 minor additions to walk class + get/set functions for Logic::_area
svn-id: r10699
2003-10-09 13:14:16 +00:00
Gregory Montoir
91aaef03bc added walking functions
svn-id: r10695
2003-10-09 09:09:40 +00:00
Max Horn
d177364715 new config manager. not everything is completed, and some things will still be changed, but it seems to work well enough to put it into CVS
svn-id: r10687
2003-10-08 21:59:23 +00:00
Max Horn
3c78c0929c fixed queen build rules...
svn-id: r10686
2003-10-08 21:27:57 +00:00
Gregory Montoir
311dea141b added new structures
svn-id: r10678
2003-10-08 08:55:07 +00:00
Oliver Kiehl
0281f6b6d6 fix gcc 3.3 warning
svn-id: r10673
2003-10-07 15:27:53 +00:00
Gregory Montoir
537ee7166f some text functions
svn-id: r10670
2003-10-07 14:05:56 +00:00
David Eriksson
f99c8b81db Improved Queen::Talk class
svn-id: r10667
2003-10-07 12:20:31 +00:00
Max Horn
2485f15e34 fixed warnings
svn-id: r10663
2003-10-07 09:34:19 +00:00
Gregory Montoir
e7abb0363d new header for common defines/enums + some additions to Graphics
svn-id: r10662
2003-10-07 09:04:25 +00:00
David Eriksson
8177fce048 Make it possible to get game language
svn-id: r10661
2003-10-07 08:24:54 +00:00
Torbjörn Andersson
f8400b1c44 Fixed assert(). I think -- I don't even get this far before ScummVM crashes
on me. :-)

svn-id: r10660
2003-10-07 08:22:53 +00:00