Age | Commit message (Expand) | Author |
2010-07-05 | DS: Only include NDS/scummvm_ipc.h where necessary; minor tweaks | Max Horn |
2010-07-05 | DS: Fix warnings, make some vars static, cleanup | Max Horn |
2010-07-05 | DS: Fix MODULE_DIRS value (now dependency tracking works correctly) | Max Horn |
2010-07-05 | DS: Fix various warnings and errors in the DS FS code | Max Horn |
2010-07-05 | DS: Fix error in std_fopen (warnings are great :) | Max Horn |
2010-07-05 | DS: Remove unused portdefs.cpp | Max Horn |
2010-07-05 | DS: Cleanup NDS portdefs.h a bit | Max Horn |
2010-07-05 | NDS: Update GPL/copyright headers; add namespace DS closing comments | Max Horn |
2010-07-05 | DS: Code formatting: "char* foo" -> "char *foo" | Max Horn |
2010-07-05 | DS: Fix warnings, cleanup | Max Horn |
2010-07-05 | DS: Augment 'clean' target, simplify bin->elf conversion rule | Max Horn |
2010-07-05 | SAGA: Fix warning on systems where enum's are unsigned | Max Horn |
2010-07-05 | GUI/AUDIO: minor fix for the case that after enabling individual audio option... | Florian Kagerer |
2010-07-05 | SCI: fix compilation issues from r50678 | Martin Kiewitz |
2010-07-05 | SCI: implemented new kernel call signature format | Martin Kiewitz |
2010-07-05 | Drop direct use of (private) libEGL.so and call EGL functions via Java. | Angus Lees |
2010-07-05 | DS: Add missing .bin -> .elf rule | Max Horn |
2010-07-05 | DS: Fix typo; change bin2o/bin2h to create taget dir | Max Horn |
2010-07-05 | DS: Fix setShakePos | Max Horn |
2010-07-05 | DS: Made some vars static, code formatting, cleanup | Max Horn |
2010-07-05 | DS: Can now build binaries via our "configure/make" build system. | Max Horn |
2010-07-05 | NDS: Enable compilation of backend specific files | Max Horn |
2010-07-05 | NDS: Rename backend 'nds' to 'ds' in configure | Max Horn |
2010-07-05 | Bugfixes for new player code - Rex is now correctly positioned when the playe... | Paul Gilbert |
2010-07-05 | Revert Android libtremor header to standard path, since we now ship | Angus Lees |
2010-07-05 | Switch Android toolchain prefix from arm-android-eabi to | Angus Lees |
2010-07-05 | Skip /dev/sequencer MIDI on Android. | Angus Lees |
2010-07-04 | Add a hexDumpReg function to view references that are not raw and fix SCI32 s... | Matthew Hoops |
2010-07-04 | SCI: Removed the unused line number parameter from validate_variable() and re... | Filippos Karapetis |
2010-07-04 | Simplify audio device settings handling by using the device handle as tag ins... | Johannes Schickel |
2010-07-04 | Whoops, always increase midiId, not only when it's added to the GM Device popup. | Johannes Schickel |
2010-07-04 | Prevent the MT-32 Emulator from being displayed in the "GM Device" pop up. | Johannes Schickel |
2010-07-04 | More cleanup / readability fixes. | Johannes Schickel |
2010-07-04 | Cleanup. | Johannes Schickel |
2010-07-04 | GUI/AUDIO: This change will make individual game audio settings take over the... | Florian Kagerer |
2010-07-04 | SCI: Added a short description for all opcodes, so that it's easier to unders... | Filippos Karapetis |
2010-07-04 | Implemented more of the support methods for player display | Paul Gilbert |
2010-07-04 | Cleanup: Treat booleans as booleans, not integers. (I hope I didn't mess up, | Torbjörn Andersson |
2010-07-04 | Fix the size of the ScummVM logo in the launcher in the modern theme. | Johannes Schickel |
2010-07-04 | Prevent GraphicsWidget from being assigned a surface which wouldn't fit in th... | Johannes Schickel |
2010-07-04 | Always use kThumbnailHeight2 (i.e. 120) for the height of the thumbnail widget. | Johannes Schickel |
2010-07-04 | Center the surface of a GraphicsWidget in case it is smaller than the widget'... | Johannes Schickel |
2010-07-04 | Added support for horizontally flipped foreground sprites, which are indicate... | Paul Gilbert |
2010-07-03 | SCI: adding support to identify uninitialized values, when doing debug output... | Martin Kiewitz |
2010-07-03 | Implemented necessary logic for the abort timer/action code, which allows the... | Paul Gilbert |
2010-07-03 | SCI: fixing #define SIGFOR_ALL, so that amiga games work again :P | Martin Kiewitz |
2010-07-03 | Adding the beginnings of a player control class, as well as various changes t... | Paul Gilbert |
2010-07-03 | SCI: added resetting of SoundCommandParser, so that error()s before that one ... | Martin Kiewitz |
2010-07-03 | Finish support of compressed dubbing | Robert Špalek |
2010-07-03 | Dragon History tries uses compressed dubbing when available | Robert Špalek |