|
5be982cc72
|
ref: remove shared textures enum, instead use hardcoded texture names
|
2019-04-15 01:43:43 +03:00 |
|
|
d5911b33b1
|
msvc8 support
|
2019-04-12 14:33:57 +07:00 |
|
|
a9cf3357c7
|
ref: move GLES driver hint to SetAttribute as we don't choose GLES renderer in compile-time anymore
|
2019-04-04 22:43:33 +03:00 |
|
Jonathan Poncelet
|
60a1c4f0cc
|
Prevented net send errors from triggering an entire host error
|
2019-04-01 20:17:13 +01:00 |
|
|
62f04137a5
|
engine: hide ref calls under Host_IsDedicated checks, replace ref function ptr checks by \!Host_IsDedicated
|
2019-03-22 18:41:57 +03:00 |
|
|
5f849c4823
|
engine: bring back XASH_USE_SELECT. I need somehow disable this only on my work PC
|
2019-03-22 18:29:42 +03:00 |
|
|
b09242e41c
|
engine: fix dedicated check
|
2019-03-22 18:26:44 +03:00 |
|
|
26616314f8
|
engine: add initial support for MCST Elbrus
|
2019-03-22 18:21:47 +03:00 |
|
|
1483b21f00
|
Merge branch '0.20-renderdll'
|
2019-03-22 18:19:13 +03:00 |
|
|
743c5ca8d5
|
engine: make dedicated work again
|
2019-03-22 16:47:52 +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 |
|
|
4880ca3ca2
|
engine: move EXPORT definition to xash3d_types
|
2019-03-20 02:38:37 +03:00 |
|
|
121c72c9e0
|
Merge origin/master into ref_dll
|
2019-03-20 02:38:13 +03:00 |
|
|
7aa7f4dbbd
|
engine: fix broken win32 types after moving more definitions to xash3d_types.h
|
2019-03-20 01:18:26 +03:00 |
|
|
fb6fd61cd9
|
public: initial moving some common code into static public library, that can be linked to any engine part
|
2019-03-20 01:17:46 +03: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 |
|
|
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 |
|
|
5fa9632ec0
|
fix studiomodel textures
|
2019-03-16 17:24:32 +07:00 |
|
|
31ab710485
|
Fix sprite loading
|
2019-03-16 11:27:15 +07:00 |
|
|
4247af8fa8
|
Reduce engine dependencies. crtlib/mathlib/matrixlib now can be built standalone
|
2019-03-16 11:18:43 +07: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 |
|
|
d0d5fd1a3f
|
ref: fix some undefined references, compile-in mathlib and crtlib to refdll
|
2019-03-06 17:14:25 +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 |
|
|
8b5c5826a8
|
legacymode: prevent dropping from server when fps too high
|
2019-02-24 02:48:53 +07: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 |
|
|
2b1ed2b20a
|
Merge branch 'master' into netsplit
|
2019-02-08 07:59:52 +00:00 |
|
|
b1e3fa5f4d
|
http: fix uninitialized progress value
|
2019-02-05 01:11:12 +07:00 |
|
|
c09190f66e
|
legacymode: add legacy infokey for legacy servers
|
2019-02-04 23:53:46 +07:00 |
|
|
1d9b5d4611
|
http: remove unneeded platform-depended macros
|
2019-02-03 16:37:58 +07:00 |
|
|
e05c1ed912
|
HTTP download support
|
2019-02-02 05:15:59 +07:00 |
|
|
7b36796f41
|
Merge pull request #20 from x6herbius/improve-logging
Made various log messages more informative
|
2019-02-01 05:59:35 +00:00 |
|
|
74f935d94f
|
common: fix COM_IsSafeFileToDownload extension check
|
2019-01-30 21:39:50 +03:00 |
|
|
f786ea65f5
|
Fix default splitsize
|
2019-01-30 18:41:45 +07:00 |
|
|
40574d9be0
|
Network extensions
|
2019-01-30 16:06:32 +07:00 |
|
|
7bb8124b69
|
legacymode: Mark old netsplit extension legacy, fix magic number
|
2019-01-30 15:14:43 +07:00 |
|
|
2b1d4f4377
|
Fix zero maxsize for reliable
|
2019-01-30 14:48:43 +07:00 |
|
|
31a53f4842
|
Fix cl_dlmax bounds
|
2019-01-30 14:11:49 +07:00 |
|
|
f3468c0321
|
Fix Netchan_Setup arguments
|
2019-01-30 14:04:29 +07:00 |
|
|
097974bde2
|
Check cl_dlmax sizes on client
|
2019-01-30 13:38:32 +07:00 |
|
|
a97d8c119b
|
network: enable new netsplit, netsplit size settings
|
2019-01-30 03:44:48 +07:00 |
|
|
480ef0a468
|
legacymode: add netsplit support (incoming only)
|
2019-01-29 19:01:21 +07:00 |
|
|
f044a59984
|
Port old netsplit implementation
|
2019-01-29 17:29:31 +07:00 |
|