scummvm/backends/events
Vladimir Serbinenko 68a9136e4d
COMMON: Rewrite Encoder and drop dependency on iconv (#2586)
Different platforms have different levels of support of encodings and
often have slight variations. We already have tables for most encoding
with only CJK missing. Full transcoding inclusion allows us to get reliable
encoding results independently of platform. The biggest con is the need for
external tables encoding.dat.

It removes a duplicate table for korean in graphics/korfont.cpp
2020-11-15 16:20:35 +01:00
..
androidsdl SDL: Simplify mouse button handling on AndroidSDL, GPH and OpenPandora 2020-02-26 21:34:24 +01:00
default ALL: Synced with ScummVM - rev: 33a47d23b8 2020-09-03 02:21:14 +02:00
dinguxsdl SDL: Move the keyboard mouse to a subclass of SdlEventSource 2020-03-09 20:00:31 +01:00
gph GPH/OPENPANDORA: Minor cleanup 2020-09-13 14:58:45 +01:00
maemosdl MAEMO: Add override and final keywords 2020-11-01 20:04:57 +00:00
openpandora OPENPANDORA: Fix copy/paste error 2020-09-13 22:20:31 +01:00
ps3sdl BACKENDS: Remove not used code 2020-10-02 20:01:17 +02:00
psp2sdl BACKENDS: Fix reading window height in PSP2 events 2020-10-10 09:20:59 -05:00
riscossdl BACKENDS: Drop native game joystick support in replacement for emulated from core events backend. 2020-10-03 17:13:54 +02:00
samsungtvsdl SDL: Move the keyboard mouse to a subclass of SdlEventSource 2020-03-09 20:00:31 +01:00
sdl COMMON: Rewrite Encoder and drop dependency on iconv (#2586) 2020-11-15 16:20:35 +01:00
switchsdl SWITCH: Add support for 3d games (#2558) 2020-10-26 21:01:12 +01:00
symbiansdl SYMBIAN: Deprecate the actions system 2020-08-24 14:19:30 +02:00