summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2013-03-19Fix USE_FREETYPE breakageTim Angus
2013-03-19Move renderers a bit closer togetherTim Angus
2013-03-19Always reset vertex attrib pointers with animated meshes.SmileTheory
2013-03-19Remove old x86_64 JIT compilerTim Angus
2013-03-19Fix displaying demo name when loading demoZack Middleton
2013-03-19Fix size reserved for IQM jointMats (allocated more than used)Zack Middleton
2013-03-19Fix origin returned by IQM's LerpTagZack Middleton
It use to return pose joint's offset from base at the lerped frame, now it returns the joint's origin at the lerped frame. Patch by Axel Isouard and Zack Middleton.
2013-03-19Fix clampmapped images being always treated as sRGB.SmileTheory
2013-03-19Fix RAVENMD4 warnings in OpenGL2Zack Middleton
2013-03-19Some minor cleanup.SmileTheory
2013-03-19Simplify RE_StretchRaw() with RE_UploadCinematic() and RB_InstantQuad2().SmileTheory
2013-03-19Oops, fix typo.SmileTheory
2013-03-19Simplify previous patch.SmileTheory
2013-03-19Calculate viewport and screen texture coordinates correctly for sun shadows. ↵SmileTheory
This fixes part of #5889.
2013-03-19Show lowercased ascii in bind commandZack Middleton
2013-03-19Fix Key_StringToKeynum to return lowercased asciiZack Middleton
Fixes bind and unbind uppercase ascii and uppercase ascii in cl_consoleKeys. keycodes.h states "normal keys should be passed as lowercased ascii"
2013-03-19Move noise function declations to tr_common.hZack Middleton
tr_noise.c is in renderercommon directory, so declare them in header there too.
2013-03-19Fix comment in snd_codec_opus.cZack Middleton
2013-03-19Remove Sys_SnapVectorZack Middleton
2013-03-19Fix compiling opusfile on mingw32James Canete
2013-03-19Fix last commitZack Middleton
2013-03-19Add missing config_types.h for liboggZack Middleton
It's usally generated by configure, most platform cases are handled in os_types.h
2013-03-19Fix compiling opus using mingwZack Middleton
2013-03-19Add libogg 1.3.0Zack Middleton
2013-03-19Add libopus 1.0.2 and libopusfile 0.2Zack Middleton
2013-03-19Add Ogg Opus supportZack Middleton
2013-03-195882 - Update OpenAL Headers to OpenAL Soft 1.15.1Zack Middleton
2013-03-12Drop team info if it's for the wrong team's players.Darren Salt
This avoids apparently spurious 'bad client number' messages, caused by the difference in item counts between humans and aliens. Suspected cause is a race between client and server; the effect can (at least in Unvanquished) be observed as spectator when switching between players on opposing teams.
2013-02-16Update copyright noticesTim Angus
2013-02-16Add GPL header to tr_common.hZack Middleton
2013-02-16Remove a few name tagsTim Angus
2013-02-16Add renderercommon/tr_common.hTim Angus
2013-02-16Move some things into renderercommonTim Angus
2013-02-16condump improvementsEnsiform
Default output file extension to ".txt" Show output filename in error message. Use Windows line endings on Windows. Dynamically allocate line buffer. (by ZTM)
2013-02-16Remove unneeded variable externEnsiform
2013-02-165717 - Gamecode can open file "" for readingZack Middleton
2013-02-165097 - Menu corrupted on start (on IRIX)Zack Middleton
2013-02-16renderer -> renderergl1, rend2 -> renderergl2Tim Angus
2013-02-16#5878: Ensure surfaces are drawn before executing full-screen render ↵SmileTheory
commands, and when at the end of the render command list.
2013-02-16Fix compilingZack Middleton
2013-02-16Fix possible delta from invalid entityZack Middleton
2013-02-16Don't add pk3dirs if connecting to a pure serverZack Middleton
Only .cfg etc would be read from pk3dirs, but they should be treated like pk3s that are not on the pure list.
2013-02-16Change pk3dir README / comments to fit in betterZack Middleton
2013-02-165289 - Support for .pk3dirAndrew Browne
2013-02-16Remove newlines from Rend2 error messagesZack Middleton
2013-02-16Unify/cleanup max snapshot entities on client and serverZack Middleton
2013-02-16Fix renderering TrueType Fonts in Rend2Zack Middleton
Reported by Axel Isouard (exidl)
2013-02-16Fix resolving IPv6 favorites in Team Arena UIZack Middleton
2013-02-16Merge Reaction renderer features, remove "#ifdef REACTION"sSmileTheory
2013-02-16Remove MSG_WriteDeltaUsercmd and MSG_ReadDeltaUsercmdZack Middleton