Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-05 | DS: Fix warnings, make some vars static, cleanup | Max Horn | |
svn-id: r50701 | |||
2010-07-05 | DS: Fix MODULE_DIRS value (now dependency tracking works correctly) | Max Horn | |
svn-id: r50694 | |||
2010-07-05 | DS: Fix various warnings and errors in the DS FS code | Max Horn | |
* Do not modify the strings passed to std_fopen anymore * Correct signature of std_fread * Do not cast away constness, nor perform unnecessary casts svn-id: r50693 | |||
2010-07-05 | DS: Fix error in std_fopen (warnings are great :) | Max Horn | |
svn-id: r50692 | |||
2010-07-05 | DS: Remove unused portdefs.cpp | Max Horn | |
svn-id: r50691 | |||
2010-07-05 | DS: Cleanup NDS portdefs.h a bit | Max Horn | |
* Don't #include "nds/ndstypes.h" everywhere * Don't #define ITCM_DATA globally, it is only need in one place * Fix STREAM_AUDIO_FROM_DISK definition (copy&paste error) * Fix custom assert() implementation by using the do/while(0) trick for macros. Previously, there could be subtle errors caused by statements like if (COND) assert(...) else ... svn-id: r50690 | |||
2010-07-05 | NDS: Update GPL/copyright headers; add namespace DS closing comments | Max Horn | |
svn-id: r50689 | |||
2010-07-05 | DS: Code formatting: "char* foo" -> "char *foo" | Max Horn | |
svn-id: r50688 | |||
2010-07-05 | DS: Fix warnings, cleanup | Max Horn | |
svn-id: r50687 | |||
2010-07-05 | DS: Augment 'clean' target, simplify bin->elf conversion rule | Max Horn | |
svn-id: r50686 | |||
2010-07-05 | SAGA: Fix warning on systems where enum's are unsigned | Max Horn | |
svn-id: r50685 | |||
2010-07-05 | GUI/AUDIO: minor fix for the case that after enabling individual audio ↵ | Florian Kagerer | |
options for a target the gui tries to select the audio device from global options, but that particular device is unavailable due to GUIO flags settings svn-id: r50684 | |||
2010-07-05 | SCI: fix compilation issues from r50678 | Martin Kiewitz | |
svn-id: r50679 | |||
2010-07-05 | SCI: implemented new kernel call signature format | Martin Kiewitz | |
svn-id: r50678 | |||
2010-07-05 | Drop direct use of (private) libEGL.so and call EGL functions via Java. | Angus Lees | |
This removes the final private library - we should be completely above board now. svn-id: r50677 | |||
2010-07-05 | DS: Add missing .bin -> .elf rule | Max Horn | |
svn-id: r50676 | |||
2010-07-05 | DS: Fix typo; change bin2o/bin2h to create taget dir | Max Horn | |
svn-id: r50675 | |||
2010-07-05 | DS: Fix setShakePos | Max Horn | |
svn-id: r50674 | |||
2010-07-05 | DS: Made some vars static, code formatting, cleanup | Max Horn | |
svn-id: r50673 | |||
2010-07-05 | DS: Can now build binaries via our "configure/make" build system. | Max Horn | |
Conversion of the old build system is incomplete. Binaries created using this new build system support most likely will not run! More work is needed, but the work done so far should be enough to get basic NDS support on our buildbot working. svn-id: r50672 | |||
2010-07-05 | NDS: Enable compilation of backend specific files | Max Horn | |
Also tried to enable the conversion of .raw/.pal/.bin files, but this does not currently work (probably something really silly, but I don't have the time to debug this right now). svn-id: r50671 | |||
2010-07-05 | NDS: Rename backend 'nds' to 'ds' in configure | Max Horn | |
svn-id: r50670 | |||
2010-07-05 | Bugfixes for new player code - Rex is now correctly positioned when the ↵ | Paul Gilbert | |
player manager takes over from the wakeup animation sequence svn-id: r50669 | |||
2010-07-05 | Revert Android libtremor header to standard path, since we now ship | Angus Lees | |
our own statically linked version rather than relying on the system shared lib that happens to be on most Android systems. svn-id: r50666 | |||
2010-07-05 | Switch Android toolchain prefix from arm-android-eabi to | Angus Lees | |
arm-*-linux-androideabi, since this is what the upcoming gcc-4.6 change uses. Work around Android 2.0 and newer dynamic linker bug by explicitly linking plugins against the core libscummvm.so. Mark Android packages as preferring to be on external storage. Move -lm from LDFLAGS to LIBS. svn-id: r50665 | |||
2010-07-05 | Skip /dev/sequencer MIDI on Android. | Angus Lees | |
svn-id: r50664 | |||
2010-07-04 | Add a hexDumpReg function to view references that are not raw and fix SCI32 ↵ | Matthew Hoops | |
strings/arrays in segmentInfo. svn-id: r50660 | |||
2010-07-04 | SCI: Removed the unused line number parameter from validate_variable() and ↵ | Filippos Karapetis | |
related functions svn-id: r50654 | |||
2010-07-04 | Simplify audio device settings handling by using the device handle as tag ↵ | Johannes Schickel | |
instead of newly created id. svn-id: r50651 | |||
2010-07-04 | Whoops, always increase midiId, not only when it's added to the GM Device popup. | Johannes Schickel | |
svn-id: r50650 | |||
2010-07-04 | Prevent the MT-32 Emulator from being displayed in the "GM Device" pop up. | Johannes Schickel | |
svn-id: r50649 | |||
2010-07-04 | More cleanup / readability fixes. | Johannes Schickel | |
svn-id: r50648 | |||
2010-07-04 | Cleanup. | Johannes Schickel | |
svn-id: r50647 | |||
2010-07-04 | GUI/AUDIO: This change will make individual game audio settings take over ↵ | Florian Kagerer | |
the audio device from the global settings if no device config key is found for that game (This should fix the problem reported by LordHoto on devel. It might make sense to implement this behaviour to other settings, like subtitle mode etc.) svn-id: r50646 | |||
2010-07-04 | SCI: Added a short description for all opcodes, so that it's easier to ↵ | Filippos Karapetis | |
understand what they do without cross referencing the wiki, and removed some obsolete and unused code svn-id: r50645 | |||
2010-07-04 | Implemented more of the support methods for player display | Paul Gilbert | |
svn-id: r50644 | |||
2010-07-04 | Cleanup: Treat booleans as booleans, not integers. (I hope I didn't mess up, | Torbjörn Andersson | |
because that would cause some nasty regressions...) svn-id: r50643 | |||
2010-07-04 | Fix the size of the ScummVM logo in the launcher in the modern theme. | Johannes Schickel | |
svn-id: r50642 | |||
2010-07-04 | Prevent GraphicsWidget from being assigned a surface which wouldn't fit in ↵ | Johannes Schickel | |
the widget. svn-id: r50641 | |||
2010-07-04 | Always use kThumbnailHeight2 (i.e. 120) for the height of the thumbnail widget. | Johannes Schickel | |
This fixes the thumbnails for games with resolutions != n*200 in the launcher. svn-id: r50640 | |||
2010-07-04 | Center the surface of a GraphicsWidget in case it is smaller than the ↵ | Johannes Schickel | |
widget's size. svn-id: r50639 | |||
2010-07-04 | Added support for horizontally flipped foreground sprites, which are ↵ | Paul Gilbert | |
indicated by setting the high bit of frame numbers svn-id: r50638 | |||
2010-07-03 | SCI: adding support to identify uninitialized values, when doing debug ↵ | Martin Kiewitz | |
output for kernel signatures svn-id: r50626 | |||
2010-07-03 | Implemented necessary logic for the abort timer/action code, which allows ↵ | Paul Gilbert | |
the player manager to be correctly activated when the 'getting up' animation finishes svn-id: r50622 | |||
2010-07-03 | SCI: fixing #define SIGFOR_ALL, so that amiga games work again :P | Martin Kiewitz | |
svn-id: r50621 | |||
2010-07-03 | Adding the beginnings of a player control class, as well as various changes ↵ | Paul Gilbert | |
to the other classes to support it svn-id: r50620 | |||
2010-07-03 | SCI: added resetting of SoundCommandParser, so that error()s before that one ↵ | Martin Kiewitz | |
got initialized wont crash svn-id: r50619 | |||
2010-07-03 | Finish support of compressed dubbing | Robert Špalek | |
Now even the length of a compressed stream is measured precisely and the dubbing sounds exactly like the original. svn-id: r50618 | |||
2010-07-03 | Dragon History tries uses compressed dubbing when available | Robert Špalek | |
Timing of speaking is not fixed yet. svn-id: r50614 | |||
2010-07-03 | KYRA/PC98 Audio: fix invalid mem access | Florian Kagerer | |
svn-id: r50608 |