Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-09-16 | Small adjustment for projectfiles source path | Lars Persson | |
svn-id: r23897 | |||
2006-09-16 | - enables pseudo unloading of loaded pak files (which reduces the loading of ↵ | Johannes Schickel | |
pak files on room changes) - uses Common::hashit_lower instead of scumm_stricmp for filename checking svn-id: r23896 | |||
2006-09-16 | * Updated Symbian project files for new file structure | Lars Persson | |
svn-id: r23895 | |||
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 | Patch #1559806: Fixes for AmigaOS 4 filesystem backend | Max Horn | |
svn-id: r23893 | |||
2006-09-16 | Added GUI::ConsoleDialoggetCharsPerLine() method, and added a big FIXME ↵ | Max Horn | |
comment to gui/console.h svn-id: r23892 | |||
2006-09-16 | cleanup | Max Horn | |
svn-id: r23891 | |||
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-09-16 | Renamed kLineWidth to kCharsPerLine, and moved some enum constants into ↵ | Max Horn | |
class ConsoleDialog (to avoid name clashes with other code) svn-id: r23889 | |||
2006-09-16 | Reduce code duplication | Max Horn | |
svn-id: r23888 | |||
2006-09-16 | Simplifies resource handling for the CD version of Kyrandia. | Johannes Schickel | |
(also less file loading at startup, but more on room change) svn-id: r23887 | |||
2006-09-16 | Replaces all malloc/realloc usages with new. | Johannes Schickel | |
svn-id: r23886 | |||
2006-09-16 | Replaced checkRange by assertRange, which has (a) an (IMO) more logical ↵ | Max Horn | |
order of parameters, and (b) removes lots of useless duplicate information in error messages svn-id: r23885 | |||
2006-09-16 | cleanup; remove check whether _costume is valid, as that is already done by ↵ | Max Horn | |
getResourceAddress svn-id: r23884 | |||
2006-09-16 | Updated MD5 list | Max Horn | |
svn-id: r23882 | |||
2006-09-16 | Replaces malloc with new in most cases. | Johannes Schickel | |
svn-id: r23881 | |||
2006-09-16 | cleanup | Max Horn | |
svn-id: r23880 | |||
2006-09-15 | - adds dirty rect handling to the kyra engine (needs some more tests before ↵ | Johannes Schickel | |
I commit it to branch though) - initializes an uninitiliazied variable which caused crashes from time to time svn-id: r23878 | |||
2006-09-15 | Update French version of Pajama Sam 2 | Travis Howell | |
svn-id: r23877 | |||
2006-09-14 | Add/Update several French versions of HE games | Travis Howell | |
svn-id: r23874 | |||
2006-09-14 | Add French version of puttcircus | Travis Howell | |
svn-id: r23873 | |||
2006-09-13 | Implement file cache. needs some testing :) | Won Star | |
Fix some bugs in memory management. svn-id: r23870 | |||
2006-09-10 | Test _skipFlag a bit more often. | Torbjörn Andersson | |
svn-id: r23867 | |||
2006-09-10 | Clear _skipFlag at beginning of Kyra 2 intro. Otherwise, skipping it once will | Torbjörn Andersson | |
automatically skip it if you try to watch it a second time. (Are there any other flags that need to be cleared as well?) svn-id: r23866 | |||
2006-09-10 | Make Lure run again on PalmOS fixing unaligned read | Chris Apers | |
svn-id: r23865 | |||
2006-09-10 | - Some little checks for shape usage. | Johannes Schickel | |
- Less redrawing while loading a savegame. svn-id: r23864 | |||
2006-09-10 | Little bit cleanup. | Johannes Schickel | |
svn-id: r23863 | |||
2006-09-10 | Simplifies PAK file loading a bit. | Johannes Schickel | |
svn-id: r23862 | |||
2006-09-10 | Makes lure compile with msvc8 again. | Johannes Schickel | |
svn-id: r23861 | |||
2006-09-10 | Added name() method. | Marcus Comstedt | |
svn-id: r23860 | |||
2006-09-10 | Add/Update Dutch and French versions of several HE games | Travis Howell | |
svn-id: r23858 | |||
2006-09-09 | Renamed o6_getActorAnimCounter1 to o6_getActorAnimCounter | Max Horn | |
svn-id: r23857 | |||
2006-09-09 | Moved allocResTypeData from ScummEngine to ResourceManager; removed friend ↵ | Max Horn | |
declarations from ResourceManager, and performed other minor tweaks svn-id: r23856 | |||
2006-09-09 | Moved _heV7RoomIntOffsets initialization | Max Horn | |
svn-id: r23855 | |||
2006-09-09 | Turned some sound conversion methods into static functions (cleanup) | Max Horn | |
svn-id: r23854 | |||
2006-09-09 | Renamed Resource::fileHandle() to Resource::getFileHandle() | Max Horn | |
svn-id: r23853 | |||
2006-09-09 | Get rid of fsnode hack | Max Horn | |
svn-id: r23852 | |||
2006-09-09 | cleanup | Kostas Nakos | |
svn-id: r23851 | |||
2006-09-09 | Ignore mouselock count when switching the cursor graphics, fixing a bug ↵ | Oystein Eftevaag | |
salty-horse reported on irc. svn-id: r23849 | |||
2006-09-09 | Fix memory leak | Max Horn | |
svn-id: r23848 | |||
2006-09-09 | Fixed unaligned read on PalmOS | Chris Apers | |
svn-id: r23846 | |||
2006-09-09 | Fixed unaligned read (this fix a potential crash clicking on the Text option ↵ | Chris Apers | |
button) svn-id: r23845 | |||
2006-09-09 | Fixed warning. | Torbjörn Andersson | |
svn-id: r23844 | |||
2006-09-09 | Fixed a bug in loadPakFile(), and changed PAKFile constructor so that it ↵ | Neil Millstone | |
doesn't load the entire file. svn-id: r23843 | |||
2006-09-09 | Fixed compilation. | Torbjörn Andersson | |
svn-id: r23842 | |||
2006-09-09 | This printf isnot supportedon PalmOS 68k, taken from an old port of Sarien | Chris Apers | |
svn-id: r23841 | |||
2006-09-09 | Fixed crashes on Zodiac and add support for this device | Chris Apers | |
svn-id: r23840 | |||
2006-09-09 | Initialise variable. Should fix Valgrind warning. | Torbjörn Andersson | |
svn-id: r23838 | |||
2006-09-09 | Fixed crashes on Zodiac and add support for this device | Chris Apers | |
svn-id: r23837 | |||
2006-09-09 | Fixed compilation | Chris Apers | |
svn-id: r23836 |