diff options
author | Jacek Antonelli | 2008-08-15 23:45:08 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:08 -0500 |
commit | d3536025fdb47955c02c897d8274b81d6f8eadbb (patch) | |
tree | 36d53aa6bccfad3a267d994d5d99cafb16aed498 /linden/indra/llcommon | |
parent | Second Life viewer sources 1.18.3.2-RC (diff) | |
download | meta-impy-d3536025fdb47955c02c897d8274b81d6f8eadbb.zip meta-impy-d3536025fdb47955c02c897d8274b81d6f8eadbb.tar.gz meta-impy-d3536025fdb47955c02c897d8274b81d6f8eadbb.tar.bz2 meta-impy-d3536025fdb47955c02c897d8274b81d6f8eadbb.tar.xz |
Second Life viewer sources 1.18.3.3-RC
Diffstat (limited to 'linden/indra/llcommon')
-rw-r--r-- | linden/indra/llcommon/llcommon_vc8.vcproj | 32 | ||||
-rw-r--r-- | linden/indra/llcommon/lllslconstants.h | 2 | ||||
-rw-r--r-- | linden/indra/llcommon/llversionviewer.h | 2 |
3 files changed, 30 insertions, 6 deletions
diff --git a/linden/indra/llcommon/llcommon_vc8.vcproj b/linden/indra/llcommon/llcommon_vc8.vcproj index 15371f5..28f45ca 100644 --- a/linden/indra/llcommon/llcommon_vc8.vcproj +++ b/linden/indra/llcommon/llcommon_vc8.vcproj | |||
@@ -241,6 +241,10 @@ | |||
241 | > | 241 | > |
242 | </File> | 242 | </File> |
243 | <File | 243 | <File |
244 | RelativePath=".\llbase32.cpp" | ||
245 | > | ||
246 | </File> | ||
247 | <File | ||
244 | RelativePath=".\llbase64.cpp" | 248 | RelativePath=".\llbase64.cpp" |
245 | > | 249 | > |
246 | </File> | 250 | </File> |
@@ -305,6 +309,10 @@ | |||
305 | > | 309 | > |
306 | </File> | 310 | </File> |
307 | <File | 311 | <File |
312 | RelativePath=".\llmetrics.cpp" | ||
313 | > | ||
314 | </File> | ||
315 | <File | ||
308 | RelativePath=".\llmortician.cpp" | 316 | RelativePath=".\llmortician.cpp" |
309 | > | 317 | > |
310 | </File> | 318 | </File> |
@@ -451,6 +459,10 @@ | |||
451 | > | 459 | > |
452 | </File> | 460 | </File> |
453 | <File | 461 | <File |
462 | RelativePath=".\llbase32.h" | ||
463 | > | ||
464 | </File> | ||
465 | <File | ||
454 | RelativePath=".\llbase64.h" | 466 | RelativePath=".\llbase64.h" |
455 | > | 467 | > |
456 | </File> | 468 | </File> |
@@ -523,6 +535,10 @@ | |||
523 | > | 535 | > |
524 | </File> | 536 | </File> |
525 | <File | 537 | <File |
538 | RelativePath=".\llextendedstatus.h" | ||
539 | > | ||
540 | </File> | ||
541 | <File | ||
526 | RelativePath=".\llfasttimer.h" | 542 | RelativePath=".\llfasttimer.h" |
527 | > | 543 | > |
528 | </File> | 544 | </File> |
@@ -587,15 +603,19 @@ | |||
587 | > | 603 | > |
588 | </File> | 604 | </File> |
589 | <File | 605 | <File |
590 | RelativePath=".\llmortician.h" | 606 | RelativePath=".\llmemtype.h" |
591 | > | 607 | > |
592 | </File> | 608 | </File> |
593 | <File | 609 | <File |
594 | RelativePath=".\llnametable.h" | 610 | RelativePath=".\llmetrics.h" |
595 | > | 611 | > |
596 | </File> | 612 | </File> |
597 | <File | 613 | <File |
598 | RelativePath=".\llpagemem.h" | 614 | RelativePath=".\llmortician.h" |
615 | > | ||
616 | </File> | ||
617 | <File | ||
618 | RelativePath=".\llnametable.h" | ||
599 | > | 619 | > |
600 | </File> | 620 | </File> |
601 | <File | 621 | <File |
@@ -703,7 +723,11 @@ | |||
703 | > | 723 | > |
704 | </File> | 724 | </File> |
705 | <File | 725 | <File |
706 | RelativePath=".\llversion.h" | 726 | RelativePath=".\llversionserver.h" |
727 | > | ||
728 | </File> | ||
729 | <File | ||
730 | RelativePath=".\llversionviewer.h" | ||
707 | > | 731 | > |
708 | </File> | 732 | </File> |
709 | <File | 733 | <File |
diff --git a/linden/indra/llcommon/lllslconstants.h b/linden/indra/llcommon/lllslconstants.h index 151c7a2..372c54e 100644 --- a/linden/indra/llcommon/lllslconstants.h +++ b/linden/indra/llcommon/lllslconstants.h | |||
@@ -167,7 +167,7 @@ const S32 STRING_TRIM_TAIL = 0x02; | |||
167 | const S32 STRING_TRIM = STRING_TRIM_HEAD | STRING_TRIM_TAIL; | 167 | const S32 STRING_TRIM = STRING_TRIM_HEAD | STRING_TRIM_TAIL; |
168 | 168 | ||
169 | // llGetObjectDetails | 169 | // llGetObjectDetails |
170 | const S32 OBJECT_UNKOWN_DETAIL = -1; | 170 | const S32 OBJECT_UNKNOWN_DETAIL = -1; |
171 | const S32 OBJECT_NAME = 1; | 171 | const S32 OBJECT_NAME = 1; |
172 | const S32 OBJECT_DESC = 2; | 172 | const S32 OBJECT_DESC = 2; |
173 | const S32 OBJECT_POS = 3; | 173 | const S32 OBJECT_POS = 3; |
diff --git a/linden/indra/llcommon/llversionviewer.h b/linden/indra/llcommon/llversionviewer.h index 8c001e0..894744b 100644 --- a/linden/indra/llcommon/llversionviewer.h +++ b/linden/indra/llcommon/llversionviewer.h | |||
@@ -32,7 +32,7 @@ | |||
32 | const S32 LL_VERSION_MAJOR = 1; | 32 | const S32 LL_VERSION_MAJOR = 1; |
33 | const S32 LL_VERSION_MINOR = 18; | 33 | const S32 LL_VERSION_MINOR = 18; |
34 | const S32 LL_VERSION_PATCH = 3; | 34 | const S32 LL_VERSION_PATCH = 3; |
35 | const S32 LL_VERSION_BUILD = 2; | 35 | const S32 LL_VERSION_BUILD = 3; |
36 | 36 | ||
37 | const char * const LL_CHANNEL = "Second Life Release"; | 37 | const char * const LL_CHANNEL = "Second Life Release"; |
38 | 38 | ||