Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-06-03 | Fixes visible mouse cursor in the intro with classic theme. | Johannes Schickel | |
svn-id: r22903 | |||
2006-06-03 | Changes some char* usage to Common::String. | Johannes Schickel | |
svn-id: r22902 | |||
2006-06-03 | I completely forgot to gredit Laurent Blume for Solaris x86 build which we | Eugene Sandulenko | |
offer. svn-id: r22901 | |||
2006-06-03 | - Replaces usage of PAKChunk* with PAKChunk for Common::List, should solve ↵ | Johannes Schickel | |
some strange MSVC6 warnings/(errors). svn-id: r22900 | |||
2006-06-03 | Updated Simon section. | Torbjörn Andersson | |
svn-id: r22899 | |||
2006-06-03 | This is an attempt to set the correct tempo for the Simon 1 DOS music. | Torbjörn Andersson | |
svn-id: r22898 | |||
2006-06-03 | Allocate and grow Common::String objects in multiples of 32, and leave at ↵ | Max Horn | |
least 16 spare bytes at the end, in case the string grows a little bit. svn-id: r22896 | |||
2006-06-03 | Added a default icon for savegames. | Marcus Comstedt | |
svn-id: r22892 | |||
2006-06-03 | Ignore bogus values of sizeimg in the header sanity check, it will get ↵ | Marcus Comstedt | |
recomputed anyway. svn-id: r22891 | |||
2006-06-03 | Don't try to save settings on the Dreamcast, CD-ROM:s are read only... | Marcus Comstedt | |
svn-id: r22890 | |||
2006-06-03 | FilesystemNode() does not create a valid node anymore, specify a path... | Marcus Comstedt | |
svn-id: r22889 | |||
2006-06-03 | Implements cmd_fadeEntirePalette, should fix some missing palette fades. | Johannes Schickel | |
svn-id: r22888 | |||
2006-06-03 | Cleanup. / Add speed meter for 'operator new' | Won Star | |
svn-id: r22887 | |||
2006-06-03 | Use full path in #include guard, to avoid name clashes; also, to declare ↵ | Max Horn | |
constants, enum is preferred over #define (causes less hard-to-debug errors) svn-id: r22885 | |||
2006-06-03 | Add the new Dreamcast filesystem backend to the build. | Marcus Comstedt | |
svn-id: r22884 | |||
2006-06-03 | Separated the Dreamcast filesystem backend from the POSIX one. | Marcus Comstedt | |
svn-id: r22883 | |||
2006-06-03 | Cleaned up plugin_dist target, and added target "spotless". | Marcus Comstedt | |
svn-id: r22881 | |||
2006-06-03 | Add credit for Feeble Files source code | Travis Howell | |
svn-id: r22880 | |||
2006-06-03 | Typo | Travis Howell | |
svn-id: r22879 | |||
2006-06-03 | Add credit for Feeble Files source code | Travis Howell | |
svn-id: r22876 | |||
2006-06-03 | Removed unnecessary typedef | Max Horn | |
svn-id: r22875 | |||
2006-06-03 | Really remove HashMap::find(char *) | Max Horn | |
svn-id: r22874 | |||
2006-06-03 | *Loads* of Common::String related optimizations. Woa, *tons* of methods were ↵ | Max Horn | |
copying strings needlessly svn-id: r22873 | |||
2006-06-03 | The F1-F8 keyboard shortcuts aren't available in FM-TOWNS version of Zak | Travis Howell | |
svn-id: r22872 | |||
2006-06-03 | Replaced the bogus find(const String &key) method with the proper find(const ↵ | Max Horn | |
Key &key) one. Also removed the bogus find(const char *key) (which not only doesn't work correctly for non-string keys, but also usually will be *less* efficient) svn-id: r22871 | |||
2006-06-03 | Add comment | Travis Howell | |
svn-id: r22870 | |||
2006-06-03 | Add work around for bug in a German Windows 2CD version of FF. Trigger error ↵ | Travis Howell | |
if video file not found, since they are required by several part of FF svn-id: r22869 | |||
2006-06-03 | Oops | Chris Apers | |
svn-id: r22868 | |||
2006-06-03 | Updated palmos FS based on lastest changes to the base class | Chris Apers | |
svn-id: r22867 | |||
2006-06-03 | Added AGI support | Chris Apers | |
svn-id: r22866 | |||
2006-06-03 | Added missing functions and fixed saving with AGI engine | Chris Apers | |
svn-id: r22865 | |||
2006-06-03 | Fixed calls | Chris Apers | |
svn-id: r22864 | |||
2006-06-03 | Missing propset | Chris Apers | |
svn-id: r22863 | |||
2006-06-03 | Don't reinvent the wheel, use MSL functions when available for better ↵ | Chris Apers | |
compatibility and smaller code size svn-id: r22862 | |||
2006-06-03 | When the screen changes, redraw all dialogs *immediately* rather than waiting | Torbjörn Andersson | |
for the main loop to check for _needRedraw. Otherwise subsequent events can cause widgets to be redrawn before the theme has had a chance to re-open the dialogs, and this could cause at least the modern theme to crash. svn-id: r22860 | |||
2006-06-03 | MPEG player fixes: | Torbjörn Andersson | |
* Initialise _frameWidth and _frameHeight to prevent them from being undefined. * Fix BS2 subtitle positioning. (Fixes bug #1499916) * In BS2, copy the frame to the backend in 8-bit mode. * Fix compilation in 8-bit mode. BS2 subtitles aren't quite right in 8-bit mode, but I expect we want to re-design things a bit if we ever add DXA cutscenes. We can fix minor details then. svn-id: r22859 | |||
2006-06-03 | Fixing an endian-issue in setVoice() | Sven Hesse | |
svn-id: r22858 | |||
2006-06-03 | Matched the memset in imdFrameUncompressor() to the original asm, that | Sven Hesse | |
fixes a small glitch svn-id: r22857 | |||
2006-06-03 | Split ID string into several small strings for systems not coping with large ↵ | Lars Persson | |
string constants. svn-id: r22856 | |||
2006-06-03 | Update talkspeed config setting, when set by game scripts | Travis Howell | |
svn-id: r22854 | |||
2006-06-03 | Update talkspeed config setting, when set by game scripts | Travis Howell | |
svn-id: r22853 | |||
2006-06-03 | Bugfix to properly detect the end of the indexed room hotspot list | Paul Gilbert | |
svn-id: r22852 | |||
2006-06-03 | Correct setting of VAR_CHARINC in several functions, the value should only ↵ | Travis Howell | |
be reversed when using keyboard shortcuts (Due to the scrollbar) svn-id: r22850 | |||
2006-06-03 | More maemo port development | Eugene Sandulenko | |
svn-id: r22849 | |||
2006-06-03 | Fix for bug # 1497965 ("KYRA1: Skipping dialogue requires two clicks"). | Johannes Schickel | |
svn-id: r22848 | |||
2006-06-02 | Oops. sfx should be on per default. | Johannes Schickel | |
svn-id: r22845 | |||
2006-06-02 | Fix for bug # 1497961 ("KYRA1: in-game "Music" option not working"). | Johannes Schickel | |
svn-id: r22844 | |||
2006-06-02 | Fix long standing (ahem) c/p error which made impossible to sidable just HQ | Eugene Sandulenko | |
scalers. svn-id: r22843 | |||
2006-06-02 | Plug memory leak | Eugene Sandulenko | |
svn-id: r22842 | |||
2006-06-02 | Turn AliasesMap and VariablesMap keys from String to const char *. | Eugene Sandulenko | |
Stats before: Strings: 12048 mallocs: 55629 after: Strings: 6370 mallocs: 42117 Here Strings are non-empty strings. Mallocs are string-related mallocs including mallocs in HashMap BaseNode. svn-id: r22841 |