aboutsummaryrefslogtreecommitdiff
path: root/queen/graphics.cpp
AgeCommit message (Expand)Author
2004-01-12New save/load code, this *breaks* compatiblity with the previousGregory Montoir
2004-01-11minor display code changesGregory Montoir
2004-01-11cleanupGregory Montoir
2004-01-10cleanupGregory Montoir
2004-01-10workaround for final room sound issuesGregory Montoir
2004-01-09fix mouse pointer glitch occuring when exiting DebuggerGregory Montoir
2004-01-09renamed some methods and moved some code to DisplayGregory Montoir
2004-01-08minor Logic::initPerson() tweakGregory Montoir
2004-01-08moved the remaining 'graphics' stuff from Logic to GraphicsGregory Montoir
2004-01-08cleanup, xref updateGregory Montoir
2004-01-08- new Grid class to handle all zones / areas stuffGregory Montoir
2004-01-08mostly cleanup :Gregory Montoir
2004-01-07- moved some Person/Anim code to GraphicsGregory Montoir
2004-01-06- minor cleanup in Person/Actor stuffGregory Montoir
2004-01-06moved animation stuff to Graphics classGregory Montoir
2004-01-06updated copyright noticeMax Horn
2004-01-06simplified room switching code a bitGregory Montoir
2004-01-05- enabled debugger in QueenEngine::errorStringGregory Montoir
2004-01-05added a class to manage banks, Queen::Graphics cleanupGregory Montoir
2004-01-04- added code to only redraw changed blocks in order to avoid full screen refreshGregory Montoir
2004-01-02minor rewrite of screenblanker codeGregory Montoir
2003-12-30remove hack from original code, this was apparently only needed for SELECT_VE...Gregory Montoir
2003-12-29cleanup & follow code conventionsGregory Montoir
2003-12-27enable alternative introductionGregory Montoir
2003-12-26cleanupGregory Montoir
2003-12-20some code to play the 'room background sfx' (equivalent to sfxplay(NULLstr))Gregory Montoir
2003-12-19put all 'bam' related stuff in a class and allow load/save during a 'bam' sceneGregory Montoir
2003-12-11constructors cleanupGregory Montoir
2003-12-03fix klunk scene glitchesGregory Montoir
2003-12-03new room/gamestate constantsGregory Montoir
2003-12-01cleanupGregory Montoir
2003-12-01cleanup header includesGregory Montoir
2003-11-30cleanupGregory Montoir
2003-11-27- speak correct sentence when object is not usableGregory Montoir
2003-11-26fix some animation issuesGregory Montoir
2003-11-20use constants instead of plain integers for room numbersGregory Montoir
2003-11-17fix 'chasing car disappearing for a frame' issueGregory Montoir
2003-11-15fix some bugs :Gregory Montoir
2003-11-12fix some bugs :Gregory Montoir
2003-11-10fix some bugs :Gregory Montoir
2003-11-08cleanup whitespacesPaweł Kołodziejski
2003-11-07add bob parallax stuff for room 74 (carbam)Gregory Montoir
2003-11-06The more I implement, the more I need to implement.David Eriksson
2003-11-02Match new[] with delete[].David Eriksson
2003-11-01rename Queen::GameSettings to Queen::GameConfigGregory Montoir
2003-10-31add mouse cursor codeGregory Montoir
2003-10-28added loadFileMalloc() methodJoost Peters
2003-10-25cleanup Graphics / populate BobSlotGregory Montoir
2003-10-25whateverJoost Peters
2003-10-23Initial version of the Input class. Some things still missing.David Eriksson