43 Commits

Author SHA1 Message Date
Jan
6f31e8cc29
chore: fix compilation issues with x64 2025-04-06 18:02:47 +01:00
Jan
b00c65c8c0
refactor: get rid of global game variables 2024-10-19 22:09:26 +02:00
Jbleezy
ac7b1800f0 Add FORMATTING_RETRIES constexpr 2024-10-08 12:03:33 -07:00
Jbleezy
cfb7c7ca78 Save format string instead of float 2024-10-08 11:56:52 -07:00
Jbleezy
e98fad73b9 Remove curly braces on single line statements 2024-10-08 11:40:30 -07:00
Jbleezy
e9720a2b1a Remove namespace on function calls 2024-10-08 11:36:23 -07:00
Jbleezy
351a4441c2 Revert FileSource rename 2024-10-07 12:33:01 -07:00
Jbleezy
ed06700f99 Increase rounded sound alias float value precision until it is equal to initial value 2024-10-07 06:41:59 -07:00
Jbleezy
5f8eb30ce0 Format dumped sound alias float values 2024-10-06 17:45:50 -07:00
Jbleezy
4529ff2c5e Rename all instances of Pausable to Pauseable 2024-10-06 15:16:14 -07:00
Jbleezy
a926b752cf Rename EnvelopPercentage to EnvelopPercent 2024-10-06 15:04:47 -07:00
Jbleezy
494ea8f89c Rename FileSource to File 2024-10-06 15:01:51 -07:00
Jbleezy
2aac08a62d Reorganize sound alias columns 2024-10-06 14:59:56 -07:00
Jbleezy
ff02491e08 Fix space being prepended to randomize type 2024-10-06 12:31:45 -07:00
Jbleezy
1774001598 Use int16_t max for pitch dumping and loading 2024-10-06 12:13:22 -07:00
Jan
a3b9d2693c
chore: rename pauseable to pausable 2024-10-06 19:11:25 +02:00
Jan
8620ce864c
refactor: refactor sound bank csv writing head 2024-10-06 19:11:25 +02:00
Jan
c1d3138b04
fix: formula for dbspl and cent values 2024-10-06 18:45:06 +02:00
Jbleezy
0ea55810ab Dump and load correct volume and pitch values for T6 sound aliases 2024-10-01 14:29:28 -07:00
Jan
ae73f81a80
chore: address code review comments 2024-09-18 23:01:13 +02:00
Jbleezy
8d41e28a52 Fix more whitespace 2024-09-15 21:35:53 -07:00
Jbleezy
4ff138c67b Fix whitespace 2024-09-15 21:27:13 -07:00
Jbleezy
fed488d391 Dump sound extension 2024-09-15 21:20:17 -07:00
Jan
239001e6f2
refactor: use std ranges functions where applicable 2024-03-24 20:49:15 +01:00
Jan
132cccb971
refactor: use new line character instead of std::endl 2024-03-24 20:24:22 +01:00
Jan
f6ee4790fa
fix: not dumping all sound aliases in aliases csv 2024-02-11 11:32:47 +01:00
Alex
2478a1355f code review changes 2024-02-09 11:39:51 -05:00
Alex
2323b322ca finish SndAliasList loading 2024-01-24 01:13:40 -05:00
Alex
b5dd6df1cd begin working on SndBank loading from raw 2024-01-12 16:38:53 -05:00
Alex
c8f1c16130 fix SND_HashName 2024-01-01 10:29:26 -05:00
Alex
85539b24be fix alias type 2023-12-27 23:10:24 -05:00
Alex
b7355f9870 fix snd bank alias flags 2023-12-27 23:05:32 -05:00
Alex
53a3c71847 code review comments 2023-12-13 08:33:51 -05:00
Alex
15669fd58c T6 SndBank & SndDriverGlobals 2023-12-11 22:43:20 -05:00
Clang Format
c858695f0c
Adjust further code formatting 2023-11-19 21:07:28 +00:00
Clang Format
6b4f5d94a8
Reformat code with clang format 2023-11-19 21:07:21 +00:00
Jan
51899d4a69 Dump T6 sound PCM data as wav 2023-10-26 22:54:20 +02:00
Jan
8c2bb09b28 Dump soundbank data without having to dump aliases 2023-10-25 21:44:07 +02:00
Jan
e324c20641 Make asset dumpers not provide different implementations for dumping to gdt and raw so any dumper can decide itself how many raw files and gdt entries it wants to make use of 2021-07-31 12:34:22 +02:00
Jan
4f212562fc Start dumping snd aliases 2021-04-27 15:23:24 +02:00
Jan
4e8d1806cc t6 alias dumping stuff 2021-04-11 09:04:58 +02:00
Jan
62d9309922 Remove SndBankDumper commented out code 2021-04-05 18:52:27 +02:00
Jan
3cda71d1e7 Dump SoundBank asset data files 2021-04-05 18:50:42 +02:00