Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-09 | SCI: removing origName from KernelFunction struct, adding debugCalls boolean ↵ | Martin Kiewitz | |
for later use svn-id: r50769 | |||
2010-07-09 | Added OpenGLSDLGraphicsManager. | Alejandro Marzini | |
svn-id: r50768 | |||
2010-07-09 | SCI: fixing regression of r50414 - we set volume to standard levels inside ↵ | Martin Kiewitz | |
initCommands since then, so if we set the actual needed volume before calling that it will get ignored - fixes lsl1demo svn-id: r50766 | |||
2010-07-09 | SCI: move comments and change selector for sci0 sound in kDoSoundPause, also ↵ | Martin Kiewitz | |
allow pausing everything even for sci1early (qfg2 is using it) svn-id: r50765 | |||
2010-07-09 | Update template and all translation files following the addition of a new ↵ | Thierry Crozat | |
translatable string. French and German translations also have additional updates. svn-id: r50764 | |||
2010-07-09 | Replace _s(test ? "string1" : "string2") by test ? _("string1") : ↵ | Thierry Crozat | |
_("string2") in two places. With the old code the second string was not detected as being translatable. svn-id: r50763 | |||
2010-07-09 | Fix some other valgrind warnings. | Matthew Hoops | |
svn-id: r50762 | |||
2010-07-09 | Introduce the RivenScriptManager to keep track of scripts and free them when ↵ | Matthew Hoops | |
required. The old way of using SharedPtr was quite hacky and didn't work properly when talking to Gehn in ospit. svn-id: r50761 | |||
2010-07-09 | SCI: actually all sound-sci0 games used a completely different kDoSoundPause ↵ | Martin Kiewitz | |
logic, implement it - fixes all sorts of games not pausing when going to restore menu and more svn-id: r50760 | |||
2010-07-09 | SCI: added currently commented-out pauseSound implementation for some sci0 ↵ | Martin Kiewitz | |
games, allowing integer for that subfunction svn-id: r50759 | |||
2010-07-09 | SCI: removing unneeded mutex locking inside sci0 update cues | Martin Kiewitz | |
svn-id: r50758 | |||
2010-07-09 | SCI: fixing regression of r50755 - fixing kDoSoundSendMidi | Martin Kiewitz | |
svn-id: r50757 | |||
2010-07-09 | SCI: fixing signature for kDoSound(suspend) | Martin Kiewitz | |
svn-id: r50756 | |||
2010-07-09 | SCI: implemented subsignatures for kDoSound | Martin Kiewitz | |
svn-id: r50755 | |||
2010-07-09 | SCI: getting signatures for subfunctions from previous entries, if needed | Martin Kiewitz | |
svn-id: r50754 | |||
2010-07-09 | Added iPad icon | Oystein Eftevaag | |
svn-id: r50752 | |||
2010-07-08 | SCI: part of subfunction signature&mapping implemented, little cleanup | Martin Kiewitz | |
svn-id: r50750 | |||
2010-07-08 | SCI: hopefully fix build :P | Martin Kiewitz | |
svn-id: r50747 | |||
2010-07-08 | SCI: sorted kernel map alphabetically | Martin Kiewitz | |
svn-id: r50746 | |||
2010-07-07 | DS: Fix OPT_SPEED and OPT_SIZE usage being reversed; add ARM7 files to 'make ↵ | Max Horn | |
clean' svn-id: r50745 | |||
2010-07-07 | DS: Split buildrule for scummvm.nds and scummvm.ds.gba | Max Horn | |
This parallels what I did in ds.mk svn-id: r50744 | |||
2010-07-07 | DS: Remove cruft from Makefiles | Max Horn | |
svn-id: r50743 | |||
2010-07-07 | DS: Code formatting | Max Horn | |
svn-id: r50742 | |||
2010-07-07 | DS: Fix some quirks in the NDS build system, remove some dead code | Max Horn | |
* remove (S)RAM save code (it has not been in use for quite some time) * remove the lz compressor (was only used by ram save code) * OPT_SPEED was set incorrectly * dsmain.cpp was misspelled as ds_main.cpp * remove unsed arm9 libcartreset (the copy in the arm7 directory still is around, though) svn-id: r50741 | |||
2010-07-07 | SCI: Dropped support for the very old saved game versions 9 - 11. Rationale: ↵ | Filippos Karapetis | |
a lot has changed since then, we're still not stable, and this helps clean up the code, thus we're still in a position to drop support for old saved games svn-id: r50738 | |||
2010-07-07 | SCI: adding support to kernel signatures that invalid references may also ↵ | Martin Kiewitz | |
get allowed - doing exactly this for kGraph(restoreBox) - fixes castle of dr. brain when quitting the game - maybe a game specific workaround would be better?!?! svn-id: r50737 | |||
2010-07-07 | DS: Remove redundant lines from arm9/makefile | Max Horn | |
svn-id: r50736 | |||
2010-07-07 | SCI: accepting decimal/hexadecimal input on segment_info & kill_segment ↵ | Martin Kiewitz | |
debug command, cleanup svn-id: r50735 | |||
2010-07-07 | Bugfixes and changed field names in the player class to be more explanatory. ↵ | Paul Gilbert | |
Implemented Ctrl-T to turn the player - the original game used Ctrl-U, but this is reserved by ScummVM for toggle Mute. svn-id: r50734 | |||
2010-07-07 | Implemented CHECK_GL_ERROR macro for debugging OpenGL calls. | Alejandro Marzini | |
svn-id: r50731 | |||
2010-07-06 | SCI: Add version to obsolete string | Max Horn | |
This way, if we ever get rid of support for savegames with version <= 23, we can also get rid of this syncString() call. Without this change, it would have "infected" every new savegame version, forever. svn-id: r50730 | |||
2010-07-06 | DS: cleanup arm9/makefile | Max Horn | |
svn-id: r50729 | |||
2010-07-06 | DS: Implemented (ugly, but working) support for optimization level overrides | Max Horn | |
svn-id: r50728 | |||
2010-07-06 | DS: Add isScrollingWithDPad() to make code more readable | Max Horn | |
svn-id: r50727 | |||
2010-07-06 | SCI: removing invalid reference error from signature checking, instead ↵ | Martin Kiewitz | |
adding new type "invalid", so that full call parameter debug information is available svn-id: r50725 | |||
2010-07-06 | SCI: fix regression of r50721 - pausing/resuming only on actual menu usage | Martin Kiewitz | |
svn-id: r50724 | |||
2010-07-06 | Added support for idle character animations | Paul Gilbert | |
svn-id: r50723 | |||
2010-07-06 | Added extra initialisation code for the game's global variables list | Paul Gilbert | |
svn-id: r50722 | |||
2010-07-06 | SCI: implemented pauseSound inside kMenuSelect | Martin Kiewitz | |
svn-id: r50721 | |||
2010-07-06 | SCI: fix regression of r50599 - broken greyed font drawing | Martin Kiewitz | |
svn-id: r50720 | |||
2010-07-06 | SCI: Simplified op_div and op_mod, removed some variables and removed the ↵ | Filippos Karapetis | |
pointless OBJ_PROPERTY wrapper svn-id: r50719 | |||
2010-07-05 | Note Common::String's behaviour may be undefined with \0 characters. | Willem Jan Palenstijn | |
Also make operator=(char) and String(char) behave the same. svn-id: r50712 | |||
2010-07-05 | Prevent SCUMM from adding gui options based on user flags into the config ↵ | Johannes Schickel | |
file (regression from r50706). svn-id: r50710 | |||
2010-07-05 | DS: Fix warning about anonymous struct | Max Horn | |
svn-id: r50709 | |||
2010-07-05 | DS: More formating, made more vars static | Max Horn | |
svn-id: r50708 | |||
2010-07-05 | SCI: fixing signature of kDoSound (fading related) thx to Ceriand | Martin Kiewitz | |
svn-id: r50707 | |||
2010-07-05 | Fix update of GUI options, which only differ in the language setting. | Johannes Schickel | |
svn-id: r50706 | |||
2010-07-05 | Formatting fixes. | Johannes Schickel | |
svn-id: r50705 | |||
2010-07-05 | Replace a tab by whitespaces in the help string. | Johannes Schickel | |
svn-id: r50704 | |||
2010-07-05 | SCI: fixing kDrawCel signature for kq6 | Martin Kiewitz | |
svn-id: r50703 |