Alibek Omarov
|
4dde4047f1
|
engine: make particle texture white, shift 1 pixel down and to the right
|
2026-04-19 17:04:40 +05:00 |
|
Alibek Omarov
|
905161529f
|
engine: client: ref_common: reorganize R_CreateBuiltinTextures, but also fix a typo without assigned alpha to particle texture
|
2026-04-19 01:32:40 +05:00 |
|
Alibek Omarov
|
044523434d
|
ref: add R_EntityDynamicLight that calculates lighting for studio and alias models, and also located in libref_common
|
2026-04-19 01:17:28 +05:00 |
|
Alibek Omarov
|
da4c4bb76a
|
ref: remove unused sprite_radius global variable
continuous-ci-test
|
2026-04-19 00:32:45 +05:00 |
|
Alibek Omarov
|
95b3271d68
|
engine: client: move input stuff to input subfolder
|
2026-04-18 22:18:50 +05:00 |
|
Alibek Omarov
|
3361a5d760
|
engine: client: split OSK into it's own file
|
2026-04-18 22:18:50 +05:00 |
|
Alibek Omarov
|
b725d2ece0
|
engine: client: moving beds
|
2026-04-18 22:18:50 +05:00 |
|
Alibek Omarov
|
66bee8b468
|
engine: client: fix trimmed autocomplete output for keys
|
2026-04-18 22:18:50 +05:00 |
|
Alibek Omarov
|
5e664dc3e9
|
engine: client: check for upper bound limit in Key_StringToKeynum
|
2026-04-18 22:18:50 +05:00 |
|
Alibek Omarov
|
bfdfeb3dc0
|
engine: client: fix Joy_GetHatValueForAxis threshold for forward axis, fix bindings limit
|
2026-04-18 22:18:50 +05:00 |
|
Alibek Omarov
|
49248f5e14
|
engine: client: touch fixes, fix division-by-zero in Touch_AspectRatio, GRID_COUNT, fix Touch_RemoveButtonFromList
|
2026-04-18 22:18:50 +05:00 |
|
Владислав Сухов
|
d03ea4c10a
|
engine: client: in_gyro: fix inverted yaw axis
|
2026-04-18 00:41:46 +05:00 |
|
ksagameng
|
780dbd6183
|
scripts: gha: fix ios ci builds not including game libs
|
2026-04-17 19:41:30 +05:00 |
|
GLoOoccK
|
50da79f1e0
|
Update cl_parse_gs.c
|
2026-04-17 19:40:58 +05:00 |
|
Alibek Omarov
|
62201900cf
|
ref: null: remove unused function
|
2026-04-16 23:25:32 +05:00 |
|
Alibek Omarov
|
ae233ac491
|
Merge branch 'refapi-15'
|
2026-04-16 23:19:06 +05:00 |
|
Владислав Сухов
|
dd1cb04cb7
|
engine: client: sdl: add support for built-in device gyroscope using SDL2 Sensor API (Android/iOS)
|
2026-04-16 00:15:35 +05:00 |
|
Alibek Omarov
|
74869c8f5d
|
ref: make R_GatherPlayerLight shared between renderers
continuous-refapi-15
|
2026-04-14 22:36:15 +05:00 |
|
Alibek Omarov
|
dd712a0df9
|
engine: update Mod_PointInLeaf signature for RefAPI
|
2026-04-14 22:36:15 +05:00 |
|
Alibek Omarov
|
bfdb62d31e
|
engine: ref_api: complete the RefAPI 15 changelog
|
2026-04-14 22:36:15 +05:00 |
|
Alibek Omarov
|
ae7b9eb28d
|
engine: move creation of default textures to the engnie
|
2026-04-14 22:36:15 +05:00 |
|
Alibek Omarov
|
c63e13c8f4
|
engine: move handling of AVI textures into the engine
|
2026-04-14 22:36:15 +05:00 |
|
Alibek Omarov
|
d3e1407675
|
engine: remove unused R_Flush and VGUI_UploadTextureBlock from RefAPI
|
2026-04-14 22:36:15 +05:00 |
|
Alibek Omarov
|
e2e4728c7c
|
engine: remove R_BeamCull from RefAPI
|
2026-04-14 22:36:15 +05:00 |
|
Alibek Omarov
|
dd3583d11a
|
engine: move details textures parser to the engine
|
2026-04-14 21:18:57 +05:00 |
|
Alibek Omarov
|
e6924844da
|
engine: move FillRenderAPI and FillTriAPI to renderers to reduce amount of exports
|
2026-04-14 21:18:56 +05:00 |
|
Alibek Omarov
|
a49db03561
|
engine: move StudioAPI negotiation to the engine
|
2026-04-14 21:18:03 +05:00 |
|
Alibek Omarov
|
84b7b5803b
|
ref: soft: remove mistakingly put const on RI.rvp
|
2026-04-13 23:13:49 +05:00 |
|
Alibek Omarov
|
c224d39ba7
|
ref: soft: replace RI.onlyClientDraw with RF_ONLY_CLIENTDRAW flag in viewpass
|
2026-04-13 23:13:49 +05:00 |
|
Alibek Omarov
|
9b24b08df1
|
ref: gl: remove onlyClientDraw, drawOrtho, RI.params with viewpass flag check. RF_DRAW_OVERVIEW and RF_DRAW_CUBEMAP are cannot be set at the same time, so drawOrtho check replaced by RF_DRAW_CUBEMAP only
|
2026-04-13 23:13:49 +05:00 |
|
Alibek Omarov
|
a37b0e58f1
|
ref: soft: get rid of RI.drawOrtho, it's a debugging/development tool, not suited for software renderer use
|
2026-04-13 23:13:49 +05:00 |
|
Alibek Omarov
|
afca422e35
|
ref: soft: read ref_viewpass_t flags instead of cached RI.drawWorld
|
2026-04-13 23:13:49 +05:00 |
|
Alibek Omarov
|
3440ddf443
|
ref: gl: read ref_viewpass_t flags instead of cached RI.drawWorld
|
2026-04-13 23:13:49 +05:00 |
|
Alibek Omarov
|
6730ed9555
|
ref: soft: remove unused isSkyVisible
|
2026-04-13 23:13:49 +05:00 |
|
Alibek Omarov
|
fdd3a44fa0
|
ref: gl: remove unused isSkyVisible
|
2026-04-13 23:13:49 +05:00 |
|
Alibek Omarov
|
241c926076
|
ref: soft: replace RI.{vieworg,viewangles,pvsorigin} by ref_viewpass_t fields
|
2026-04-13 23:13:49 +05:00 |
|
Alibek Omarov
|
148a9a5a8c
|
ref: gl: replace RI.{vieworg,viewangles,pvsorigin} by ref_viewpass_t fields
|
2026-04-13 23:13:49 +05:00 |
|
Alibek Omarov
|
513984d7fd
|
ref: soft: save original viewpass and access viewport and fov through it
|
2026-04-13 23:13:49 +05:00 |
|
Alibek Omarov
|
1009795d5c
|
ref: gl: save original viewpass and access viewport and fov through it
|
2026-04-13 23:13:49 +05:00 |
|
Alibek Omarov
|
e3d2da74db
|
engine: move underwater fov effect handling to the engine
|
2026-04-13 23:13:49 +05:00 |
|
Alibek Omarov
|
ff3a57ae8a
|
ref: gl: drop legacy mirror viewpass code
|
2026-04-13 23:13:49 +05:00 |
|
Alibek Omarov
|
271a6e2210
|
ref: soft: drop broken code for all non-viewer viewpasses
|
2026-04-13 23:13:49 +05:00 |
|
Alibek Omarov
|
0d40357b93
|
ref: common: wscript: fix psvita build
|
2026-04-13 13:01:18 +05:00 |
|
Alibek Omarov
|
a9dcdd034c
|
ref: soft: fix build
|
2026-04-13 13:01:18 +05:00 |
|
Alibek Omarov
|
7324ff43fc
|
ref: add GL_ResampleTexture to libref_common
|
2026-04-13 13:01:18 +05:00 |
|
Alibek Omarov
|
d85e7fc2b1
|
ref: move remaining light functions to libref_common
|
2026-04-13 13:01:18 +05:00 |
|
Alibek Omarov
|
d91ecfa3df
|
ref: gl: refactor R_LightVec
|
2026-04-13 13:01:18 +05:00 |
|
Alibek Omarov
|
b7a3a02aad
|
ref: common: add R_PushDlightsForBmodel
|
2026-04-13 13:01:18 +05:00 |
|
Alibek Omarov
|
5aca78951c
|
ref: move R_PushDlights and R_MarkLights to ref_common
|
2026-04-13 13:01:18 +05:00 |
|
Alibek Omarov
|
81abae65b5
|
ref: move RunLightstyles to ref_common
|
2026-04-13 13:01:18 +05:00 |
|