shawns-valve
b1b5cf5892
Merge pull request #3838 from shawns-valve/master
...
Updated HL1 SDK for the October 2, 2024 Steam patch
2024-10-02 14:42:17 -07:00
shawns-valve
a4fe2cbd4e
Fix uninitialized filePos for ricochet
2024-10-02 14:39:52 -07:00
shawns-valve
2c78e5d994
Updated HL1 SDK for the October 2, 2024 Steam patch
2024-10-02 14:22:18 -07:00
shawns-valve
e5815c34e2
Merge pull request #1899 from advancedfx/fix-valve1622
...
Addresses ValveSoftware/halflife#1622
2024-08-31 14:47:08 -07:00
shawns-valve
7e4127c95d
Merge pull request #3810 from shawns-valve/master
...
Remove -f flag from cp
2024-08-30 11:47:59 -07:00
shawns-valve
5cab8fae01
Remove -f flag from cp
2024-08-30 11:46:08 -07:00
shawns-valve
72de8316d0
Merge pull request #3808 from JoelTroch/improve-readme
...
Improve building instructions readability
2024-08-30 11:36:09 -07:00
Joël Troch
e2e95b1bbd
Improve building instructions readability
2024-08-30 14:32:46 +02:00
shawns-valve
def1e48342
Merge pull request #3776 from Pandapip1/patch-1
...
Replace HTTP link in license with HTTPS link
2024-08-29 22:45:03 -07:00
shawns-valve
7cdc848464
Merge pull request #3807 from shawns-valve/master
...
Updated Linux makefiles
2024-08-29 22:31:59 -07:00
shawns-valve
77d45b7221
Recreate libSDL symlinks
2024-08-29 22:15:13 -07:00
shawns-valve
536998dfb5
Updated Linux makefiles
...
- Remove USE_STEAM_RUNTIME checks -- assume we're running in the Steam Runtime "scout" environment
- Remove VALVE_NO_AUTO_P4 checks -- assume we're not in a Perforce depot
- Add check for CREATE_OUTPUT_DIRS environment variable, which will automatically create the output directory structure
- Remove validator.o from the Half-Life client Makefile, as the corresponding source file is no longer present in the SDK
2024-08-29 22:09:09 -07:00
shawns-valve
b59688c56d
Merge pull request #3803 from shawns-valve/master
...
SDK changes to match Half-Life 25th Anniversary update
2024-08-26 22:41:28 -07:00
shawns-valve
33ae00e417
Remove p4 edit from filecopy.bat
2024-08-26 22:28:24 -07:00
shawns-valve
de056d1588
Remove a couple missed meson files
2024-08-21 18:41:06 -07:00
shawns-valve
b2752f9327
Update readme.txt
2024-08-21 18:34:27 -07:00
shawns-valve
42f2ec8bc8
Added VS2019 projects for mod DLLs, removed Meson
2024-08-21 18:31:07 -07:00
shawns-valve
116568a03a
Delete old files
2024-08-20 20:18:12 -07:00
shawns-valve
0fc8913c54
HL25 SDK Update
2024-08-20 19:58:27 -07:00
Gavin John
deed2ded65
Replace HTTP link in license with HTTPS link
2024-04-22 11:42:10 -05:00
mikela-valve
c7240b9657
Add FGD files for DMC and Ricochet
2019-06-06 11:29:32 -07:00
mikela-valve
e8c4d54116
Update and fix SDK license
2019-06-06 11:29:21 -07:00
Dominik Tugend
82ebce20bd
Addresses ValveSoftware/halflife#1622
...
Fixes crashes in sound.cpp for dmc and ricochet mods.
2015-05-29 19:48:28 +02:00
alfred-valve
5d761709a3
Merge pull request #1580 from DanielOaks/zombie-pitch
...
Make zombie pitches more uniform, fix unused variable
2014-12-30 19:38:09 -08:00
alfred-valve
9fd5815181
Merge pull request #1582 from JoelTroch/master
...
Minor fix for CBasePlayerWeapon::ExtractAmmo
2014-12-30 19:34:56 -08:00
Joël Troch
f5ba47e6a8
Same fix applied to Deathmatch Classic
2014-12-30 14:47:33 +01:00
Joël Troch
fe047f6933
Same fix applied to Ricochet
2014-12-30 14:46:38 +01:00
Joël Troch
743a0c3f35
Minor fix for CBasePlayerWeapon::ExtractAmmo
...
This get rid of the warning with "iReturn not being initialized" with debug binaries for weapons which doesn't use ammo (crowbar for example).
2014-12-30 14:41:04 +01:00
Daniel Oaks
f919b945c4
Make zombie pitches more uniform, fix unused variable
2014-12-15 23:21:37 +10:00
alfred-valve
0a1528cfda
Merge pull request #1539 from ripieces/master
...
Fixes ValveSoftware/halflife#1536
2014-08-25 11:37:16 -07:00
Dominik Tugend
062078aedd
Fixes ValveSoftware/halflife#1536
...
This is merely to keep the VC++ Debug builds happy and addresses cases
where variables where being used without being initalized. There should be
no visible changes apart from non-functional side effects to the users of
Release builds.
Thanks to @fabiosarts for finding and reporting these problems.
Thanks to @LevShisterov for suggeting how to fix geiger.cpp files, which I
followed closely except using <= 800 instead of < 800.
2014-08-24 16:43:13 +02:00
alfred-valve
5c1e1d63eb
Merge pull request #1531 from thefoofighter/master
...
Update to smdlexp.vcxproj
2014-07-21 08:50:50 -07:00
Cathal McNally
6094dbdf99
Update to smdlexp.vcxproj
...
Added Module definition File to linker input for all configurations,
previously only added to debug as spotted by @ripieces Also changed the
relative pathing to $(ProjectDir)..\..\utils\smdlexp\smdlexp.def ->
Cleaner and makes more sense :)
2014-07-21 11:53:15 +02:00
Cathal McNally
3708653ef9
Update smdlexp.vcxproj
...
Added a relative path to the required Module definition File smdlexp.def
found in halflife\utils\smdlexp
Although the project will compile fine without this step, 3DSMAX will
fail to load the plug-in giving errors such as "smdlexp.dle doesn't
implement LibVersion"
It seems that smdlexp.def needs to be explicitly defined in the vcxproj
in order to work.
2014-07-21 01:19:11 +02:00
alfred-valve
26d0175cbb
Merge pull request #1530 from ripieces/master
...
fixes ValveSoftware/halflife#1529
2014-07-19 08:26:50 -07:00
Dominik Tugend
e82f7afafc
fixes ValveSoftware/halflife#1529
2014-07-19 16:41:43 +02:00
alfred-valve
5cb6924046
Merge pull request #1401 from ripieces/master
...
Fixed VC++ 6.0 .dsp files
2013-10-29 10:53:04 -07:00
Dominik Tugend
989fa5c42e
CRLF for .bat too
2013-10-29 18:15:14 +01:00
Dominik Tugend
d576166c99
Fixed VC++ 6.0 .dsp files
...
Minor fixes to make sure the code compiles without errors.
2013-10-29 18:08:07 +01:00
alfred-valve
32589105da
Merge pull request #1395 from ripieces/master
...
Normalized line endings (no changes)
2013-10-23 09:43:02 -07:00
Dominik Tugend
1432182750
Normalized line endings (no changes)
...
Normalized line endings by touching (touch) the dsp files, no changes to
the files were made.
This is in order we can see actual modified lines in case s.o. modifies
the files.
The files will have CRLF as EOL on checkout due to the .gitattributes
setting.
2013-10-23 09:09:13 +02:00
alfred-valve
ca6be1473c
Merge pull request #1394 from ripieces/master
...
Visual C++ 2010 Express support for utils
2013-10-22 13:13:25 -07:00
Dominik Tugend
a96f882f9d
Visual C++ 2010 Express support for utils
...
Among other problems also fixes ValveSoftware/halflife#1391
2013-10-22 20:52:06 +02:00
alfred-valve
dd78039839
Merge pull request #1384 from Jengerer/master
...
Added missing class prefix to function pointers.
2013-10-13 19:54:58 -07:00
Evgenii Babinets
8fc24de095
Changed to CTripBeam to allow future overloading.
2013-10-13 20:34:25 -04:00
Evgenii Babinets
1ae42463e3
Added missing class prefix to function pointers.
2013-10-13 01:45:27 -04:00
alfred-valve
a06e5a1f53
Merge pull request #1375 from ripieces/master
...
Visual C++ 2010 Express support
2013-10-08 10:17:26 -07:00
Dominik Tugend
0c00c21dc6
CRLF issues with git
...
Seems as if git wants to normalize the line endings to LF
However they will be converted to CRLF on checkout due to the
.gitattributes file
2013-10-07 13:34:55 +02:00
Dominik Tugend
b92704dd19
No RTTI on dmc and ricochet
...
Just as in the original .dsp files.
2013-10-07 10:26:47 +02:00
Dominik Tugend
9ff405e473
Enabled RTTI on hldll and hl_cdll
...
Enabled RTTI on those projects as it is in the original DSPs (ricochet and
dmc don't have RTTI enabled).
2013-10-07 10:21:53 +02:00