Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-22 | Merge pull request #67 from chrisws/initial-bada-port-master | Willem Jan Palenstijn | |
This is the initial implementation of the BADA port. | |||
2011-08-21 | SCUMM: Actually disable the setShadowPalette used in Indy4... | Johannes Schickel | |
2011-08-21 | SCUMM: Fix typo in PC Speaker output. | Johannes Schickel | |
2011-08-21 | SCUMM: Disable setShadowPalette for Indy4 Amiga. | Johannes Schickel | |
Like palManipulateInit the setShadowPalette function is a nullsub in the original Amiga executable of Indy4. | |||
2011-08-21 | SCUMM: Fix for bug #3174197. | Johannes Schickel | |
The bug is: "FOA: Wrong colors in the Amiga version". In the original Indy4 Amiga executable palManipulateInit is a nullsub, thus the palette effect set up by the scripts is just ignored. The same might be true for other SCUMM Amiga games, but I can not check these thus I limited this to Indy4 Amiga for now. | |||
2011-08-21 | DREAMWEB: 'showframe' overload for this majority of clients that don't need ↵ | Bertrand Augereau | |
width and height returned | |||
2011-08-21 | DREAMWEB: 'showallfree' ported to C++ | Bertrand Augereau | |
2011-08-21 | DREAMWEB: 'calcfrframe' returns (width,height) in (cl,ch) | Bertrand Augereau | |
2011-08-21 | BADA: Remove incorrect BADA defined check | Chris Warren-Smith | |
2011-08-21 | BADA: Fix to restore audio upon mobile call completion | Chris Warren-Smith | |
2011-08-21 | BADA: Cleanup unused screen interface implementation | Chris Warren-Smith | |
2011-08-21 | BADA: Moved timer manager to backends/timer/bada | Chris Warren-Smith | |
2011-08-21 | BADA: Fixup indentation using tabs in lieu of space chars | Chris Warren-Smith | |
2011-08-21 | BADA: Fix to return correct integer values | Chris Warren-Smith | |
2011-08-21 | BADA: Fix for menu based quit handling | Chris Warren-Smith | |
2011-08-21 | BADA: Make GlobalMenu wider to avoid clipping RTL label text | Chris Warren-Smith | |
2011-08-21 | BADA: Remove BADA defined check. Was a temp fix for simulator build | Chris Warren-Smith | |
2011-08-21 | BADA: Added form.cpp to POTFILES | Chris Warren-Smith | |
2011-08-21 | BADA: Hardcoded file system paths now defined as macros | Chris Warren-Smith | |
2011-08-21 | BADA: Cleanup unused namespace declarations | Chris Warren-Smith | |
2011-08-21 | BADA: Code formatting and style changes following review | Chris Warren-Smith | |
2011-08-21 | BADA: For some unknown reason the format string "%s\n" causes a core-dump | Chris Warren-Smith | |
2011-08-21 | BADA: Review style changes. Fix for image skew in some games | Chris Warren-Smith | |
2011-08-21 | BADA: Review style changes. Cursor can now be positioned on top screen row | Chris Warren-Smith | |
2011-08-21 | BADA: Increased audio thread priority to avoid sound skipping in some games | Chris Warren-Smith | |
2011-08-21 | BADA: Code formatting; replace tab before else with space | Chris Warren-Smith | |
2011-08-21 | BADA: Fix for lockup when game thread fails to respond to quit event | Chris Warren-Smith | |
2011-08-21 | BADA: Prevent end-of-file state causing err() returning true | Chris Warren-Smith | |
2011-08-21 | BADA: Fix formatting and non bada host compile error | Chris Warren-Smith | |
2011-08-21 | BADA: Allow clean shutdown when encountering an error | Chris Warren-Smith | |
2011-08-21 | BADA: Increased cache size for slightly improved startup times | Chris Warren-Smith | |
2011-08-21 | BADA: Prevent assertion failure when allocating zero bytes | Chris Warren-Smith | |
2011-08-21 | BADA: Further control UI enhancements | Chris Warren-Smith | |
2011-08-21 | BADA: Camera button can now set shortcuts | Chris Warren-Smith | |
2011-08-21 | BADA: Avoid calling malloc with new_size=0 | Chris Warren-Smith | |
2011-08-21 | BADA: Renamed the customised vkeybd layout to vkeybd_bada | Chris Warren-Smith | |
2011-08-21 | BADA: Updated code formatting in assignFontToUsage() | Chris Warren-Smith | |
2011-08-21 | BADA: Updated credit.pl to include BADA port information | Chris Warren-Smith | |
2011-08-21 | BADA: Initial BADA port implementation | Chris Warren-Smith | |
2011-08-21 | AGOS: Proper implementation of the Simon 1 demo aka Accolade MIDI parser. | Johannes Schickel | |
This is based on the Elvira 1 demo. | |||
2011-08-21 | AGOS: Use delete instead of free on an C++ object. | Johannes Schickel | |
This fixes some ugly valgrind warnings and some crashes when quitting AGOS games for me. | |||
2011-08-20 | ENGINES: Fix a typo | Matthew Hoops | |
2011-08-20 | SCUMM: Fix compilation when translation support is disabled. | Johannes Schickel | |
For this I added a convenience version of getLanguageYesNo, which works on the currently setup GUI translation language. All other code which requires this acan also use it instead of having to worry about the USE_TRANSLATION and thus having two code paths. | |||
2011-08-20 | AGOS: Slight cleanup. | Johannes Schickel | |
Now AgosEngine::_language is of type Common::Language instead of uint16. It is currently only used with values of that enumeration, thus it should be safe to use that type for it too. | |||
2011-08-20 | Merge pull request #75 from SimSaw/master | Eugene Sandulenko | |
I18N: German .po file updated | |||
2011-08-20 | SCUMM: Fix typo in comment | Eugene Sandulenko | |
2011-08-20 | I18N: Updated German translation. | Simon Sawatzki | |
2011-08-20 | I18N: Regenerated .pot, .po and translations.dat | Eugene Sandulenko | |
2011-08-20 | I18N: Added comments to some of obscure translatable strings | Eugene Sandulenko | |
2011-08-20 | I18N: Fix typo in Russian translation | Eugene Sandulenko | |