- 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
* 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