Andrey Akhmichin
813aa0ae91
More safe string copying.
2 years ago
Andrey Akhmichin
58f78b4f1c
More safe strncpy usage.
2 years ago
Andrey Akhmichin
368fdf1259
More safe _snprintf usage.
2 years ago
Andrey Akhmichin
60bd3121fb
Prevent possible null pointer dereference.
2 years ago
Roman Chistokhodov
8d91e9b4c0
Use MAX_WEAPONS constant instead of magic numbers ( #294 )
2 years ago
Roman Chistokhodov
25ba2b4e5f
Fix ServerActivate check for clients ( #288 )
2 years ago
Vale the Violet Mote
302e2d7a2a
Realtime cheats ( #197 )
...
* have cheats auto-update (send notif to client, use updated value in server)
* cheats did not need to be registered here as it's registered by the engine
* also not needed.
3 years ago
Bohdan Shulyar
fd6f48175f
Comment unused variables ( #184 )
...
* Comment unused variables
* Comment out dead code
4 years ago
Andrey Akhmichin
6d8e1c5d0c
Got rid "defined".
4 years ago
Andrey Akhmichin
0dd90846fe
#ifdef->#if
4 years ago
Andrey Akhmichin
88161eac14
Add "cl_autowepswitch" cvar implementation.
5 years ago
Andrey Akhmichin
ec9bffedaf
Partially fix double promotion.
5 years ago
Andrey Akhmichin
bf4f01f9b2
Fix warnings.
5 years ago
Andrey Akhmichin
93d1ed0294
Add a missing const qualifiers. Remove unneeded casts.
5 years ago
Night Owl
86229f7926
Add cvar to skip unicode check(Same as 4cdb80dce7
)
6 years ago
mittorn
1e1eac991d
ggm_saytext feature for chat transports
6 years ago
mittorn
cb7748756e
Try fix losing frags
6 years ago
mittorn
91e6494b67
Nullify pState when loading or changelevel
6 years ago
mittorn
5d386cf809
Workaround loading bugs
6 years ago
mittorn
b8d5f9fc39
Refactoring
6 years ago
mittorn
80dc5295f0
Rename (player, ggm)
6 years ago
mittorn
f8098cfad2
Renaming (ggmdata)
6 years ago
mittorn
ecb31d4533
Get rid of mp_coop_changelevel, merge with mp_coop
6 years ago
mittorn
7180dfb4d7
Experimental landmark transition system
6 years ago
mittorn
402306cfd9
Refactor, add password munge
6 years ago
mittorn
2ffc991062
Persistent registration and login
6 years ago
mittorn
d46bd7d7c0
Add autologin and logout
6 years ago
mittorn
353b9cba99
Simple player state save/restore and registration
6 years ago
mittorn
b747a52f79
Fix short loop on func_train
6 years ago
mittorn
6382679d86
Workaround getting others player uid
6 years ago
mittorn
12c094abb5
Smarter distance clipping
6 years ago
mittorn
7173648785
Make visibility filter smarter
6 years ago
mittorn
a8aadeee75
Server distance clipping
6 years ago
mittorn
bd268dbf15
Rework player connect, allow adding one custom button
6 years ago
mittorn
90ba38d577
Fix vote
6 years ago
mittorn
48201dfcc3
Observer seems to be complete broken, restore old mode
6 years ago
mittorn
8837e7e188
Clean some dead/unused code
6 years ago
mittorn
b1f6135c62
Partially rewrite coop menus, may be broken now
6 years ago
mittorn
0f1ad94cb5
Add command to send stufftext back to client
6 years ago
mittorn
fe3c7c3f6e
Chat command handling
6 years ago
mittorn
fb4635d0c5
New menu implementation (unused)
6 years ago
Alibek Omarov
6161c6d4d8
Replace snprintf by _snprintf, for MSVC
7 years ago
mittorn
e444f097c2
Network gravgun hacks. fake prop position to reduce visible lag
7 years ago
mittorn
4973eb01a7
Update gravgunmod
7 years ago
mittorn
ab29b25db0
Port entity tools from engine, begin refactoring gravgunmod stuff
7 years ago
Night Owl
f78471ad1d
min->Q_min, max->Q_max.
7 years ago
Night Owl
4150b464a0
Improve spectator.
7 years ago
Night Owl
d1fbb99574
Fix some warnings yet.
7 years ago
Night Owl
7a5c29cbc9
Clear any effects on disconnect.
7 years ago
Night Owl
cbdf9b5d04
Fix knowledge bugs with satchels again.
7 years ago