Commit Graph

144 Commits

Author SHA1 Message Date
tupoy-ya
a45b0ceeb2 fix(ImGui): Should build on windows now.
fix(microprofiler): MacOS support?

Untested.
2024-12-30 19:42:01 +05:00
tupoy-ya
91e52ef7af fix(Build): Added fltx4 operators.
Untested.
2024-12-30 18:54:41 +05:00
tupoy-ya
dab5ba26e4 fix(Build): Fix ssemath for non gcc compilers.
fix(Vscript): Move default parameter to header.
2024-12-30 18:41:36 +05:00
tupoy-ya
a0151bb9a9
chore: Merge branch 'master' of https://github.com/nillerusr/source-engine. 2024-03-10 17:47:09 +05:00
Er2
f72cf388aa public/tier0/platform.h: Remove __restrict not only for linux 2023-12-30 10:34:50 +03:00
nillerusr
cd1c5bd397 fix build for latest musl 2023-11-08 13:26:46 +00:00
nillerusr
b8558de63e fix crash in some cases 2023-10-23 19:52:35 +03:00
tupoy-ya
d3c09196ba
chore: Merge branch 'master' of https://github.com/nillerusr/source-engine. 2023-10-08 11:03:44 +05:00
nillerusr
c444095293 fix macOS build again 2023-10-07 04:40:28 +03:00
nillerusr
57f6bf6eea fix some undefined/unspecified behaviours in multiplayer games( may help with #299 ) 2023-10-07 05:04:46 +03:00
tupoy-ya
da0a943bcb
feat(npc_personality_core): Added basic wheatly npc.
refactor(env_projectedtexture)!: Updated to the KS:GO version,
still doesn't support anything because of `materialsystem`.

refactor(fog_controller): Updated to the KS:GO version.

chore(CBaseEntity): Remove the "Updating physics on object in hierarchy"
warning.
2023-10-06 17:12:23 +05:00
tupoy-ya
0fa8591f96
chore: Merge branch 'master' of https://github.com/nillerusr/source-engine. 2023-10-06 12:34:12 +05:00
tupoy-ya
c25efd6c7f
feat(Portal 2): Implemented point_changelevel entities
fix(VScript): Now actually works and does not crash.

fix(Triggers): Buttons unpress again.

fix(Engine Debug Build): Engine now build in debug.

chore(Engine): Don't print the "SOLID_VPHYSICS static prop with no vphysics model! (%s)\n"
message.
2023-10-06 12:29:56 +05:00
nillerusr
2636f1a66d fix macos build( maybe? #296 ) 2023-10-06 03:33:45 +03:00
tupoy-ya
bba4bb4625
feat(VScript): Added vscript from mapbase.
Does not work, for the most part.
2023-10-04 12:02:54 +05:00
tupoy-ya
881d4a91c9
fix(EngineTrace)!: Update Engine Trace to CSGO version.
Fixes portals getting stuck in objects.

fix(Portal Trace Filter): Can shoot through cubes now.

refactor(Soundscape)!: Updated to the CSGO Version.

chore(Copyright): Remove dates and unicode characters.
2023-09-30 15:41:04 +05:00
tupoy-ya
99e620a4df
fix(Lasers): Make lasers work again. (Now with sound).
fix(Cubes): You can now pick up cubes.

feat(movie_display): Pasted movie displays, bink doesn't exist.

chore(Scenes): Pasted loading scenes from files.
https://developer.valvesoftware.com/wiki/Scenes.image
2023-09-25 18:39:00 +05:00
nillerusr
4f10928299 inputsystem: fix UB in touch events callback, make touch more responsive 2023-08-17 14:31:43 +03:00
nillerusr
7f267853f4 vtf: fix vtf loading for windows arm( and for other platforms ) 2023-08-14 18:26:28 +03:00
nillerusr
3d0025b594 vtf: fix vtf header padding 2023-08-14 16:33:34 +03:00
nillerusr
8acf608b4d engine: optimize traces 2023-08-04 13:57:30 +03:00
nillerusr
965ef97212 togl/togles: set D3DMATRIX alignment to 16 2023-04-29 15:34:11 +03:00
nillerusr
657f59ada3 materialsystem: set allocator alignment 16( fixes crash in release build ) 2023-04-26 23:43:04 +03:00
nillerusr
e3edbc2d96 mathlib: make Gain and Bias inline 2023-04-26 22:33:20 +03:00
nillerusr
7ceba77616 WIP: move vmatrix functions to header and inline them 2023-04-26 19:56:15 +00:00
nillerusr
852f4052be fix idiotic libs problems again 2023-04-25 01:18:15 +03:00
nillerusr
38fdbf18c2 fix musl-idiodic libsc problems 2023-04-25 00:40:23 +00:00
nillerusr
699271f212 WIP: musl port 2023-04-24 22:39:09 +00:00
nillerusr
92028d4e80 tier1: fix possible unsafe read in lzss SafeUncompress, make tests pass under asan 2023-04-07 14:59:36 +03:00
nillerusr
4f063c4053 unittests: fix library loading 2023-04-07 13:47:43 +03:00
nillerusr
f1de24b0b2 engine: fix bsp21 loading 2023-04-04 23:22:06 +03:00
nillerusr
1d39be1a97 engine: again fix static prop lump version 10 loading 2023-02-17 01:41:55 +03:00
nillerusr
92a1eae995 android: add extras vpk to PLATFORM path search 2023-02-16 23:15:01 +03:00
nillerusr
9919f7ee95 engine: fix static prop lump version 10 loading 2023-02-16 18:44:33 +03:00
nillerusr
ec3ab23a0e
Merge pull request #198 from nillerusr/serverbrowser
Serverbrowser support
2023-02-16 14:35:01 +03:00
nillerusr
2aa14bb24c restore threadtools and vstdlib from 12716fd commit 2023-02-16 17:32:26 +03:00
nillerusr
c48da00b92 tier0: disable vprof by default 2023-02-11 20:32:11 +03:00
nillerusr
12716fd07f engine(masterserver): Add sequence for requesting server info, implement StopRefresh and use it on timeout 2023-02-10 22:45:36 +03:00
nillerusr
3345902612 togl: fix MacOS build( fixes #187 ) 2023-02-03 02:27:22 +03:00
nillerusr
a08b6ae7bf engine: update server info reply 2023-01-30 22:19:08 +03:00
nillerusr
c4b93b30d7 WIP(serverbrowser): update IServersInfo interface 2023-01-29 20:57:04 +03:00
nillerusr
0df7838ee1 WIP: initial masterserver client implementation 2023-01-28 05:29:26 +03:00
HappyDOGE
c69afba381 Merge branch 'master' into win64 2023-01-23 19:16:19 +03:00
nillerusr
a15db00bc0 materialsystem: threaded optimizations, fix mat_queue_mode on some android devices 2023-01-14 15:53:33 +03:00
nillerusr
3d43e9fe3a togles: optimize PBO usage 2023-01-12 20:48:13 +03:00
exstrim401
e26b40d889
Basic Steam Dick support (#166)
Without gamepadui library
2023-01-08 15:38:24 +03:00
nillerusr
c44ae6211c restore MAXSTUDIOBONES value 2022-12-18 20:24:28 +03:00
nillerusr
bc909e9f96 windows(amd64): fix EHANDLE size( fixes saverestore ) 2022-12-17 12:21:22 +03:00
nillerusr
eff77f0a0a windows: fix 64bit build( #149 ) 2022-12-16 19:20:56 +03:00
nillerusr
8c0f758a57 bsp: change MAX_MAP_DISPINFO value to 4096 2022-12-02 21:45:33 +03:00