|
3a416636f1
|
engine: mark GAME_EXPORT's
|
2020-01-19 08:15:54 +07:00 |
|
|
612e7560ae
|
engine: client: fix r_showtextures
|
2019-12-02 02:13:41 +03:00 |
|
|
c07109e69c
|
engine: fix -Wincompatible-pointer-types, add it to Werror list
|
2019-11-28 19:18:50 +03:00 |
|
|
9421457b3a
|
engine: big refactoring commit, instead of using platform-specific platform-specific macros, use appropriate macros set by public/build.h
|
2019-11-24 03:52:08 +03:00 |
|
|
7afee98f99
|
engine: ref: check if refdll was initialized before freeing texture
|
2019-11-17 18:05:05 +03:00 |
|
|
7f6395fa7d
|
ref: display transformation API
|
2019-10-31 01:36:07 +07:00 |
|
iZarif
|
bf8b87c29d
|
engine: client/common: fix a few more format warnings
|
2019-10-22 17:56:08 +03:00 |
|
|
e0b8c338a8
|
engine: ref: more verbose refdll loading
|
2019-10-11 11:46:59 +03:00 |
|
|
eff814b148
|
engine: ref: remove redutant continue, return false in case of failed renderer initialization
|
2019-10-11 07:57:59 +03:00 |
|
|
898b697b70
|
engine: ref: allow to set r_refdll or -ref with ref_ prefix
|
2019-10-11 05:36:17 +03:00 |
|
|
6d8026cd81
|
engine: ref: fix spamming in console when getting human readable renderer names
|
2019-10-11 05:11:45 +03:00 |
|
|
dc207a449c
|
engine: fix -Werror=strict-prototypes
|
2019-10-05 02:09:45 +03:00 |
|
|
8323df240b
|
engine: implement menu extensions to allow choosing renderers from GUI
|
2019-08-09 04:44:50 +03:00 |
|
|
a1ae770f70
|
engine: ref: add optional export to determine actual human readable renderer name
|
2019-08-09 03:39:24 +03:00 |
|
|
f9269dcc1c
|
engine: ref: implement executing renderer config before creating context from engine and video config before loading refdll, update api, add r_refdll cvar to video.cfg
|
2019-07-28 00:23:22 +03:00 |
|
|
8f9800eb3c
|
ref: move R_DrawTree from refdll to engine, implement using ref's triapi
|
2019-07-27 13:27:40 +03:00 |
|
|
6197ba8af6
|
engine: ref: remove redutant LoadLibrary call
|
2019-07-01 05:50:31 +03:00 |
|
|
3ae7ecaeb3
|
engine: patched to compile, moved gl_clear to engine
|
2019-06-17 08:37:34 +03:00 |
|
|
f2c927906f
|
Merge 4511 update
|
2019-06-17 07:36:46 +03:00 |
|
|
76dae35955
|
ref: remove COM_HashKey API call
|
2019-06-06 04:34:28 +03:00 |
|
|
d14ce61520
|
engine: no return type for RenderFrame
|
2019-05-12 03:09:40 +03:00 |
|
|
ab7a67464b
|
engine: fix long<->int conversion UBs
|
2019-05-02 19:05:09 +03:00 |
|
|
2c17af4850
|
engine: ref: fix possible null dereference, if client doesn't export studio renderer
|
2019-04-16 23:39:37 +03:00 |
|
|
4d9563ea03
|
ref: make api thinner by removing IsNormalPass and moving CL_FxBlend to refdll
|
2019-04-15 01:19:05 +03:00 |
|
|
d62a12dd9a
|
ref: allow to use shortened name when specifying -ref in command line
|
2019-04-14 22:04:32 +03:00 |
|
|
d5b6ccb3e2
|
ref: REF_SOFTWARE support with SDL_Surface/SDL_Renderer
|
2019-04-11 22:19:08 +07:00 |
|
|
f48335f2f2
|
ref: get rid of fov in globals, add RenderFrame wrapper, which correctly initialize shared global values
|
2019-03-28 18:17:58 +03:00 |
|
|
92b89936b3
|
ref: make API thinner by moving simple calls into EngineGetParm(RenderGetParm with ref extensions), fix some UBs
|
2019-03-22 16:36:46 +03:00 |
|
|
0a22040c6e
|
Fix SpriteTexture
|
2019-03-17 23:41:11 +07:00 |
|
|
c55b7dcda7
|
ref: simplify efx api, move efrags to engine
|
2019-03-17 23:14:53 +07:00 |
|
|
8339096ad8
|
ref: Improve model unloading, fix texture leak
|
2019-03-17 18:26:57 +07:00 |
|
|
57320c0c25
|
ref: get rid of vidState, add GL_SwapBuffers to engine exports
|
2019-03-16 11:58:44 +07:00 |
|
|
e5000742f1
|
ref: context creating prototype, not working yet
|
2019-03-16 05:15:32 +03:00 |
|
|
971f9b6de5
|
ref: fix compiling errors
|
2019-03-16 04:24:27 +03:00 |
|
|
199ebfed48
|
ref: implement engine ref API
|
2019-03-16 04:17:56 +03:00 |
|
|
97aba69ed0
|
ref: implement API interface for ref_gl, get rid of RenderAPI, RenderInterface and vgui_support API references
|
2019-03-15 21:23:59 +03:00 |
|
|
234507b7f1
|
ref: fix all undefined references
|
2019-03-11 17:37:58 +03:00 |
|
|
e7234bada2
|
ref: now it compiles, not linking yet. ref_api header moved to engine/ to clarify, that it's sort of engine internals
|
2019-03-06 16:23:33 +03:00 |
|
|
437ba6d7a2
|
ref:Fix some clgame, world and renderapi usages, import renderapi funcs from engine
|
2019-02-27 06:23:03 +07:00 |
|
|
574f03c139
|
ref: initial engine to ref API draft, not compiling, work in progress [ci skip]
|
2019-02-24 18:45:44 +03:00 |
|
|
e193ac2c04
|
ref: more @mittorn's changes on RefAPI
|
2019-02-23 21:49:46 +03:00 |
|
|
99bd7c81da
|
ref: render code moved out of engine, doesn't compile, first API prototype
|
2019-02-18 21:25:26 +03:00 |
|