Commit Graph

144365 Commits

Author SHA1 Message Date
Kaloyan Chehlarski
1d8f9b2e76 NANCY: Fix MSVC build errors
Fixed a couple of mixed-type comparisons which would
produce an error on an MSVC build.
2023-08-11 00:08:57 +03:00
Kaloyan Chehlarski
d99b1b1a9d NANCY: Fix looping secondary movies
Secondary movies with the kRepeating flag would not get
properly reset, causing them to stop at the last frame. This
commit fixes the issue, though looping still causes the last
frame to play for double the length it should.
2023-08-11 00:08:57 +03:00
Kaloyan Chehlarski
45efd63044 NANCY: Upgrade scan_ar_type console command
The scan_ar_type command can now scan for specific bytes
inside an action record's raw data.
2023-08-11 00:08:57 +03:00
IlDucci
1fd6ef9ae2 I18N: Update translation (Spanish)
Currently translated at 100.0% (1975 of 1975 strings)
2023-08-10 15:56:37 +00:00
Eugene Sandulenko
53ee00b193
DIRECTOR: LINGO: Remove extra semicolons in XOBJ method prototypes 2023-08-10 17:53:48 +02:00
ScummVM-Translations
77b53378d0 I18N: Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: ScummVM/scummvm
Translate-URL: https://translations.scummvm.org/projects/scummvm/scummvm/
2023-08-10 15:46:43 +00:00
Eugene Sandulenko
098c64e696
BLADERUNNER: Remove extra semicolon 2023-08-10 17:43:00 +02:00
Walter Agazzi
371198857f I18N: Update translation (Italian)
Currently translated at 100.0% (1965 of 1965 strings)
2023-08-10 15:25:26 +00:00
ScummVM-Translations
79ef40db8e I18N: Update translations templates 2023-08-10 15:07:23 +00:00
hax0kartik
a85cd0fa0b CRAB: Remove bogus warning in TextArea::handleEvents() 2023-08-10 17:06:59 +02:00
hax0kartik
a939f3e962 CRAB: Implement Map::move keyboard controls and remove old code 2023-08-10 17:06:59 +02:00
hax0kartik
36f348da5e CRAB: Remove code leftover in Button:handleEvents() 2023-08-10 17:06:59 +02:00
hax0kartik
f2ebf7276d CRAB: Remove leftover in HUD::draw() 2023-08-10 17:06:59 +02:00
hax0kartik
4099b18b7a CRAB: JANITORIAL: Remove old code in PauseMEnu::handleEvents() 2023-08-10 17:06:59 +02:00
hax0kartik
0d111de090 CRAB: Print cleansedPath instead of normal path in warnings 2023-08-10 17:06:59 +02:00
hax0kartik
6fb80da1a1 CRAB: Implement DebugConsole::handleEvents() 2023-08-10 17:06:59 +02:00
hax0kartik
6cf9715244 CRAB: Make gameid lowercase in gameDescriptions 2023-08-10 17:06:59 +02:00
hax0kartik
64d5affe60 CRAB: Cleanup MusicManager class 2023-08-10 17:06:59 +02:00
hax0kartik
5957287eb5 CRAB: Properly initialize the value of AlphaImage 2023-08-10 17:06:59 +02:00
hax0kartik
3e5e3987c5 CRAB: Fix StringPool::fGet() 2023-08-10 17:06:59 +02:00
hax0kartik
2bca19e367 CRAB: Handle floats in numberTostring 2023-08-10 17:06:59 +02:00
hax0kartik
c1558ca1bc CRAB: Make StringPool class follow code conventions 2023-08-10 17:06:59 +02:00
hax0kartik
a11f7c58eb CRAB: Implement missing openURL calls() in CreditScreen and remove old code 2023-08-10 17:06:59 +02:00
hax0kartik
368208cca6 CRAB: Get rid of unused FileMenu.cpp 2023-08-10 17:06:59 +02:00
hax0kartik
2b3d7f5a8b CRAB: JANITORIAL: Cleanup FileMenu.h 2023-08-10 17:06:59 +02:00
hax0kartik
706f5edef9 CRAB: Unstub GameOverMenu::reset() 2023-08-10 17:06:59 +02:00
hax0kartik
a54f0ee80f CRAB: Allow sound settings to be changed while the game is active 2023-08-10 17:06:59 +02:00
hax0kartik
f62c609e49 CRAB: Remove loadRect() 2023-08-10 17:06:59 +02:00
hax0kartik
df9d7db35d CRAB: Unstub code to warn when xml attribs/values are invalid 2023-08-10 17:06:59 +02:00
hax0kartik
78d969cacd CRAB: JANITORIAL: Remove old code in mainmenu 2023-08-10 17:06:59 +02:00
hax0kartik
ddfca3c1d9 CRAB: Unstub code for handling closing various submenus in mainmenu 2023-08-10 17:06:59 +02:00
hax0kartik
3e2f011bb5 CRAB: Be consistent with usage of nullptr 2023-08-10 17:06:59 +02:00
hax0kartik
608d13f70d CRAB: Improve code for Level::getSprite 2023-08-10 17:06:59 +02:00
hax0kartik
5d54b93bc4 CRAB: No need to init Common::String with "" 2023-08-10 17:06:59 +02:00
hax0kartik
50e5b9c93c CRAB: JANITORIAL: Fix code formatting of structs 2023-08-10 17:06:59 +02:00
hax0kartik
57121880ac CRAB: Fix code formatting in TextManager.cpp 2023-08-10 17:06:59 +02:00
hax0kartik
632347a257 CRAB: Do not playStream when id is invalid 2023-08-10 17:06:59 +02:00
hax0kartik
f8e6492b51 CRAB: Show demo UI elements when playing demo 2023-08-10 17:06:59 +02:00
hax0kartik
a97409f241 CRAB: JANITORIAL: Update comment in MusicManager.cpp 2023-08-10 17:06:59 +02:00
hax0kartik
299078fb38 CRAB: Fix crash incase there is an error opening audio files 2023-08-10 17:06:59 +02:00
hax0kartik
47d15889de CRAB: Add entries for Unrest demo 2023-08-10 17:06:59 +02:00
hax0kartik
2bbe5880a0 CRAB: Make engine work without the res prefix in paths 2023-08-10 17:06:59 +02:00
hax0kartik
75abee340c CRAB: JANITORIAL: Cleanup Game::saveState 2023-08-10 17:06:59 +02:00
hax0kartik
2e7e796e7d CRAB: Cleanup InputManager code 2023-08-10 17:06:59 +02:00
hax0kartik
3e7f4beda5 CRAB: Remove unused functions from ImageManager 2023-08-10 17:06:59 +02:00
hax0kartik
81e18e83bf CRAB: Implement missing functionality in SlideShow class 2023-08-10 17:06:59 +02:00
hax0kartik
01fc771843 CRAB: JANITORIAL: Remove some leftovers and code cleanup 2023-08-10 17:06:59 +02:00
hax0kartik
566ba3f699 CRAB: Rename some vars to follow code convention in trigger.cpp 2023-08-10 17:06:59 +02:00
hax0kartik
f2b19a9d47 CRAB: Rename IsChar to isChar 2023-08-10 17:06:59 +02:00
hax0kartik
ef03c984db CRAB: Print a message incase params for cmdDraw are incorrect 2023-08-10 17:06:59 +02:00