Martin Gerhardy
6f3c9a5e69
TWINE: converted return value to boolean
2020-11-08 12:17:34 +01:00
Martin Gerhardy
b6750b454e
TWINE: const
2020-11-08 12:14:56 +01:00
Martin Gerhardy
ca540d5e6b
TWINE: const and converted to boolean
2020-11-08 12:13:14 +01:00
Martin Gerhardy
62f1335826
TWINE: remove member variables and use them as local vars
...
and a lot of const
2020-11-08 12:08:53 +01:00
Martin Gerhardy
12f9ba1bea
TWINE: const
2020-11-08 12:00:39 +01:00
Martin Gerhardy
0f97c56560
TWINE: reduced scope
2020-11-08 11:48:18 +01:00
Martin Gerhardy
fde132ea03
TWINE: converted to boolean
2020-11-08 11:46:26 +01:00
Martin Gerhardy
fa19374e58
CREATE_PROJECT: added .gitignore to create_project cmake part
2020-11-08 11:32:59 +01:00
Martin Gerhardy
7be30d492b
CREATE_PROJECT: fixed cmake generator
...
* Support for pkg-config was added
* Shortened the CMakeLists.txt by more than 4000 lines
* Added macro for feature detection
* Configure stage is reporting missing libs as error now (they were reported as compile errors during the build before)
* Link the scummvm-detection lib (this was missing before)
* Added missing defines like DETECTION_STATIC and USE_SDL2
* Group impl and header files in src file list to shorten the cmake script
* Unified indention for generated script
2020-11-08 11:30:25 +01:00
wonst719
f468db1c63
SCUMM: Guard Korean postposition code against existing code
2020-11-08 13:34:44 +09:00
wonst719
4246929148
SCUMM: Move CharsetRenderer::isScummvmKorTarget() to ScummEngine
2020-11-08 13:34:44 +09:00
Paul Gilbert
640e81d622
GLK: COMPREHEND: Rearrange order of beforeTurn/afterTurn
2020-11-07 18:50:33 -08:00
Paul Gilbert
27df1fdf49
GLK: COMPREHEND: Implementing no-floodfill drawing mode
2020-11-07 18:50:33 -08:00
Paul Gilbert
6b55aa029f
GLK: COMPREHEND: Fix some println calls, add more flag constants
2020-11-07 18:50:33 -08:00
antoniou
0de952a59c
ANDROID: Raise targetsdk to 29 but make use of requestLegacyExternalStorage
...
Also some fixes for deprecated warnings
2020-11-07 23:38:03 +02:00
athrxx
6000a0b472
SCUMM: (MI1/SegaCD/JP) - fix bug 11943
...
(SCUMM: Invalid text rendering with Monkey Island 1 (SegaCD Japanese))
Only add vs->xstart offset if the font is actually rendered on the vs.
2020-11-07 19:59:41 +01:00
Paul Gilbert
a0a46b7c10
GLK: COMPREHEND: Added computerConsole method
2020-11-07 10:32:00 -08:00
Paul Gilbert
ce1bdb3251
GLK: COMPREHEND: Remaining handleSpecialOpcode cases
2020-11-07 10:32:00 -08:00
Paul Gilbert
b1b907b96b
GLK: COMPREHEND: Renaming of computer printing method
2020-11-07 10:32:00 -08:00
Paul Gilbert
ec6fb9353a
GLK: COMPREHEND: Fix drawing too bright rooms
2020-11-07 10:32:00 -08:00
Bartosz Gentkowski
3ff21ad8c2
DOXYGEN: Further doc updates in high priority files
...
Adding, editing, updating doxygen comments in header files:
- common/archive.h
- common/array.h
- common/config-manager.h
- common/list.h
- common/random.h
- common/rect.h
- common/savefile.h
2020-11-07 18:19:09 +00:00
Thierry Crozat
efa9a0f250
COMMON: Add conversion operator from UnicodeBiDiText to U32String
...
This replaces the U32String constructor that takes a UnicodeBiDiText
and serves the same purpose, but avoids making a copy.
2020-11-07 18:10:44 +00:00
Cameron Cawley
626755db94
IPHONE: Use kFeatureFilteringMode to toggle filtering
2020-11-07 18:05:53 +00:00
Lothar Serra Mari
12df4e8a73
I18N: Update translations.dat
2020-11-07 12:11:03 +01:00
Paul Gilbert
e549d95c89
GLK: COMPREHEND: Added checkShipWorking method
2020-11-06 20:42:53 -08:00
Paul Gilbert
efefe7538a
GLK: COMPREHEND: Add shipDepartCheck method
2020-11-06 20:42:53 -08:00
Paul Gilbert
f46bd199dd
GLK: COMPREHEND: Added fuelCheck method
2020-11-06 20:42:53 -08:00
Paul Gilbert
80e7e7244a
GLK: COMPREHEND: Beginnings of per-turn OO-Topos logic
2020-11-06 20:42:53 -08:00
Matthieu Milan
5a31319853
SWITCH: Implement OSystem_Switch::getSystemLanguage()
2020-11-06 21:40:01 -06:00
Mathias Parnaudeau
4880fab063
COMMON: Use appropriate equals() in BaseString
...
Remove a useless creation of a BaseString object with a C string in
comparison operators of this class, because there is a function
equals() that accepts a C string in parameter.
2020-11-06 21:21:05 +00:00
Martin Gerhardy
f969365688
TWINE: fixed endian issue in getText
2020-11-06 20:49:18 +01:00
Martin Gerhardy
4783046f86
TWINE: fixed compiler warning about alignment issues
2020-11-06 20:45:44 +01:00
Martin Gerhardy
db9ab1d63e
TWINE: fixed endian issues while parsing sprite bounding box for collisions
2020-11-06 20:43:35 +01:00
Martin Gerhardy
ce78c96474
TWINE: replaced magic numbers with constants
2020-11-06 20:40:00 +01:00
Martin Gerhardy
955d2e71cf
TWINE: converted to boolean
2020-11-06 20:40:00 +01:00
Martin Gerhardy
515256d904
TWINE: replaced magic numbers and converted to boolean
2020-11-06 20:40:00 +01:00
Martin Gerhardy
ed199ca4ae
TWINE: fixed compiler warning about duplicate branch
2020-11-06 20:40:00 +01:00
Martin Gerhardy
03df93afca
TWINE: use IS_HERO macro
2020-11-06 20:40:00 +01:00
Martin Gerhardy
cd25f58842
TWINE: fixed endian issue while parsing the sprite bounding box for collisions
2020-11-06 20:40:00 +01:00
Martin Gerhardy
38d5886b41
TWINE: const for src buffer
2020-11-06 20:40:00 +01:00
Eugene Sandulenko
f8216ed85f
SCUMM: Fix warning
2020-11-06 19:53:05 +01:00
Eugene Sandulenko
100688c225
SCUMM: Moved out Korean-specific code into separate methods
2020-11-06 19:53:05 +01:00
Eugene Sandulenko
819dd59f77
JANITORIAL: Formatting fixes
2020-11-06 19:53:05 +01:00
rsn8887
8ed43f8da2
CONFIGURE: fix fluidsynth detection for psp2
2020-11-06 12:35:59 -06:00
wonst719
1a0c320616
SCUMM: Fix deepcode warning
...
- use memcpy() instead of strcpy() to insert linebreak character
2020-11-06 19:35:34 +01:00
wonst719
145617ce69
SCUMM: Hacks for alternative Korean line-break
2020-11-06 19:35:34 +01:00
wonst719
fe756f6921
SCUMM: Optimize Korean final consonant table
2020-11-06 19:35:12 +01:00
wonst719
7a2a0542fc
SCUMM: Support variation of Korean postpositions
2020-11-06 19:35:12 +01:00
wonst719
0818564531
SCUMM: Fix deepcode warning from multifont load method
...
- use snprintf() instead of sprintf()
2020-11-06 19:29:47 +01:00
wonst719
345771f574
SCUMM: Add multi-font support for Korean fan translated games
2020-11-06 19:29:47 +01:00