og-openarena-gamecode/code/qcommon
leilei- d371ff1482
Lei24 (#343)
- captureLimit should not end non-capturing games anymore
- additional surfaceflags for different surface types such as snow, wood, sand, gravel, foilage, ice, and glass
- improve hexcolors in the ui, allow for on-demand refresh of ui colors, add more hexcolors
- increase some limits of elements in the ui
- suppress excess ui warnings into developer
- sergei/kyonshi do not exist in OA3; default to sarge for missionpack currently (avoids crashes)
- don't attempt to load from characters/
- changing one model also changes teammodel
- add preliminary support for entity glow functionality and alternate shells for them (requires renderer engine changes to support). the primary idea behind alternate shell is performance and to avoid overdraw by force altering the model's vertex colors instead (overriding lighting and any other rgbGen op)
- add preliminary support for drawing player names above teammate heads (requires client engine changes to support)
- cg_hitSound camel-cased and defaults to 1 (again)
- reducing clown cruft by dropping the reference from the teamnames and just going for red/blue for now
- removed cg_leiChibi (again)
- bloodExplosion starts the shader (ancient bug/oversight)
- reverted superfluous cruft
2024-05-14 04:21:26 -04:00
..
oa_version.h Reverted EVERYTHING to how it used to be before I was given maintenance permission. I'm done. (#342) 2024-04-09 21:25:04 +00:00
q_math.c Lots of formatting changes. 2017-01-02 18:33:46 +01:00
q_platform.h Reverted EVERYTHING to how it used to be before I was given maintenance permission. I'm done. (#342) 2024-04-09 21:25:04 +00:00
q_shared.c Replace Q_strncpy to be safe even if source and destination overlaps and remove a lot of bad usage of strncpy. 2022-04-03 22:19:56 +02:00
q_shared.h Pick up date from SOURCE_DATE_EPOCH, for reproducible builds 2017-06-25 00:08:13 +01:00
qcommon.h From ioquake3 svn revision 1692 + some old changes to make it work 2009-10-22 16:50:27 +00:00
qfiles.h Some missing files 2009-05-15 14:51:36 +00:00
surfaceflags.h Lei24 (#343) 2024-05-14 04:21:26 -04:00