Age | Commit message (Expand) | Author |
2006-06-03 | This is an attempt to set the correct tempo for the Simon 1 DOS music. | Torbjörn Andersson |
2006-06-03 | Allocate and grow Common::String objects in multiples of 32, and leave at lea... | Max Horn |
2006-06-03 | Added a default icon for savegames. | Marcus Comstedt |
2006-06-03 | Ignore bogus values of sizeimg in the header sanity check, it will get recomp... | Marcus Comstedt |
2006-06-03 | Don't try to save settings on the Dreamcast, CD-ROM:s are read only... | Marcus Comstedt |
2006-06-03 | FilesystemNode() does not create a valid node anymore, specify a path... | Marcus Comstedt |
2006-06-03 | Implements cmd_fadeEntirePalette, should fix some missing palette fades. | Johannes Schickel |
2006-06-03 | Cleanup. / Add speed meter for 'operator new' | Won Star |
2006-06-03 | Use full path in #include guard, to avoid name clashes; also, to declare cons... | Max Horn |
2006-06-03 | Add the new Dreamcast filesystem backend to the build. | Marcus Comstedt |
2006-06-03 | Separated the Dreamcast filesystem backend from the POSIX one. | Marcus Comstedt |
2006-06-03 | Cleaned up plugin_dist target, and added target "spotless". | Marcus Comstedt |
2006-06-03 | Add credit for Feeble Files source code | Travis Howell |
2006-06-03 | Typo | Travis Howell |
2006-06-03 | Add credit for Feeble Files source code | Travis Howell |
2006-06-03 | Removed unnecessary typedef | Max Horn |
2006-06-03 | Really remove HashMap::find(char *) | Max Horn |
2006-06-03 | *Loads* of Common::String related optimizations. Woa, *tons* of methods were ... | Max Horn |
2006-06-03 | The F1-F8 keyboard shortcuts aren't available in FM-TOWNS version of Zak | Travis Howell |
2006-06-03 | Replaced the bogus find(const String &key) method with the proper find(const ... | Max Horn |
2006-06-03 | Add comment | Travis Howell |
2006-06-03 | Add work around for bug in a German Windows 2CD version of FF. Trigger error ... | Travis Howell |
2006-06-03 | Oops | Chris Apers |
2006-06-03 | Updated palmos FS based on lastest changes to the base class | Chris Apers |
2006-06-03 | Added AGI support | Chris Apers |
2006-06-03 | Added missing functions and fixed saving with AGI engine | Chris Apers |
2006-06-03 | Fixed calls | Chris Apers |
2006-06-03 | Missing propset | Chris Apers |
2006-06-03 | Don't reinvent the wheel, use MSL functions when available for better compati... | Chris Apers |
2006-06-03 | When the screen changes, redraw all dialogs *immediately* rather than waiting | Torbjörn Andersson |
2006-06-03 | MPEG player fixes: | Torbjörn Andersson |
2006-06-03 | Fixing an endian-issue in setVoice() | Sven Hesse |
2006-06-03 | Matched the memset in imdFrameUncompressor() to the original asm, that | Sven Hesse |
2006-06-03 | Split ID string into several small strings for systems not coping with large ... | Lars Persson |
2006-06-03 | Update talkspeed config setting, when set by game scripts | Travis Howell |
2006-06-03 | Update talkspeed config setting, when set by game scripts | Travis Howell |
2006-06-03 | Bugfix to properly detect the end of the indexed room hotspot list | Paul Gilbert |
2006-06-03 | Correct setting of VAR_CHARINC in several functions, the value should only be... | Travis Howell |
2006-06-03 | More maemo port development | Eugene Sandulenko |
2006-06-03 | Fix for bug # 1497965 ("KYRA1: Skipping dialogue requires two clicks"). | Johannes Schickel |
2006-06-02 | Oops. sfx should be on per default. | Johannes Schickel |
2006-06-02 | Fix for bug # 1497961 ("KYRA1: in-game "Music" option not working"). | Johannes Schickel |
2006-06-02 | Fix long standing (ahem) c/p error which made impossible to sidable just HQ | Eugene Sandulenko |
2006-06-02 | Plug memory leak | Eugene Sandulenko |
2006-06-02 | Turn AliasesMap and VariablesMap keys from String to const char *. | Eugene Sandulenko |
2006-06-02 | Remove slipped in debug output. | Eugene Sandulenko |
2006-06-02 | Optimize string usage a tiny bit more | Eugene Sandulenko |
2006-06-02 | Added possibility to use (char *) as ashMap keys. For some reason it does not | Eugene Sandulenko |
2006-06-02 | Let deleteWidget() check if it's deleting _mouseWidget, _focusedWidget or | Torbjörn Andersson |
2006-06-02 | Fix mingw compile | Travis Howell |