Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-24 | Split the script opcode table for DIMP, since it doesn't match(ie timers) ↵ | Travis Howell | |
other Puzzle Pack games. svn-id: r44285 | |||
2009-09-24 | Fix bug #2865191 - NoPatience hangs after undo. | Travis Howell | |
svn-id: r44281 | |||
2009-08-12 | Enable Personal Nightmare by default. | Travis Howell | |
svn-id: r43304 | |||
2009-08-11 | Fix AGOS compilation. | Johannes Schickel | |
svn-id: r43276 | |||
2009-08-11 | Add option to disable later games (Feeble Files, Puzzle Pack) in AGOS game ↵ | Travis Howell | |
engine, which require higher resolution. svn-id: r43270 | |||
2009-07-21 | Fix fade effects in Waxworks. | Travis Howell | |
svn-id: r42638 | |||
2009-07-18 | AGOS: Removed second setjmp in PN code (untested!) | Max Horn | |
svn-id: r42593 | |||
2009-07-18 | AGOS: Get rid of one setjmp in PN code (needs testing) | Max Horn | |
svn-id: r42592 | |||
2009-07-14 | AGOS: Cleanup PN code a bit, trying to make sense out of it | Max Horn | |
svn-id: r42491 | |||
2009-07-06 | Use graphics surfaces for screen buffers, and always use correct pitch when ↵ | Travis Howell | |
writing to the frameBuffer. svn-id: r42163 | |||
2009-07-03 | Added more GCC_PRINTF attributes, and fixed resulting warnings in format strings | Max Horn | |
svn-id: r42054 | |||
2009-07-01 | Fixed some more warnings observed on buildbot | Max Horn | |
svn-id: r42010 | |||
2009-07-01 | - Added GCC_PRINTF attribute to several funcs where it makes sense | Max Horn | |
- change some constants from double to float, to avoid "loss of precision due to implicit conversion" warnings - removed duplicate prototypes for some funcs - fixed some "increases required alignment of target type" warnings svn-id: r42009 | |||
2009-06-08 | Add more Polish font data for The Feeble Files. | Travis Howell | |
svn-id: r41374 | |||
2009-05-16 | Add initial support for DOS non-interactive demos of The Feeble Files. | Travis Howell | |
svn-id: r40619 | |||
2009-05-14 | Expand dump image code to cover all games, and add options to the debugger. | Travis Howell | |
svn-id: r40548 | |||
2009-05-05 | Fix input glitch regression again, by closer matching original PN code. | Travis Howell | |
svn-id: r40329 | |||
2009-05-04 | Fix input been displayed during ending sequence in PN. | Travis Howell | |
svn-id: r40300 | |||
2009-04-22 | AGOS: Merged timerCallback and timerProc; removed checkTimerCallback ↵ | Max Horn | |
declaration without implementation svn-id: r40076 | |||
2009-04-22 | Fix crash that occurs when OmniTV video is played completely, in The Feeble ↵ | Travis Howell | |
Files. svn-id: r40063 | |||
2009-04-19 | Fix possible overwriting of sound data in earlier games, and cleanup. | Travis Howell | |
svn-id: r40015 | |||
2009-03-09 | Cleanup. | Travis Howell | |
svn-id: r39260 | |||
2009-03-09 | Minor cleanup. | Travis Howell | |
svn-id: r39259 | |||
2009-03-09 | Changed _inputting & _inputReady from uint8 to bool. | Travis Howell | |
svn-id: r39258 | |||
2009-03-09 | AGOS: Changed _leftButtonDown & _rightButtonDown from byte to int | Max Horn | |
svn-id: r39256 | |||
2009-03-09 | Change Personal Nightmare support to optional, until setjmp/longjmp code is ↵ | Travis Howell | |
converted. svn-id: r39253 | |||
2009-03-08 | Replace samewrd() function, with scumm_strnicmp. | Travis Howell | |
svn-id: r39248 | |||
2009-03-08 | Cleanup. | Travis Howell | |
svn-id: r39222 | |||
2009-03-08 | Clarify several errors messages. | Travis Howell | |
svn-id: r39219 | |||
2009-03-08 | Add initial support for Personal Nightmare. | Travis Howell | |
Thanks to dreammaster for file decompression and icon decoding code. NOTE: setjmp/longjmp code will require conversion for portability. svn-id: r39216 | |||
2009-03-07 | Whitespace cleanup: Convert space followed by tab to just tab | Max Horn | |
svn-id: r39203 | |||
2009-03-05 | Add minor verb code differences in Elvira 1/2. | Travis Howell | |
svn-id: r39136 | |||
2009-03-01 | Merged Engine::go() and ::init() into a new run() method (currently ↵ | Max Horn | |
implemented by calling the existing init&go methods; to be cleaned up by engine authors svn-id: r39002 | |||
2009-02-07 | Cleanup. | Travis Howell | |
svn-id: r36233 | |||
2009-02-07 | Cleanup. | Travis Howell | |
svn-id: r36232 | |||
2009-02-07 | Cleanup. | Travis Howell | |
svn-id: r36228 | |||
2009-01-26 | Add support for text compression in the AtariST version of Elvira 1. | Travis Howell | |
svn-id: r36065 | |||
2009-01-23 | Remove unused shutdown() code. | Travis Howell | |
svn-id: r36018 | |||
2009-01-05 | Remove unused code, since room flags are always zero in Elvira 1. | Travis Howell | |
svn-id: r35738 | |||
2008-12-21 | Add initial Smacker support for The Feeble Files. | Travis Howell | |
svn-id: r35457 | |||
2008-12-14 | Resort game types. | Travis Howell | |
svn-id: r35349 | |||
2008-12-13 | Add upper case code for oe1_pcName() in Elvira 1/2. | Travis Howell | |
svn-id: r35330 | |||
2008-12-13 | Ooops, didn't virtual genSaveName(). | Travis Howell | |
svn-id: r35324 | |||
2008-12-13 | Cleanup. | Travis Howell | |
svn-id: r35323 | |||
2008-11-06 | Switched various Engine APIs to use Common::Error | Max Horn | |
svn-id: r34916 | |||
2008-11-04 | Fixed the EngineFeature vs. MetaEngineFeature mess, clarified some ↵ | Max Horn | |
EngineFeature comments svn-id: r34896 | |||
2008-07-21 | Merged revisions ↵ | Christopher Page | |
33052-33053,33056-33058,33061-33064,33068,33070,33072,33075,33078-33079,33083,33086-33087,33089,33094-33096,33098-33099,33104,33108-33109,33114-33117,33120,33135-33146,33160,33162,33165,33167-33169 via svnmerge from https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk svn-id: r33183 | |||
2008-07-16 | Split the drawVertImage function in the agos engine to make it clearer | Bertrand Augereau | |
and easier to profile svn-id: r33083 | |||
2008-07-10 | Lure works with the new GMM implementation | Christopher Page | |
svn-id: r32996 | |||
2008-06-26 | Added syncSoundSettings() to Engine, sound settings can now be modified from ↵ | Christopher Page | |
the global main menu for most engines svn-id: r32815 |