summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-02-16Fix renderering TrueType Fonts in Rend2Zack Middleton
Reported by Axel Isouard (exidl)
2013-02-16Fix IPv6 favorites in q3_uiZack Middleton
This does however allow favorites to contain hostnames which was explicitly not allowed before.
2013-02-16Extend Team Arena Favorite Address edit field to hold an IPv6 addressZack Middleton
2013-02-16Fix resolving IPv6 favorites in Team Arena UIZack Middleton
2013-02-16Fix creating favorite when not on view favorite serversZack Middleton
2013-02-16Increase favorite address buffer size in Team Arena UIZack Middleton
Now it can hold an IPv6 address.
2013-02-16Merge Reaction renderer features, remove "#ifdef REACTION"sSmileTheory
2013-02-16Remove MSG_WriteDeltaUsercmd and MSG_ReadDeltaUsercmdZack Middleton
2013-02-16Use Q_strncpyz in G_AddRandomBotJeremy Davis
2013-02-16Remove some unused defines from msg.cZack Middleton
2013-02-16Fix MSG_ReadDeltaKey setting bit 1<<bits oftenZack Middleton
MSG_ReadDeltaKey would often set 1<<bits, it should never be set. It exceeds the size of what was being read. Worked okay for weapons/forward/right/up as they stored as chars (value would wrap around to correct value, lucky). Angles had the wrong value, not sure if it was causing issues.
2013-02-16Fix some SMP bits I missedTim Angus
2013-02-16Update READMETim Angus
2013-02-16Remove the SMP renderer featureTim Angus
2013-02-16Make UI_CVAR_CREATE use VM specific codeJeremy Davis
Makes cvar be flagged as VM created and unset ROM if ARCHIVE is set.
2013-02-16Fix typo in READMEZack Middleton
2013-02-16Run toggleconsole in binds while in menu or message modeZack Middleton
2013-02-16Add togglemenu to q3_ui controls menuZack Middleton
2013-02-16Add togglemenu commandZack Middleton
Allow togglemenu to be run in binds while in menu or message mode.
2013-02-16Fix error message in BG_EvaluateTrajectoryJeremy Davis
2013-02-16Fix error message in BG_EvaluateTrajectoryDeltaJeremy Davis
2013-02-16Make the merge script actually workTim Angus
2013-02-16Fix error message in BG_EvaluateTrajectoryJeremy Davis
2013-02-16Fix error message in BG_EvaluateTrajectoryDeltaJeremy Davis
2013-01-15Remove a bunch of LEGACY_PROTOCOL blocksTim Angus
2013-01-15Ues cls.glconfigTim Angus
2013-01-13Manual update to last merge SHATim Angus
2013-01-13Fix screwed up whitespace in files.cTim Angus
Apologies to anyone merging this :(
2013-01-13Fix FS_FOpenFileRead corner caseTim Angus
FS_FOpenFileRead is a fairly mental function that changes its return behaviour depending on whether or not file is NULL or not. It turns out in the case where file is NULL, we were returning the wrong value when the file didn't exist.
2013-01-13Update src/qcommon/q_shared.hM. Kristall
ioq3 merge prevented servers from showing up on the master The Tremulous master server expects HEARTBEAT_FOR_MASTER to be the same as GAMENAME_FOR_MASTER, but dpmaster wants DarkPlaces
2013-01-12Fix a bunch of warningsTim Angus
2013-01-12Add tags file to .gitignoreTim Angus
2013-01-12It seems rend2 needs more hunkTim Angus
2013-01-12Add vim .swp files to .gitignoreTim Angus
2013-01-12Add git ioq3 merge scriptTim Angus
2013-01-12Remove rend2 readmeTim Angus
2013-01-12Changes to make rend2 work with TremulousTim Angus
* Remove static video mode stuff * Add SetClipRegion to rend2
2013-01-12Remove old FIXME, pmove_framecount isn't networkedZack Middleton
2013-01-12Fix win32 console partial print being overwrittenZack Middleton
2013-01-12Make win32 console cursor visibleZack Middleton
2013-01-12Fix win32 input left on buffer and overwrittenZack Middleton
The input line on the console screen buffer was moved up a line and overwritten by CON_Print. Remove input line when console shutdown as well.
2013-01-12Fix #5849 - broken snapvector inverts player speedMark
Snapvector was converting floats to 16 bit integers instead of 32 bit integers.
2013-01-12#5866: Fix surface culling through portals, and use the correct number of ↵SmileTheory
frustum planes.
2013-01-12Don't look for colors past win32 input line lengthZack Middleton
2013-01-12Fix win32 dedicated input line printing to backlogZack Middleton
Use to write win32 input line using WriteConsole then overwrite by CON_Print, so when CON_Print removes color format characters the end of original input line was visable. "hi ^1guys" use to be shown as "hi guysys" in the console backlog.
2013-01-12Colorize text on win32 consoleZack Middleton
Text input line color based on code by "spior" Main colorize function based on Sys_AnsiColorPrint in sys_main.c
2013-01-12#5863 - Use proper texture coordinates for alpha tested materials when doing ↵SmileTheory
depth prepass.
2013-01-12#5818 - Modular renderer and Rend2 support for MSVC.SmileTheory
2013-01-12Fixed a typo in a comment.Ryan C. Gordon
2013-01-12Fixed a small bug in my new version of this script.Richard Allen