aboutsummaryrefslogtreecommitdiff
path: root/queen/defs.h
AgeCommit message (Collapse)Author
2005-01-01Updated copyrightMax Horn
svn-id: r16398
2004-12-03Minor cleanup, one more time.Gregory Montoir
Fixed a crash when returning to the launcher at the end of the game. I played FOTAQ (french) from the beginning to the end some hours ago, I haven't encountered any special problems/glitches (except the one mentionned above). svn-id: r15979
2004-12-02simplified palette handlingGregory Montoir
svn-id: r15971
2004-10-03merged FRAMES_JOE and FRAMES_JOE_XTRAGregory Montoir
svn-id: r15398
2004-02-22Patch #885904 (Flac Support) with some tweaks by meMax Horn
svn-id: r12984
2004-01-08cleanup, xref updateGregory Montoir
svn-id: r12256
2004-01-08mostly cleanup :Gregory Montoir
- moved main update() method to QueenEngine - merged update() & checkPlayer() - added a method in Logic class to handle the CUTAWAY_SPECIAL stuff - Journal remembers last seen page - no need to call loadPanel() to restore panel palette, use palSetPanel() instead svn-id: r12240
2004-01-06updated copyright noticeMax Horn
svn-id: r12176
2003-12-12get rid of Verb classGregory Montoir
svn-id: r11594
2003-12-11cleanupGregory Montoir
svn-id: r11579
2003-12-11centralize all State related stuffGregory Montoir
svn-id: r11577
2003-12-05- fix Joe scaling issue when switching from room 51 to 47 (temple)Gregory Montoir
- add remaining fadein() call in cutaway, pinnacle room is ok now - add 2 macros to 'clarify' some room tests - some cleanup svn-id: r11502
2003-12-04special moves 14, 25, 27, 29, 30, 33Gregory Montoir
svn-id: r11493
2003-12-03new room/gamestate constantsGregory Montoir
svn-id: r11483
2003-11-20use constants instead of plain integers for room numbersGregory Montoir
svn-id: r11353
2003-11-17fix 'chasing car disappearing for a frame' issueGregory Montoir
svn-id: r11320
2003-11-15fix some bugs :Gregory Montoir
- right-clicking on inventory item doesn't execute default action - unapplied room light level when Joe enters a room - updated comment in roomDisplay on palette fading problem - during dialogue, invalid mouse-overs (added enum for joeWalk flag too) preparing Journal stuff : - add a (almost useless) useJournal method to Logic - removed useless code in Graphics, as it should (and could) be easily re-written in a more OO way svn-id: r11299
2003-11-13Added another variable.David Eriksson
svn-id: r11275
2003-11-09Added (quick-)Saving/LoadingJoost Peters
svn-id: r11230
2003-11-07Added partial playSong() implementationJoost Peters
svn-id: r11179
2003-11-06more enum stuffJoost Peters
svn-id: r11163
2003-11-04R_MAP defineGregory Montoir
svn-id: r11126
2003-11-03Add partial roomname enumJoost Peters
svn-id: r11085
2003-11-02Enable keys for panel commands.David Eriksson
svn-id: r11063
2003-10-31use Command classGregory Montoir
svn-id: r11017
2003-10-30add support for spanish cd versionJoost Peters
svn-id: r11013
2003-10-30new Verb classGregory Montoir
svn-id: r11010
2003-10-27more stuff for future Command classGregory Montoir
svn-id: r10987
2003-10-25add some methods to Logic for future Command classGregory Montoir
svn-id: r10965
2003-10-25added GameSettings class + FIND_VERB implementationGregory Montoir
svn-id: r10960
2003-10-24misc fixes/tweaksGregory Montoir
svn-id: r10954
2003-10-23Make it possible to quit cutaways!David Eriksson
svn-id: r10952
2003-10-23move state related methods to specific class + minor changesGregory Montoir
svn-id: r10951
2003-10-23minor changes for future Command classGregory Montoir
svn-id: r10949
2003-10-23Initial version of the Input class. Some things still missing.David Eriksson
svn-id: r10944
2003-10-21WALK, GRAB_JOE, GRAB_DIR, USE_UNDERWEAR, USE_DRESS and USE_CLOTHES ↵Gregory Montoir
implementations svn-id: r10924
2003-10-20allow loading of rebuilt/compressed datafileJoost Peters
svn-id: r10917
2003-10-18- Fix some cutaway crashesDavid Eriksson
- Implement more cutaway animation svn-id: r10890
2003-10-18minor changes to joeMove() codeGregory Montoir
svn-id: r10888
2003-10-15- Make Cutaway use Walk object from LogicDavid Eriksson
- Added talkSpeed to Logic - Some more Talk code svn-id: r10810
2003-10-14preliminary FIND_STATE implementationGregory Montoir
svn-id: r10794
2003-10-12added missing INITIATE() code, added language detection to Resource class, etc.Joost Peters
svn-id: r10767
2003-10-12minor initialise() tweaks, added panel zonesGregory Montoir
svn-id: r10763
2003-10-09minor additions to walk class + get/set functions for Logic::_areaGregory Montoir
svn-id: r10699
2003-10-07some text functionsGregory Montoir
svn-id: r10670
2003-10-07new header for common defines/enums + some additions to GraphicsGregory Montoir
svn-id: r10662