Commit Graph
35 Commits
Author SHA1 Message Date
Eugene Sandulenko fb7095f5a4 COMMON: Move all compression-related files to a separate directory 2022-12-01 11:53:02 +01:00
Paweł Kołodziejski 06902574b4 GRIM: Janitorial 2022-06-08 01:12:00 +02: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 ee57380de7 ENGINES: JANITORIAL: Remove 'virtual' when override is specified 2021-11-14 14:32:04 +02:00
Paul Gilbert 005561d305 COMMON: Increase Stream pos, seek, size from int32 to int64 2021-07-08 18:24:28 -07:00
Orgad Shaneh a05e54f00c JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
Joost Peters c33d38fa34 GRIM: Make patch file reads alignment safe 2015-01-12 22:17:55 +01:00
Joel Teichroeb 21ca0acedc GRIM: Add override to overriden functions 2014-05-30 17:45:22 -07:00
Joel Teichroeb 0f3da43694 GRIM: Change NULL to nullptr. 2014-05-30 17:43:08 -07:00
Pawel Kolodziejski 8759900b6a ALL: synced with ScummVM 2014-04-05 18:18:42 +02:00
Kirben 987c5f5f80 BUILD: Fix 32bit compilation. 2014-01-09 09:12:20 +11:00
Einar Johan Trøan Sømåen bf49a3145d GRIM: Rename members in PatchR to follow convention better. 2014-01-07 11:29:26 +01:00
Einar Johan Trøan Sømåen 3c20a3422f GRIM: Initialize more members in Patchr's constructor. 2014-01-07 11:23:50 +01:00
Joel Teichroeb c0cb2f1f9c GRIM: Use a consitent style for constructor initializers 2013-10-26 13:57:55 -07:00
Andrea Corna 86fe6967fa GRIM: Improve PatchR debug messages 2013-09-10 21:56:41 +02:00
Einar Johan Trøan Sømåen fe3883cecd GRIM: Reformat code to be closer to convention. 2013-07-09 21:12:55 +02:00
Joel Teichroeb 4e6378be14 GRIM: Do not need to check if a pointer is NULL before deleting it as nothing will happen if it is NULL 2013-07-07 21:11:34 -07:00
Joel Teichroeb 4eb508cb61 GRIM: Use const references for strings 2013-07-07 20:56:24 -07:00
Dmitry Smirnov 0cb038d394 minor spelling corrections 2013-03-28 15:30:08 +11:00
Giulio Camuffo 2bbb95f3d0 GRIM: Do not error out when seeking backwards patchr streams. 2013-01-26 21:38:14 +01:00
Joel Teichroeb 3146c8e062 GRIM:/PATCHR Do not fall through on SEEK_END 2013-01-22 20:18:41 -08:00
Paweł Kołodziejski 175620b62a ALL: change license headers from LGPL to GPL, and few updates 2012-12-19 23:15:43 +01:00
Andrea Corna e0c086caab GRIM: Add some additional checks in PatchR 2012-08-01 12:51:46 +02:00
Andrea Corna 42ffa2a0c2 GRIM: Make PatchR error messages more clear 2012-07-31 13:39:57 +02:00
Andrea Corna bdc7e63463 GRIM: Fix a warning in PathcedFile::seek 2012-05-07 09:07:05 +02:00
Andrea Corna bb174b6fa2 GRIM: Rewrite Patchr
This new version of patchr is based on bsdiff format (although it doesn't
share code with it, since it has been written from scratch)
All patches written for the old version have been ported to this one.
2012-05-03 10:30:12 +02:00
Andrea Corna 172da7ee4b GRIM: Add a simple versioning system to patchr 2012-03-26 11:02:24 +02:00
Andrea Corna ff586026c3 GRIM: Add a check in patchr 2012-02-27 12:17:33 +01:00
Andrea Corna 4a1c311603 GRIM: Prevent collisions in patchr 2012-02-21 14:43:24 +01:00
Joel Teichroeb 3a3b6e42a3 GRIM: Improve the way that patchr searches for patches and clean up some code 2012-02-02 14:42:15 -08:00
Andrea Corna 6f37c2cb6f GRIM: Substitute some new[] with malloc 2012-01-10 14:58:32 +01:00
Paweł Kołodziejski e350c7f777 renames 2012-01-06 23:29:45 +01:00
Andrea Corna 94ea9b8500 GRIM: Update ResidualVM name in pacthr releated files 2012-01-06 23:01:30 +01:00
Andrea Corna dd1806afdb GRIM: Add an on-the-fly binary patch engine (patchr) 2012-01-06 23:01:29 +01:00