Age | Commit message (Collapse) | Author |
|
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)
|
|
BenCastricum/5db023646a8c685469bfe9dc551a282f8240ae04
SCUMM: Use regular detection algorithms for FMTOWNS demos.
|
|
|
|
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.
|
|
|
|
|
|
updating.
|
|
|
|
|
|
|
|
SCUMM: Added three Hebrew HE games
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
The data segment is now completely unused.
|
|
to dreambase.h
|
|
of unused global constants
|
|
|
|
|
|
module.mk file of the kyra engine
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
N.B. Last commit was kForeignRelease, not kSubtitles.
|
|
|
|
|
|
|
|
|
|
|