Skip to content
Success

Changes

Summary

  1. Use new set like data structure in many places (entity system) (commit: 75131fa) (details)
  2. Allow channels to shrink in size (commit: 58c27c2) (details)
Commit 75131fa3fc130f7d03a68438f54cca3bd623409b by xtreme8000
Use new set like data structure in many places (entity system)

* tracers
* particles
* grenades
* sounds
(commit: 75131fa)
The file was modified src/particle.c (diff)
The file was modified src/sound.c (diff)
The file was modified src/tracer.c (diff)
The file was modified src/tracer.h (diff)
The file was modified src/network.c (diff)
The file was modified src/player.c (diff)
The file was modified src/CMakeLists.txt (diff)
The file was modified src/sound.h (diff)
The file was modified src/player.h (diff)
The file was modified src/weapon.c (diff)
The file was modified src/particle.h (diff)
The file was addedsrc/entitysystem.c
The file was modified src/hud.c (diff)
The file was modified src/main.c (diff)
The file was modified src/map.c (diff)
The file was modified src/grenade.h (diff)
The file was modified src/grenade.c (diff)
The file was addedsrc/entitysystem.h
Commit 58c27c2e962243619949e9f85259c1a898eaa98e by xtreme8000
Allow channels to shrink in size
(commit: 58c27c2)
The file was modified src/channel.c (diff)
The file was modified src/channel.h (diff)