Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-24 | SCUMM: Add 2 not yet recognized MD5s from Dutch Putt-Putt 3 in 1 CD | Ben Castricum | |
2012-02-24 | SCUMM: Add windows platform detection for several HES games/demos | Ben Castricum | |
2012-02-22 | DEVTOOLS: Copy scumm_stricmp implementation to create_kyradat. | Johannes Schickel | |
This should fix bug #3489654 "DEVTOOLS: create_kyradat linkerror". | |||
2012-02-21 | KYRA: (EOB) - fix EOB1 door clipping | athrxx | |
(this was done in the same way as in EOB2 and LOL, but it has to be slightly different) | |||
2012-02-21 | KYRA: (EOB) - start work on CGA and EGA graphics modes | athrxx | |
2012-02-15 | JANITORIAL: Fix missing whitespace in pointer cast | Tarek Soliman | |
find -name '*.h' -or -name '*.cpp' | xargs sed -r -i 's@\(([A-Za-z0-9]+)\*\)@(\1 *)@g' This seems to have caught some params as well which is not undesirable IMO. It also caught some strings containing this which is undesirable so I excluded them manually. (engines/sci/engine/kernel_tables.h) | |||
2012-02-10 | Merge pull request #177 from ↵ | Eugene Sandulenko | |
BenCastricum/5db023646a8c685469bfe9dc551a282f8240ae04 SCUMM: Use regular detection algorithms for FMTOWNS demos. | |||
2012-01-31 | CREDITS: Added Daniel Balsom which is a stupid overlook | Eugene Sandulenko | |
2012-01-29 | GRAPHICS/GUI: Implement charset mapping for TTF fonts. | Johannes Schickel | |
The charsets used by the translations now need to have a "$(name).cp" file, which contains an charset index => unicode mapping. Otherwise create_translations will fail. | |||
2012-01-28 | CREDITS: Added Tom Frost as contributor to WebOS port. | Klaus Reimer | |
2012-01-26 | SCUMM: Use regular detection algorithms for FMTOWNS demos. | Ben Castricum | |
2012-01-22 | DEVTOOLS: Add files in OpenPandora and GPH backends that need version number ↵ | David-John Willis | |
updating. | |||
2012-01-08 | SCUMM: Recognize Mac version of dutch putttime demo | Ben Castricum | |
2012-01-08 | SCUMM: Add support for 2 freddi3 Mac/Dutch demos | Ben Castricum | |
2012-01-08 | SCUMM: Correctly recognize platform on freddi2 dutch demo | Ben Castricum | |
2012-01-07 | Merge pull request #164 from Mataniko/master | Eugene Sandulenko | |
SCUMM: Added three Hebrew HE games | |||
2012-01-07 | DEVTOOLS: Fix some warnings in create_kyradat. | Johannes Schickel | |
2012-01-07 | SCUMM: Add three Hebrew HE games | Matan Bareket | |
Freddi Fish 3: The Case of the Stolen Conch Shell, Putt-Putt Joins the Circus, Pajama Sam 2: Thunder and Lightning Aren't so Frightening | |||
2012-01-06 | GRAPHICS: Rework BDF font code. | Johannes Schickel | |
2012-01-01 | SCUMM: Add support for 2 Dutch/Mac spyfox demos (1 MD5, 1 filename pattern) | Ben Castricum | |
2012-01-01 | MISC: This is year 2012 | Strangerke | |
2011-12-30 | CREATE_PROJECT: Add support for enabling the key mapper feature | Filippos Karapetis | |
2011-12-28 | DREAMWEB: Move all saved variables to a GameVars struct | Willem Jan Palenstijn | |
The data segment is now completely unused. | |||
2011-12-28 | DREAMWEB: Remove a lot of unused/duplicate constants and move some of them ↵ | Filippos Karapetis | |
to dreambase.h | |||
2011-12-28 | DREAMWEB: Move all zoom-related functions to vgagrafx.cpp, and remove a lot ↵ | Filippos Karapetis | |
of unused global constants | |||
2011-12-28 | DREAMWEB: Remove more global variables | Filippos Karapetis | |
2011-12-28 | DREAMWEB: Remove some unused globals | Filippos Karapetis | |
2011-12-28 | CREATE_PROJECT: Add a hack to handle the KYRARPG_COMMON_OBJ variable in the ↵ | Filippos Karapetis | |
module.mk file of the kyra engine | |||
2011-12-28 | CREATE_PROJECT: Silence warnings 4510 and 4610 in the kyra engine | Filippos Karapetis | |
2011-12-28 | DREAMWEB: Mass-move variables out of data | Willem Jan Palenstijn | |
This has been done by an automated search/replace, culling unused variables in the process. The remaining variables in data are all stored in savegames. | |||
2011-12-28 | DREAMWEB: Move 4 volume related variables out of data blob. | D G Turner | |
2011-12-28 | DREAMWEB: Move 'speechloaded' flag out of data blob. | D G Turner | |
2011-12-28 | DREAMWEB: Move 'wongame' flag out of data blob. | D G Turner | |
2011-12-27 | DREAMWEB: Move 3 sound related variables out of data blob. | D G Turner | |
2011-12-28 | KYRA: add support for another Russian HOF fan translation | athrxx | |
2011-12-27 | DREAMWEB: Remove setdat, freedat segments | Willem Jan Palenstijn | |
2011-12-27 | DREAMWEB: Remove reels segment | Willem Jan Palenstijn | |
2011-12-27 | DREAMWEB: Convert room text into TextFiles | Willem Jan Palenstijn | |
2011-12-27 | DREAMWEB: Convert reel segments into GraphicsFiles | Willem Jan Palenstijn | |
2011-12-27 | DREAMWEB: Remove Extras segment | Willem Jan Palenstijn | |
2011-12-27 | DREAMWEB: Streamline graphics file access | Willem Jan Palenstijn | |
2011-12-27 | DREAMWEB: Add the ability to blacklist unused constants in tasm-recover | Filippos Karapetis | |
2011-12-27 | DREAMWEB: Streamline text file handling | Willem Jan Palenstijn | |
2011-12-27 | DREAMWEB: Create MapFlags struct, remove backdrops segment | Willem Jan Palenstijn | |
2011-12-27 | DREAMWEB: Remove mapStore segment | Willem Jan Palenstijn | |
2011-12-27 | DREAMWEB: Remove dead code | Filippos Karapetis | |
2011-12-27 | DREAMWEB: Remove more unused/unnecessary variables | Filippos Karapetis | |
2011-12-27 | DREAMWEB: Remove unused global variables | Filippos Karapetis | |
2011-12-27 | DREAMWEB: Move kCurrentsample out of data blob. | D G Turner | |
2011-12-27 | DREAMWEB: Move kRoomssample out of data blob. | D G Turner | |
N.B. Last commit was kForeignRelease, not kSubtitles. |