Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2011-08-19 | BASE: Remove leftover include for testing. | Johannes Schickel | |
2011-08-19 | COMMON: intLog2 uses _BitScanReverse on MSVC | Bertrand Augereau | |
2011-08-18 | SDL: Fix typo. | Johannes Schickel | |
2011-08-18 | COMMON: Slight formatting fix. | Johannes Schickel | |
2011-08-18 | DREAMWEB: Pathfind routines go to pathfind.cpp | Bertrand Augereau | |
2011-08-18 | DREAMWEB: Ported 'findxyfrompath' to C++ | Bertrand Augereau | |
2011-08-18 | DREAMWEB: Ported 'blocknametext', 'walktotext', 'personnametext', | Bertrand Augereau | |
2011-08-18 | DREAMWEB: 'findlen' is unused | Bertrand Augereau | |
2011-08-18 | DREAMWEB: No need to generate unused C++ for 'makename' | Bertrand Augereau | |
2011-08-18 | DREAMWEB: 'calcmapad' ported to C++ | Bertrand Augereau | |
2011-08-18 | DREAMWEB: 'getposition' ported to C++ | Bertrand Augereau | |
2011-08-18 | I18N: Update the catalan and spanish translations. | Jordi Vilalta Prat | |
2011-08-18 | I18N: Split some original messages to allow translation reusability. | Jordi Vilalta Prat | |
2011-08-18 | SCUMM: Fix cursor palette in the HE80+ default cursor | Matthew Hoops | |
2011-08-18 | SCUMM: Hopefully fix DS compilation | Sven Hesse | |
2011-08-17 | Merge pull request #74 from fuzzie/soccer | clone2727 | |
Backyard Soccer support | |||
2011-08-18 | DREAMWEB: Fix compile on non-GNU compilers | Sven Hesse | |
mempcpy is a GNU extension and the only difference to memcpy is the return value, which this code happily ignores. So I assume it's a typo. | |||
2011-08-18 | DREAMWEB: Enable 100 savegames | Willem Jan Palenstijn | |
2011-08-18 | DREAMWEB: Add/fix loading from launcher | Willem Jan Palenstijn | |
This is very error-prone, and needs testing. | |||
2011-08-18 | DREAMWEB: Hook up ScummVM save/load menu | Willem Jan Palenstijn | |
The ScummVM menu will be used if dreamweb_originalsaveload is set to true. This is very error-prone, and needs testing. | |||
2011-08-18 | DREAMWEB: Move several load/save functions out of dreamgen | Willem Jan Palenstijn | |
2011-08-18 | DREAMWEB: Reorder modifiers for consistency (cosmetic) | Willem Jan Palenstijn | |
2011-08-18 | DREAMWEB: Emit symbolic constants for data offsets | Willem Jan Palenstijn | |
2011-08-18 | DREAMWEB: Style | Willem Jan Palenstijn | |
2011-08-17 | DREAMWEB: Fix crash when loading some saves | Willem Jan Palenstijn | |
findsource() has the hidden side effect of modifying kTakeoff, and the getreelframeax() conversion reordered a findsource() call and kTakeoff access in e78a5a2b08012dfe786da6d77abcc052436ace9c. | |||
2011-08-18 | DREAMWEB: 'commandonly' ported to C++ | Bertrand Augereau | |
2011-08-17 | DREAMWEB: 'doblocks' moves to backdrops.cpp | Bertrand Augereau | |
2011-08-17 | DREAMWEB: Drawing of background objects ported to C++ | Bertrand Augereau | |
2011-08-17 | Merge remote-tracking branch 'origin/master' into soccer | Alyssa Milburn | |
Conflicts: engines/scumm/he/logic_he.cpp engines/scumm/he/logic_he.h | |||
2011-08-17 | SCUMM: Split HE logic classes to their own files | Matthew Hoops | |
2011-08-17 | DREAMWEB: Removal of unneeded stubs | Bertrand Augereau | |
2011-08-17 | DREAMWEB: Arithmetic bugfix in door open/close range detection | Bertrand Augereau | |
2011-08-17 | DREAMWEB: Ported 'movemap' to C++ | Bertrand Augereau | |
2011-08-17 | SCUMM: Mass-comment/rename/simplify the soccer u32 code. | Alyssa Milburn | |
2011-08-16 | SCUMM: Fix cross product call in soccer u32 code. | Alyssa Milburn | |
Thanks to wjp and clone2727 for staring at this with me. |