|
54920f13df
|
engine: rename library naming function, as it returns a full path and not just library name
|
2019-07-07 02:47:45 +03:00 |
|
|
6197ba8af6
|
engine: ref: remove redutant LoadLibrary call
|
2019-07-01 05:50:31 +03:00 |
|
|
89a3fd6323
|
engine: make use of platform-unique library naming scheme
|
2019-07-01 05:50:04 +03:00 |
|
|
0579ecd30f
|
engine: check if client.dll linked to SDL2.dll (#37)
|
2019-06-29 23:56:50 +03:00 |
|
|
bcb4c9a722
|
Merge remote-tracking branch 'nekonomicon/png'
|
2019-06-29 20:41:53 +03:00 |
|
|
4eee187f1b
|
engine: common: imagelib: add simple decoder/encoder for 8-bit RGB/RGBA PNG images.
|
2019-06-22 16:06:44 +05: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 |
|
|
b16529cc65
|
Apply 4511 update
|
2019-06-17 07:05:36 +03:00 |
|
|
76dae35955
|
ref: remove COM_HashKey API call
|
2019-06-06 04:34:28 +03:00 |
|
Mr0maks
|
3023c8a72b
|
Merge branch 'master' into master
|
2019-05-30 21:25:56 +05:00 |
|
|
86d823b877
|
engine: client: fix demo playback on ARM
|
2019-05-28 03:45:02 +03:00 |
|
Mr0maks
|
671c247381
|
Merge branch 'master' of https://github.com/FWGS/xash3d-fwgs
|
2019-05-25 22:54:42 +05:00 |
|
|
b797e0af1a
|
Merge 4483 update
|
2019-05-25 02:44:24 +03:00 |
|
Mr0maks
|
85b5b4e965
|
filesystem: add support for zip files
|
2019-05-24 21:13:03 +05:00 |
|
|
c215b89923
|
Apply 4483 update
|
2019-05-19 15:01:23 +03:00 |
|
|
d14ce61520
|
engine: no return type for RenderFrame
|
2019-05-12 03:09:40 +03:00 |
|
|
5af6506d86
|
engine: ensure that we loading same client library
|
2019-05-12 03:08:51 +03:00 |
|
|
4819790272
|
engine: console: fix invalid REF_GET_PARM call
|
2019-05-11 18:52:32 +03:00 |
|
|
fe14a360b4
|
engine: fix fs_offset_t/size_t conversion, const qualifiers
|
2019-05-02 19:12:23 +03:00 |
|
|
ab7a67464b
|
engine: fix long<->int conversion UBs
|
2019-05-02 19:05:09 +03:00 |
|
|
3fef353291
|
android: initial port
|
2019-05-02 18:07:03 +03:00 |
|
|
2c17af4850
|
engine: ref: fix possible null dereference, if client doesn't export studio renderer
|
2019-04-16 23:39:37 +03:00 |
|
|
7d8b63fd88
|
ref: get rid of R_IncrementSpeedsCounter
|
2019-04-15 02:17:43 +03:00 |
|
|
5be982cc72
|
ref: remove shared textures enum, instead use hardcoded texture names
|
2019-04-15 01:43:43 +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 |
|
|
3c1c13850e
|
vgui_support: remove utl dependency, by porting new vgui support code from original engine, remove dead function definitions, remove dead vgui_main.h header from engine
|
2019-04-11 01:12:52 +03:00 |
|
|
8385563bef
|
engine: fix possible crash during exit
|
2019-03-30 01:29:40 +03:00 |
|
|
ca3913cd88
|
fix windows build
|
2019-03-30 00:43:49 +03: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 |
|
|
1483b21f00
|
Merge branch '0.20-renderdll'
|
2019-03-22 18:19:13 +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 |
|
|
6a6f341c07
|
Merge pull request #22 from FWGS/netsplit
Extended netsplit, network extensions
|
2019-03-21 17:23:49 +03:00 |
|
|
121c72c9e0
|
Merge origin/master into ref_dll
|
2019-03-20 02:38:13 +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 |
|
|
78f8932313
|
Fill client RenderAPI
|
2019-03-17 21:58:26 +07:00 |
|
|
f00181223f
|
Remove duplicate R_ClearScene
|
2019-03-17 21:56:29 +07:00 |
|
|
297ca08e81
|
ref: replace model (un)loading by Mod_ProcessRenderData
|
2019-03-17 21:19:24 +07:00 |
|
|
8339096ad8
|
ref: Improve model unloading, fix texture leak
|
2019-03-17 18:26:57 +07:00 |
|
|
00ce909fc8
|
Setup renderer time
|
2019-03-16 18:51:30 +07:00 |
|
|
aabf5f5621
|
ref: remove convar_t from renderer, disable engine-related definitions in mod_local
|
2019-03-16 18:15:05 +07:00 |
|
|
9c6352ec57
|
ref: move tracer color cvars to ref
|
2019-03-16 17:49:07 +07:00 |
|
|
7382fc7c49
|
mobility: add stub for touch (hlsdk-xash3d compatibility
|
2019-03-16 17:48:12 +07:00 |
|
|
57320c0c25
|
ref: get rid of vidState, add GL_SwapBuffers to engine exports
|
2019-03-16 11:58:44 +07:00 |
|
|
4247af8fa8
|
Reduce engine dependencies. crtlib/mathlib/matrixlib now can be built standalone
|
2019-03-16 11:18:43 +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 |
|