a7229e9
Use array of size NUM_DUMMIES
instead of two variables - Robyt3
b7579b0
Ensure last input send time is reset when disconnecting - Robyt3
178a0da
Remove dead code and unused variables - Robyt3
2904c4a
Restructure input send checks without if
s - Robyt3
f94053b
Rename variable w
to Weapon
- Robyt3
01be442
Rename variable MDistance
to MouseDistance
- Robyt3
1fcb8a5
Add GetMinMouseDistance
function, remove variable MinDistance
- Robyt3
4ec5b04
Use vec2
instead of two separate variables - Robyt3
4f22468
Merge pull request #8443 from Robyt3/Client-Controls-Minor-Refactoring - def-let mut writer = Vec::new();
let empty = vec![
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
];
let mut cur_last = ∅
for a in a_bytearr.iter() {
fn diff(old: &[u8], new: &[u8], writer: &mut Vec<u8>) {
for (index, old) in old.iter().enumerate() {
writer.push(new[index].wrapping_sub(*old));
}
}
diff(cur_last, a, &mut writer);
cur_last = a;
}
2024-06-04 00:18:38 I demo_player: Stopped playback
2024-06-04 00:18:38 I demo_player: Loading demo 'demos/replays/asdasd.demo'
2024-06-04 00:18:38 I datafile: could not open 'maps/Adrenaline 3.map'
2024-06-04 00:18:38 I videorecorder: Recording to 'videos/asdasd.mp4.mp4'
2024-06-04 00:18:59 I client: disconnecting. reason='unknown'
2024-06-04 00:18:59 I video_recorder: ------------
2024-06-04 00:18:59 I video_recorder: ------------
2024-06-04 00:18:59 I demo_player: Stopped playback
and then closed (using DDNet 18.2)
this is the output on latest upstream:
2024-06-04 00:22:47 W videorecorder/libav: Too many bits 32768.000000 > 12288 per frame requested, clamping to max
2024-06-04 00:22:47 I videorecorder: Recording to 'videos/aseasdasdasd.mp4'
2024-06-04 00:22:51 I videorecorder/libav: frame I:114 Avg QP:14.91 size:177571
2024-06-04 00:22:51 I videorecorder/libav: frame P:412 Avg QP:24.00 size: 10011
2024-06-04 00:22:51 I videorecorder/libav: frame B:831 Avg QP:25.97 size: 3511
2024-06-04 00:22:51 I videorecorder/libav: consecutive B-frames: 12.7% 9.6% 22.3% 55.4%
2024-06-04 00:22:51 I videorecorder/libav: mb I I16..4: 32.8% 25.2% 41.9%
2024-06-04 00:22:51 I videorecorder/libav: mb P I16..4: 0.7% 0.4% 0.5% P16..4: 7.7% 2.8% 2.0% 0.0% 0.0% skip:85.9%
2024-06-04 00:22:51 I videorecorder/libav: mb B I16..4: 0.3% 0.0% 0.0% B16..8: 7.4% 1.6% 0.5% direct: 1.3% skip:88.7% L0:51.0% L1:37.3% BI:11.7%
2024-06-04 00:22:51 I videorecorder/libav: 8x8 transform intra:24.9% inter:51.0%
2024-06-04 00:22:51 I videorecorder/libav: coded y,uvDC,uvAC intra: 30.4% 34.5% 30.3% inter: 2.5% 1.3% 0.7%
2024-06-04 00:22:51 I videorecorder/libav: i16 v,h,dc,p: 77% 21% 2% 0%
2024-06-04 00:22:51 I videorecorder/libav: i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 72% 4% 24% 0% 0% 0% 0% 0% 0%
2024-06-04 00:22:51 I videorecorder/libav: i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 41% 30% 7% 3% 3% 4% 3% 4% 4%
2024-06-04 00:22:51 I videorecorder/libav: i8c dc,h,v,p: 68% 18% 12% 2%
2024-06-04 00:22:51 I videorecorder/libav: Weighted P-Frames: Y:0.0% UV:0.0%
2024-06-04 00:22:51 I videorecorder/libav: ref P L0: 60.3% 2.7% 9.1% 27.8%
2024-06-04 00:22:51 I videorecorder/libav: ref B L0: 73.7% 21.5% 4.8%
2024-06-04 00:22:51 I videorecorder/libav: ref B L1: 92.7% 7.3%
2024-06-04 00:22:51 I videorecorder/libav: kb/s:9651.27
2024-06-04 00:22:51 I videorecorder/libav: Qavg: 65418.816
2024-06-04 00:22:51 I demo_player: Stopped playback
Every now and then, in online chat rooms I hang around in, someone pops in and says something in the lines of,
Foobar123:Any Java experts around?
This is bad form, for several reasons. What the person is actually asking here is
Foobar123:Any Java experts around who are willing to commit into looking into my problem, whatever that may turn out to be, even if it's not actually related to Java or if someone who doesn't know anything about Java could actually answer my question?
:P (edited)(paused)
All combined
Folder Link
Follow
Game paused
Grabs
Moved ingame
Replace video
Searching
[Graphics error]
An error during command recording occurred. Try to update your GPU drivers.
(edited)demos
inside your data
folder. Then you can navigate up another folder with ../
in the demo browser.
demos
folders exist.
pause
in the rcon of a local server.
tabularx
has helped a lot with tablesdumps
folder that would help debug this2024-06-04 22:35:43 I engine: running on unix-linux-steam-amd64
2024-06-04 22:35:43 I engine: arch is little endian
2024-06-04 22:35:43 I engine: operating system version: Linux 6.8.7-201.fsync.fc39.x86_64 (x86_64, #1 SMP PREEMPT_DYNAMIC TKG Sun Apr 28 08:28:35 UTC 2024); "Steam Runtime 3 (sniper)"
Seems related to a particular map sound. Minimal ma...