Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-02 | TsAGE: Add 3 speakers used in scene 910 | Strangerke | |
2011-10-02 | KYRA: Name another variable in the AdLib output code. | Johannes Schickel | |
2011-10-02 | KYRA: Some minor cleanup. | Johannes Schickel | |
2011-10-01 | TsAGE: Implement scene 930 | Strangerke | |
2011-10-01 | KYRA: fix typo | athrxx | |
2011-10-01 | KYRA: Never allow slots 0 and 990-999 to be overwritten. | Johannes Schickel | |
2011-10-01 | SDL: Fix indentation. | Johannes Schickel | |
2011-10-01 | CGE: Translate (and clarify) polish comments. Add a couple of doxygen comments | Strangerke | |
Thanks Aquadran for the initial translation of Polish comments | |||
2011-10-01 | COMMON: Fix multiple engines asserting in querySaveMetaInfos for empty save ↵ | Paul Gilbert | |
slots | |||
2011-10-01 | TSAGE: Remove extra semicolon to fix compilation errors | Paul Gilbert | |
2011-10-01 | TSAGE: Implemented Blue Force scene 560 | Paul Gilbert | |
2011-09-30 | BACKENDS: Set alt+f4 to be used for quitting on Windows | Matthew Hoops | |
2011-10-01 | PARALLACTION: Fixed bugs #2880939 and #3135868 | Filippos Karapetis | |
A regression from commit 774773b. Many thanks to digitall for bisecting | |||
2011-09-30 | CONFIGURE: Fix comment. | Johannes Schickel | |
2011-09-30 | Merge pull request #88 from tsoliman/savegame-timestamp-rebase | Eugene Sandulenko | |
ENGINES: make the default savegame description be the timestamp | |||
2011-09-30 | TSAGE: Implemented Blue Force scene 551 - Outside Bikini Hut (Drunk Stop) | Paul Gilbert | |
2011-09-30 | CGE: Music now always loop, like in the original game | Strangerke | |
2011-09-29 | TSAGE: Implemented Blue Force scene 550 | Paul Gilbert | |
2011-09-29 | PARALLACTION: Code formatting (and trying to keep clone2727 happy! :P ) | Filippos Karapetis | |
2011-09-29 | PARALLACTION: Fixed bug #2969915 - "NIPPON: Disguise changing back and forth" | Filippos Karapetis | |
A regression from commit 18b48c7. The name of the normal Donna actor is "donna", whereas it's "donnatras" for the disguised one, so strstr() seems to be wrong here. This fixes the bug and it shouldn't cause any further regressions. Also, changed the relevant code to conform to our code convention guidelines - it's quite a bad idea to not enclose a whole big code block in brackets, as it becomes hard to read. | |||
2011-09-28 | CREDITS: properly retire fanoush and add myself | Tarek Soliman | |
2011-09-28 | TsAGE: Add Scene 710 | Strangerke | |
2011-09-28 | CREDITS: retire fanoush and add myself | Tarek Soliman | |
2011-09-28 | README: update Maemo information | Tarek Soliman | |
Remove maemo tablets no longer fully supported by the current code Hopefully we will support N800 and N900 soon No plans to support N770 Updated the build instructions | |||
2011-09-28 | PARALLACTION: Updated the fix for script bug #2969913 to a workaround | Filippos Karapetis | |
2011-09-28 | TSAGE: Implemented Blue Force scene 690 | Paul Gilbert | |
2011-09-28 | TSAGE: Implemented Blue Force scene 620 | Paul Gilbert | |
2011-09-28 | PARALLACTION: Fixed bug #2969913 - "NIPPON: Katana graphics not shown ↵ | Filippos Karapetis | |
(regression)" | |||
2011-09-28 | TSAGE: Implemented Blue Force scene 600 | Paul Gilbert | |
2011-09-28 | TSAGE: Implemented Blue Force scene 450 | Paul Gilbert | |
2011-09-28 | CGE: Fix a couple of scene types | Strangerke | |
2011-09-28 | TSAGE: Add two speakers used in scene 710 | Strangerke | |
2011-09-28 | MOHAWK: Added an entry for lbsampler (bug #3309306), and marked two non ↵ | Filippos Karapetis | |
working LB V3 games as unstable | |||
2011-09-27 | TSAGE: Add a couple of missing errors in scene check | Strangerke | |
2011-09-27 | TsAGE: Fix an instant crash in scene 100. | Strangerke | |
This isn't really a hack: the engine expects things to be done in a particular order, which wasn't so strict in the original BF. The code is adapted accordingly. | |||
2011-09-27 | TsAGE: Implemented scene 940 | Strangerke | |
2011-09-27 | NEWS: Mention some SCI changes for 1.4.0 | Filippos Karapetis | |
- Longbow Amiga is now supported - Mention the revised handling of game sound effects | |||
2011-09-27 | SCI: Added support for the halfbrite palette used in Longbow Amiga | Filippos Karapetis | |
This fixes the remaining palette problems in the game (bug #3309036) | |||
2011-09-27 | TSAGE: Implemented Blue Force scene 440 | Paul Gilbert | |
2011-09-27 | TSAGE: Implemented Blue Force scene 415 | Paul Gilbert | |
2011-09-27 | TSAGE: Fixed operation of FocusObject class | Paul Gilbert | |
2011-09-27 | TsAGE: Remove trailing spaces | Strangerke | |
Thanks LordHoto for reminding this | |||
2011-09-26 | TsAGE: Implement two functions in PalettedScene, fix a bug in scene 935 | Strangerke | |
2011-09-26 | MADE: Hopefully fixed bug #2957333 - "MADE: Screen effects sometimes look ↵ | Filippos Karapetis | |
wrong/bad" Applied johndoe's patch from that tracker item | |||
2011-09-26 | SCI: Changes to the sound resource initialization code | Filippos Karapetis | |
- Unified the sound resource initialization code in processInitSound() and reconstructPlayList() - Now checking the "Mixed Adlib/MIDI" mode checkbox for SCI1.1 digital audio sound effects, like it's done for SCI0 - SCI1 sound effects. If it's unchecked, their MIDI counterparts will play instead, if available | |||
2011-09-26 | SCI: Code formatting | Filippos Karapetis | |
2011-09-26 | TSAGE: Added default cases to switch statements | Paul Gilbert | |
2011-09-26 | TSAGE: Implemented Blue Force scene 410 | Paul Gilbert | |
2011-09-26 | AGI: Fixed several incorrect substitutions of "game" with "_game" | Filippos Karapetis | |
2011-09-26 | AGI: Fix style | Willem Jan Palenstijn | |