Commit Graph
94 Commits
Author SHA1 Message Date
Eugene Sandulenko abea37c9bb ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
Torbjörn Andersson ba37c52047 JANITORIAL: Remove some unnecessary semicolons 2020-11-17 07:22:49 +01:00
Eugene Sandulenko ef385b14bc HDB: Plug a few memory leaks. Bug #11142 2020-08-26 22:44:19 +02:00
Eugene Sandulenko a37e9a8f9a HDB: Replace NULL with nullptr 2020-04-28 09:42:27 +02:00
Eugene Sandulenko a446809fc3 HDB: Remove redundant check thanks to strlcpy() 2020-04-28 09:40:05 +02:00
Eugene Sandulenko c5868e1611 HDB: Add sanity checks 2020-04-27 18:29:39 +02:00
Eugene Sandulenko 16f1ff13bc HDB: Use Common::strlcpy() everywhere 2020-04-27 18:29:39 +02:00
D G Turner 4be7972561 HDB: Fix Missing Default Switch Cases
These are flagged by GCC if -Wswitch-default is enabled.
2019-12-03 22:12:24 +00:00
Strangerke cd2f87942f HDB: Fix another regression in inventory 2019-09-19 08:04:34 +02:00
Strangerke cb61f2e7c6 HDB: Fix regression introduced in 35ff6ad 2019-09-19 00:32:08 +02:00
Strangerke 35ff6adfd5 HDB: Fix some more uninitialized variables 2019-09-16 23:06:17 +02:00
D G Turner 817bcc4c24 HDB: Remove Fixed String Buffer Usage in Window Code 2019-09-14 02:12:13 +01:00
Strangerke 5e0fa2a71c HDB: Fix more uninitialized variables in Gfx and Window 2019-09-09 23:16:26 +02:00
Strangerke d99ba0a126 HDB: Fix some array compared to nullptr, reduce some variable scopes 2019-09-07 19:47:36 +02:00
Strangerke 1c8a7800da HDB: More missing initializations 2019-09-06 08:16:04 +02:00
Eugene Sandulenko a7e30d0e7f HDB: Fix compilation on Amiga 2019-09-03 21:08:13 +02:00
Eugene Sandulenko 100ea9ff0e HDB: Fix warnings 2019-09-03 17:17:35 +02:00
Strangerke 2178770898 HDB: Change init functions to handle errors 2019-09-03 17:17:34 +02:00
Nipun Garg 7e0af9a2cb HDB: Fix Try Again position 2019-09-03 17:17:34 +02:00
Eugene Sandulenko 0dbc63a31f HDB: Remove redundant global references 2019-09-03 17:17:34 +02:00
Nipun Garg e1f0506642 HDB: Fix drawDeliveries() when carrying 2...
... or more delivery items
2019-09-03 17:17:34 +02:00
Nipun Garg 8b1d05eefa HDB: Fix PPC No Deliveries screen
Earlier the No Deliveries couldn't be exited
since _dlvsInfo.animate was true
2019-09-03 17:17:33 +02:00
Strangerke d399dc6f9d HDB: Reduce the scope of some variables in window 2019-09-03 17:17:33 +02:00
Nipun Garg fb95542a86 HDB: Fix drawDeliveries() 2019-09-03 17:17:33 +02:00
Eugene Sandulenko 25eaaf38fb HDB: Fix inconsistency in platform-specific code
This led to crash in destructors
2019-09-03 17:17:31 +02:00
Eugene Sandulenko 7916f2c86b HDB: Fix warnings 2019-09-03 17:17:31 +02:00
Nipun Garg 7ad5cf9d30 HDB: Add new PPC-specific code 2019-09-03 17:17:31 +02:00
Nipun Garg 89e4c9f5a9 HDB: Integrate PPC version of Window 2019-09-03 17:17:31 +02:00
Nipun Garg 8062f98b5a HDB: Add Window Platform-specific Constants 2019-09-03 17:17:31 +02:00
Nipun Garg b2fded7dca HDB: Fix _screenDrawWidth and _screenDrawHeight 2019-09-03 17:17:31 +02:00
Nipun Garg 0fb3ad7ba0 HDB: Make Platform specific constants into variables 2019-09-03 17:17:30 +02:00
Nipun Garg b8bbc32a89 HDB: Add support for the PPC version 2019-09-03 17:17:30 +02:00
Eugene Sandulenko d1b906a442 HDB: Implement rest of the demo differences 2019-09-03 17:17:29 +02:00
Nipun Garg 85b922895a HDB: Fix Deliveries with no GFX 2019-09-03 17:17:29 +02:00
Eugene Sandulenko 951943ecec HDB: Reduce header dependency 2019-09-03 17:17:28 +02:00
Eugene Sandulenko 810ac81b0f HDB: Reduce header dependency 2019-09-03 17:17:28 +02:00
Eugene Sandulenko 91da8c7aab HDB: Reduce header dependency 2019-09-03 17:17:27 +02:00
Eugene Sandulenko a0817b0b5a HDB: Reduce header dependency 2019-09-03 17:17:27 +02:00
Eugene Sandulenko 2844b48ac1 HDB: Reduce header dependency 2019-09-03 17:17:27 +02:00
Eugene Sandulenko c3d0f49538 HDB: Reduce header dependency 2019-09-03 17:17:27 +02:00
Eugene Sandulenko b845e70102 HDB: Reduce header dependency 2019-09-03 17:17:27 +02:00
Strangerke 452612d02a HDB: Fix CppCheck warnings in window 2019-09-03 17:17:26 +02:00
Strangerke f1bf353cd3 HDB: Reduce some more variable scopes 2019-09-03 17:17:26 +02:00
Nipun Garg 72dbb6074d HDB: Fix uninitialized read 2019-09-03 17:17:24 +02:00
Nipun Garg ae1f4efeb5 HDB: Fix memory leaks in Menu 2019-09-03 17:17:23 +02:00
Nipun Garg 8825980e1f HDB: Remove redundant custom free() function 2019-09-03 17:17:22 +02:00
Nipun Garg 56bbb34a3b HDB: Add save/load for TryAgain data 2019-09-03 17:17:20 +02:00
Nipun Garg 6aa054fcac HDB: Unstub the TRY AGAIN screen 2019-09-03 17:17:20 +02:00
Nipun Garg a5da708868 HDB: Add Weapon Drawing and Equipping Code 2019-09-03 17:17:20 +02:00
Eugene Sandulenko f8769966f1 HDB: Fix getRandomNumber usage 2019-09-03 17:17:19 +02:00