Difference between revisions of "User:Niaht Nakamichi"

From Second Life Wiki
Jump to navigation Jump to search
m (use wikipedia template... no-credit)
(Started filling in SL Client Library Changes)
Line 12: Line 12:
==XXTEA Cipher==
==XXTEA Cipher==


This is something I decided to do for no good reason. It probably isn't optimal, and it probably needs work, but it works. At some point it might want to be integrated into the XTEA page, or get its own page. Feel free to comment on my discussion page [[User_talk:Niaht_Nakamichi]]
This is something I decided to do for no good reason. It probably isn't optimal, and it probably needs work, but it works. At some point it might want to be integrated into the XTEA page, or get its own page. Feel free to comment on my [[User_talk:Niaht_Nakamichi|Talk Page]]


Code references used:
Code references used:
Line 26: Line 26:
   // Code coming later... I just needed a wiki-break
   // Code coming later... I just needed a wiki-break
</lsl>
</lsl>
==Client Library Changes==
These are the changes to the SL client libraries since 1.13.1.12. I don't expect this to be perfect, nor presented in the best possible way. This is mostly intended for me so that I don't loose this data. If this helps you in some way, and you have suggestions on how to make it better, please feel free to do so on my [[User_talk:Niaht_Nakamichi|Talk Page]]
<div id="box">
{| border="1" cellspacing="0"
|-
|'''From'''
|'''To'''
|'''Changes'''
|-
|1.13.2.13
|1.13.2.15
|None
|-
|1.13.2.15
|1.13.3.2
|None
|-
| valign="top" |1.13.3.2
| valign="top" |1.14.0.0
|
'''Files Removed'''
* indra/newview/app-settings/static_data.db2
* indra/newview/app-settings/static_index.db2
'''Files Changed'''
* indra/newview/app_settings/mozilla/ (many)
* LibOpenJPEG.lib
* js3250.dll
* libcurl.lib
* llkdu.dll (Release Only)
* llmozlib.lib
* nspr4.dll
* plc4.dll
* plds4.dll
* xul.dll
* curl.h
* curlver.h
* mprintf.h
* multi.h
* openjpeg.h
'''New Files'''
* libboost_regex-vc80-mt-s.lib
* llmozlib-vc80.lib
* libboost_python-vc80-m5.lib (Release only)
|-
|1.14.0.0
|1.14.0.1
|None
|-
|1.4.0.1
|1.15.0.2
|
|-
|1.15.0.2
|1.15.1.3
|
|-
|1.15.1.3
|1.16.0.5
|
|-
|1.16.0.5
|1.17.0.12
|
|-
|1.17.0.12
|1.17.1.0
|
|-
|1.17.1.0
|1.17.2.0
|None
|-
|1.17.2.0
|1.17.3.0
|None
|-
|1.17.3.0
|1.18.0.6
|
|-
|1.18.0.6
|1.18.1.2
|
|-
|1.18.1.2
|1.18.2.0
|
|-
|1.18.2.0
|1.18.2.1
|
|-
|1.18.2.1
|RC-1.18.3.2
|
|-
|RC-1.18.3.2
|RC-1.18.3.3
|
|-
|RC-1.18.3.3
|RC-1.18.3.4
|None
|-
|RC-1.18.3.4
|RC-1.18.3.5
|
|-
|RC-1.18.3.5
|RC-1.18.4.0
|
|-
|RC-1.18.4.0
|RC-1.18.4.1
|None
|-
|RC-1.18.4.1
|RC-1.18.4.2
|None
|-
|RC-1.18.4.2
|1.18.4.3
|None
|-
|1.18.4.3
|RC-1.18.5.0
|
|-
|RC-1.18.5.0
|RC-1.18.5.1
|
|-
|RC-1.18.5.1
|RC-1.18.5.2
|
|-
|RC-1.18.5.2
|1.18.5.3
|None
|-
|RC-1.18.5.3
|RC-1.18.6.0
|
|-
|RC-1.18.6.0
|RC-1.18.6.1
|
|-
|RC-1.18.6.1
|RC-1.18.6.2
|
|-
|RC-1.18.6.2
|RC-1.18.6.4
|None
|-
|RC-1.18.6.4
|Branch_1-19.0-Viewer-r79209
|
|-
|Branch_1-19.0-Viewer-r79209
|Branch-1-19.0-Viewer-r79825
|None
|-
|Branch-1-19.0-Viewer-r79825
|Branch-1-19.0-Viewer-r80554
|None
|-
|Branch-1-19.0-Viewer-r80554
|Branch-1-19.0-Viewer-r80803
|None
|-
|Branch-1-19.0-Viewer-r80803
|Branch-1-19.0-Viewer-r81066
|None
|-
|Branch-1-19.0-Viewer-r81066
|Branch-1-19.1-Viewer-r81993
|
|}
</div>

Revision as of 13:19, 18 March 2008

About Me

I am a generalist. I was once a systems engineer and the head of an IT department.

Boredom comes easily to me.

Every now and again I build a website for someone; I do not have my own.

I like SecondLife.

XXTEA Cipher

This is something I decided to do for no good reason. It probably isn't optimal, and it probably needs work, but it works. At some point it might want to be integrated into the XTEA page, or get its own page. Feel free to comment on my Talk Page

Code references used:


Note: I can not take any real credit for this work. I just made the pre-existing code function in LSL.

<lsl>

 // Code coming later... I just needed a wiki-break

</lsl>

Client Library Changes

These are the changes to the SL client libraries since 1.13.1.12. I don't expect this to be perfect, nor presented in the best possible way. This is mostly intended for me so that I don't loose this data. If this helps you in some way, and you have suggestions on how to make it better, please feel free to do so on my Talk Page

From To Changes
1.13.2.13 1.13.2.15 None
1.13.2.15 1.13.3.2 None
1.13.3.2 1.14.0.0

Files Removed

  • indra/newview/app-settings/static_data.db2
  • indra/newview/app-settings/static_index.db2

Files Changed

  • indra/newview/app_settings/mozilla/ (many)
  • LibOpenJPEG.lib
  • js3250.dll
  • libcurl.lib
  • llkdu.dll (Release Only)
  • llmozlib.lib
  • nspr4.dll
  • plc4.dll
  • plds4.dll
  • xul.dll
  • curl.h
  • curlver.h
  • mprintf.h
  • multi.h
  • openjpeg.h

New Files

  • libboost_regex-vc80-mt-s.lib
  • llmozlib-vc80.lib
  • libboost_python-vc80-m5.lib (Release only)
1.14.0.0 1.14.0.1 None
1.4.0.1 1.15.0.2
1.15.0.2 1.15.1.3
1.15.1.3 1.16.0.5
1.16.0.5 1.17.0.12
1.17.0.12 1.17.1.0
1.17.1.0 1.17.2.0 None
1.17.2.0 1.17.3.0 None
1.17.3.0 1.18.0.6
1.18.0.6 1.18.1.2
1.18.1.2 1.18.2.0
1.18.2.0 1.18.2.1
1.18.2.1 RC-1.18.3.2
RC-1.18.3.2 RC-1.18.3.3
RC-1.18.3.3 RC-1.18.3.4 None
RC-1.18.3.4 RC-1.18.3.5
RC-1.18.3.5 RC-1.18.4.0
RC-1.18.4.0 RC-1.18.4.1 None
RC-1.18.4.1 RC-1.18.4.2 None
RC-1.18.4.2 1.18.4.3 None
1.18.4.3 RC-1.18.5.0
RC-1.18.5.0 RC-1.18.5.1
RC-1.18.5.1 RC-1.18.5.2
RC-1.18.5.2 1.18.5.3 None
RC-1.18.5.3 RC-1.18.6.0
RC-1.18.6.0 RC-1.18.6.1
RC-1.18.6.1 RC-1.18.6.2
RC-1.18.6.2 RC-1.18.6.4 None
RC-1.18.6.4 Branch_1-19.0-Viewer-r79209
Branch_1-19.0-Viewer-r79209 Branch-1-19.0-Viewer-r79825 None
Branch-1-19.0-Viewer-r79825 Branch-1-19.0-Viewer-r80554 None
Branch-1-19.0-Viewer-r80554 Branch-1-19.0-Viewer-r80803 None
Branch-1-19.0-Viewer-r80803 Branch-1-19.0-Viewer-r81066 None
Branch-1-19.0-Viewer-r81066 Branch-1-19.1-Viewer-r81993