| .. |
|
tests
|
SL-18330: Consistently use new standalone Python llsd package.
|
2023-05-31 16:34:04 -04:00 |
|
CMakeLists.txt
|
Cleanup sweep
|
2022-09-17 17:14:16 +02:00 |
|
llassetstorage.cpp
|
This set of changes reverts the merge with master (git revert c83e740) and results in a version of the DRTVWR-519 that matches what was presemt before it was deployed as a release viewer *plus* 3 small fixes from Maxim (See commits). This branch can now be used for additional fixes before eventually being used to release D-519 as normal
|
2021-03-09 14:39:51 -08:00 |
|
llassetstorage.h
|
Clean up a merge conflict
|
2021-04-29 13:45:15 -07:00 |
|
llavatarname.cpp
|
MAINT-7112 FIXED URI namespace /completename is still affected by the Usernames viewer setting.
|
2017-02-07 12:56:45 +02:00 |
|
llavatarname.h
|
MAINT-7112 FIXED URI namespace /completename is still affected by the Usernames viewer setting.
|
2017-02-07 12:56:45 +02:00 |
|
llavatarnamecache.cpp
|
SL-18970 Heavy name cache spam
|
2023-02-09 01:06:16 +02:00 |
|
llavatarnamecache.h
|
SL-14078 No point in verifying display name cap each frame #2
|
2020-10-12 19:40:22 +03:00 |
|
llblowfishcipher.cpp
|
SL-15211 Update OpenSSL library
|
2021-05-27 12:56:35 +03:00 |
|
llblowfishcipher.h
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llbuffer.cpp
|
DRTVWR-494: Use std:🧵:id for LLThread::currentID().
|
2020-03-25 15:28:17 -04:00 |
|
llbuffer.h
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llbufferstream.cpp
|
DRTVWR-494: Use std:🧵:id for LLThread::currentID().
|
2020-03-25 15:28:17 -04:00 |
|
llbufferstream.h
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llcachename.cpp
|
SL-19572 Fix some obscure cases of residents bypasing mute list
|
2023-06-28 01:37:06 +03:00 |
|
llcachename.h
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llchainio.cpp
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llchainio.h
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llcipher.h
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llcircuit.cpp
|
DRTVWR-489: Fix things up after a messy merge with main because of a gigantic CMake patch. Sadly, my macOS box updated to Xcode14.3 overnight and that caused many warnings/errors with variables being initialized and then used but not in a way that affected anything.. Building on Xcode 14.3 also requires that MACOSX_DEPLOYMENT_TARGET be set to > 10.13. Waiting on a decision about that but checking this in in the meantime. Builds on macOS with appropriate build variables set for MACOSX_DEPLOYMENT_TARGET = 10.14 but not really expecting this to build in TC because (REDACTED). Windows version probably hopelessly broken - switching to that now.
|
2023-04-03 14:58:58 -07:00 |
|
llcircuit.h
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llclassifiedflags.cpp
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llclassifiedflags.h
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llcoproceduremanager.cpp
|
SL-14399: Ditch overflow queue LLViewerAssetStorage::mCoroWaitList.
|
2022-12-07 09:50:02 -05:00 |
|
llcoproceduremanager.h
|
SL-15383 repalced some boost::shared_ptr with std version to make it readable in VC
|
2022-04-26 22:01:55 +03:00 |
|
llcorehttputil.cpp
|
SL-19676 - more IL control, added Reset Interest List Debug menu command
|
2023-05-15 23:24:00 +01:00 |
|
llcorehttputil.h
|
SL-19676 - more IL control, added Reset Interest List Debug menu command
|
2023-05-15 23:24:00 +01:00 |
|
lldatapacker.cpp
|
Harden LLDataPackerBinaryBuffer from performing invalid memcpy in case buffer is too small
|
2022-10-28 15:45:25 -04:00 |
|
lldatapacker.h
|
SL-13599 Missing bounds checks in deserializer code
|
2020-10-19 21:46:56 +03:00 |
|
lldbstrings.h
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
lldispatcher.cpp
|
Revert "Merge branch 'c++17' into DRTVWR-522-maint"
|
2021-09-28 19:22:18 +03:00 |
|
lldispatcher.h
|
SL-10238: Viewer spport for push notifications from the simulator contaiting partial groups of settings. Blend these settings into the current environment.
|
2018-12-12 14:07:23 -08:00 |
|
lleventflags.h
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llexperiencecache.cpp
|
SL-14807 Viewer crashes when creating an experience
|
2021-02-10 01:10:36 +02:00 |
|
llexperiencecache.h
|
DRTVWR-489-emoji: As part of the work to get macOS version of the Viewer working, the flag was introduced to warn (and therefore error out) when a virtual override was not marked with the 'override' keyword. Fixing this up involved a large number of changes and this commit represents just those changes - nothing specially from the DRTVWR-489 viewer
|
2023-02-14 17:01:22 +01:00 |
|
llextendedstatus.h
|
This set of changes reverts the merge with master (git revert c83e740) and results in a version of the DRTVWR-519 that matches what was presemt before it was deployed as a release viewer *plus* 3 small fixes from Maxim (See commits). This branch can now be used for additional fixes before eventually being used to release D-519 as normal
|
2021-03-09 14:39:51 -08:00 |
|
llfiltersd2xmlrpc.cpp
|
Merge remote-tracking branch 'origin/DRTVWR-543-maint_cmake' into DRTVWR-543-maint_cmake
|
2022-06-05 14:27:28 +02:00 |
|
llfiltersd2xmlrpc.h
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llfollowcamparams.h
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llhost.cpp
|
merge with 4.0.3-release
|
2016-04-04 15:53:09 -04:00 |
|
llhost.h
|
merge with 4.0.3-release
|
2016-04-04 15:53:09 -04:00 |
|
llhttpnode.cpp
|
SL-16148 SL-16244 SL-16270 SL-16253 Remove most BlockTimers, remove LLMemTracked, introduce alignas, hook most/all reamining allocs, disable synchronous occlusion, and convert frequently accessed LLSingletons to LLSimpleton
|
2021-10-28 18:06:21 +00:00 |
|
llhttpnode.h
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llhttpnodeadapter.h
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llhttpsdhandler.cpp
|
MAINT-5732: Change to the way event polling handles error conditions and cancel calls.
|
2015-10-14 17:46:24 -07:00 |
|
llhttpsdhandler.h
|
MAINT-5732: Change to the way event polling handles error conditions and cancel calls.
|
2015-10-14 17:46:24 -07:00 |
|
llinstantmessage.cpp
|
MAINT-8489 Remove/Cleanup LLIMInfo
|
2018-04-10 15:59:21 +00:00 |
|
llinstantmessage.h
|
MAINT-8489 Remove/Cleanup LLIMInfo
|
2018-04-10 15:59:21 +00:00 |
|
llinvite.h
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
lliobuffer.cpp
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
lliobuffer.h
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
lliohttpserver.cpp
|
SL-16148 SL-16244 SL-16270 SL-16253 Remove most BlockTimers, remove LLMemTracked, introduce alignas, hook most/all reamining allocs, disable synchronous occlusion, and convert frequently accessed LLSingletons to LLSimpleton
|
2021-10-28 18:06:21 +00:00 |
|
lliohttpserver.h
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
lliopipe.cpp
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
lliopipe.h
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
lliosocket.cpp
|
SL-16148 SL-16244 SL-16270 SL-16253 Remove most BlockTimers, remove LLMemTracked, introduce alignas, hook most/all reamining allocs, disable synchronous occlusion, and convert frequently accessed LLSingletons to LLSimpleton
|
2021-10-28 18:06:21 +00:00 |
|
lliosocket.h
|
Restore the ability for sockets to specify the interface to listen on
|
2018-08-30 16:25:45 -04:00 |
|
llioutil.cpp
|
SL-16148 SL-16244 SL-16270 SL-16253 Remove most BlockTimers, remove LLMemTracked, introduce alignas, hook most/all reamining allocs, disable synchronous occlusion, and convert frequently accessed LLSingletons to LLSimpleton
|
2021-10-28 18:06:21 +00:00 |
|
llioutil.h
|
DRTVWR-568: More cleanup of deleted obsolete std library features.
|
2022-08-26 22:49:16 -04:00 |
|
llloginflags.h
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llmail.cpp
|
SL-4150 Rename htonmemcpy
|
2019-07-24 16:58:24 +03:00 |
|
llmail.h
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llmessagebuilder.cpp
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llmessagebuilder.h
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llmessageconfig.cpp
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llmessageconfig.h
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llmessagereader.cpp
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llmessagereader.h
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llmessagesenderinterface.h
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llmessagetemplate.cpp
|
SL-4150 Rename htonmemcpy
|
2019-07-24 16:58:24 +03:00 |
|
llmessagetemplate.h
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llmessagetemplateparser.cpp
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llmessagetemplateparser.h
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llmessagethrottle.cpp
|
DRTVWR-568: More cleanup of deleted obsolete std library features.
|
2022-08-26 22:49:16 -04:00 |
|
llmessagethrottle.h
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llmsgvariabletype.h
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llnamevalue.cpp
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llnamevalue.h
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llnullcipher.cpp
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llnullcipher.h
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llpacketack.cpp
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llpacketack.h
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llpacketbuffer.cpp
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llpacketbuffer.h
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llpacketring.cpp
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llpacketring.h
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llpartdata.cpp
|
SL-17030 show particle age info
|
2022-03-24 17:49:55 +02:00 |
|
llpartdata.h
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llproxy.cpp
|
Merge branch 'master' into DRTVWR-513-maint
|
2020-07-21 11:54:11 +03:00 |
|
llproxy.h
|
DRTVWR-489-emoji: As part of the work to get macOS version of the Viewer working, the flag was introduced to warn (and therefore error out) when a virtual override was not marked with the 'override' keyword. Fixing this up involved a large number of changes and this commit represents just those changes - nothing specially from the DRTVWR-489 viewer
|
2023-02-14 17:01:22 +01:00 |
|
llpumpio.cpp
|
SL-16606: Add profiler category NETWORK
|
2022-01-14 11:50:20 -08:00 |
|
llpumpio.h
|
SL-10291 cleanup-mutex
|
2019-01-17 01:53:27 +02:00 |
|
llqueryflags.h
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llregionflags.h
|
SL-19948 Update estate manager and ban list limits to match new values from simulator
|
2023-07-20 02:04:33 +03:00 |
|
llregionhandle.h
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llsdappservices.cpp
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llsdappservices.h
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llsdhttpserver.cpp
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llsdhttpserver.h
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llsdmessagebuilder.cpp
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llsdmessagebuilder.h
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llsdmessagereader.cpp
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llsdmessagereader.h
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llservice.cpp
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llservice.h
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llservicebuilder.cpp
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llservicebuilder.h
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llstoredmessage.cpp
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llstoredmessage.h
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
lltaskname.h
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llteleportflags.h
|
SL-12631 Update llteleportflags.h in the viewer to match the simulator
|
2020-02-13 12:40:24 +02:00 |
|
lltemplatemessagebuilder.cpp
|
SL-4150 Rename htonmemcpy
|
2019-07-24 16:58:24 +03:00 |
|
lltemplatemessagebuilder.h
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
lltemplatemessagedispatcher.cpp
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
lltemplatemessagedispatcher.h
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
lltemplatemessagereader.cpp
|
SL-16148 SL-16244 SL-16270 SL-16253 Remove most BlockTimers, remove LLMemTracked, introduce alignas, hook most/all reamining allocs, disable synchronous occlusion, and convert frequently accessed LLSingletons to LLSimpleton
|
2021-10-28 18:06:21 +00:00 |
|
lltemplatemessagereader.h
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llthrottle.cpp
|
DRTVWR-558: Eliminate many spurious set-not-used variables.
|
2022-08-24 14:00:16 -04:00 |
|
llthrottle.h
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
lltransfermanager.cpp
|
MAINT-5651 Froce-quit crash
|
2018-08-17 21:48:40 +03:00 |
|
lltransfermanager.h
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
lltransfersourceasset.cpp
|
This set of changes reverts the merge with master (git revert c83e740) and results in a version of the DRTVWR-519 that matches what was presemt before it was deployed as a release viewer *plus* 3 small fixes from Maxim (See commits). This branch can now be used for additional fixes before eventually being used to release D-519 as normal
|
2021-03-09 14:39:51 -08:00 |
|
lltransfersourceasset.h
|
This set of changes reverts the merge with master (git revert c83e740) and results in a version of the DRTVWR-519 that matches what was presemt before it was deployed as a release viewer *plus* 3 small fixes from Maxim (See commits). This branch can now be used for additional fixes before eventually being used to release D-519 as normal
|
2021-03-09 14:39:51 -08:00 |
|
lltransfersourcefile.cpp
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
lltransfersourcefile.h
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
lltransfertargetfile.cpp
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
lltransfertargetfile.h
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
lltransfertargetvfile.cpp
|
This set of changes reverts the merge with master (git revert c83e740) and results in a version of the DRTVWR-519 that matches what was presemt before it was deployed as a release viewer *plus* 3 small fixes from Maxim (See commits). This branch can now be used for additional fixes before eventually being used to release D-519 as normal
|
2021-03-09 14:39:51 -08:00 |
|
lltransfertargetvfile.h
|
This set of changes reverts the merge with master (git revert c83e740) and results in a version of the DRTVWR-519 that matches what was presemt before it was deployed as a release viewer *plus* 3 small fixes from Maxim (See commits). This branch can now be used for additional fixes before eventually being used to release D-519 as normal
|
2021-03-09 14:39:51 -08:00 |
|
lltrustedmessageservice.cpp
|
merge with 4.0.3-release
|
2016-04-04 15:53:09 -04:00 |
|
lltrustedmessageservice.h
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
lluseroperation.cpp
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
lluseroperation.h
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llvehicleparams.h
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llxfer.cpp
|
Remove redundant LL_EXSTAT_ from enums.
|
2020-07-22 06:48:15 +03:00 |
|
llxfer.h
|
MAINT-7626 Update logging and comments, sync remaining transfer changes
|
2018-05-08 15:55:01 +03:00 |
|
llxfer_file.cpp
|
MAINT-7626 EOF fix
|
2018-05-18 02:51:09 +03:00 |
|
llxfer_file.h
|
MAINT-7626 Incorporate transfer changes into viewer
|
2018-04-19 18:37:35 +03:00 |
|
llxfer_mem.cpp
|
Remove redundant LL_EXSTAT_ from enums.
|
2020-07-22 06:48:15 +03:00 |
|
llxfer_mem.h
|
MAINT-7626 Incorporate transfer changes into viewer
|
2018-04-19 18:37:35 +03:00 |
|
llxfer_vfile.cpp
|
This set of changes reverts the merge with master (git revert c83e740) and results in a version of the DRTVWR-519 that matches what was presemt before it was deployed as a release viewer *plus* 3 small fixes from Maxim (See commits). This branch can now be used for additional fixes before eventually being used to release D-519 as normal
|
2021-03-09 14:39:51 -08:00 |
|
llxfer_vfile.h
|
This set of changes reverts the merge with master (git revert c83e740) and results in a version of the DRTVWR-519 that matches what was presemt before it was deployed as a release viewer *plus* 3 small fixes from Maxim (See commits). This branch can now be used for additional fixes before eventually being used to release D-519 as normal
|
2021-03-09 14:39:51 -08:00 |
|
llxfermanager.cpp
|
This set of changes reverts the merge with master (git revert c83e740) and results in a version of the DRTVWR-519 that matches what was presemt before it was deployed as a release viewer *plus* 3 small fixes from Maxim (See commits). This branch can now be used for additional fixes before eventually being used to release D-519 as normal
|
2021-03-09 14:39:51 -08:00 |
|
llxfermanager.h
|
This set of changes reverts the merge with master (git revert c83e740) and results in a version of the DRTVWR-519 that matches what was presemt before it was deployed as a release viewer *plus* 3 small fixes from Maxim (See commits). This branch can now be used for additional fixes before eventually being used to release D-519 as normal
|
2021-03-09 14:39:51 -08:00 |
|
llxorcipher.cpp
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llxorcipher.h
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
machine.cpp
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
machine.h
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
mean_collision_data.h
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
message.cpp
|
SL-15200: Add LLApp::sleep(duration) methods.
|
2021-05-17 13:37:13 -04:00 |
|
message.h
|
DRTVWR-510 remove all LL_SOLARIS conditionals
|
2020-10-08 17:16:22 -06:00 |
|
message_prehash.cpp
|
Merge branch 'master' into DRTVWR-565-maint-P
|
2022-09-15 20:43:02 +03:00 |
|
message_prehash.h
|
Merge branch 'master' into DRTVWR-565-maint-P
|
2022-09-15 20:43:02 +03:00 |
|
message_string_table.cpp
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
net.cpp
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
net.h
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
partsyspacket.cpp
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
partsyspacket.h
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
patch_code.cpp
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
patch_code.h
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
patch_dct.cpp
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
patch_dct.h
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
patch_idct.cpp
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
sound_ids.cpp
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
sound_ids.h
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |