quakeforge/ruamoko/qwaq
Bill Currie fbc1bd9f6e [renderer] Clean up entity_t to a certain extent
This is the first step towards component-based entities.

There's still some transform-related stuff in the struct that needs to
be moved, but it's all entirely client related (rather than renderer)
and will probably go into a "client" component. Also, the current
components are directly included structs rather than references as I
didn't want to deal with the object management at this stage.

As part of the process (because transforms use simd) this also starts
the process of moving QF to using simd for vectors and matrices. There's
now a mess of simd and sisd code mixed together, but it works
surprisingly well together.
2021-03-10 00:01:41 +09:00
..
builtins [util] Ensure hunk allocs are cache alligned 2021-02-03 13:19:19 +09:00
debugger [qwaq] Use full file path for file search 2020-07-05 16:53:35 +09:00
editor [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00
ui [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00
.gdbinit
gcd.r [qwaq] Bring in qc gcd to use for debugger testing 2020-03-24 23:02:19 +09:00
Makemodule.am [renderer] Clean up entity_t to a certain extent 2021-03-10 00:01:41 +09:00
qdb [qwaq] Put my qdb script in a safe place 2021-01-30 14:45:47 +09:00
qwaq-app.h [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00
qwaq-app.r [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00
qwaq.h [qwaq] Move progs create and load into the threads 2020-04-02 00:11:47 +09:00