index
:
opensim-SC_OLD
master
My fork of OpenSim for IG and MG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Framework
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
*Parcels now fully work on MySQL as a datastore after a few tweaks and bug fi...
mingchen
2007-12-18
1
-6
/
+75
*
*Fixed MySQLDataStore bug causing errors on startup
mingchen
2007-12-18
1
-12
/
+12
*
*Using Mysql as the datastore should now store parcels across multiple sessions
mingchen
2007-12-18
1
-0
/
+228
*
*Parcels and their access lists now store over multiple sessions when the dat...
mingchen
2007-12-18
1
-1
/
+1
*
* Added Incomplete Handling of the RegionInfoRequest packet
Teravus Ovares
2007-12-18
2
-1
/
+16
*
* Renamed AgentWearable to AvatarWearable
lbsa71
2007-12-18
1
-0
/
+0
*
* Fix for mantis 0000040 After client logout remote host closed connection on...
Teravus Ovares
2007-12-18
1
-0
/
+1
*
* Turned all instances of ForEach loops in ClientManager into Local Arrays.
Teravus Ovares
2007-12-17
1
-15
/
+60
*
*Land has now been linked to the StorageManager. Next step is to fill in the ...
mingchen
2007-12-17
2
-5
/
+18
*
Clean up the Login message on UserServer console just
Charles Krinke
2007-12-16
1
-1
/
+2
*
*Adding and Removing Avatars from the Access/Ban List for a parcel now works,...
mingchen
2007-12-16
1
-0
/
+6
*
Reposition 'user profile not found' messages to stop spurious messages caused...
Justin Clarke Casey
2007-12-16
2
-29
/
+28
*
Put out a more comprehensible message when user authentication fails than the...
Justin Clarke Casey
2007-12-15
6
-110
/
+28
*
* Added support for multiple terrain blocks to be edited at the same time
Teravus Ovares
2007-12-15
1
-1
/
+1
*
* some work on not storing the circuitPack (bad thing if we're going to reuse...
lbsa71
2007-12-15
1
-1
/
+1
*
Grid Inventory feature upgrade: renaming folders should now be correct, subfo...
Brian McBee
2007-12-15
9
-8
/
+149
*
Set svn:eol-style. Cleaned up set-eol-style.sh a bit.
Jeff Ames
2007-12-15
1
-9
/
+9
*
Thanks, Justin, for:
Charles Krinke
2007-12-14
1
-0
/
+4
*
Thank you Justin for:
Charles Krinke
2007-12-14
1
-52
/
+27
*
* Just making Create public
lbsa71
2007-12-14
1
-1
/
+1
*
* ARequest changed name to AssetRequest and moved to own file.
lbsa71
2007-12-14
6
-110
/
+107
*
* Patch from Justincc that swaps out LLUUIDs for Guid on the inventory REST c...
Teravus Ovares
2007-12-14
2
-3
/
+9
*
patch from justincc for Mantis #163 - Opening a script in inventory longer th...
Teravus Ovares
2007-12-14
1
-11
/
+36
*
Minor cleanup
Jeff Ames
2007-12-13
4
-25
/
+24
*
* Debugging Shape
lbsa71
2007-12-13
1
-3
/
+3
*
* Killed hard coded heart after stats update
Teravus Ovares
2007-12-12
1
-1
/
+1
*
* Patch from justincc to fix Inconsistent automatic mysql table creation - se...
Teravus Ovares
2007-12-12
6
-0
/
+183
*
A few minor changes/additions/fixes.
MW
2007-12-11
1
-0
/
+1
*
* The 'Create' functions should be called to factor up a new, otherwise empty...
lbsa71
2007-12-11
1
-0
/
+6
*
Implementing updateinventoryfolder: Should now be able to rename folders in i...
Brian McBee
2007-12-11
2
-0
/
+24
*
added copyright notices
Jeff Ames
2007-12-11
13
-4
/
+368
*
enable autocreation of mysql inventory tables again. I think
Sean Dague
2007-12-10
1
-7
/
+9
*
* Added comments to many methods in the listed files.
Teravus Ovares
2007-12-10
1
-0
/
+3
*
* More refactoring to prepare for draw distance based agent sim notification.
Teravus Ovares
2007-12-10
1
-0
/
+20
*
Refactored animation handling in ScenePresence. Now maintains a list of curre...
Jeff Ames
2007-12-10
1
-1
/
+5
*
more work on texture downloading.
MW
2007-12-10
5
-330
/
+115
*
saved OpenSim source code from the giant rampaging unterminated copyright not...
Jeff Ames
2007-12-10
87
-159
/
+159
*
refactored ChatModule a bit.
Jeff Ames
2007-12-10
1
-2
/
+19
*
* Hooked up the GridComm event ChildDataUpdate to the scene.
Teravus Ovares
2007-12-10
2
-1
/
+2
*
From Justin Casey (IBM)
Sean Dague
2007-12-09
1
-1
/
+1
*
* Added more info to ChildAgentDataUpdate
Teravus Ovares
2007-12-09
1
-0
/
+1
*
* Added some inter-region comms glue for allowing sims to chat amongst themse...
Teravus Ovares
2007-12-09
4
-0
/
+38
*
Adding an explicit close() and dispose() in the hope that it might help with ...
Brian McBee
2007-12-08
1
-0
/
+3
*
hackish code to allow emptying of trash. This really should be done on the in...
Brian McBee
2007-12-08
2
-1
/
+25
*
Allow moving, deleting, and restoring objects in inventory.
Brian McBee
2007-12-08
1
-0
/
+4
*
This patch fixes mantis 105. Basically, it stops the index exception when
Sean Dague
2007-12-08
5
-40
/
+48
*
set svn:eol-style
Jeff Ames
2007-12-08
1
-25
/
+25
*
* All remoting calls are now using Serializable values
Teravus Ovares
2007-12-07
3
-1
/
+27
*
"Borrowed" the LLSD class from a older version of libsl, so that our LLSD dec...
MW
2007-12-07
5
-15
/
+672
*
* Serialized data properly for the InterRegionSingleton InformRegionChild method
Teravus Ovares
2007-12-07
1
-3
/
+7
[prev]
[next]