Age | Commit message (Expand) | Author |
2010-11-17 | ENGINES: Change 'colour' to 'color' | Max Horn |
2010-11-05 | AGOS: Display item names and descriptions via GUImessage, in Swampy Adventure... | Travis Howell |
2010-10-15 | ENGINES: Enhance namespace comments a bit | Max Horn |
2010-07-04 | Cleanup: Treat booleans as booleans, not integers. (I hope I didn't mess up, | Torbjörn Andersson |
2010-03-23 | Fix compiler warning. | Travis Howell |
2010-03-18 | COMMON: Move Common::RandomSource to common/random.* | Max Horn |
2010-03-07 | Exclude font data tables for The Feeble Files, when AGOS2 games are disabled. | Travis Howell |
2009-11-24 | Added Doxygen comments for the various engine namespaces (currently mostly wi... | Max Horn |
2009-09-24 | Split the script opcode table for DIMP, since it doesn't match(ie timers) oth... | Travis Howell |
2009-09-24 | Fix bug #2865191 - NoPatience hangs after undo. | Travis Howell |
2009-08-12 | Enable Personal Nightmare by default. | Travis Howell |
2009-08-11 | Fix AGOS compilation. | Johannes Schickel |
2009-08-11 | Add option to disable later games (Feeble Files, Puzzle Pack) in AGOS game en... | Travis Howell |
2009-07-21 | Fix fade effects in Waxworks. | Travis Howell |
2009-07-18 | AGOS: Removed second setjmp in PN code (untested!) | Max Horn |
2009-07-18 | AGOS: Get rid of one setjmp in PN code (needs testing) | Max Horn |
2009-07-14 | AGOS: Cleanup PN code a bit, trying to make sense out of it | Max Horn |
2009-07-06 | Use graphics surfaces for screen buffers, and always use correct pitch when w... | Travis Howell |
2009-07-03 | Added more GCC_PRINTF attributes, and fixed resulting warnings in format strings | Max Horn |
2009-07-01 | Fixed some more warnings observed on buildbot | Max Horn |
2009-07-01 | - Added GCC_PRINTF attribute to several funcs where it makes sense | Max Horn |
2009-06-08 | Add more Polish font data for The Feeble Files. | Travis Howell |
2009-05-16 | Add initial support for DOS non-interactive demos of The Feeble Files. | Travis Howell |
2009-05-14 | Expand dump image code to cover all games, and add options to the debugger. | Travis Howell |
2009-05-05 | Fix input glitch regression again, by closer matching original PN code. | Travis Howell |
2009-05-04 | Fix input been displayed during ending sequence in PN. | Travis Howell |
2009-04-22 | AGOS: Merged timerCallback and timerProc; removed checkTimerCallback declarat... | Max Horn |
2009-04-22 | Fix crash that occurs when OmniTV video is played completely, in The Feeble F... | Travis Howell |
2009-04-19 | Fix possible overwriting of sound data in earlier games, and cleanup. | Travis Howell |
2009-03-09 | Cleanup. | Travis Howell |
2009-03-09 | Minor cleanup. | Travis Howell |
2009-03-09 | Changed _inputting & _inputReady from uint8 to bool. | Travis Howell |
2009-03-09 | AGOS: Changed _leftButtonDown & _rightButtonDown from byte to int | Max Horn |
2009-03-09 | Change Personal Nightmare support to optional, until setjmp/longjmp code is c... | Travis Howell |
2009-03-08 | Replace samewrd() function, with scumm_strnicmp. | Travis Howell |
2009-03-08 | Cleanup. | Travis Howell |
2009-03-08 | Clarify several errors messages. | Travis Howell |
2009-03-08 | Add initial support for Personal Nightmare. | Travis Howell |
2009-03-07 | Whitespace cleanup: Convert space followed by tab to just tab | Max Horn |
2009-03-05 | Add minor verb code differences in Elvira 1/2. | Travis Howell |
2009-03-01 | Merged Engine::go() and ::init() into a new run() method (currently implement... | Max Horn |
2009-02-07 | Cleanup. | Travis Howell |
2009-02-07 | Cleanup. | Travis Howell |
2009-02-07 | Cleanup. | Travis Howell |
2009-01-26 | Add support for text compression in the AtariST version of Elvira 1. | Travis Howell |
2009-01-23 | Remove unused shutdown() code. | Travis Howell |
2009-01-05 | Remove unused code, since room flags are always zero in Elvira 1. | Travis Howell |
2008-12-21 | Add initial Smacker support for The Feeble Files. | Travis Howell |
2008-12-14 | Resort game types. | Travis Howell |
2008-12-13 | Add upper case code for oe1_pcName() in Elvira 1/2. | Travis Howell |