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
/
q_shared.c
Age
Commit message (
Expand
)
Author
2010-09-15
Renamed source tree subdirectory into ‘src’, moved ‘asm’ subdirectory...
Andrey Nazarov
2010-08-02
Made Q_ClearStr operate in place and renamed it to COM_strclr.
Andrey Nazarov
2009-09-08
Moved some more stuff from q_shared.c into common.c
Andrey Nazarov
2009-09-05
Changed return type of Info_SubValidate to size_t.
Andrey Nazarov
2009-09-05
Fixed an off-by-one error in Info_Validate when checking the length of the wh...
Andrey Nazarov
2009-09-05
Made Cvar_BitInfo strip non-printable characters just like Info_SetValueForKe...
Andrey Nazarov
2009-09-04
Changed Com_DPrintf, Com_WPrintf and Com_EPrintf functions to macros.
Andrey Nazarov
2009-09-04
Removed support for color escapes embedded in text (but still allow colored l...
Andrey Nazarov
2009-09-04
Moved some math code out of q_shared.c into the main engine.
Andrey Nazarov
2009-05-23
Fixed scrolling in MVD clients menu.
Andrey Nazarov
2009-04-22
Don't execute ‘cl_beginmapcmd’, ‘cl_changemapcmd’ and ‘cl_disconnec...
Andrey Nazarov
2009-01-21
Implemented Q_strcasestr() and rand_byte().
Andrey Nazarov
2009-01-10
Made MinGW built OpenFFA game DLL loadable on Win32.
Andrey Nazarov
2008-11-13
Hacked the source to get it compile on Windows Mobile using CeGCC toolchain.
Andrey Nazarov
2008-10-25
Progress meter now works for local MVDs again.
Andrey Nazarov
2008-10-11
Major redesign of GTV protocol: added support for persistent GTV connections,
Andrey Nazarov
2008-10-01
Stubbed out more client stuff from dedicated server build.
Andrey Nazarov
2008-09-24
Com_sprintf -> Q_snprintf, Q_strncpyz -> Q_strlcpy, Q_strcat -> Q_strlcat.
Andrey Nazarov
2008-08-16
Split some monolithic include files into smaller ones.
Andrey Nazarov
2008-06-29
Added client and server side support for 32-bit solids.
Andrey Nazarov
2008-05-09
Autodetect gzipped demos during playback.
Andrey Nazarov
2008-04-23
Added `dumpents' server command.
Andrey Nazarov
2008-04-04
Added support for drawing colored text via `draw' client command.
Andrey Nazarov
2008-04-02
Use size_t instead of int where possible.
Andrey Nazarov
2008-02-17
Huge search and replace commit.
Andrey Nazarov
2007-12-23
Added support for parsing anticheat cvars.txt and hashes.txt.
Andrey Nazarov
2007-12-20
Added initial server side support for r1ch.net anticheat.
Andrey Nazarov
2007-12-14
Cleaned up info string stuff.
Andrey Nazarov
2007-12-07
Optimized FS_ListFiles (and broken Windows build).
Andrey Nazarov
2007-12-02
Finally fixed pak loading order on Windows.
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-23
Added `com_uptime' macro.
Andrey Nazarov
2007-10-07
Added sv_uptime cvar.
Andrey Nazarov
2007-09-30
Make sure Info_RemoveKey removes any possible duplicates.
Andrey Nazarov
2007-09-16
MVD client now makes sure mapfile exists before doing CM_LoadMap.
Andrey Nazarov
2007-09-15
Allow quake paths up to MAX_OSPATH characters at VFS level.
Andrey Nazarov
2007-08-15
Added --hard-link option to configure.
Andrey Nazarov
2007-08-15
Fixed UI_ModeChanged not being called for hard linked UI.
Andrey Nazarov
2007-08-14
Initial import of the new Q2PRO tree.
Andrey Nazarov