summaryrefslogtreecommitdiff
path: root/indra/llmath/llcalc.cpp
AgeCommit message (Collapse)Author
2024-04-29#824 Process source files in bulk: replace tabs with spaces, convert CRLF to ↵Andrey Lihatskiy
LF, and trim trailing whitespaces as needed
2015-11-10remove execute permission from many files that should not have itOz Linden
2013-08-09second phase summer cleaningRichard Linden
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc.
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2011-08-17add proper license headers to files that did not have themOz Linden
2011-07-04Changes for STORM-1315 LLCalcKadah_Coba
Removed dynamic allocation on mVariables and mConstants CS cleanup
2011-06-30Additional functions for STORM-1315 Ability to do simple math in numeric ↵Kadah_Coba
edit fields Support for floor, ceil, modulo. Fixed ABS. Added more constants, SQRT_TWO_PI and SQRT3
2011-06-29STORM-1315 Ability to do simple math in numeric edit fieldsKadah_Coba