Hubert Maier
a31497e714
GLK: Correct spelling mistake
...
refered -> referred
2022-10-27 15:56:10 +02:00
Le Philousophe
6d3a10c631
GLK: Don't use unsafe sprintf and vsprintf
2022-10-23 22:46:19 +02:00
Le Philousophe
93cdbbbf39
GLK: Don't use unsafe strcat and strcpy
2022-10-23 22:46:19 +02:00
D G Turner
eb418ae51e
GLK: ALAN3: Fix Undefined Macro GCC Compiler Warning
...
This code for build numbering will not be used in any case and has
been implicitly defaulting to 0.
This would previously generate warnings when -Wundef is passed to
the GCC compiler.
2022-03-20 22:59:34 +00:00
Eugene Sandulenko
abea37c9bb
ALL: Update ScummVM project license to GPLv3+
2021-12-26 18:48:43 +01:00
Paul Gilbert
53ed65bbe4
GLK: ALAN3: Added detection
2021-11-16 20:18:52 -08:00
Orgad Shaneh
0111a08560
GLK: Use nullptr
...
Using clang-tidy modernize-use-nullptr
2021-11-14 15:51:59 +02:00
Orgad Shaneh
a05e54f00c
JANITORIAL: Remove trailing whitespaces
2021-05-04 11:46:30 +03:00
Eugene Sandulenko
5e7fe2dc57
JANITORIAL: Replace spaces in indentation with tabs
2021-04-15 21:20:36 +02:00
aryanrawlani28
4b6976c558
GUI: U32: Reduce number of files changed and fixes
...
Up until last commit, everything was working fine but the amount of files changed was too large. This commit tries to reduce the changes.
- Add a fake constructor to Keymap, text-to-speech, setDescription (save-state)
- Redirecting functions for PopUpWidget::appendEntry, ButtonWidget::setLabel, GUIErrorMessage
- Use the above functions and constructors to reduce changes in Engines
- Fix warnings being in unicode. Only output english text in - Warnings, Errors, etc.
- Mark some strings as "translation" strings. (Not yet added to POTFILES)
- Remove some CP related things from po/modules.mk
- Previously used some Common::convertToU32 where it was not necessary, replace this with u32constructor
2020-08-30 14:43:41 +02:00
aryanrawlani28
e22b32abfe
GUI: U32: Use Common::U32String::format where necessary and GUIError to u32
...
- Where necessary as in, where translated messages are used.
- GUIErrorMessage now takes in U32String
- error messages across some engines use U32Strings. they are changed because they show a message dialog.
2020-08-30 14:43:41 +02:00
Eugene Sandulenko
fe0193b914
JANITORIAL: Remove unndeded "common/translation.h" include
2020-08-27 20:26:45 +02:00
Paul Gilbert
7a257a0887
GLK: ALAN3: More detection entries
2020-08-20 21:32:25 -07:00
Paul Gilbert
5a84abcc5d
GLK: ALAN3: Added detection entries
2020-08-20 20:50:38 -07:00
Eugene Sandulenko
7e592fd00b
GLK: ALAN3: Fix malloc/delete[] mismatch
2020-04-28 09:46:57 +02:00
Eugene Sandulenko
df30831bcf
GLK: ALAN3: Replace defines with actual function calls
2020-04-27 23:18:56 +02:00
Bastien Bouclet
1e30923737
GLK: Add override keywords
2020-02-09 12:43:15 +01:00
Eugene Sandulenko
cad4b06dd9
GLK: More override keywords
2020-01-31 13:41:31 +01:00
D G Turner
d67885f4f3
GLK: ALAN3: Fix Missing Default Switch Cases
...
These are flagged by GCC if -Wswitch-default is enabled.
2019-12-18 06:22:52 +00:00
Paul Gilbert
90e29ab1bb
GLK: ALAN3: Cleanup
2019-11-17 14:06:14 -08:00
Paul Gilbert
043093209e
GLK: ALAN3: Merge duplicate jumps.h
2019-09-25 20:13:28 -07:00
Paul Gilbert
58498cf5f2
GLK: Fixing some gcc 8 warnings
2019-07-24 20:32:14 -07:00
sluicebox
44e9cefede
GLK: ALAN3: Add NL to EOF in attribute.h
...
Fixes VS2015 compiler error
2019-07-24 08:51:16 -07:00
Paul Gilbert
649dadaedc
GLK: ALAN3: Change detections list to use common GlkDetectionEntry
2019-07-14 10:47:52 -07:00
Paul Gilbert
76d4816853
GLK: ALAN3: Re-enable ifdefed TODO block
2019-07-06 21:05:22 -07:00
Paul Gilbert
2a0f8af958
GLK: ALAN3: Remove deprecated args.cpp
2019-07-06 20:55:47 -07:00
Paul Gilbert
0a6f015a86
GLK: ALAN3: Fix gcc errors
2019-07-06 17:24:37 -07:00
Paul Gilbert
3b9547edde
GLK: Fix various gcc warnings
2019-07-06 17:02:26 -07:00
Paul Gilbert
f282fbb49b
GLK: ALAN3: Fix gcc errors
2019-07-06 16:14:54 -07:00
Paul Gilbert
43bc2e4853
GLK: ALAN3: Fix restarting game from quit command
2019-07-06 15:56:26 -07:00
Paul Gilbert
f445578a4d
GLK: ALAN3: Fix hang after entering unknown word
2019-07-06 15:40:39 -07:00
Paul Gilbert
0502ac4bb1
GLK: ALAN3: Create GlkDetectedGame base class for simplifying detections
2019-07-06 15:27:09 -07:00
Paul Gilbert
2fbb8af0bc
GLK: ALAN3: Move soundChannel static to GlkIO field
2019-07-06 15:27:09 -07:00
Paul Gilbert
69f87bebf1
GLK: ALAN3: Fix double-free of memory array
2019-07-06 15:27:09 -07:00
Paul Gilbert
17d0459566
GLK: ALAN3: Fix gcc warning
2019-07-06 15:27:09 -07:00
Paul Gilbert
f28d3b7496
GLK: ALAN3: Further refactoring of setjmp calls
2019-07-06 15:27:09 -07:00
Paul Gilbert
3165fa628a
GLK: ALAN3: Add loading savegame from launcher
2019-07-06 15:27:09 -07:00
Paul Gilbert
4de30c9e2f
GLK: ALAN3: Fix Valgrind identified memory issues
2019-07-06 15:27:09 -07:00
Paul Gilbert
87a86c0fb6
GLK: ALAN3: Merge saving & loading code, loading fixes
2019-07-06 15:27:09 -07:00
Paul Gilbert
c5214f6d34
GLK: ALAN3: Making GlkIO base class
2019-07-06 15:27:09 -07:00
Paul Gilbert
b634a97f41
GLK: ALAN3: Move readline.cpp into glkio.cpp
2019-07-06 15:27:09 -07:00
Paul Gilbert
efdf25b3d2
GLK: ALAN3: Move term.cpp code into glkio.cpp
2019-07-06 15:27:09 -07:00
Paul Gilbert
0f0c2c97e1
GLK: ALAN3: Move some Glk interface methods to glkio.cpp
2019-07-06 15:27:09 -07:00
Paul Gilbert
d185cc5894
GLK: ALAN3: Remove adventureName variable
2019-07-06 15:27:09 -07:00
Paul Gilbert
3e9d215dd8
GLK: ALAN3: Minor errors cleanup
2019-07-06 15:27:09 -07:00
Paul Gilbert
1183dc65bb
GLK: ALAN3: Remove deprecated glkstart.cpp
2019-07-06 15:27:09 -07:00
Paul Gilbert
6a4931106d
GLK: ALAN3: Wrap playererr and terminate methods in context
2019-07-06 15:27:09 -07:00
Paul Gilbert
5dea662313
GLK: ALAN3: Wrapping method calls in longjmp replacement macros
2019-07-06 15:27:09 -07:00
Paul Gilbert
18566feefc
GLK: ALAN3: Implement savegame code
2019-07-06 15:27:08 -07:00
Paul Gilbert
ec979b8555
GLK: ALAN3: Fix quitting game from input line when window closed
2019-07-06 15:27:08 -07:00