6d3baed
Remove dead code - Robyt3
4aeccff
Move variable declarations closer to usages - Robyt3
d8f0678
Use bool
instead of int
- Robyt3
13b181c
Fix server crash on maps with more than 64 spawn points of same type - Robyt3
1fffd9f
Recreate all entities when restarting round - Robyt3
843b6c5
Replace return value with assertion - Robyt3
b82ec33
Pass x
and y
to OnEntity
instead Pos
- Robyt3
39217e1
Use const
pointers and static_cast
for tile data - Robyt3
ab91aef
Use different variables for tiles indices - Robyt3
f51dd36
Merge #6150 - bors[bot]SDL_JoyDeviceEvent
s and update the list of joysticks accordingly.
Suggested by @Cheeser0613.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
Core was generated by
./DDNet -f mine.cfg'.
Program terminated with signal SIGABRT, Aborted.
#0 __pthread_kill_implementation (threadid=, signo=signo@entry=6, no_tid=no_tid@entry=0)
at pthread_kill.c:44
Downloading 0.00 MB source file /usr/src/debug/glibc/nptl/pthread_kill.c
44 return INTERNAL_SYSCALL_ERROR_P (ret) ? INTERNAL_SYSCALL_ERRNO (ret) : 0; ...