Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-09-29 | Phase 2 of Simon renaming. Simon directory renaming | Eugene Sandulenko | |
svn-id: r24009 | |||
2006-09-29 | First pahse of renaming simon engine to agos. Internal renames. Compilation | Eugene Sandulenko | |
is broken svn-id: r24008 | |||
2006-09-29 | PP uses voice channel for looping music | Travis Howell | |
svn-id: r24007 | |||
2006-09-29 | Add opcode stub for PP | Travis Howell | |
svn-id: r24006 | |||
2006-09-29 | Fix input in PP | Travis Howell | |
svn-id: r24005 | |||
2006-09-29 | Fix mistake in dumpOpcode() | Travis Howell | |
svn-id: r24004 | |||
2006-09-29 | Correct size of opcode in dumpOpcode() | Travis Howell | |
svn-id: r24003 | |||
2006-09-29 | Add last game (dimp) of PP | Travis Howell | |
svn-id: r24002 | |||
2006-09-29 | Added/stubbed some Puzzle Pack opcodes that are different compared to The | Torbjörn Andersson | |
Feeble Files. Didn't make much difference. svn-id: r24001 | |||
2006-09-29 | Correct title name for puzzle | Travis Howell | |
svn-id: r24000 | |||
2006-09-29 | Fix display of game title | Travis Howell | |
svn-id: r23999 | |||
2006-09-29 | Add more changes for PP | Travis Howell | |
svn-id: r23998 | |||
2006-09-29 | Add md5s for Elvira 2 | Travis Howell | |
svn-id: r23997 | |||
2006-09-29 | Fix startup of PP games | Travis Howell | |
svn-id: r23996 | |||
2006-09-29 | Add speech support for PP and cleanup | Travis Howell | |
svn-id: r23995 | |||
2006-09-28 | Expand Simon engine more | Travis Howell | |
svn-id: r23994 | |||
2006-09-23 | Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle ↵ | Max Horn | |
the linker dependency graph). Porters will have to update project files svn-id: r23974 | |||
2006-09-21 | Fix regression in Amiga/Macintosh versions of FF | Travis Howell | |
svn-id: r23973 | |||
2006-09-21 | Remove excess newlines for errors/warnings | Travis Howell | |
svn-id: r23959 | |||
2006-09-21 | Re-enable warning for unknown MIDI events | Travis Howell | |
svn-id: r23958 | |||
2006-09-20 | Fix crashes during WW startup | Travis Howell | |
svn-id: r23944 | |||
2006-09-19 | Fix FF/Simon2 regression in last commit | Travis Howell | |
svn-id: r23940 | |||
2006-09-19 | Expand Simon engine | Travis Howell | |
svn-id: r23939 | |||
2006-09-18 | Minor cleanup, to re-order functions | Travis Howell | |
svn-id: r23928 | |||
2006-09-18 | Fix typo, that caused FLAC compressed sound effects file to fail to load | Travis Howell | |
svn-id: r23926 | |||
2006-09-16 | Fix bug #1559767 - SIMONWIN: Crashes on start-up | Travis Howell | |
svn-id: r23898 | |||
2006-09-16 | * Added virtual Engine::getDebugger() method | Max Horn | |
* Removed code from errorString() methods that hooked the debugger(s) into error(), in favor of using getDebugger() from within error() * As a consequence, removed most custom errorString() methods svn-id: r23894 | |||
2006-09-16 | Overhaul of the debugger code | Max Horn | |
* Moved Common::Debuggger to GUI::Debugger (mainly to satisfy linker restrictions) * Change the base Debugger class to *not* be a template class anymore; instead, a thin (template based) wrapper class is used to hook up debugger commands * Removed duplicate Cmd_Exit and Cmd_Help methods in favor of a single version of each in GUI::Debugger * New Cmd_Help doesn't word wrap after 39/78 chars, but rather queries the console to determine when to wrap * Debugger::preEnter and postEnter aren't pure virtual anymore svn-id: r23890 | |||
2006-08-27 | Update error messages and always report an error if data file load fails | Travis Howell | |
svn-id: r23772 | |||
2006-08-27 | Remove the use of AutoComputeDirtyRects feature of backends, due to it ↵ | Travis Howell | |
causing minor glitches svn-id: r23770 | |||
2006-08-26 | Fix bug #1544799 - SIMON: Engine creates launcher entry when failing to launch. | Travis Howell | |
svn-id: r23749 | |||
2006-08-25 | Correct platform for alternative Italian version of Simon the Sorcerer 1 ↵ | Travis Howell | |
(DOS CD) svn-id: r23745 | |||
2006-08-13 | Made FF use the same max length for every line when word-wrapping subtitles, | Torbjörn Andersson | |
rather than using the length of the previous line. This fixes bug #1536401. svn-id: r23706 | |||
2006-08-06 | Fix bug #1535261 FF:Dock Crash - decompressData error | Travis Howell | |
svn-id: r23684 | |||
2006-08-04 | Patch #1522592: Bugfix [1498158] SIMON: Itemheap overflow on 64bit systems | Max Horn | |
svn-id: r23670 | |||
2006-07-31 | * Added copyright string to all engine plugins | Max Horn | |
* Modified about dialog to list all available plugins with their resp. copyright * Modified about dialog credits to show the GPL last (like movie end credits do with their legal text, too) svn-id: r23645 | |||
2006-07-30 | Added explicit string equals/hash functors to a new header ↵ | Max Horn | |
common/hash-str.h; removed Hash functor specialization for String and char pointers; changed all code using hashmaps with string keys to explicitly specify whether they honor or ignore case svn-id: r23634 | |||
2006-07-25 | Check uppercase and lowercase, when confirming quit in Simon the Sorcerer 1/2 | Travis Howell | |
svn-id: r23591 | |||
2006-07-23 | Use #include "..." instead of #include <...> for pack-start.h and pack-end.h | Torbjörn Andersson | |
for consistency with other #includes. svn-id: r23585 | |||
2006-07-22 | Fix struct packing issues (macros are not resolve in #pragma params, at ↵ | Max Horn | |
least for GCC) svn-id: r23569 | |||
2006-07-22 | Fixing compiler warnings under amd64. | Johannes Schickel | |
svn-id: r23564 | |||
2006-07-22 | Removing '/' at pathsnames of calls to "File::addDefaultDirectory" since it ↵ | Johannes Schickel | |
can't be assumed that the FS code uses '/' as path separators (and it shouldn't break anything) svn-id: r23563 | |||
2006-07-22 | - let md5_file accept a FilesystemNode too | Johannes Schickel | |
- changes some engine detectors to use it svn-id: r23559 | |||
2006-07-22 | Using FilesystemNode::name instead of FilesystemNode::displayName in all ↵ | Johannes Schickel | |
game detectors. svn-id: r23558 | |||
2006-07-21 | Removing GCC_PACK, we fully rely on START_PACK_STRUCTS / END_PACK_STRUCTS ↵ | Max Horn | |
now (hiya eriktorbjorn, this one is for you *ggg*) svn-id: r23547 | |||
2006-07-14 | Ooops | Travis Howell | |
svn-id: r23498 | |||
2006-07-14 | More whitespace changes. | Torbjörn Andersson | |
svn-id: r23496 | |||
2006-07-14 | Add another Italian version of Simon the Sorcerer 1 (DOS CD) | Travis Howell | |
svn-id: r23495 | |||
2006-07-14 | More whitespace changes to see if things work normally again. | Torbjörn Andersson | |
svn-id: r23494 | |||
2006-07-11 | This should fix bug #1520629 ("No Music in Simon1"). | Torbjörn Andersson | |
svn-id: r23488 |