Commit graph

67 commits

Author SHA1 Message Date
pierow
c7acee5e87 Removed v3.2 backwards compatability and some playtest cvars
- Fork is now too different to maintain backwards compatability
2023-08-23 17:29:04 -04:00
pierow
21e6edcf2e Fix lerk fly animation not showing if they walked off a ledge 2023-08-23 17:29:04 -04:00
pierow
f6b6e1b5c0 retarget for VS2022 2023-08-23 17:29:04 -04:00
pierow
99bf170e7e Weapon/item drop rework
-Fix crash from plugins.
-Add spawn offsets for items.
-Improvements to anti-stuck falling weapon code.
2023-08-23 17:29:04 -04:00
pierow
12a122af14 Disable unused libraries
-libcurl, libpng, zlib
2021-10-30 19:09:10 -04:00
pierow
998aae5632 updated consistency check message 2021-07-07 18:11:21 -04:00
pierow
7b6821929d Fix weapons not being able to be picked up if aliens touch them while falling. 2021-02-12 07:32:45 -05:00
pierow
f7f009a941 remove duplicate consistency entry 2021-02-12 07:32:45 -05:00
pierow
68548a7af1
Reverting Gerhard's WIP minimap code (#96)
* revert Gerhard's minimap update. removing WIP code

* revert Gerhard's minimap alpha - removing WIP code from develop

* project file update

* fixed hl project mistake when reverting

* adding back Brett's changes lost in revert

* removed .wad checks for maps that are nolonger official
2021-02-05 22:00:14 -05:00
pierow
2586ec4c73 lerk gliding on ground 2021-02-05 16:18:16 -05:00
pierow
9842b437a0 mp_consistency update 2021-02-05 16:18:16 -05:00
pierow
a1f5c3ed0d playtest cvar additions 2021-02-05 16:18:16 -05:00
pierow
95d0c38fdc backwards compatiblity update 2021-02-05 16:18:16 -05:00
pierow
99c40ae09e v3.2.3 features and fixes.
- Shotgun rework. Previously inconsistent shooting during reloads and desynced animations with server.
-- Shotgun reload can now be interrupted with a pump animation
-- Changed pellets 10 -> 17 and damage 17-> 10 to reduce inconsistency
- Networked ammo
- Client and server dll consistency checks added
- Backwards compatibility check for v3.2 servers to prevent prediction errors (popular demand)
- Players can change lifeform and use popupmenu in pregame warmup
- Fixed guns getting stuck in the air
- Reverted max speed to not be client cvar adjustable, fixing walk speed issues
- Added cl_mutemenu for players accidentally clicking on the scoreboard and going into squelch mode
- Removed default_fov as it did nothing but change sensitivty
- Fixed commander view scrolling keybinds
- cl_showspeed now works in readyroom and spectate
2021-02-05 16:18:16 -05:00
pierow
2fb18b989f
Merge pull request #69 from ENSL/pierow-changes
Changes/fixes to r_dynamic, cl_ambientsound, skulk walk speed, -attack
2020-07-11 21:34:37 -04:00
pierow
e5d4653cf3 cl_ambientsound corrected to be client side instead of server side. Works for mp3s. Wav ambient sound files in maps can't be toggled via client cvar due to engine limitation. 2020-07-11 20:07:00 -04:00
Brett Caswell
36c78acbce
PR Merge of Patch 63 to Patch 61 (#6)
* handle particles project VC++ compilation errors with MVCS and project property changes

 - retarget to v142 platformtoolset
 - remove explicit windows SDK version; use latest by default
 - remove settings that are otherwise default values in project or are best determined by solution

* attempt to handle clang++ issues regarding unsupported c++11 features

* reset file changes to particledefs.h

* removing PARTICLEDLL_API definition and replacing usage with extern "C" block statements

* add g++ compiler option to specify c++11 standard

* attempt to resolve forward enum errors by adding std to base cflags

* replacing deprecated libstdc++ and removing -lstdc++ flag, updating MacOSX10 sdk version

* small refactor to Makefiles, and add  libstdc++ back to linux build

* remove added type to enum

* reset makefile changes that may be causing unexpected linux build failures

* refactoring std=c++11 declarations in Makefile to mitgate linux build failing

* ensure std is set for hl_cdll make

* attempt to define a standard library to resolve vector initialization_list constructor issue

* attempt to update MacOS sdk, set minimum os to be 10.7, and include export in travis ci to define deployment target
2020-07-05 11:11:06 -05:00
Gerhard Klassen
ba163d233e Minimap update
+ Colored Players
+ Colored Structures / Different colors for unbuild/build structures
2020-03-29 17:47:47 +02:00
Gerhard Klassen
8674080504 minimap alpha 2020-03-28 20:16:47 +01:00
pierow
25fef4826c fixed sv_jumpmode 1 server/client prediction and made it default again 2018-08-14 22:51:44 -04:00
pierow
0fbc489cab sv_jumpmode default to 2 since 1 has broken client prediction 2018-08-13 22:19:10 -04:00
pierow
1cd1bf0522 sv_jumpmode queued and auto bunnyhop 2018-08-01 01:01:46 -04:00
pierow
bec0c1a46c cl_ambientsound and senslock commands 2018-08-01 00:59:34 -04:00
pierow
8563f5b367
Merge pull request #17 from asmodev/asmo/vs2017
Code updates to support VS2017 compilation. Does not include project …
2018-07-31 23:04:13 -04:00
Asmo
b840fe80e0 Code updates to support VS2017 compilation. Does not include project updates. 2018-07-30 23:52:29 -04:00
jonnypower
0eaa1b3ff0 chore: Compare index 0 against null terminator 2018-07-14 23:51:46 -07:00
jonnypower
ea2a5833b7 feat: Compileable Mac OS 2018-04-29 22:14:05 -07:00
Ari Timonen
e31260376d Remove temp files 2018-04-22 18:56:29 +03:00
Ari Timonen
4f13237895 Update line endings
Change CRLF to LF in repo.
2018-04-22 18:55:55 +03:00
mittorn
3b798b9802 Fix UB 2017-04-13 13:52:59 +02:00
Bacsu
51741242ef included libcurl 7.50-nossl to fix server error svc_bad 2016-09-03 01:47:28 +02:00
Bacsu
6fbcf4a3d0 Revert "Revert "included libcurl 7.50-nossl to fix server svc_bad error""
This reverts commit 98a6548889.
2016-09-03 01:36:22 +02:00
Bacsu
98a6548889 Revert "included libcurl 7.50-nossl to fix server svc_bad error"
This reverts commit bfafbf05f4.
2016-09-03 01:35:36 +02:00
Bacsu
bfafbf05f4 included libcurl 7.50-nossl to fix server svc_bad error 2016-09-03 01:34:49 +02:00
Bacsu
fa7ed91d5b win32 compiling bug 2016-08-30 17:03:37 +02:00
fmoraw
1c552d08fb ns v3.2.1a 2015-12-10 18:29:55 +01:00
fmoraw
de27a8149c Linux Build 2014-12-16 14:36:27 +01:00
fmoraw
48abae3be3 libcurl-no-sll build 2014-06-02 12:22:49 +02:00
fmoraw
1622255eeb visual studio 2010 rebuild
Signed-off-by: fmoraw <fmoraw@users.noreply.github.com>
2014-05-28 14:41:12 +02:00
hjw
c47caa1440 Adding particle system - probably needs work, should try to get the version from the NS1 svn repository 2014-01-23 10:49:10 +00:00
hjw
0ddfe3c35f Changed to unix line endings 2014-01-23 10:46:47 +00:00
Flayra
af3128ec1a - Updates from Puzl with latest version of the game (my backups were old compared to his working copy).
- Removed really strict anti exploit detection (that was never used)
- This should be the latest released version of NS!
2014-01-14 11:43:04 -08:00
tankefugl
d7194eb748 git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@286 67975925-1194-0748-b3d5-c16f83f1a3a1 2005-07-15 21:58:50 +00:00
tankefugl
8fd7e2a1be git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@284 67975925-1194-0748-b3d5-c16f83f1a3a1 2005-07-15 14:20:59 +00:00
tankefugl
9ae2165c8f Updated project files
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@283 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-07-14 18:48:34 +00:00
tankefugl
dcdc87d7e0 Updated client with the correct MAX_WEAPON_SLOTS 5 in cdll_dll.h
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@275 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-07-14 17:33:03 +00:00
puzl
c3efe644ea git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@272 67975925-1194-0748-b3d5-c16f83f1a3a1 2005-07-14 15:03:16 +00:00
puzl
15410d7ec3 git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@271 67975925-1194-0748-b3d5-c16f83f1a3a1 2005-07-14 14:53:32 +00:00
puzl
f006aade0d Mantis: 1073
o Old authentication code.


git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@250 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-07-08 03:00:16 +00:00
tankefugl
49a6f0a6e7 Fixed code typo. Oops.
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@243 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-07-06 00:48:38 +00:00