Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-12 | SCI: interactive menu with mouse fully implemented, mouse within keyboard ↵ | Martin Kiewitz | |
menu not yet done svn-id: r47277 | |||
2010-01-12 | Fix memory leak in MidiPlayer_Adlib. | Johannes Schickel | |
svn-id: r47276 | |||
2010-01-12 | Fix some memory leaks caused by never freeing the allocated memory, which is ↵ | Johannes Schickel | |
pointed at by KernelFuncWithSignature::signature. svn-id: r47275 | |||
2010-01-12 | Fix some memory leaks caused by never deleting the objects inside ↵ | Johannes Schickel | |
SoundCommandParser::_soundCommands. svn-id: r47274 | |||
2010-01-12 | SCI: changed interactive with mouse menu code (still not finished) | Martin Kiewitz | |
svn-id: r47273 | |||
2010-01-12 | A null pointer can be safely passed to "delete", thus there is no need to ↵ | Johannes Schickel | |
check against the pointer being non-zero in advance. svn-id: r47272 | |||
2010-01-12 | SCI: added comment about "not behaving like sierra here", also added TODO on ↵ | Martin Kiewitz | |
mouse state change svn-id: r47270 | |||
2010-01-12 | SCI: deleting _font when changing active font | Martin Kiewitz | |
svn-id: r47269 | |||
2010-01-12 | SCI: deleting _music in destructor | Martin Kiewitz | |
svn-id: r47268 | |||
2010-01-12 | SCI: View::getCelCount now validates input | Martin Kiewitz | |
svn-id: r47267 | |||
2010-01-12 | Fix loop alignment check | Willem Jan Palenstijn | |
svn-id: r47264 | |||
2010-01-12 | SCI: continue when kPortrait is called with no sync resource existant for ↵ | Martin Kiewitz | |
mouth movement, prints warning() instead svn-id: r47263 | |||
2010-01-12 | N64: Icrease analog sensibility a little | Fabio Battaglia | |
svn-id: r47262 | |||
2010-01-12 | SCI: Handle master volume inside music drivers | Walter van Niftrik | |
svn-id: r47261 | |||
2010-01-12 | Added mouse click handling for top menus (mouse clicks on menu items of each ↵ | Filippos Karapetis | |
menu are not handled yet) svn-id: r47260 | |||
2010-01-11 | Patch from tracker item #2909981 which documents the various MSVC warnings ↵ | Max Horn | |
we disabled, and why svn-id: r47259 | |||
2010-01-11 | Move Mac Binary resource loader to common class. Plug tons of memory leaks ↵ | Eugene Sandulenko | |
along the way. svn-id: r47258 | |||
2010-01-11 | SCI: changed displaceY and displaceX for cels to int16, also inserted cast ↵ | Martin Kiewitz | |
to signed char for sci1 displaceX - should fix wii flickering and incorrect cel placement problems svn-id: r47257 | |||
2010-01-11 | Fix bug #2929619: "IHNM: Small problem detecting German version" | Eugene Sandulenko | |
svn-id: r47255 | |||
2010-01-11 | Don't update the screen twice while waiting | Filippos Karapetis | |
svn-id: r47254 | |||
2010-01-11 | Changed all kGraph calls which handle rectangles to use kGraphCreateRect(). ↵ | Filippos Karapetis | |
Also, changed kGraphCreateRect() to return a rect, rather than update a rect pointer svn-id: r47253 | |||
2010-01-11 | New music code: Implemented sound stopping after fading, and disabled MIDI ↵ | Filippos Karapetis | |
sound volume fading, till we figure out what's wrong with fading in the Sierra logo screen in GK1 svn-id: r47252 | |||
2010-01-11 | Some portrait-related changes, to be used when portrait loading/unloading is ↵ | Filippos Karapetis | |
done. Also, added a comment on where the class is used svn-id: r47251 | |||
2010-01-11 | Moved all the cache limits inside helpers.h and removed an obsolete TODO | Filippos Karapetis | |
svn-id: r47250 | |||
2010-01-11 | N64: optimizations in cursor drawing code | Fabio Battaglia | |
svn-id: r47249 | |||
2010-01-11 | Added MSVC warning 4355 ignore for the M4 project | Paul Gilbert | |
svn-id: r47248 | |||
2010-01-11 | - Set the palette inside doit() again | Filippos Karapetis | |
- Removed a now obsolete TODO - Portrait animations are now stopped when the Esc key is pressed, or when the engine should quit svn-id: r47247 | |||
2010-01-11 | The portrait file data is now freed after the portrait animation is done | Filippos Karapetis | |
svn-id: r47246 | |||
2010-01-11 | Cleanup, fixed a memory leak | Filippos Karapetis | |
svn-id: r47245 | |||
2010-01-11 | Improve support for negative Timestamps, and add + and - operators | Max Horn | |
svn-id: r47244 | |||
2010-01-11 | MADE: Use Mixer::getElapsedTime and Audio::Timestamp instead of ↵ | Max Horn | |
Mixer::getSoundElapsedTime svn-id: r47243 | |||
2010-01-11 | N64: a few optimizations in framebuffer drawing code | Fabio Battaglia | |
svn-id: r47242 | |||
2010-01-11 | - Don't set the palette per portrait frame - setting the whole screen ↵ | Filippos Karapetis | |
palette is a very expensive operation, and shouldn't be done on each frame, especially when all of the frames use the same palette - Cleanup svn-id: r47241 | |||
2010-01-11 | Hide the mouse cursor while a video is being played | Filippos Karapetis | |
svn-id: r47240 | |||
2010-01-10 | SCI: Fix default optimization level in AvoidPath | Walter van Niftrik | |
svn-id: r47239 | |||
2010-01-10 | Nintendo64: use newlines when printing assert messages, to avoid wrapping | Fabio Battaglia | |
svn-id: r47238 | |||
2010-01-10 | Silenced warnings ("this" isn't defined on object instantiation, and ↵ | Filippos Karapetis | |
commented out some unused variables) svn-id: r47237 | |||
2010-01-10 | fix #2926655: "Teenagent: Inventory problems on BE systems" | Joost Peters | |
svn-id: r47236 | |||
2010-01-10 | remove unneeded workaround for #47233 | Fabio Battaglia | |
svn-id: r47234 | |||
2010-01-10 | Fix bug in Engine::pauseEngine (this should fix #2912148 "Using virtual ↵ | Johannes Schickel | |
keyboard in menu mutes audio") svn-id: r47233 | |||
2010-01-10 | Mark the 'fix' in r47231 as a workaround for a probably deeper problem. | Fabio Battaglia | |
svn-id: r47232 | |||
2010-01-10 | Check if game engine is already paused before pausing it again to show ↵ | Fabio Battaglia | |
virtual keyboard. Fixes #2912148 svn-id: r47231 | |||
2010-01-10 | Typo. | Johannes Schickel | |
svn-id: r47230 | |||
2010-01-10 | Add some more comments. | Johannes Schickel | |
svn-id: r47229 | |||
2010-01-10 | Fix missing type forward declaration in voc.h. | Johannes Schickel | |
svn-id: r47228 | |||
2010-01-10 | Fix a memory leak. | Johannes Schickel | |
svn-id: r47227 | |||
2010-01-10 | - Add a SubLoopingAudioStream, which loops a nested part of a stream and ↵ | Johannes Schickel | |
thus features the same looping capabilites as LinearMemoryStream and LinearDiskStream. - Remove custom looping code from LinearMemoryStream and LinearDiskStream. - Adapt various client code to the changes. svn-id: r47226 | |||
2010-01-10 | SCI: kPortrait - abort on mouse presses only | Martin Kiewitz | |
svn-id: r47225 | |||
2010-01-10 | SCI: kPortrait - mouse click now aborts portrait | Martin Kiewitz | |
svn-id: r47224 | |||
2010-01-10 | SCI: fixed typo when getting resourceId on kPortrait call - fixes resource ↵ | Martin Kiewitz | |
not found in kq6 within pawn shop svn-id: r47223 |