]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commit
Half working branch for ECS
authorMario <mario@smbclan.net>
Mon, 14 May 2018 08:05:47 +0000 (18:05 +1000)
committerMario <mario@smbclan.net>
Mon, 14 May 2018 08:05:47 +0000 (18:05 +1000)
commit68771b5e00c867cc6afcf2efb76c1b6cfd13a2af
tree8a292a4795cfd58022c297dee7a715a3c7ab1173
parent5335f6da2231a14d03c27593b59e8f6ad211e850
Half working branch for ECS
13 files changed:
qcsrc/Makefile
qcsrc/client/progs.inc
qcsrc/ecs/_mod.inc
qcsrc/ecs/cl_main.qc [new file with mode: 0644]
qcsrc/ecs/components/physics.qh
qcsrc/ecs/events/physics.qh
qcsrc/ecs/main.qh
qcsrc/ecs/sv_main.qc [new file with mode: 0644]
qcsrc/ecs/systems/cl_physics.qc
qcsrc/ecs/systems/input.qc
qcsrc/ecs/systems/physics.qc
qcsrc/ecs/systems/sv_physics.qc
qcsrc/server/progs.inc