Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-27 | Cleanup | Filippos Karapetis | |
svn-id: r50404 | |||
2010-06-27 | Cleanup, remove unused/obsolete code | Filippos Karapetis | |
svn-id: r50403 | |||
2010-06-27 | Made the script initialization/uninitialization methods part of the segment ↵ | Filippos Karapetis | |
manager svn-id: r50402 | |||
2010-06-27 | SCI: resetting curPos as well when mixing sound resources | Martin Kiewitz | |
svn-id: r50401 | |||
2010-06-27 | Escape a "?" character to prevent "??)" to be interpreted as trigraph and ↵ | Johannes Schickel | |
thus becoming "]". svn-id: r50399 | |||
2010-06-27 | SCI: Made the code for initializing script classes, objects and locals part ↵ | Filippos Karapetis | |
of the Script class svn-id: r50398 | |||
2010-06-27 | SCI: adding alias for vmvars ("vv") and vmvarlist ("vl") | Martin Kiewitz | |
svn-id: r50397 | |||
2010-06-27 | SCI: Moved all the script-related code inside script.cpp/.h, and all script ↵ | Filippos Karapetis | |
opcode-related code inside vm.cpp/.h svn-id: r50396 | |||
2010-06-27 | SCI: added additional output to vmvars command | Martin Kiewitz | |
svn-id: r50395 | |||
2010-06-27 | i18n: Sync all translation with sources | Eugene Sandulenko | |
svn-id: r50394 | |||
2010-06-27 | i18n: Update Russian translation | Eugene Sandulenko | |
svn-id: r50393 | |||
2010-06-27 | Silenced a false positive in MSVC about a potentially uninitialized variable | Filippos Karapetis | |
svn-id: r50392 | |||
2010-06-27 | SCI: added alias for bplist ("bl") and bpdel ("bc"), added capability of ↵ | Martin Kiewitz | |
deleting all breakpoints by using "bc *" svn-id: r50391 | |||
2010-06-27 | SCI: Separated the code for initializing script classes from the code for ↵ | Filippos Karapetis | |
initializing script objects svn-id: r50390 | |||
2010-06-27 | SCI: removing debug command "set_acc", use "vmvars a" instead | Martin Kiewitz | |
svn-id: r50389 | |||
2010-06-27 | SCI: added new command "p" / "stepover" to execute one command, but skip ↵ | Martin Kiewitz | |
send/calls processing. single-step is now "trace" (alias "s" and "t"), stepping till ret is "step_ret" (alias "pret"), removed unused kDebugSeek svn-id: r50388 | |||
2010-06-27 | SCI: fixing regression from one of the merges | Martin Kiewitz | |
svn-id: r50387 | |||
2010-06-27 | Add italian translation from the patch tracker (#3022046) and update credits. | Thierry Crozat | |
svn-id: r50386 | |||
2010-06-27 | SCI: filter out set signal commands from midi streams, if they happen at ↵ | Martin Kiewitz | |
ticker 0. fixes castle daventry getting removed immediately in kq5 french/mac svn-id: r50385 | |||
2010-06-27 | GUI: and another fix for the music device popup | Florian Kagerer | |
svn-id: r50384 | |||
2010-06-27 | Fixed GCC warnings. (Same warning twice, actually.) | Torbjörn Andersson | |
svn-id: r50383 | |||
2010-06-27 | GUI: fix music device popup (thanks to clone2727 for reporting) | Florian Kagerer | |
svn-id: r50382 | |||
2010-06-27 | Update the french translation. | Thierry Crozat | |
svn-id: r50381 | |||
2010-06-27 | SCI: now showing kernel call name when argument signature check fails | Martin Kiewitz | |
svn-id: r50380 | |||
2010-06-27 | Turned the error when failing to locate an invalid object back to a warning ↵ | Filippos Karapetis | |
(KQ5 French has an invalid object in script 202) svn-id: r50379 | |||
2010-06-27 | SCI: debug command vmvars - adding acc support | Martin Kiewitz | |
svn-id: r50378 | |||
2010-06-27 | GUI: Copy over fonts from the vendor branch, so they will lay next to the GUI. | Eugene Sandulenko | |
It will be used for future support of locale-dependent fonts. svn-id: r50377 | |||
2010-06-27 | SCI: Fix for large views in GK2. At least it does not segfault now. | Lars Skovlund | |
svn-id: r50376 | |||
2010-06-27 | Add support for Chinese The DIG. | Eugene Sandulenko | |
svn-id: r50375 | |||
2010-06-27 | SCI: better solution for the lsl6 uninit issue, we now go through all the ↵ | Martin Kiewitz | |
parents till we find a working workaround - we can use Narrator::startText that way inside the workaround table svn-id: r50374 | |||
2010-06-27 | SCI: adding uninit workaround for lsl6 (Narrator::startText) | Martin Kiewitz | |
svn-id: r50373 | |||
2010-06-27 | Workaround that corrects some bad frame data in the Russian version that was ↵ | Paul Gilbert | |
causing the several game crashes svn-id: r50372 | |||
2010-06-27 | Added proper conversion of message RGB colour values | Paul Gilbert | |
svn-id: r50371 | |||
2010-06-27 | Added accidentally deleted line | Paul Gilbert | |
svn-id: r50369 | |||
2010-06-27 | Add Nintendo Wii (PAL) versions of Freddi Fish: Kelp Seed Mystery. | Travis Howell | |
svn-id: r50367 | |||
2010-06-27 | Several bugfixes to the loading, display, and digital sound playing of ↵ | Paul Gilbert | |
messages during cutscenes svn-id: r50366 | |||
2010-06-27 | Centralised the update logic for the various system lists into the MadsView ↵ | Paul Gilbert | |
class svn-id: r50365 | |||
2010-06-27 | Prevent execution of the STOP script command when its Zone does not exist. ↵ | Nicola Mettifogo | |
Patch #3021744 by fuzzie with some comments. svn-id: r50363 | |||
2010-06-27 | Run possible cut-scenes before each location change. | Robert Špalek | |
This is the behavior of the original player. It is not necessary to click on the hero. svn-id: r50361 | |||
2010-06-27 | Script workaround fix for bug #2917661 - Crash when interacting with D'Blah | Paul Gilbert | |
svn-id: r50360 | |||
2010-06-27 | Cleanup | Filippos Karapetis | |
svn-id: r50359 | |||
2010-06-26 | Removed the misleading getHeap() function (only valid for SCI0-SCI1), plus ↵ | Filippos Karapetis | |
removed some unused defines svn-id: r50358 | |||
2010-06-26 | Moved script_instantiate_sci0() inside the segment manager, and renamed it ↵ | Filippos Karapetis | |
to scriptInitialiseObjectsSci0() svn-id: r50357 | |||
2010-06-26 | Shuffled some functions around. Also, the filename in kResCheck can never be ↵ | Filippos Karapetis | |
bigger than 9 characters, when dealing with VMD videos svn-id: r50355 | |||
2010-06-26 | Add some explanation why we can not just use setlocale on Win32. | Johannes Schickel | |
svn-id: r50354 | |||
2010-06-26 | Use "C" on Win32 as syslang in case the locale could not be determined. | Johannes Schickel | |
svn-id: r50353 | |||
2010-06-26 | Added a workaround for broken script 377 in Castle of Dr. Brain, room 320. ↵ | Filippos Karapetis | |
It constantly tries to free the saved area rectangle (underbits) underneath the popup window svn-id: r50352 | |||
2010-06-26 | Zero out the memory pointer of a hunk when freeing it | Filippos Karapetis | |
svn-id: r50351 | |||
2010-06-26 | Add flag to set USE_DETECTLANG in create_msvc. | Johannes Schickel | |
svn-id: r50350 | |||
2010-06-26 | Fix compilation with our default build system when USE_DETECTLANG is specified. | Johannes Schickel | |
svn-id: r50349 |