ddnet/src/game/client/prediction/entities
bors[bot] 6cce22d056
Merge #4813 #4905
4813: Don't allow infinite shotgun bounce (fixes #4809) r=heinrich5991 a=def-

I hope this kind of physic isn't used anywhere, I couldn't trigger it without being stuck in wall.

## Checklist

- [x] Tested the change ingame
- [ ] Provided screenshots if it is a visual change
- [ ] Tested in combination with possibly related configuration options
- [ ] Written a unit test if it works standalone, system.c especially
- [ ] Considered possible null pointers and out of bounds array indexing
- [ ] Changed no physics that affect existing maps
- [ ] Tested the change with [ASan+UBSan or valgrind's memcheck](https://github.com/ddnet/ddnet/#using-addresssanitizer--undefinedbehavioursanitizer-or-valgrinds-memcheck) (optional)


4905: Fix move_sqlite (fixes #4902) r=heinrich5991 a=def-

<!-- What is the motivation for the changes of this pull request -->

## Checklist

- [ ] Tested the change ingame
- [ ] Provided screenshots if it is a visual change
- [ ] Tested in combination with possibly related configuration options
- [ ] Written a unit test if it works standalone, system.c especially
- [ ] Considered possible null pointers and out of bounds array indexing
- [ ] Changed no physics that affect existing maps
- [ ] Tested the change with [ASan+UBSan or valgrind's memcheck](https://github.com/ddnet/ddnet/#using-addresssanitizer--undefinedbehavioursanitizer-or-valgrinds-memcheck) (optional)


Co-authored-by: def <dennis@felsin9.de>
2022-04-28 12:11:05 +00:00
..
character.cpp make super ignore livefreeze, fix #4973 2022-04-18 15:40:39 +02:00
character.h Remove unnecessary trailing semicolons after method declarations 2022-03-08 20:01:26 +01:00
laser.cpp Don't allow infinite shotgun bounce (fixes #4809) 2022-03-13 00:02:42 +01:00
laser.h Run clang-format 2020-09-26 21:50:15 +02:00
pickup.cpp Enable -Wshadow=local 2022-03-20 13:24:34 +01:00
pickup.h Added external linkage instead of static const 2022-04-03 01:12:27 +02:00
projectile.cpp Fixed some useless double promotion 2022-03-23 18:22:08 +01:00
projectile.h Enable readability-inconsistent-declaration-parameter-name 2022-01-22 14:12:59 +01:00