.. |
lua
|
ALL: Remove PS2 port
|
2020-08-01 15:15:49 +02:00 |
achievements.cpp
|
COMMON: Switch AchMan to use INIFile instead of ConfMan section
|
2020-04-29 10:31:36 +02:00 |
achievements.h
|
JANITORIAL: Fix formatting
|
2020-04-29 10:32:23 +02:00 |
algorithm.h
|
BACKENDS: Move nextHigher2() into common/algorithm.h
|
2019-12-14 17:09:18 +02:00 |
archive.cpp
|
ANDROID: Fix crash due to adding '.' folder in SearchManager
|
2019-12-16 22:59:10 +02:00 |
archive.h
|
COMMON: Add ignoreClashes flag to SearchSet and FSDirectory
|
2019-11-03 00:44:23 +01:00 |
array.h
|
COMMON: Use nullptr instead of NULL or 0 where appropriate
|
2018-05-10 08:35:46 +02:00 |
bitstream.h
|
COMMON: Rework the BitStream class to improve its performance
|
2019-04-13 16:24:25 +03:00 |
bufferedstream.h
|
COMMON: Make GPL headers consistent in themselves.
|
2014-02-18 02:39:33 +01:00 |
c++11-compat.h
|
COMMON: Allow use of C++11 final keyword
|
2020-06-18 20:14:46 +01:00 |
callback.h
|
Fix comment formatting
|
2016-08-24 16:07:55 +06:00 |
config-manager.cpp
|
COMMON: Add a helper to update a ConfMan entry and flush to disk
|
2020-06-07 07:40:27 +02:00 |
config-manager.h
|
COMMON: Add a helper to update a ConfMan entry and flush to disk
|
2020-06-07 07:40:27 +02:00 |
coroutines.cpp
|
COMMON: Use nullptr instead of NULL or 0 where appropriate
|
2018-05-10 08:35:46 +02:00 |
coroutines.h
|
COMMON: Fix Missing Default Switch Case in Coroutine Macros
|
2019-10-21 00:19:41 +01:00 |
cosinetables.cpp
|
COMMON: Cos/Sin Table switch internal structure so at() is faster
|
2018-08-25 23:51:40 +02:00 |
cosinetables.h
|
COMMON: Cos/Sin Table switch internal structure so at() is faster
|
2018-08-25 23:51:40 +02:00 |
dcl.cpp
|
COMMON: Fix UB, left shift of negative value
|
2018-03-22 22:16:24 +01:00 |
dcl.h
|
COMMON: The DCL decompressor is also used in neverhood
|
2015-11-19 02:05:12 +02:00 |
dct.cpp
|
COMMON: Add Missing Default Switch Cases in DCT Class
|
2019-10-04 04:27:03 +01:00 |
dct.h
|
COMMON: Make GPL headers consistent in themselves.
|
2014-02-18 02:39:33 +01:00 |
debug-channels.h
|
COMMON: Allow for enabling/disabling debug channels by number
|
2019-11-11 18:20:29 -08:00 |
debug.cpp
|
COMMON: Allow for enabling/disabling debug channels by number
|
2019-11-11 18:20:29 -08:00 |
debug.h
|
COMMON: Enhanced debug channel checks.
|
2017-01-09 09:22:35 +01:00 |
dialogs.h
|
BACKENDS: Move shared DialogManager code to common
|
2020-03-22 20:46:42 +02:00 |
encoding.cpp
|
COMMON: Encoding::convertIconv - check errors on last call to iconv
|
2020-06-09 23:01:47 +02:00 |
encoding.h
|
COMMON: Add string size computation to Encoding.
|
2019-09-05 23:52:46 +01:00 |
endian.h
|
COMMON: Add WRITE_UINT24
|
2019-03-02 07:29:22 +01:00 |
error.cpp
|
MOHAWK: Display a GUI error message when no audio devices are available
|
2018-06-07 20:14:27 +02:00 |
error.h
|
MOHAWK: Display a GUI error message when no audio devices are available
|
2018-06-07 20:14:27 +02:00 |
events.cpp
|
SDL: Change keyboard repeat to apply on unmapped events
|
2020-04-12 11:11:00 +02:00 |
events.h
|
JANITORIAL: Rename shouldRTL, resetRTL and FORCE_RTL
|
2020-05-12 10:36:38 +02:00 |
fft.cpp
|
COMMON: FFT update cos/sin table constructor change
|
2018-08-18 16:30:57 +02:00 |
fft.h
|
COMMON: Add getRevTab to FFT
|
2015-02-01 10:35:23 +01:00 |
file.cpp
|
Revert "COMMON: Implement FSNode::createDirectoryRecursive()"
|
2019-09-15 00:07:46 +02:00 |
file.h
|
COMMON: Mark methods as override
|
2020-01-31 12:26:29 +01:00 |
forbidden.h
|
COMMON: Make strdup a forbidden symbol
|
2018-08-18 16:30:05 +02:00 |
frac.h
|
COMMON: Fix UB shifting negative integers
|
2017-12-01 19:22:24 -06:00 |
fs.cpp
|
COMMON: Add ignoreClashes flag to SearchSet and FSDirectory
|
2019-11-03 00:44:23 +01:00 |
fs.h
|
COMMON: Add ignoreClashes flag to SearchSet and FSDirectory
|
2019-11-03 00:44:23 +01:00 |
func.h
|
COMMON: Make GPL headers consistent in themselves.
|
2014-02-18 02:39:33 +01:00 |
gui_options.cpp
|
AUDIO/GUI: add SegaCD sound settings
|
2020-07-30 22:19:21 +02:00 |
gui_options.h
|
COMMON: Moved GUIO constants to hex codes for avoiding devs' confusion
|
2020-08-23 01:08:47 +02:00 |
hash-ptr.h
|
COMMON: Introduce a shared hash function for pointer types
|
2017-09-30 21:35:16 +02:00 |
hash-str.h
|
JANITORIAL: Fix whitespace
|
2018-04-15 16:31:31 +02:00 |
hashmap.cpp
|
JANITORIAL: Fix whitespace
|
2018-04-15 16:31:31 +02:00 |
hashmap.h
|
ALL: Remove PS2 port
|
2020-08-01 15:15:49 +02:00 |
huffman.h
|
COMMON: Use a prefix table to speed up the Huffman decoder
|
2019-04-13 16:24:25 +03:00 |
iff_container.cpp
|
COMMON: Use nullptr instead of NULL or 0 where appropriate
|
2018-05-10 08:35:46 +02:00 |
iff_container.h
|
COMMON: Use nullptr instead of NULL or 0 where appropriate
|
2018-05-10 08:35:46 +02:00 |
ini-file.cpp
|
COMMON: added support for ini files with non english characters
|
2019-08-20 13:53:01 +03:00 |
ini-file.h
|
COMMON: added support for ini files with non english characters
|
2019-08-20 13:53:01 +03:00 |
installshield_cab.cpp
|
COMMON: Use nullptr instead of NULL or 0 where appropriate
|
2018-05-10 08:35:46 +02:00 |
installshield_cab.h
|
COMMON: Make GPL headers consistent in themselves.
|
2014-02-18 02:39:33 +01:00 |
inttypes.h
|
ALL: Remove PS2 port
|
2020-08-01 15:15:49 +02:00 |
json.cpp
|
COMMON: Add Switch Default Cases in JSON Parser
|
2019-10-03 02:53:56 +01:00 |
json.h
|
ALL: Remove PS2 port
|
2020-08-01 15:15:49 +02:00 |
keyboard.h
|
MORPHOS: MorphOS Support
|
2020-08-21 00:59:18 +02:00 |
language.cpp
|
COMMON: Add Persian language & CP1256 encoding
|
2020-05-18 23:24:15 +02:00 |
language.h
|
COMMON: Add Persian language & CP1256 encoding
|
2020-05-18 23:24:15 +02:00 |
list_intern.h
|
COMMON: Use nullptr instead of NULL or 0 where appropriate
|
2018-05-10 08:35:46 +02:00 |
list.h
|
JANITORIAL: Fix whitespace
|
2018-04-15 16:31:31 +02:00 |
localization.cpp
|
COMMON: Make GPL headers consistent in themselves.
|
2014-02-18 02:39:33 +01:00 |
localization.h
|
COMMON: Fix some Doxygen comments that seem wrong.
|
2014-08-29 03:28:00 +02:00 |
macresman.cpp
|
COMMON: Lightened another MacBinary check so ISOBuster files really work
|
2020-08-01 22:38:09 +02:00 |
macresman.h
|
COMMON: Add 'vers' resource parser to MacResMan
|
2020-07-08 11:42:59 +02:00 |
math.h
|
JANITORIAL: Whitespace fixes
|
2020-06-06 15:08:33 +02:00 |
md5.cpp
|
COMMON: Make GPL headers consistent in themselves.
|
2014-02-18 02:39:33 +01:00 |
md5.h
|
COMMON: Make GPL headers consistent in themselves.
|
2014-02-18 02:39:33 +01:00 |
memory.h
|
COMMON: Add standard count & count+copy array constructors
|
2017-09-30 11:17:53 +02:00 |
memorypool.cpp
|
COMMON: Use nullptr instead of NULL or 0 where appropriate
|
2018-05-10 08:35:46 +02:00 |
memorypool.h
|
COMMON: Make GPL headers consistent in themselves.
|
2014-02-18 02:39:33 +01:00 |
memstream.h
|
COMMON: Attempt to solve diamong class hierarchy in MemoryReadStreamEndian. by athrxx
|
2020-08-22 22:58:43 +02:00 |
module.mk
|
COMMON: add UnicodeBiDiText wrapper
|
2020-05-12 14:36:09 +02:00 |
mutex.cpp
|
ALL: Remove direct use of OSystem::createMutex()
|
2020-08-21 09:39:00 +02:00 |
mutex.h
|
ALL: Remove direct use of OSystem::createMutex()
|
2020-08-21 09:39:00 +02:00 |
noncopyable.h
|
COMMON: Make GPL headers consistent in themselves.
|
2014-02-18 02:39:33 +01:00 |
osd_message_queue.cpp
|
JANITORIAL: Fix trailing whitespace
|
2018-05-24 15:30:55 +02:00 |
osd_message_queue.h
|
JANITORIAL: Fix trailing whitespace
|
2018-05-24 15:30:55 +02:00 |
pack-end.h
|
COMMON: Make GPL headers consistent in themselves.
|
2014-02-18 02:39:33 +01:00 |
pack-start.h
|
COMMON: Make GPL headers consistent in themselves.
|
2014-02-18 02:39:33 +01:00 |
platform.cpp
|
COMMON: Added PocketPC platform
|
2019-09-03 17:17:30 +02:00 |
platform.h
|
COMMON: Added PocketPC platform
|
2019-09-03 17:17:30 +02:00 |
ptr.h
|
COMMON: More nullptr usage in common/ptr
|
2018-06-04 03:36:27 -07:00 |
queue.h
|
COMMON: Make GPL headers consistent in themselves.
|
2014-02-18 02:39:33 +01:00 |
quicktime.cpp
|
COMMON: Use nullptr instead of NULL or 0 where appropriate
|
2018-05-10 08:35:46 +02:00 |
quicktime.h
|
COMMON: Use nullptr instead of NULL or 0 where appropriate
|
2018-05-10 08:35:46 +02:00 |
random.cpp
|
COMMON: Make GPL headers consistent in themselves.
|
2014-02-18 02:39:33 +01:00 |
random.h
|
COMMON: Make GPL headers consistent in themselves.
|
2014-02-18 02:39:33 +01:00 |
rational.cpp
|
COMMON: Fix very noisy warning when building with GCC 9 in C++11 mode
|
2019-11-10 21:04:29 +01:00 |
rational.h
|
COMMON: Fix very noisy warning when building with GCC 9 in C++11 mode
|
2019-11-10 21:04:29 +01:00 |
rdft.cpp
|
COMMON: Update RDFT and DCT cos/sin table constructor usage
|
2018-08-25 23:50:07 +02:00 |
rdft.h
|
COMMON: Make GPL headers consistent in themselves.
|
2014-02-18 02:39:33 +01:00 |
recorderfile.cpp
|
EVENTRECORDER: Fix crash on attempt to save. Fixed #10045
|
2020-08-29 17:22:38 +02:00 |
recorderfile.h
|
EVENTRECORDER: Fix GCC Compiler Warnings
|
2019-09-14 00:54:10 +01:00 |
rect.h
|
JANITORIAL: Fix whitespace
|
2018-04-15 16:31:31 +02:00 |
rendermode.cpp
|
COMMON: Use nullptr instead of NULL or 0 where appropriate
|
2018-05-10 08:35:46 +02:00 |
rendermode.h
|
COMMON: Add render mode for Macintosh.
|
2016-02-05 12:38:28 +01:00 |
safe-bool.h
|
COMMON: Use nullptr instead of NULL or 0 where appropriate
|
2018-05-10 08:35:46 +02:00 |
savefile.h
|
COMMON: Make save compression optional when copying
|
2019-12-09 22:57:46 -08:00 |
scummsys.h
|
MORPHOS: Update scummsys.h
|
2020-08-21 00:59:18 +02:00 |
serializer.h
|
JANITORIAL: Fix whitespace
|
2018-04-15 16:31:31 +02:00 |
sinetables.cpp
|
COMMON: Cos/Sin Table switch internal structure so at() is faster
|
2018-08-25 23:51:40 +02:00 |
sinetables.h
|
COMMON: Cos/Sin Table switch internal structure so at() is faster
|
2018-08-25 23:51:40 +02:00 |
singleton.h
|
COMMON: Add hasInstance() bool to singleton class
|
2018-04-29 21:47:10 +01:00 |
span.h
|
COMMON: Fix Span::toStream() when given index
|
2020-08-20 23:58:37 +02:00 |
stack.h
|
COMMON: Make GPL headers consistent in themselves.
|
2014-02-18 02:39:33 +01:00 |
str-array.h
|
GUI: U32: Add u32 support to Editables and Dialogs
|
2020-08-30 14:43:41 +02:00 |
str-enc.cpp
|
COMMON: Add Persian language & CP1256 encoding
|
2020-05-18 23:24:15 +02:00 |
str-enc.h
|
COMMON: Add Persian language & CP1256 encoding
|
2020-05-18 23:24:15 +02:00 |
str.cpp
|
ALL: Remove direct use of OSystem::createMutex()
|
2020-08-21 09:39:00 +02:00 |
str.h
|
COMMON: Dedicated function for in buffer check
|
2020-07-19 23:07:35 +01:00 |
stream.cpp
|
COMMON: Allow ignoring CR line breaks in SeekableReadStream::readLine()
|
2020-05-12 14:41:53 +02:00 |
stream.h
|
Revert "COMMON: Fix abstract SeekableReadStreamEndian calling virtual constructor"
|
2020-07-28 00:27:03 +01:00 |
substream.h
|
COMMON: Makw SeekableSubReadStreamEndian subclass of SeekableReadStreamEndian
|
2020-07-21 18:20:00 +02:00 |
system.cpp
|
GUI: Store the shader name in the config file instead of the ID
|
2020-03-09 18:01:14 -05:00 |
system.h
|
BACKENDS: Simplify EventsBaseBackend
|
2020-08-24 14:22:35 +02:00 |
taskbar.h
|
JANITORIAL: Typos detected with lintian & grep
|
2016-02-15 18:27:02 +01:00 |
text-to-speech.cpp
|
TTS: Fix use of virtual function in TTSMan destructor
|
2019-11-15 21:24:22 +01:00 |
text-to-speech.h
|
TTS: Add method to get the default voice
|
2020-06-21 16:31:15 +01:00 |
textconsole.cpp
|
COMMON: Use nullptr instead of NULL or 0 where appropriate
|
2018-05-10 08:35:46 +02:00 |
textconsole.h
|
COMMON: Make GPL headers consistent in themselves.
|
2014-02-18 02:39:33 +01:00 |
timer.h
|
COMMON: Make GPL headers consistent in themselves.
|
2014-02-18 02:39:33 +01:00 |
tokenizer.cpp
|
COMMON: Make GPL headers consistent in themselves.
|
2014-02-18 02:39:33 +01:00 |
tokenizer.h
|
COMMON: Make GPL headers consistent in themselves.
|
2014-02-18 02:39:33 +01:00 |
translation.cpp
|
GUI: U32: make convertBidiString take in and return u32strings
|
2020-08-30 14:43:41 +02:00 |
translation.h
|
GUI: U32: make convertBidiString take in and return u32strings
|
2020-08-30 14:43:41 +02:00 |
type-traits.h
|
COMMON: Add type traits to common library
|
2017-01-08 13:20:23 -06:00 |
types.h
|
COMMON: Make GPL headers consistent in themselves.
|
2014-02-18 02:39:33 +01:00 |
unarj.cpp
|
COMMON: Use nullptr instead of NULL or 0 where appropriate
|
2018-05-10 08:35:46 +02:00 |
unarj.h
|
GIT: Clean up: Suppress SVN tags, now useless
|
2011-05-12 01:16:22 +02:00 |
unicode-bidi.cpp
|
GUI: RTL: Do not repeatedly print warnings if fribidi is not available
|
2020-07-25 00:32:34 +02:00 |
unicode-bidi.h
|
COMMON: moved convertBiDiString(..lang) to unicode-bidi.h
|
2020-05-19 12:32:58 +02:00 |
unzip.cpp
|
COMMON: Use nullptr instead of NULL or 0 where appropriate
|
2018-05-10 08:35:46 +02:00 |
unzip.h
|
COMMON: Make GPL headers consistent in themselves.
|
2014-02-18 02:39:33 +01:00 |
updates.cpp
|
JANITORIAL: Fix whitespace
|
2018-04-15 16:31:31 +02:00 |
updates.h
|
JANITORIAL: Fix whitespace
|
2018-04-15 16:31:31 +02:00 |
ustr.cpp
|
GUI: U32: Add asuint64 helper to ustr
|
2020-08-30 14:43:41 +02:00 |
ustr.h
|
GUI: U32: Add asuint64 helper to ustr
|
2020-08-30 14:43:41 +02:00 |
util.cpp
|
COMMON: Update getHumanReadableBytes() in util.h
|
2019-07-30 14:51:41 -04:00 |
util.h
|
COMMON: Use assert for CLIP() if bounds are not properly ordered (#2298)
|
2020-06-06 17:53:47 +03:00 |
winexe_ne.cpp
|
COMMON: Add a common base class for the Windows resource classes
|
2020-01-11 17:34:12 +02:00 |
winexe_ne.h
|
COMMON: Add a common base class for the Windows resource classes
|
2020-01-11 17:34:12 +02:00 |
winexe_pe.cpp
|
COMMON: Add a common base class for the Windows resource classes
|
2020-01-11 17:34:12 +02:00 |
winexe_pe.h
|
COMMON: Add a common base class for the Windows resource classes
|
2020-01-11 17:34:12 +02:00 |
winexe.cpp
|
COMMON: Added VersionInfo parser to WinResources
|
2020-07-09 23:13:47 +02:00 |
winexe.h
|
COMMON: Added VersionInfo parser to WinResources
|
2020-07-09 23:13:47 +02:00 |
xmlparser.cpp
|
COMMON: Use nullptr instead of NULL or 0 where appropriate
|
2018-05-10 08:35:46 +02:00 |
xmlparser.h
|
COMMON: Add override keywords
|
2020-01-31 14:48:10 +01:00 |
zlib.cpp
|
MORPHOS: use libz shared from MORPHOS
|
2020-08-21 00:59:18 +02:00 |
zlib.h
|
GLK: ADRIFT: Implement zlib decompression
|
2019-09-25 20:13:27 -07:00 |