Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-02 | Changed foo(void) to foo() in almost all non-backend source files | Max Horn | |
svn-id: r45616 | |||
2009-06-06 | Implement debug commands "room" and "bt" | Eugene Sandulenko | |
svn-id: r41249 | |||
2008-01-09 | Added a debug command, did some cleanup | Filippos Karapetis | |
svn-id: r30351 | |||
2008-01-09 | Cleanup of the debugger commands, added some more commands, removed now ↵ | Filippos Karapetis | |
obsolete debug code svn-id: r30350 | |||
2008-01-09 | Added a debug console for Mickey's Space Adventures | Filippos Karapetis | |
svn-id: r30349 | |||
2007-10-13 | Add a debug console in Winnie (patch by clone2727) | Filippos Karapetis | |
svn-id: r29215 | |||
2007-09-01 | An early WIP of PreAGI (TrollVM) support | Eugene Sandulenko | |
svn-id: r28787 | |||
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client ↵ | Max Horn | |
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024 | |||
2007-01-16 | Formating names in source code | Paweł Kołodziejski | |
svn-id: r25101 | |||
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-05-24 | converted to scummvm console style | Paweł Kołodziejski | |
svn-id: r22618 | |||
2006-05-24 | Fixed most - not all - GCC warnings. | Torbjörn Andersson | |
svn-id: r22614 | |||
2006-05-24 | From what I understand, the __ prefix is generally reserved for system headers, | Torbjörn Andersson | |
so I've removed most of them. There's still some in list.h, but that should probably be replaced by our own list handler some day. svn-id: r22611 | |||
2006-05-23 | imported AGI engine | Paweł Kołodziejski | |
svn-id: r22588 |