Commit Graph
23 Commits
Author SHA1 Message Date
Cameron Cawley 47755b4b38 COMMON: Make better use of inlining in BitStream functions 2022-08-28 00:05:31 +03:00
Eugene Sandulenko abea37c9bb ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
DivyamAhuja 0638fca683 MACVENTURE: Remove unnecessary adding of NULL character to string 2021-09-19 15:21:56 +02:00
DivyamAhuja d754ed0e27 MACVENTURE: Fix missing characters in some words in output console 2021-09-19 15:21:56 +02:00
D G Turner d618cc983a MACVENTURE: Add Missing Switch Default Cases
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-03 01:39:23 +01:00
D G Turner aa2e84c376 MACVENTURE: Fix Compiler Warning for Uninitialized Variable Usage. 2017-01-15 08:56:38 +00:00
Paul Gilbert bd010bc79f COMMON: Converted Common::BitStream to use DisposeAfterUse 2016-09-10 11:16:07 -04:00
Eugene Sandulenko 87eef75a26 MACVENTURE: Provide copyright notice for WebVenture by Sean Kasun, and fix GPL headers 2016-09-03 11:16:02 +02:00
Borja Lorente 059c9a64d9 MACVENTURE: Substitute charcodes with char constants 2016-08-19 17:02:48 +02:00
Borja Lorente d8e4d18f7a MACVENTURE: Remove leftover comments and document magic constants 2016-08-19 16:30:24 +02:00
Borja Lorente 19c7bcf9d4 MACVENTURE: Fix formatting 2016-08-19 16:30:24 +02:00
Borja Lorente e5cf0332f2 MACVENTURE: Break up one-line ifs and fix braces 2016-08-19 16:30:24 +02:00
Borja Lorente 34fdec37b2 MACVENTURE: Fix debug messages 2016-08-19 16:30:24 +02:00
Borja Lorente 09fe00eb2a MACVENTURE: Fix indentation and braces 2016-08-19 16:30:18 +02:00
Borja Lorente 6f9a17199c MACVENTURE: Fix leak on text decoding 2016-08-19 16:29:17 +02:00
Borja Lorente 2f2d9bead7 MACVENTURE: Fix double free 2016-08-19 16:29:17 +02:00
Borja Lorente 44a6f8a1db MACVENTURE: Fix minor memory leaks 2016-08-19 16:29:17 +02:00
Borja Lorente 8608776768 MACVENTURE: Add debug channels 2016-08-14 19:01:01 +02:00
Borja Lorente 680790acaa MACVENTURE: Add proper capitalization 2016-08-14 18:41:15 +02:00
Borja Lorente 25f086e63b MACVENTURE: Add a small hack for decoding 2016-08-14 18:39:06 +02:00
Borja Lorente 8dd52b6cce MACVENTURE: Complete text decoding 2016-08-14 18:39:05 +02:00
Borja Lorente 0fc3e90974 MACVENTURE: Small fixed 2016-08-14 18:28:45 +02:00
Borja Lorente 9c10b431ce MACVENTURE: Add text decoding (without composite) 2016-08-14 18:28:08 +02:00