Strangerke
|
220ef998bb
|
HDB: Fix song 2 fading volume
|
2019-09-07 00:19:24 +02:00 |
|
Strangerke
|
82c47d75cd
|
HDB: Fix the check for no free sound handle
|
2019-09-06 22:28:37 +02:00 |
|
Strangerke
|
555cd7d33e
|
HDB: Fix potential out of bound
|
2019-09-06 22:25:33 +02:00 |
|
Strangerke
|
cf001b1116
|
HDB: Turn _voicesOn into a boolean
|
2019-09-06 22:14:12 +02:00 |
|
Strangerke
|
44de7e8d5e
|
HDB: Fix uninitialized variables in gfx
|
2019-09-06 22:08:12 +02:00 |
|
Strangerke
|
bfb1d6d059
|
HDB: Remove unused variables in menu
|
2019-09-06 21:51:55 +02:00 |
|
Strangerke
|
caa870bc25
|
HDB: Fix uninitialized variables in ai_init and menu
|
2019-09-06 21:46:21 +02:00 |
|
Strangerke
|
1c8a7800da
|
HDB: More missing initializations
|
2019-09-06 08:16:04 +02:00 |
|
Strangerke
|
5b01ca8694
|
HDB: Reduce the scope of some variables
|
2019-09-06 08:16:04 +02:00 |
|
Strangerke
|
d1b9e1db7a
|
HDB: Initialize some more uninitialized variables.
|
2019-09-06 08:16:04 +02:00 |
|
Strangerke
|
a9be9c1453
|
HDB: Small loop changes in sound
|
2019-09-06 00:44:54 +02:00 |
|
Strangerke
|
27e852e17a
|
HDB: Simplify some code by using CLIP()
|
2019-09-06 00:44:01 +02:00 |
|
Strangerke
|
9ed4c340a2
|
HDB: Fix uninitialized variable in sound
|
2019-09-06 00:32:39 +02:00 |
|
Eugene Sandulenko
|
5224112ea5
|
HDB: Build engine by default
|
2019-09-06 00:00:40 +02:00 |
|
Strangerke
|
9bb66c7059
|
HDB: Fix some unintended sign extensions
|
2019-09-05 21:13:20 +02:00 |
|
D G Turner
|
d74724eee0
|
HDB: Fix GCC Compiler Warnings for Set-But-Unused Variables
|
2019-09-05 18:10:31 +01:00 |
|
D G Turner
|
541689eeb2
|
HDB: Add Missing Initializer in Sound Class
This fixes CID 1404916.
|
2019-09-05 08:47:02 +01:00 |
|
Eugene Sandulenko
|
6905c54b1e
|
HDB: Set engine to testing
|
2019-09-04 23:35:01 +02:00 |
|
D G Turner
|
cb88db65cd
|
HDB: Fix Some GCC Compiler Warnings
|
2019-09-04 19:47:15 +01: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 |
|
Eugene Sandulenko
|
373002d303
|
HDB: Added debug output for map loading
|
2019-09-03 17:17:35 +02:00 |
|
Eugene Sandulenko
|
abbe16bf01
|
HDB: Do not write config on every launch
|
2019-09-03 17:17:35 +02:00 |
|
Eugene Sandulenko
|
32969d3d7e
|
HDB: Fix monkeystone star triggers
|
2019-09-03 17:17:35 +02:00 |
|
Strangerke
|
b29317c0b0
|
HDB: Janitorial - Fix some code formatting
|
2019-09-03 17:17:35 +02:00 |
|
Eugene Sandulenko
|
36c2b15ab9
|
HDB: Fix out-of-bound access when on the edge of map
|
2019-09-03 17:17:35 +02:00 |
|
Strangerke
|
83d3af6009
|
HDB: Make the frame delay variable in order to have a more stable frame rate
|
2019-09-03 17:17:35 +02:00 |
|
Eugene Sandulenko
|
4d186571d5
|
HDB: Fix closed loops with laser beams
Nipun was able to construct such position in Map28 which led to a closed
loop and the game hung.
We're inserting a watchdog here now.
|
2019-09-03 17:17:35 +02:00 |
|
Eugene Sandulenko
|
e5883e999b
|
HDB: Fix teleporter on MAP29 in PPC version.
It was fixed later in the Win version, as it was transferring
Guy to a wrong level.
|
2019-09-03 17:17:35 +02:00 |
|
Eugene Sandulenko
|
93f05fa32c
|
HDB: Added debug info to entity loading
|
2019-09-03 17:17:35 +02:00 |
|
Eugene Sandulenko
|
036ef5fdfd
|
HDB: Mark autosave slots with 'Auto:' in the GUI
|
2019-09-03 17:17:35 +02:00 |
|
Eugene Sandulenko
|
73b6724b92
|
HDB: Do not allocate sound handles dynamically
|
2019-09-03 17:17:35 +02:00 |
|
Eugene Sandulenko
|
c3032f7742
|
HDB: Remove excess calls to stopVoices()
|
2019-09-03 17:17:35 +02:00 |
|
Eugene Sandulenko
|
43f39b30de
|
HDB: FUrther simplification of sound code
|
2019-09-03 17:17:35 +02:00 |
|
Eugene Sandulenko
|
d1ef6fc008
|
HDB: Cache sounds as data pointers. This fixes problem with distorted sounds
|
2019-09-03 17:17:34 +02:00 |
|
Eugene Sandulenko
|
9907ebed0a
|
HDB: Simplified sound loading code
|
2019-09-03 17:17:34 +02:00 |
|
Eugene Sandulenko
|
cf3c1f0997
|
HDB: Added optional length parameter for querying from FindFirstData
|
2019-09-03 17:17:34 +02:00 |
|
Nipun Garg
|
af8df1bd56
|
JANITORIAL: Remove unnecessary whitespace
|
2019-09-03 17:17:34 +02:00 |
|
Nipun Garg
|
429bb7af4d
|
HDB: Fix Sound caching to prevent Vorbis crash
|
2019-09-03 17:17:34 +02:00 |
|
Nipun Garg
|
0ca9c2fbcc
|
HDB: Remove unnecessary warnings
|
2019-09-03 17:17:34 +02:00 |
|
Nipun Garg
|
1e25bf5fbe
|
HDB: Re-add updateFade() debug output
|
2019-09-03 17:17:34 +02:00 |
|
Eugene Sandulenko
|
f934e0d094
|
HDB: Replace cursor in PPC version with the one from Win version
|
2019-09-03 17:17:34 +02:00 |
|
Nipun Garg
|
6500e81aab
|
HDB: Remove redundant STUBs
|
2019-09-03 17:17:34 +02:00 |
|
Strangerke
|
2178770898
|
HDB: Change init functions to handle errors
|
2019-09-03 17:17:34 +02:00 |
|
Eugene Sandulenko
|
23c7dc8ebd
|
HDB: Implement differences in rendering pipeline for the PPC demo
|
2019-09-03 17:17:34 +02:00 |
|
Eugene Sandulenko
|
62a0fb8551
|
HDB: Remove unneeded include
|
2019-09-03 17:17:34 +02:00 |
|
Nipun Garg
|
6fbadccf08
|
HDB: Fix voice playing when no message on screen
|
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 |
|
Eugene Sandulenko
|
5f2be7e993
|
HDB: Remove unnecessary global references
|
2019-09-03 17:17:34 +02:00 |
|