Commit Graph

4171 Commits

Author SHA1 Message Date
medobob1
a4b97f6d49 COMMON: Fixed typo in sprintf_s comment 2023-03-05 15:55:23 +00:00
athrxx
7c98d26170 GUI: fix rendermode setting
(add missing lines for CPC, ZX and C64 rendering)
2023-03-05 14:57:08 +01:00
Miro Kropacek
a359ee1316 COMMON: Fix build when zlib not present 2023-03-04 23:38:42 +01:00
Eugene Sandulenko
b5042c8513
COMMON: Do not crash on attempt to punyencode empty strings 2023-03-03 23:22:34 +01:00
Eugene Sandulenko
514f11654c
COMMON: Split assert() for more finetuned crash reporting 2023-03-03 23:19:20 +01:00
=
bb12e41290 COMMON: Fix array size of 'name' argument in ProDOSFile constructor 2023-03-01 16:41:16 -05:00
Vladimir Serbinenko
01a71b4927 COMMON: Support cp936 2023-02-28 02:29:51 +01:00
hax0kartik
cc1e8600e2 COMMON: Add replace() methods for U32String 2023-02-27 22:01:13 +01:00
Attaullah Ansari
83cda889c1 COMMON: Issue warning instead of error dialogs for bad configuration file, return a bool value indicating success or failure of loading. 2023-02-23 18:12:27 +01:00
Eugene Sandulenko
302e46bfd3
COMMON: Added comment to the developers 2023-02-23 14:46:51 +01:00
Eugene Sandulenko
49d9ad2300
COMMON: Added missing rendermode GUIOs 2023-02-23 14:45:06 +01:00
Eugene Sandulenko
c138d170a5
COMMON: Check GUIO constants for duplicates 2023-02-23 13:52:20 +01:00
Eugene Sandulenko
c7d0594834
COMMON: Renumerated GIOs and added clarification comments 2023-02-23 13:37:00 +01:00
elasota
6af0bd2a95 COMMON: Correct cursor mask comments. 2023-02-19 23:51:09 +01:00
elasota
76d84718e2 GRAPHICS: Corrected semantics for MacOS cursors 2023-02-19 23:51:09 +01:00
elasota
3db67a33ac GRAPHICS: Add support for pixels with masks and inverted pixels 2023-02-19 23:51:09 +01:00
Michael Hayman
8d2bd83365 JANITORIAL: Remove excess debug statements and inconsistent indentation in prodos.cpp/h 2023-02-15 17:02:41 -05:00
Michael Hayman
a845f0bb61 COMMON: Move ProDos disk parser from Immortal engine to Common 2023-02-15 17:02:41 -05:00
Filippos Karapetis
fc20af02d9 COMMON: Improve CRC16 error messages in Stuffit 2023-02-12 16:56:44 +02:00
Vladimir Serbinenko
2d3514d13f COMMON: Check CRC16 in Stuffit 2023-02-12 16:56:44 +02:00
Eugene Sandulenko
4d244d431f
COMMON: Added helper method for dumping Common::Archive contents 2023-02-10 23:51:13 +01:00
Eugene Sandulenko
1039667a08
JANIRORIAL: Reduce header dependency 2023-02-10 23:51:13 +01:00
Eugene Sandulenko
b7b5ece6b5
COMMON: Added possibility to query archive from SearchSet 2023-02-10 01:19:34 +01:00
Matthew Duggan
cd09481f6e COMMON: Add ability to handle unknown xml keys 2023-02-08 00:30:08 +01:00
Cameron Cawley
6903fb4be1 COMMON: Simplify API for getHumanReadableBytes() 2023-02-05 23:08:21 +01:00
Matthew Duggan
894a24dd63 JANITORIAL: Clarify comments about screenFormat 2023-02-05 08:02:12 +09:00
Eugene Sandulenko
59ca2de0f2
COMMON: Better handling for malformed NE Windows executables 2023-01-27 19:56:50 +01:00
Cameron Cawley
138a983d80 COMMON: Refactor VSync handling to match the other options 2023-01-16 18:09:53 +01:00
Vladimir Serbinenko
600f33bccf COMMON: Allow unzip to flatten tree structure
It's easier to some games to ignore directories
2023-01-15 19:22:34 +01:00
Vladimir Serbinenko
30717496ce COMMON: Allow unarj to flatten tree structure
It's easier to some games to ignore directories
2023-01-15 19:22:34 +01:00
Eugene Sandulenko
c3b2d0267d
JANITORIAL: Clarify comments 2023-01-14 14:42:18 +01:00
elasota
3a07524b73 COMMON: Add initial config file option.
This allows an initial/default configuration file to be specified via the command line.  This allows a default settings file to be bundled and loaded even if it's installed to a read-only location, such as Program Files on Windows, and allows the written config file to be deleted without losing the custom defaults.
2023-01-11 14:46:39 +01:00
Eugene Sandulenko
7f426af872
COMMON: Fix warning 2023-01-10 22:44:06 +01:00
Vladimir Serbinenko
94944b8c8b COMMON: Downgrade AppleDouble and actual resource forks in macresman
They are created silently by various versions of OSX and may contain
garbage describing plain macbinary rather than historically dumped data from
disk.
2023-01-10 14:45:36 +01:00
Eugene Sandulenko
5d08b1a0f3
COMMON: Add flag to match whole path for Archive::listMatchingMembers() 2023-01-08 01:15:52 +01:00
Eugene Sandulenko
f262e71eb4
JANITORIAL: Remove redundant namespace specs 2023-01-08 01:15:52 +01:00
Eugene Sandulenko
82e21f3c3c
COMMON: Probe files for existnce, so there is less noise 2023-01-08 01:15:52 +01:00
Eugene Sandulenko
e41559cfa5
GUI: Moved icons pack set generation to common/ 2023-01-08 01:15:51 +01:00
Vladimir Serbinenko
187304f730 COMMON: Reject all-zero macbinary header 2023-01-07 19:44:37 +03:00
Martin Gerhardy
f2c9137979 COMMON: removed foreach.h
now that we are using c++11 we don't need this wrapper anymore
2023-01-07 02:40:44 +02:00
Eugene Sandulenko
63f39ca792
COMMON: Rename base-str.* to str-base.* for consistency and file grouping 2023-01-05 14:21:23 +01:00
Eugene Sandulenko
0fb25d7734
COMMON: Allow specify random seed via scummvm.ini 2023-01-02 16:12:44 +01:00
Eugene Sandulenko
41da1de090
COMMON: Sync RNG seed initialising between common and event recorder 2023-01-02 16:12:44 +01:00
neuromancer
3cd8f444b5 COMMON: added Commodore 64 rendering mode 2023-01-02 08:09:37 -03:00
Vladimir Serbinenko
0adf22278b COMMON: Uplift SafeMutexedSeekableSubReadStream to common 2022-12-31 20:47:10 +01:00
Matthew Duggan
c53b42311d COMMON: Fix path split+join combinations, add tests for same
This resolves multiple scenarios where a path ends up with a trailing
separator.
2022-12-31 17:57:07 +09:00
neuromancer
90d97edd63 COMMON: added a render mode for Amstrad CPC 2022-12-29 10:52:57 -03:00
Vladimir Serbinenko
af2643be44 COMMON: Add a check in StuffIt parser to check for crash condition 2022-12-28 13:02:22 +01:00
Vladimir Serbinenko
324b22682e COMMON: Respect StuffIt archive size
This allows handling of archives with trailer like one used in
Private eye installer
2022-12-28 13:02:22 +01:00
neuromancer
6829865c8f COMMON: renamed Amstrad CPC platform data to be more precise 2022-12-26 11:48:17 -03:00