|
8f09776429
|
Fix git-blame-ignore-revs
|
2025-05-17 16:17:41 -04:00 |
|
|
755bb61196
|
Add .git-blame-ignore-revs
|
2025-05-17 14:16:26 -04:00 |
|
|
4e9d54dd02
|
Fix file encoding
|
2025-05-17 14:16:25 -04:00 |
|
|
851dfb7f1f
|
[L4D1] Update 'GameEventListener' (#296)
* Update GameEventListener.h
* Update 'CLIENT_DLL_INTERFACE_VERSION'
* Revert "Update 'CLIENT_DLL_INTERFACE_VERSION'"
This reverts commit 961d9bf2bd .
|
2025-01-12 03:17:07 +00:00 |
|
|
83d8b2e641
|
Rename mathlib clamp to V_clamp.
|
2023-10-13 21:13:34 -07:00 |
|
|
a628c16a21
|
Added headers for matchmaking library (#67)
|
2020-08-15 17:37:22 +00:00 |
|
|
b1cae9d92c
|
Fix conflicts with std::swap.
|
2020-05-18 17:43:34 -07:00 |
|
|
049f030433
|
Revert "Remove depricated register declaration"
This reverts commit 41b7c2c24a .
|
2018-07-19 19:05:41 -07:00 |
|
|
41b7c2c24a
|
Remove depricated register declaration
|
2018-07-19 18:44:57 -07:00 |
|
|
a3517544d1
|
Force KeyValues to use g_pMemAlloc where applicable for string alloc.
|
2015-07-12 16:03:31 -04:00 |
|
|
2289d1174e
|
Updated vtable of ITemEntsSystem
|
2015-06-13 10:01:54 -04:00 |
|
|
fdf94a4697
|
Removed ITempEntsSystem::DispatchEffect()
It doesn't exist in L4D2.
|
2015-06-12 11:52:42 -04:00 |
|
|
bfa29dc5bf
|
Updated INetChannel.
|
2015-03-14 09:43:03 -04:00 |
|
|
e3c4907797
|
Port offsetof "fix" from swarm sdk.
|
2014-11-09 10:35:45 -05:00 |
|
|
9d0e64cb92
|
Add missing const to CSteamID Render return.
|
2014-08-21 20:05:01 -04:00 |
|
|
980d56b4fd
|
Remove nonexistent ICVarIteratorInternal virtual dtor.
|
2014-06-01 16:26:02 -04:00 |
|
|
9ca623490e
|
Fix ICvar::Iterator dtor to destroy internal iterator through IMemAlloc on Windows.
|
2014-06-01 16:25:24 -04:00 |
|
|
c58b04851f
|
Copy some memalloc changes from the 2013 sdk.
|
2014-06-01 16:24:24 -04:00 |
|
|
2dc3c3d02a
|
Fix tier0.lib dll filename.
|
2014-05-21 17:24:18 -04:00 |
|
|
0ec3bc1bec
|
Fix Mac static libs.
|
2014-05-21 00:18:40 -04:00 |
|
|
faef6a1d27
|
Update makefile.
|
2014-05-21 00:18:31 -04:00 |
|
|
db7156d75e
|
Generated new tier0.lib.
|
2014-05-21 00:08:48 -04:00 |
|
|
d6b9208bcd
|
Recompile static libs and add new tier0/vstdlib copies.
|
2014-05-20 23:43:14 -04:00 |
|
|
eedbb7b7df
|
Update for latest game update.
|
2014-05-20 23:28:32 -04:00 |
|
|
3b36cbec6e
|
Fixed SHLIBSUFFIX typos in Linux/OSX Makefile.
|
2013-04-27 10:25:50 -05:00 |
|
|
424de0af61
|
Rebuilt tier1 and mathlib for OS X using clang.
|
2013-04-27 10:25:34 -05:00 |
|
|
ca5f1ef389
|
Removed 3DNow support from mathlib.
|
2013-04-27 10:13:44 -05:00 |
|
|
7a42bb5985
|
Suppress clang warning for tier0's GetSpewOutputColor().
|
2012-05-29 20:10:53 -05:00 |
|
|
f9f1e69ec5
|
Merge.
|
2012-05-29 20:05:15 -05:00 |
|
|
6269e73ec7
|
Suppress clang warning for tier0's GetCPUInformation().
|
2012-05-29 20:04:36 -05:00 |
|
|
530fe84cc3
|
Merge
|
2011-12-20 11:16:30 -05:00 |
|
|
f623cd05fe
|
Fixed takedamageinfo (removed m_hWeapon) (bug 5196, r=ds).
|
2011-12-20 11:14:19 -05:00 |
|
|
c1ade7206d
|
Fixed compiler error in icvar.h when memalloc.h wasn't included (bug 5159).
|
2011-11-03 13:59:52 -05:00 |
|
|
b0aa85ed47
|
Fixed debug mode builds on OS X (bug 5076, r=ds).
|
2011-09-09 18:18:44 -05:00 |
|
|
4cf6e7575f
|
Block out seemingly unused CRefDebug class for clang builds.
|
2011-06-17 17:41:40 -05:00 |
|
|
f176864cce
|
Fixed conflict between min/max macros and std::min/max when using GCC >= 4.2.
|
2011-04-28 01:30:20 -05:00 |
|
|
4b918c8877
|
Fixed a clang warning: control may reach end of non-void function [-Wreturn-type] (bug 4877, r=dvander).
|
2011-04-23 21:21:55 -05:00 |
|
|
fee590cc59
|
Updated player_info_s/player_info_t struct (bug 4729, r=ds).
|
2010-12-12 18:43:54 -05:00 |
|
|
9995112ca5
|
Portions of L4D SDK compile and link on Mac OS X (bug 4684, r=me).
|
2010-10-14 16:36:09 -05:00 |
|
|
0ab19ebe2e
|
Fixed ENTINDEX and INDEXENT in utils.h (bug 4685, r=ds).
|
2010-10-28 11:47:23 -07:00 |
|
|
916da3c3a1
|
Updated INetChannelHandler interface and renamed/updated tier0 and vstdlib libs.
--HG--
rename : lib/linux/tier0_i486.so => lib/linux/libtier0.so
rename : lib/linux/vstdlib_i486.so => lib/linux/libvstdlib.so
|
2010-10-27 21:01:19 -07:00 |
|
|
4547db69dc
|
Recompiled tier1 for Linux.
|
2010-10-05 19:47:41 -07:00 |
|
|
afbb182100
|
Recompiled tier1 for Windows.
|
2010-10-05 21:33:36 -05:00 |
|
|
acb53374d4
|
Updated IFileSystem interface.
|
2010-10-05 19:28:52 -07:00 |
|
|
bd48f8889d
|
Backported various changes from Alien Swarm SDK (bug 4532, r=dvander).
|
2010-07-22 01:55:24 -05:00 |
|
|
096ab8ed3b
|
Fixed gcc-4.4 errors (bug 4346, r=dvander).
|
2010-04-29 02:05:13 -07:00 |
|
|
cd122aa43b
|
Ugh.
|
2009-10-01 11:39:56 -04:00 |
|
|
c4a1fca7ff
|
Updated IGameEvent with GetUint64 and SetUint64 (bug 4032)
|
2009-10-01 11:16:41 -04:00 |
|
|
69f329ad05
|
Added shared libraries necessary to link plugins.
|
2009-08-28 00:51:08 -04:00 |
|
|
33f3241fe6
|
Updated Ray_t class definition (bug 3634, r=dvander,Fyren)
|
2009-03-02 14:38:22 +13:00 |
|