Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
179 commits
Select commit Hold shift + click to select a range
ce33694
[client] Fix scoreboard message map
tmp64 Feb 19, 2019
e4f9e42
[client] Add colors for ammo HUD
rtxa Feb 20, 2019
3ad2295
Fix 4554 build script
tmp64 Feb 21, 2019
7178689
[client] Try to fix comparator error that may sometimes occur when ef…
tmp64 Feb 21, 2019
01a635d
[client] Fix Linux compile errors
tmp64 Mar 3, 2019
10b5830
[client] Fix vgui2's StripNamespace
tmp64 Mar 3, 2019
c268379
[client] Add missing #ifdef to VGUI2_IsCursorVisible()
tmp64 Mar 3, 2019
da83a1c
[client] Rounded corners in VGUI2 panels
tmp64 Mar 3, 2019
8dd8ad2
[cleint] VGUI2 Chatbox
tmp64 Mar 10, 2019
e2e6efd
[client] VGUI2 Chat fixes
tmp64 Mar 19, 2019
75858a9
[client] HUD Refactoring: Init(), VidInit() and Draw() return void
tmp64 Mar 20, 2019
119c45d
[client] HUD Refactoring: HUD init
tmp64 Mar 21, 2019
1dcf4f1
[client] Fix warning in void_status.cpp on Windows
tmp64 Mar 21, 2019
33e48c2
[client] Colored version of ConPrintf
tmp64 Mar 21, 2019
d673bb5
[client] Add C++ exception handlers to exported C functions
tmp64 Mar 21, 2019
63c8492
[client] Fix build errors after HUD refactoring
tmp64 Mar 21, 2019
52767ee
[client] Refactor AppVeyor build scripts
tmp64 Mar 21, 2019
c0e5926
Build script fixes
tmp64 Mar 21, 2019
25e740d
[cleint] Add frame corner textures
tmp64 Mar 23, 2019
dd03213
[client] MOTD style improvements
tmp64 Mar 23, 2019
067ab65
[client] Move engine chat input to the bottom of the screen
tmp64 Mar 23, 2019
25b0fed
[client] Change behavior when hud_saytext_oldpos is 1
tmp64 Mar 24, 2019
b4e3797
[client] Add cvars to hide SteamID and Efficiency in the scoreboard
tmp64 Mar 24, 2019
e99b180
Add submodule download to AppVeyor
tmp64 Mar 25, 2019
f07cef7
[client] Memory patching for Linux
tmp64 Mar 26, 2019
04222fe
Fix git submodules in appveyor.yml
tmp64 Mar 26, 2019
ace26cb
[client] Fix chatbox being visible after level restart
tmp64 Apr 1, 2019
d03bea2
Merge branch 'master' of https://github.com/tmp64/BugfixedHL
tmp64 Apr 1, 2019
cd6bb8c
[client] Disable keyboard in the scoreboard
tmp64 Apr 1, 2019
512375d
[client] Fix game crash when clicking on empty scrollbar
tmp64 Apr 1, 2019
2eae7e1
[client] Change input handling in the scoreboard
tmp64 Apr 3, 2019
ad00363
Server API refactoring
tmp64 Apr 28, 2019
8f5721b
[client] Add "-nomempatch" flag to disable memory patching on Linux
tmp64 May 1, 2019
ca04ae3
[server] Remove GetClassPtr call from CBugfixedServer::ClientConnect
tmp64 May 1, 2019
eb233c5
Remove duplicate line from CMakeLists.txt
tmp64 May 1, 2019
d15da14
[client] Remove WinAPI include from results.h
tmp64 May 1, 2019
8108b5f
[client] Fix printing chat messages to console
tmp64 May 1, 2019
6da1de1
[client] Update "about" command
tmp64 May 1, 2019
0c017c0
[client] Fix division by zero in CHud::GetHudAmmoColor
tmp64 May 20, 2019
39086c4
[client] Write more info to crash report.
tmp64 May 20, 2019
04cd1ad
Add GCC sanitizer option to CMake
tmp64 Jun 11, 2019
523674c
[client] Fix array out of bounds in CHud::GetSpriteRect
tmp64 Jun 11, 2019
e7908eb
[client] Fix crash on Linux if memory patching is disabled
tmp64 Jun 11, 2019
601c5e5
Merge remote-tracking branch 'origin/master'
tmp64 Jun 11, 2019
eea9065
Fix appversion.h regenerating every time on Linux
tmp64 Jun 13, 2019
55e6e5a
MSVS 2019 support
tmp64 Jun 16, 2019
c086a38
[client] Fix chat position
tmp64 Jun 17, 2019
540a0b1
[client] Add a cvar to disable VGUI2 chat
tmp64 Jun 18, 2019
21e4e8f
[client] Decrease height of rows in the scoreboard
tmp64 Jun 18, 2019
e4cd228
[client] Separate team for spectators in the scoreboard
tmp64 Jun 21, 2019
1278801
[client] Add updater version override fro debugging
tmp64 Jun 24, 2019
ee6d5de
[client] Fix character limit in changelog
tmp64 Jun 24, 2019
615b330
New PowerShell build script for Windows
tmp64 Jul 5, 2019
a03ebdd
[client] Add dynamic row height to the scoreboard
tmp64 Jul 7, 2019
4703259
Add error handling to Windows build script
tmp64 Jul 11, 2019
843dc93
PowerShell build script for Linux
tmp64 Jul 11, 2019
13069d5
[client] Fix building with updater enabled on Linux
tmp64 Jul 11, 2019
e264db9
Use new build script in AppVeyor
tmp64 Jul 11, 2019
96cad66
Fix appveyor.yml
tmp64 Jul 11, 2019
68d9083
Install VSSetup and ninja-build in appveyor.yml
tmp64 Jul 11, 2019
dc3b2e8
Remove old build scripts
tmp64 Jul 11, 2019
100ab39
Only link client with curl
tmp64 Jul 12, 2019
c4df711
[client] Move Windows exception handler to memory_win32.cpp
tmp64 Jul 12, 2019
7c37afd
[client] Console print hook
tmp64 Jul 12, 2019
900b115
[client] Redirect tier0 spew to game console
tmp64 Jul 12, 2019
4cf1273
[client] Default scheme for VGUI2 panels
tmp64 Jul 13, 2019
837d412
Add a parameter to pass options to CMake in the build script
tmp64 Jul 13, 2019
fee660c
[client] Only set scheme for GameUI panels
tmp64 Jul 17, 2019
9f0787a
[client] Fix signed/unsigned compare warning in Updater_PrintChangelog
tmp64 Jul 18, 2019
86a9be4
Fix build script targets: ClientVGUI2 was building Client4554
tmp64 Jul 21, 2019
f207d4b
Allow static link with cURL on Windows
tmp64 Jul 21, 2019
6d6f21f
Delete Readme.txt
tmp64 Jul 21, 2019
6785a60
Update README.md
tmp64 Jul 21, 2019
4e35e4f
[client] CBaseHudChat: m_flTime -> GetCurrentTime()
tmp64 Jul 22, 2019
d0bad6e
Link server with pthread
tmp64 Jul 23, 2019
cc5b7c1
Remove _i386 from server library name on Linux
tmp64 Jul 23, 2019
992d957
Refactor CMakeLists.txt and change versioning scheme
tmp64 Jul 28, 2019
db5f323
Remove old appversion.sh
tmp64 Jul 28, 2019
703a7ce
Add build metadata to appveyor.yml
tmp64 Jul 28, 2019
96267c5
Remove appversion.h gitignore
tmp64 Jul 29, 2019
52421bb
Update version in BuildRelease.ps1
tmp64 Jul 29, 2019
e58ab44
Fix warning level
tmp64 Jul 29, 2019
43cd761
Add CMakeLists.txt to project files
tmp64 Jul 29, 2019
ba64794
Update engine and common to GitHub HLSDK version
tmp64 Jul 29, 2019
d5b7577
Remove vec3_origin from mathlib.h
tmp64 Jul 29, 2019
25aa294
Define WINAPI on Linux
tmp64 Jul 29, 2019
c7f187b
[client] Remove "cd" from blocked commands
tmp64 Jul 29, 2019
faf2324
Remove gamedir/delta.lst
tmp64 Aug 3, 2019
6301ef7
Move network/delta.lst to gamedir/delta.lst
tmp64 Aug 3, 2019
81b7317
[client] Fix client library fixer on Linux
tmp64 Aug 10, 2019
655632b
Merge branch 'master' of https://github.com/tmp64/BugfixedHL
tmp64 Aug 28, 2019
e3551a0
[client] Use player names when reading SteamIDs from the server
tmp64 Aug 28, 2019
45ed5cc
[client] Add SteamID check to VGUI2 scoreboard
tmp64 Aug 28, 2019
75eb1b8
[client] Store BHL options in a separate config file
tmp64 Sep 13, 2019
97d81c2
[client] Add a hack to allow creating ImagePanel from .res
tmp64 Sep 13, 2019
98395ab
[client] Fix effects in HUD messages
tmp64 Sep 14, 2019
6026137
[client] Fix tier0 assertions
tmp64 Oct 5, 2019
e4c965a
[client] BHL Options: HUD
tmp64 Oct 15, 2019
5c2e1b0
Revert "[client] Add a hack to allow creating ImagePanel from .res"
tmp64 Oct 15, 2019
c70e923
[client] Fix compile errors on VS2017
tmp64 Oct 19, 2019
1fafec7
[client] Fix possible memory leak
tmp64 Oct 30, 2019
7ef0128
[client] BHL Options: Chat
tmp64 Nov 4, 2019
c83e4cf
[client] Remove unsupported chat language files
tmp64 Nov 4, 2019
a0dea04
[client] Add GameMenu.res to installation archives
tmp64 Nov 4, 2019
dc46b02
VGUI Editor: Add shift buttons
tmp64 Nov 17, 2019
000dc45
VGUI Editor: Force rounded border
tmp64 Nov 17, 2019
0c279d6
[client] BHL Options: Crosshair
tmp64 Nov 17, 2019
dca7944
[client] Update GameUI fonts
tmp64 Nov 26, 2019
e51f93f
[client] Fix VGUI2 animations
tmp64 Nov 27, 2019
aa6b071
[client] Fix scoreboard menu being shown behind the panel
tmp64 Nov 27, 2019
cd6d5d5
[client] Add 2px offset to scoreboard menu
tmp64 Nov 27, 2019
10a2ded
[client] Move GameUI panels to vgui2/gameui
tmp64 Nov 28, 2019
76036e6
[client] Refactor GameUI panel code
tmp64 Nov 28, 2019
ff4024b
[client] Fix header path after GameUI refactoring
tmp64 Nov 28, 2019
8b748e2
[client] BHL options: Scoreboard
tmp64 Dec 12, 2019
97d6571
[client] Fix tilde key opening the console in the chat
tmp64 Jan 8, 2020
3db24ae
[client] Fix color code parsing in multiline HUD messages
tmp64 Jan 8, 2020
6142049
[client] Play sound on kill
tmp64 Jan 8, 2020
0b71af9
[client] BHL Options: General
tmp64 Jan 9, 2020
f5858f9
[client] Hide MOTD with spacebar
tmp64 Jan 9, 2020
88fd92f
[client] Fix MOTD close delay
tmp64 Jan 9, 2020
29282cd
[client] Add timer option to HUD settings
tmp64 Jan 10, 2020
6ff8015
[client] Add m_rawinput fix
tmp64 Jan 10, 2020
c9125ee
Update nlohmann::json to 3.7.3
tmp64 Jan 11, 2020
7040ea9
[client] Fix updater code after GameUI refactoring
tmp64 Jan 11, 2020
b39541b
Rewrite CGameVersion class
tmp64 Jan 11, 2020
9788b2c
CGameVersion: Add copy constructor
tmp64 Jan 11, 2020
ffed673
Fix semver.c errors
tmp64 Jan 11, 2020
3c6cedf
Fix runtime errors in CGameVersion
tmp64 Jan 11, 2020
e529da5
[client] Change updater for new CGameVersion
tmp64 Jan 11, 2020
5bd1e7b
[server] Change Server API to use new CGameVersion
tmp64 Jan 11, 2020
f188bf4
[server] Fix cannot convert ‘bool’ to ‘const IGameVersion*’
tmp64 Jan 11, 2020
caeced2
[client] Remove detach() from updater worker thread
tmp64 Jan 11, 2020
188ab68
CGameVersion: Fix commit hash parsing
tmp64 Jan 15, 2020
15efebb
Update appversion.h generation code
tmp64 Jan 15, 2020
aac3fdd
Better error handling in the build script
tmp64 Jan 15, 2020
48a49e2
Build Script: Enable parallel build
tmp64 Jan 15, 2020
1660dce
Fix dirty flag always being set
tmp64 Jan 15, 2020
e880da7
[client] Replace hardcoded colors in ConPrintf
tmp64 Jan 16, 2020
2e2fdca
[client] Remove disabled test frame code
tmp64 Jan 16, 2020
aeb8a72
[client] Add preview to crosshair settings
tmp64 Jan 24, 2020
bb15b8f
[client] Add crosshair preview resources
tmp64 Jan 24, 2020
772d705
[client] Fix CCrosshairSubOptions include guard
tmp64 Jan 25, 2020
dcc73d4
[client] BHL Options: About
tmp64 Jan 25, 2020
4ec8270
vgui2::TextImage: draw space char
tmp64 Jan 25, 2020
4346eb7
[client] CGameUIViewport: fix signed/unsigned compare warning
tmp64 Jan 25, 2020
cef1ebe
[client] Rename CChangeLogDialog sources
tmp64 Jan 25, 2020
a6cc3c4
[client] Rename CChangeLogDialog.h in ChangeLogDialog.cpp
tmp64 Jan 25, 2020
9e2634e
Build script: Add version override
tmp64 Jan 25, 2020
0bf7988
Remove debug message from CMakeLists.txt
tmp64 Jan 25, 2020
4067031
[client] Fix crosshair sprite not always hiding when changing weapons…
tmp64 Jan 26, 2020
3818c63
Client: Fix "new update found" message on dev builds
tmp64 Jan 28, 2020
3c2bf40
Server: Add ConVar class
tmp64 Jan 28, 2020
4ef5181
Server: Add convar.h to game.h
tmp64 Jan 28, 2020
21dd0f5
Multimode: Add Multimode gamemode
tmp64 Feb 1, 2020
4388e14
Multimode: Refactor code, add warmup
tmp64 Feb 1, 2020
1ebf7c3
Multimode: Recoil: Fix glock classname
tmp64 Feb 1, 2020
8a23de1
Multimode: Recoil: Increase Glock recoil
tmp64 Feb 1, 2020
3976056
Multimode: Recoil: Remove weapons without recoil
tmp64 Feb 1, 2020
cc826fd
Multimode: Recoil: Fix "velocity too high" warning
tmp64 Feb 1, 2020
0240c5a
Multimode: OneShot: Add instagib
tmp64 Feb 1, 2020
0faaed9
Multimode: Move warmup text up a bit
tmp64 Feb 1, 2020
a671857
Server: Fix MP5 default ammo
tmp64 Feb 1, 2020
0e28615
Multimode: Add Biohazard mode
tmp64 Feb 2, 2020
7805349
Multimode: Change default settings
tmp64 Feb 2, 2020
6322181
Multimode: Add cvars to skip modes
tmp64 Feb 2, 2020
a3a3159
Multimode: Add sound to signal the last 5 secs of the mode
tmp64 Feb 2, 2020
d44712b
Multimode: Add Slow Rockets mode
tmp64 Feb 2, 2020
fd32800
Multimode: Remove TODO comment from State::Waiting
tmp64 Feb 2, 2020
5053e69
Multimode: Add timer resets
tmp64 Feb 2, 2020
5c8c781
Multimode: WpnDrop: Rename the mode
tmp64 Feb 2, 2020
8ea9d90
Multimode: WpnDrop: Add infinite ammo
tmp64 Feb 2, 2020
a787e09
Multimode: WpnDrop: Regive weapon after 7 secs
tmp64 Feb 2, 2020
0664eb7
Multimode: Add health check to PlayerThink in modes
tmp64 Feb 2, 2020
5cd1dfc
Multimode: OneShot: Fix ammo count
tmp64 Feb 2, 2020
90962a1
Multimode: OneShot: Change short title
tmp64 Feb 2, 2020
6066adb
Multimode: Add cvar to select endgame action
tmp64 Feb 4, 2020
d1b33af
Multimode: Fix memory leak on restart
tmp64 Feb 4, 2020
c3314c0
Merge branch 'feature-multimode'
tmp64 Feb 5, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@
/BugfixedHL-*.zip
/BugfixedHL-*.tar.gz
/scripts/PublishPath*.txt
/autobuild
Loading