Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-05-01 | Prefix files cleanup | Chris Apers | |
Added support for Parallaction and Cruise engines Added ZLIB support svn-id: r26693 | |||
2007-05-01 | Cleanup, prevent change between 68k and ARM code | Chris Apers | |
Added two more required functions for T3 svn-id: r26692 | |||
2007-05-01 | Cleanup, use my new PalmOS Porting SDK | Chris Apers | |
svn-id: r26691 | |||
2007-05-01 | Cleanup, remove PalmOS dependencies from the ScummVM core | Chris Apers | |
svn-id: r26690 | |||
2007-05-01 | Cleanup, now part of an external library | Chris Apers | |
svn-id: r26689 | |||
2007-05-01 | This file is now part of an external PalmOS SDK | Chris Apers | |
svn-id: r26688 | |||
2007-05-01 | Those files are now part of an external PalmOS SDK | Chris Apers | |
svn-id: r26687 | |||
2007-05-01 | Code will be updated to get rid of this file | Chris Apers | |
svn-id: r26686 | |||
2007-04-30 | correct place for touche screen size adjustment & one more check in the draw ↵ | Kostas Nakos | |
loop svn-id: r26685 | |||
2007-04-30 | add zoom up/down actions for touche | Kostas Nakos | |
svn-id: r26684 | |||
2007-04-30 | better zoomup/down + panel handling for hires, also fixes bug #1593299 | Kostas Nakos | |
svn-id: r26683 | |||
2007-04-30 | formatting | Kostas Nakos | |
svn-id: r26682 | |||
2007-04-30 | Cleaned up the script engine opcodes, added debug names for recently added ↵ | Paul Gilbert | |
script methods, and bugfix to method that was causing a crash in the first room svn-id: r26681 | |||
2007-04-30 | Added NPC to NPC talk action, and a bugfix for when remote viewing a room | Paul Gilbert | |
svn-id: r26680 | |||
2007-04-29 | Patch #1709681: SCUMM: Fallback to Adlib when Roland Upgrade is missing | Max Horn | |
svn-id: r26679 | |||
2007-04-29 | Change getNumBoxes() to properly read the full uint16 box count (shouldn't ↵ | Max Horn | |
affect anything, though) svn-id: r26678 | |||
2007-04-29 | Handle the escape key properly in KQ4. Fixes bug #1660158 | Filippos Karapetis | |
svn-id: r26677 | |||
2007-04-29 | Hard crash when not using adlib/pcspk in a Loom/MonkeyEGA is not nice, we ↵ | Max Horn | |
should try to add a safe fallback mode at some point svn-id: r26676 | |||
2007-04-29 | Reworked hotspot actions so that talking to characters work properly | Paul Gilbert | |
svn-id: r26675 | |||
2007-04-29 | Added talk script offset field to hotspot resources | Paul Gilbert | |
svn-id: r26674 | |||
2007-04-29 | Only update the backend's palette when necessary, since doing this triggers a | Torbjörn Andersson | |
full redraw. (We still do that by updating the entire screen every frame, but that could possibly change in the future.) As an added bonus, I can now see all the glitches of the English version's intro in full ScummTechniVMColor. :-) svn-id: r26672 | |||
2007-04-29 | Little improvement for theme config validity check. | Johannes Schickel | |
svn-id: r26671 | |||
2007-04-29 | Fix for crash when trying to select an outdated/wrong theme config. | Johannes Schickel | |
svn-id: r26670 | |||
2007-04-28 | Implement missing opcode and fix staff intro | Vincent Hamm | |
svn-id: r26669 | |||
2007-04-28 | rewrote drawing loop in a more straightforward fashion, which also kills ↵ | Kostas Nakos | |
some bugs svn-id: r26668 | |||
2007-04-28 | bugfix aspect scaler | Kostas Nakos | |
svn-id: r26667 | |||
2007-04-28 | More cleanup | Vincent Hamm | |
Few bug fix svn-id: r26666 | |||
2007-04-28 | Possible fix for bug #1709124 ("GOB3: (dos/russian) just dont run") | Sven Hesse | |
svn-id: r26665 | |||
2007-04-28 | announce updated sdl lib port | Kostas Nakos | |
svn-id: r26664 | |||
2007-04-28 | Cumulative update to coincide with newer SDL libraries. Builders *must* ↵ | Kostas Nakos | |
update their libraries/fetch newest library pack. o Overwrite with default key mappings when action_mapping version changes o Added support for handling scummvm losing focus (e.g. a call) o Enable rotating for all devices/resolutions o Update sdl video startup to follow current sdl o Generally update code to work with new sdl lib svn-id: r26663 | |||
2007-04-28 | add focus flag | Kostas Nakos | |
svn-id: r26662 | |||
2007-04-28 | update for cruise engine, fix a little oops LordHoto pointed out | Kostas Nakos | |
svn-id: r26661 | |||
2007-04-28 | more logical formatting for scaler code, at least for me :-) | Kostas Nakos | |
svn-id: r26660 | |||
2007-04-28 | bump action mapping version | Kostas Nakos | |
svn-id: r26659 | |||
2007-04-28 | cleanup, more meaningful names for actions, fix quit dialog looks, bump ↵ | Kostas Nakos | |
action mapping version svn-id: r26658 | |||
2007-04-28 | cleanup, implement new default action mappings, bump action version, enable ↵ | Kostas Nakos | |
keybinding at launcher, fix quit dialog looks svn-id: r26657 | |||
2007-04-28 | cleanup | Kostas Nakos | |
svn-id: r26656 | |||
2007-04-28 | cleanup & completely map wm device's keys | Kostas Nakos | |
svn-id: r26655 | |||
2007-04-28 | insert key up events for synthetic events | Kostas Nakos | |
svn-id: r26654 | |||
2007-04-28 | Updated configure to generate flags in config.mk for MAD, FLAC, MPEG2 and ↵ | Max Horn | |
Vorbis; updated scummvm-static Makefile target to only static link those libs which are actually used svn-id: r26651 | |||
2007-04-28 | Updated the rootnamespace property and unified the compiler optimizations ↵ | Filippos Karapetis | |
across all engines for the MSVC8 project files. Also, changed the subsystem to be console instead of windows, so that the console window is shown, like in the gcc SVN binaries svn-id: r26650 | |||
2007-04-28 | Double-invert the logic on some big/little endian checks (the idea is that ↵ | Max Horn | |
we want to fallback to safe code unless we definitely know no endian/alignment issues are in the way; this way it will work even if the endianess is unknown) svn-id: r26649 | |||
2007-04-28 | Some minor cleanup (but we need to get rid of fopen/fread use here) | Max Horn | |
svn-id: r26647 | |||
2007-04-28 | forgot about depends | Paweł Kołodziejski | |
svn-id: r26646 | |||
2007-04-28 | update msvc8 project files | Paweł Kołodziejski | |
svn-id: r26645 | |||
2007-04-28 | This is an updated and slightly cleaned up version of patch #1657061 ("SWORD1: | Torbjörn Andersson | |
Cutscene subtitles"). It still has the deficiencies listen in the patch tracker and should therefore be considered work-in-progress, but sev said I should go ahead and commit it anyway. I have no further plans for it right now, so feel free to improve on it. svn-id: r26644 | |||
2007-04-28 | fixed warning | Paweł Kołodziejski | |
svn-id: r26643 | |||
2007-04-28 | Patch #1709073: "MSVC7.1 project for Cruise" | Eugene Sandulenko | |
svn-id: r26642 | |||
2007-04-28 | Add code difference for inventory arrows in Amiga versions of Simon the ↵ | Travis Howell | |
Sorcerer 1. svn-id: r26641 | |||
2007-04-28 | Ahem. Fixing code formatting. | Eugene Sandulenko | |
svn-id: r26640 |