Commit Graph
17 Commits
Author SHA1 Message Date
Le Philousophe f24d143565 ICB: Don't use unsafe strcat and strcpy 2022-10-23 22:46:19 +02:00
Joost Peters c365f5e928 ICB: remove erroneous semicolons 2022-08-05 13:41:56 +02:00
Paweł Kołodziejski 92e8e06024 ICB: ELDORADO: Icon size specifics 2022-08-05 08:12:58 +02:00
Paweł Kołodziejski 18e0949ac0 ICB: ELDORADO: More specifics for ICB flow 2022-08-05 01:09:32 +02:00
Paweł Kołodziejski 6009e646f6 ICB: Few more endian fixes 2022-07-31 21:16:45 +02:00
Paweł Kołodziejski 072fead8da ICB: Avoid casting LinkedDataFile class to memory 2022-07-30 15:14:30 +02:00
Paweł Kołodziejski 73f29ee3d5 ICB: Work in endian code safe, avoid casting pxBitmap class to memory. 2022-07-30 11:05:03 +02:00
D G Turner b7cec2f35a ICB: Replace Various String Handling with Common String Class
While using the dynamic Common::String has more overhead, this removes
various large fixed size buffers used for path construction for icon
file access so the overall effect should be a reduction in dynamic
i.e. stack memory usage. This also avoids any possible buffer overflow
corruption.

This also removes quite a few GCC Compiler Format Overflow warnings
which are emitted if -Wformat-overflow is passed.
2022-07-18 01:15:53 +01:00
Paweł Kołodziejski 20cb0ae228 ALL: Cleanup ResidualVM -> ScummVM 2021-12-26 21:19:38 +01:00
Eugene Sandulenko abea37c9bb ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
Orgad Shaneh 75bfc1290b ICB: Use nullptr
Using clang-tidy modernize-use-nullptr
2021-11-14 15:51:59 +02:00
D G Turner efcc8ee6a3 ICB: Various Fixes for GCC Warnings and Minor Comment Spelling 2021-03-19 15:41:37 +00:00
Paweł Kołodziejski 04b237629a ICB: Reworked global constructor 2021-03-14 08:59:48 +01:00
Paweł Kołodziejski a18e803ea6 ICB: Cleanup types 2021-03-07 09:56:34 +01:00
Pawel Kolodziejski 22c607b1a8 ICB: Cleanup headers 2020-10-06 09:51:20 +02:00
Pawel Kolodziejski 8f77e70f28 ICB: Rename type from RECT to LRECT 2020-09-21 06:59:09 +02:00
Pawel Kolodziejski 0320ac4d19 ICB: Import engine from the branch as unstable engine 2020-06-28 08:54:42 +02:00