index
:
q2pro.git
master
Unnamed repository; edit this file 'description' to name the repository.
Kent Overstreet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
cl_parse.c
Age
Commit message (
Expand
)
Author
2008-04-23
Added `dumpents' server command.
Andrey Nazarov
2008-04-09
Added `addstuffcmd', `delstuffcmd' and `liststuffcmds'commands.
Andrey Nazarov
2008-04-02
Use size_t instead of int where possible.
Andrey Nazarov
2008-03-27
Changed some client side counters to unsigned type.
Andrey Nazarov
2008-03-24
Remove useless time wraparound checks.
Andrey Nazarov
2008-03-05
Rewrote autocompletion engine.
Andrey Nazarov
2008-02-17
Huge search and replace commit.
Andrey Nazarov
2008-02-14
Stop client demo recording when `changing' command is received.
Andrey Nazarov
2008-02-09
Initial client support for variable server FPS.
Andrey Nazarov
2008-01-13
New minor Q2PRO protocol version, 1012.
Andrey Nazarov
2008-01-01
Inspect `play' command more carefully in CL_ParseStuffText.
Andrey Nazarov
2007-12-30
Made `condump' command write into `condumps/*.txt' by default.
Andrey Nazarov
2007-12-11
Fixed crash inside CL_PacketEntities on player ents with negative skinnum.
Andrey Nazarov
2007-12-02
Made sure replies to !version are rate limited.
Andrey Nazarov
2007-11-26
Added `suspend' command useful for temporary pausing demo recording.
Andrey Nazarov
2007-11-26
Made automatic pause (opening console or menu) not interfere
Andrey Nazarov
2007-11-25
Changed Com_sprintf --> Q_concat in quite some cases.
Andrey Nazarov
2007-11-24
Renamed `cl_uprate' and `cl_dnrate' to `net_uprate'
Andrey Nazarov
2007-11-17
Yet another batched update.
Andrey Nazarov
2007-10-07
Added sv_uptime cvar.
Andrey Nazarov
2007-10-06
Added sv_force_reconnect cvar.
Andrey Nazarov
2007-10-06
Added 'uf' userinfo variable.
Andrey Nazarov
2007-10-01
Pressing ESC once no longer brings ingame menu but tries to
Andrey Nazarov
2007-09-26
Implemented GAME_FEATURE_MVDSPEC.
Andrey Nazarov
2007-09-20
Made new R1Q2 protocol really work at client side.
Andrey Nazarov
2007-09-20
Added support for the new R1Q2 protocol version.
Andrey Nazarov
2007-08-21
Removed demomap command, cinematics stuff, support for savegames.
Andrey Nazarov
2007-08-19
Removed cl_showmiss spam.
Andrey Nazarov
2007-08-18
New minor Q2PRO protocol version.
Andrey Nazarov
2007-08-14
Initial import of the new Q2PRO tree.
Andrey Nazarov