Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2011-08-20 | I18N: Regenerate .po and .pot files | Eugene Sandulenko | |
2011-08-20 | MOHAWK: Explain some obscure strings to translators | Eugene Sandulenko | |
2011-08-20 | I18N: Added option for adding translation string comments | Eugene Sandulenko | |
2011-08-20 | DREAMWEB: 'placesetobject' and 'removesetobject' ported to C++ | Bertrand Augereau | |
2011-08-20 | DREAMWEB: Set objects have a four char name tag | Bertrand Augereau | |
2011-08-20 | DREAMWEB: 'deletetaken' ported to C++ | Bertrand Augereau | |
2011-08-20 | CREDITS: Reflect new team structure | Eugene Sandulenko | |
2011-08-20 | SCUMM: Added support for localization in Y/N dialog | Eugene Sandulenko | |
2011-08-20 | AGOS: Switched pause dialog to getLanguageKeyYes usage | Eugene Sandulenko | |
2011-08-20 | COMMON: Implemented functions for determining localized Y/N equivalent | Eugene Sandulenko | |
2011-08-20 | COMMON: Restore locale <-> Common::Language conversion utils | Eugene Sandulenko | |
This reverts commit 284b49aabc54590e1444f06561a815c2a3c5de7e. | |||
2011-08-20 | I18N: Regenerate translations.dat | Eugene Sandulenko | |
2011-08-20 | I18N: Fixed fatal error with German translation file | Eugene Sandulenko | |
2011-08-20 | I18N: Updated Ukrainian translation | Eugene Sandulenko | |
2011-08-20 | I18N: updated Russian translation | Eugene Sandulenko | |
2011-08-20 | I18N: Regenerated .po files | Eugene Sandulenko | |
2011-08-20 | I18N: Regenerate scummvm.pot | Eugene Sandulenko | |
2011-08-20 | SCUMM: Added translation support for V1 dialogs | Eugene Sandulenko | |
2011-08-20 | SCUMM: Added translation support to subtitle settings | Eugene Sandulenko | |
2011-08-20 | TSAGE: Fix Valgrind issues with loading Scene 50 | Paul Gilbert | |
2011-08-20 | TSAGE: Fix memory leak of sound voiceType list | Paul Gilbert | |
2011-08-20 | DREAMWEB: Ported 'dochange' to C++ | Bertrand Augereau | |
2011-08-20 | DREAMWEB: 'setallchanges' ported to C++ | Bertrand Augereau | |
2011-08-20 | DREAMWEB: 'findormake' ported to C++ | Bertrand Augereau | |
2011-08-20 | TSAGE: Implemented Blue Force Scene #50 - Map Scene | Paul Gilbert | |
2011-08-19 | SCUMM: Fix AdLib output in (MI2/)Indy4 Amiga. | Johannes Schickel | |
Indy4 Amiga features only ROL tracks, thus with 69adb13c2f3cadd4dac2bba8164aa0b8a9400abc the MIDI -> AdLib conversion was broken. Fixed that now by allowing ROL tracks to be played on AdLib output for Amiga games. This probably also affected Monkey Island 2 Amiga, but I don't have it to test. | |||
2011-08-19 | TEST: Add a very tiny and simple unit test for intLog2. | Johannes Schickel | |