phoenix-firestorm/indra
Nicky e8aa2dd71f x64: Do not use a union of LLColor4U. Especially having the two pointer in there will blow up the struct to at least 8 byte, which will break VBO packing as this class needs to be 4 byte in size.
(transplanted from 847df86d6b5daa69dcfc428df18876a9c1e8bef6)
2016-04-22 14:58:25 +02:00
..
cmake Windows x64: Disable warning 4267 (it causes too much noise) and do not enable /arch:SSE2 (x64 implies SSE2 and setting the flag causes warnings). 2016-04-22 12:58:20 +02:00
copy_win_scripts
doxygen
integration_tests
lib/python
linux_crash_logger
llappearance
llaudio
llcharacter
llcommon Windows: USe the correct datatypes when calling the Windows API. 2016-04-22 13:02:37 +02:00
llcorehttp
llcrashlogger
llimage x64: Do not use a union of LLColor4U. Especially having the two pointer in there will blow up the struct to at least 8 byte, which will break VBO packing as this class needs to be 4 byte in size. 2016-04-22 14:58:25 +02:00
llimagej2coj MAINT-6584: Convert LLImage class hierarchy to standard 'bool' 2016-07-22 11:35:23 -04:00
llinventory
llkdu DRTVWR-418: Update KDU and llimagej2ckdu* with certain clang fixes. 2016-11-03 20:48:41 -04:00
llmath x64: Do not use a union of LLColor4U. Especially having the two pointer in there will blow up the struct to at least 8 byte, which will break VBO packing as this class needs to be 4 byte in size. 2016-04-22 14:58:25 +02:00
llmessage Merge 2016-09-14 09:55:18 -07:00
llplugin Fix MAINT-6730 Media audio does not play when Media volume slider is set to max 2016-10-05 13:15:25 -07:00
llprimitive
llrender MAINT-5011: Commit backing out BlockTimer warning suppression. 2016-09-06 20:42:27 -04:00
llui Merge 2016-09-16 14:59:52 -07:00
llvfs
llwindow Windows: 1. GWL_USERDATA must be GWLP_USERDATA to be compatible with x86 and x64. (GWL_USERDATA is deprecated anyway). 3. Replace Get/SetWindowLong with Get/SetWindoeLongPtr or placing this into GWLP_USERDATA will truncate the pointer. 2016-04-22 14:55:19 +02:00
llxml
mac_crash_logger
media_plugins Automated merge with ssh://bitbucket.org/lindenlab/viewer-release 2016-11-03 09:31:15 -04:00
newview x64: Do not use a union of LLColor4U. Especially having the two pointer in there will blow up the struct to at least 8 byte, which will break VBO packing as this class needs to be 4 byte in size. 2016-04-22 14:58:25 +02:00
test
tools/vstool
viewer_components MAINT-5011: Catch unhandled exceptions in LLCoros coroutines. 2016-08-18 17:33:44 -04:00
win_crash_logger
CMakeLists.txt
edit-me-to-trigger-new-build.txt
fix-incredibuild.py