quakeforge/ruamoko
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
..
cl_menu [build] Support silent rules for qfcc 2020-06-26 10:52:06 +09:00
game [build] Support silent rules for qfcc 2020-06-26 10:52:06 +09:00
gui [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00
include [ruamoko] Add binding for str_upper 2021-01-05 18:24:18 +09:00
lib [ruamoko] Add binding for str_upper 2021-01-05 18:24:18 +09:00
qwaq [renderer] Clean up entity_t to a certain extent 2021-03-10 00:01:41 +09:00
scheme [build] Support silent rules for qfcc 2020-06-26 10:52:06 +09:00
Doxyfile.in Update doxygen config files for 1.8.9.1 2016-01-04 11:17:09 +09:00
Makemodule.am [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00