scummvm/engines/gob
Filippos Karapetis fdde702d43 GOB: Mark ADI Jnr. (Amiga) as unstable
Core functionality is still missing, and the game crashes occasionally
2022-12-26 02:45:09 +02:00
..
demos
detection GOB: Mark ADI Jnr. (Amiga) as unstable 2022-12-26 02:45:09 +02:00
minigames/geisha
pregob
save GOB: Fix warning 2022-12-02 11:49:49 +01:00
sound
anifile.cpp GOB: Use SeekableReadStreamEndianWrapper 2022-11-29 00:06:49 +01:00
anifile.h GOB: Use SeekableReadStreamEndianWrapper 2022-11-29 00:06:49 +01:00
aniobject.cpp
aniobject.h
backbuffer.cpp
backbuffer.h
cheater_geisha.cpp
cheater.cpp
cheater.h
cmpfile.cpp GOB: Use SeekableReadStreamEndianWrapper 2022-11-29 00:06:49 +01:00
cmpfile.h
configure.engine
console.cpp
console.h
credits.pl GOB: Added sdelamarre to credits 2022-12-02 11:47:13 +01:00
databases.cpp GOB: misc file path related adjustments in Adibou2 2022-12-02 11:44:26 +01:00
databases.h
dataio.cpp
dataio.h
dbase.cpp
dbase.h
decfile.cpp GOB: Use SeekableReadStreamEndianWrapper 2022-11-29 00:06:49 +01:00
decfile.h GOB: Use SeekableReadStreamEndianWrapper 2022-11-29 00:06:49 +01:00
draw_bargon.cpp
draw_fascin.cpp GOB: use infix operator++ on Pixel iterators where possible 2022-12-02 11:44:24 +01:00
draw_playtoons.cpp GOB: another fillRect mode used in Adibou2, "fill except one color" 2022-12-02 11:44:30 +01:00
draw_v1.cpp GOB: Don't use unsafe sprintf and vsprintf 2022-10-23 22:46:19 +02:00
draw_v2.cpp GOB: fix Adibou2 cake recipes not showing properly 2022-12-02 11:44:33 +01:00
draw_v7.cpp GOB: fix some cursor glitches in Adibou2 2022-12-24 18:02:25 +01:00
draw.cpp GOB: fix some cursor glitches in Adibou2 2022-12-24 18:02:25 +01:00
draw.h GOB: fix a black screen after the paint game in some Adibou2 versions 2022-12-16 22:27:08 +01:00
expression.cpp GOB: yet more int16->uint16 changes, to accommodate for Playtoons/Adibou2 larger variable space 2022-12-02 11:44:28 +01:00
expression.h GOB: yet more int16->uint16 changes, to accommodate for Playtoons/Adibou2 larger variable space 2022-12-02 11:44:28 +01:00
game.cpp
game.h
global.cpp
global.h
gob.cpp GOB: fix a few cursor glitches in Adibou2 2022-12-02 11:44:34 +01:00
gob.h GOB: restrict the Adibou2 "free bananas" workaround to versions confirmed without unwanted side effect 2022-12-02 11:44:35 +01:00
goblin_v1.cpp
goblin_v2.cpp GOB: more comments on Map "oblique" coordinates used in Adibou2 2022-12-02 11:44:35 +01:00
goblin_v3.cpp
goblin_v4.cpp
goblin_v7.cpp GOB: misc format/style fixes in Adibou2 changes 2022-12-02 11:44:36 +01:00
goblin.cpp GOB: misc format/style/typo fixes in Adibou2 changes 2022-12-02 11:44:35 +01:00
goblin.h GOB: Added missing override keywords 2022-12-02 11:49:17 +01:00
hotspots.cpp GOB: misc format/style/typo fixes in Adibou2 changes 2022-12-02 11:44:35 +01:00
hotspots.h
iniconfig.cpp
iniconfig.h COMMON: Move more file format code into common/formats 2022-12-11 22:33:23 +01:00
init_fascin.cpp
init_geisha.cpp
init_v1.cpp
init_v2.cpp
init_v3.cpp
init_v4.cpp
init_v6.cpp
init_v7.cpp GOB: add "ADIBODEM" (Adibou2 demo) directory in the search path 2022-12-16 17:03:28 +01:00
init.cpp
init.h
inter_bargon.cpp
inter_fascin.cpp
inter_geisha.cpp
inter_inca2.cpp
inter_littlered.cpp
inter_playtoons.cpp GOB: be more conservative about possible regressions in Adibou2 changes 2022-12-02 11:44:35 +01:00
inter_v1.cpp GOB: Don't use rawString. 2022-12-14 05:08:46 +01:00
inter_v2.cpp GOB: misc format/style/typo fixes in Adibou2 changes 2022-12-02 11:44:35 +01:00
inter_v3.cpp
inter_v4.cpp
inter_v5.cpp GOB: be more conservative about possible regressions in Adibou2 changes 2022-12-02 11:44:35 +01:00
inter_v6.cpp GOB: restrict the Adibou2 "free bananas" workaround to versions confirmed without unwanted side effect 2022-12-02 11:44:35 +01:00
inter_v7.cpp GOB: fix a black screen after the paint game in some Adibou2 versions 2022-12-16 22:27:08 +01:00
inter.cpp GOB: increase Variables stack size (600 -> 1000) 2022-12-02 11:44:31 +01:00
inter.h GOB: be more conservative about possible regressions in Adibou2 changes 2022-12-02 11:44:35 +01:00
map_v1.cpp GOB: Don't use unsafe strcat and strcpy 2022-10-23 22:46:19 +02:00
map_v2.cpp GOB: misc format/style/typo fixes in Adibou2 changes 2022-12-02 11:44:35 +01:00
map.cpp GOB: more comments on Map "oblique" coordinates used in Adibou2 2022-12-02 11:44:35 +01:00
map.h GOB: more comments on Map "oblique" coordinates used in Adibou2 2022-12-02 11:44:35 +01:00
metaengine.cpp GOB: fix the prefix of an Adibou2 game flag (ADGF_ -> GF_) 2022-12-02 11:44:35 +01:00
module.mk GOB: fix a few cursor glitches in Adibou2 2022-12-02 11:44:34 +01:00
mult_v1.cpp
mult_v2.cpp GOB: misc format/style/typo fixes in Adibou2 changes 2022-12-02 11:44:35 +01:00
mult.cpp GOB: misc format/style/typo fixes in Adibou2 changes 2022-12-02 11:44:35 +01:00
mult.h GOB: fix some parasite sprites issues in Adibou2 2022-12-02 11:44:32 +01:00
palanim.cpp
palanim.h
POTFILES GOB: update the list of files containing translatable strings 2022-12-02 11:44:36 +01:00
resources.cpp
resources.h
rxyfile.cpp GOB: Use SeekableReadStreamEndianWrapper 2022-11-29 00:06:49 +01:00
rxyfile.h GOB: Use SeekableReadStreamEndianWrapper 2022-11-29 00:06:49 +01:00
scenery_v1.cpp
scenery_v2.cpp
scenery.cpp GOB: misc format/style/typo fixes in Adibou2 changes 2022-12-02 11:44:35 +01:00
scenery.h GOB: split the big "updateAnim" function 2022-12-02 11:44:34 +01:00
script.cpp GOB: yet more int16->uint16 changes, to accommodate for Playtoons/Adibou2 larger variable space 2022-12-02 11:44:28 +01:00
script.h GOB: yet more int16->uint16 changes, to accommodate for Playtoons/Adibou2 larger variable space 2022-12-02 11:44:28 +01:00
surface.cpp GOB: another fillRect mode used in Adibou2, "fill except one color" 2022-12-02 11:44:30 +01:00
surface.h GOB: another fillRect mode used in Adibou2, "fill except one color" 2022-12-02 11:44:30 +01:00
totfile.cpp
totfile.h
util.cpp GOB: Don't use unsafe strcat and strcpy 2022-10-23 22:46:19 +02:00
util.h GOB: Don't use unsafe strcat and strcpy 2022-10-23 22:46:19 +02:00
variables.cpp GOB: Don't use unsafe strcat and strcpy 2022-10-23 22:46:19 +02:00
variables.h
video_v1.cpp GOB: use infix operator++ on Pixel iterators where possible 2022-12-02 11:44:24 +01:00
video_v2.cpp GOB: use infix operator++ on Pixel iterators where possible 2022-12-02 11:44:24 +01:00
video_v6.cpp GOB: use infix operator++ on Pixel iterators where possible 2022-12-02 11:44:24 +01:00
video.cpp GOB: skip '\r' or '\n' bytes when printing text 2022-12-02 11:44:32 +01:00
video.h
videoplayer.cpp GOB: protection from sound-only videos without proper flags in Adibou2 2022-12-02 11:44:34 +01:00
videoplayer.h GOB: fix some audio/video sync issues in Adibou2 2022-12-02 11:44:33 +01:00