as the topic says.
i did some housecleaning on the old tochris source (the gl part)
removed old asm files (cannot use with mingw).
removed software quake compatibility stuff.
removed gl_ztrick.
removed the entire software render and reordered the project.
added fixes from qsg and various other sources.
added framerate independant physics.
added better Sys_FloatTime.
upped some defines to allow models with higher vertex and polycount.
besides that its standard. ¨
no external texture support.
no lit support (yet) still having some troubles getting it to work correctly.
gl_texsort 0 seems to be broken (white textures) gl_texsort is normally 1 though.
it might be a nice base for starting some project yourself and ill release it as that.
any interrest in a cleansrc based on tochris ?
merging the gl part with joequake so in the end it will support externals
but it will run fine without them, and some functions joequake uses are allready in tochris like CL_MapName -> CM_MapName.
updating gl calls to use ARB instead of the old SGIS crap (done).
still a lot to do but its slowly comming along.
but it will run fine without them, and some functions joequake uses are allready in tochris like CL_MapName -> CM_MapName.
updating gl calls to use ARB instead of the old SGIS crap (done).
still a lot to do but its slowly comming along.
Actually, Makaqu is based on WinQuake. I've started it by copying my changes from a previous Dreamcast port into it, and then I've started porting code from other engines such as NxQuake, QIP, Darkplaces and ToChriS into it. I'm fairly certain that not all changes in ToChriS were ported over.qbism wrote:Makaqu is based on Tochris
not much new yet besides finally getting lit file support going (damn me to hell) it was not quite easy since i had to keep in mind that the server/client model it uses only passes the nessesary bits to the renderer so i had to add a whole plethora of new calls to the interface between the server and the client.
so while its definatly cleaner in the end it takes some getting used to hehe.
so while its definatly cleaner in the end it takes some getting used to hehe.