scummvm/engines/glk/agt
D G Turner 93af8e33e9 GLK: AGT: Correction To Previous Fix For Temporary Variable Pointer Usage
The previous change corrected the compiler warning, but the resulting
allocated buffer was not passed out of the function. This will likely
result in a memory leak if this is not deallocated elsewhere, but this
is a better situation than a likely segfault from usage of a local
variable pointer out of scope.
2023-12-05 22:53:51 +00:00
..
agil.cpp JANITORIAL: GLK/AGT: Correct Spelling Mistakes 2022-11-15 22:52:43 +02:00
agility.h GLK: AGT: Get two-word commands fix to work for both AGT and AGX 2022-09-26 18:39:38 -07:00
agt.cpp
agt.h GLK: AGT: Bump version number to 1.1.2 2022-09-26 18:39:38 -07:00
agtread.cpp GLK: Correct spelling mistake 2022-10-27 15:56:10 +02:00
agxfile.cpp GLK: AGT: Get two-word commands fix to work for both AGT and AGX 2022-09-26 18:39:38 -07:00
auxfile.cpp GLK: AGT: Turn on smart disambiguation by default for AGT 1.5 onwards 2022-09-26 18:39:38 -07:00
config.h JANITORIAL: Fix "the the" and similar typos 2022-07-29 19:36:40 +03:00
debugcmd.cpp GLK: Don't use unsafe sprintf and vsprintf 2022-10-23 22:46:19 +02:00
detection_tables.h GLK: Avoids some gameIDs clashing between various GLK subengines 2023-12-03 20:57:15 +01:00
detection.cpp GLK: AGT: Fix condition in detector 2023-04-15 12:56:33 +02:00
detection.h
disassemble.cpp GLK: Don't use unsafe sprintf and vsprintf 2022-10-23 22:46:19 +02:00
exec.cpp GLK: AGT: Correction To Previous Fix For Temporary Variable Pointer Usage 2023-12-05 22:53:51 +00:00
exec.h
filename.cpp
gamedata.cpp JANITORIAL: GLK/AGT: Correct Spelling Mistakes 2022-11-15 22:52:43 +02:00
interface.cpp GLK: Correct spelling mistake 2022-10-27 15:56:10 +02:00
interp.h GLK: AGT: Allow Shades of Grey to define 'scream' in a dummy_verb 2022-09-26 18:39:38 -07:00
metacommand.cpp JANITORIAL: GLK/AGT: Correct Spelling Mistakes 2022-11-15 22:52:43 +02:00
object.cpp GLK: Don't use unsafe strcat and strcpy 2022-10-23 22:46:19 +02:00
os_glk.cpp GLK: Don't use unsafe sprintf and vsprintf 2022-10-23 22:46:19 +02:00
parser.cpp GLK: Correct spelling mistake 2022-10-27 15:56:11 +02:00
runverb.cpp GLK: Correct spelling mistake 2022-10-27 15:56:11 +02:00
savegame.cpp GLK: AGT: If stable_random is set, reset RNG when restarting a game 2022-09-26 18:39:38 -07:00
token.cpp GLK: Don't use unsafe sprintf and vsprintf 2022-10-23 22:46:19 +02:00
util.cpp JANITORIAL: GLK/AGT: Correct Spelling Mistakes 2022-11-15 22:52:43 +02:00
vars.cpp