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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' into careminster-presence-refactor
Melanie
2010-05-21
243
-4893
/
+5995
|
\
|
*
Cleaned up MySql migrations a bit more, got rid of all old-form migration fil...
Diva Canto
2010-05-20
5
-32
/
+8
|
*
Removed sessionID from GridUserservice again. Removed parcel crossing detecti...
Diva Canto
2010-05-20
9
-21
/
+18
|
*
Merging slimupdates2
unknown
2010-05-20
32
-889
/
+1093
|
|
\
|
|
*
* Don't send texture data for prims in ImprovedTerseObjectUpdate packets unle...
unknown
2010-05-20
1
-1
/
+5
|
|
*
* Added sessionID to IGridUserService.SetLastPosition(), as some connectors w...
unknown
2010-05-20
9
-132
/
+189
|
|
*
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim into slimupd...
unknown
2010-05-15
3
-50
/
+7
|
|
|
\
|
|
*
|
Refactor scene presence list for lockless iteration. Lock contention will now...
Dan Lake
2010-05-15
1
-61
/
+53
|
|
*
|
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim into slimupd...
unknown
2010-05-13
1
-8
/
+8
|
|
|
\
\
|
|
*
|
|
Implements three new OSSL functions for parcel management: osParcelJoin joins...
OpenSim Master
2010-05-13
8
-0
/
+144
|
|
*
|
|
Minor tweak in ProcessEntityUpdates (mostly just confirming the git push is w...
unknown
2010-05-12
1
-5
/
+4
|
|
*
|
|
* Initial commit of the slimupdates2 rewrite. This pass maintains the origina...
unknown
2010-05-12
14
-696
/
+704
|
*
|
|
|
Revert one of the previous patches' hunks. The new code looked better, but
Melanie
2010-05-20
1
-3
/
+10
|
*
|
|
|
Series of patches to include creator ID in assets.
AlexRa
2010-05-20
1
-4
/
+35
|
*
|
|
|
Scrambled asset type in BasicAssetTest.cs!
AlexRa
2010-05-19
1
-9
/
+10
|
*
|
|
|
MySQLAssetData.cs now supports asset_flags, CreatorID
AlexRa
2010-05-19
1
-5
/
+7
|
*
|
|
|
MySQL: added CreatorID, moved asset_flag to migration script
AlexRa
2010-05-19
1
-0
/
+8
|
*
|
|
|
SQLite: CreatorID added (and asset_flags moved) to the migration script
AlexRa
2010-05-19
1
-0
/
+24
|
*
|
|
|
Added CreatorID to SQLite asset data
AlexRa
2010-05-19
1
-15
/
+27
|
*
|
|
|
A bit of harmless refactoring in SQLiteAssetData.cs
AlexRa
2010-05-19
1
-10
/
+3
|
*
|
|
|
Kind of fixed Melanie's "Exception(sql)" correction
AlexRa
2010-05-19
1
-2
/
+2
|
*
|
|
|
Change appender to deal with line feeds more intelligently.
Melanie
2010-05-19
2
-2
/
+5
|
*
|
|
|
Clean up output a bit
Melanie
2010-05-19
3
-9
/
+12
|
*
|
|
|
Fix the migration message to say "Continuing" again. Remove line feed, which
Melanie
2010-05-19
1
-1
/
+1
|
*
|
|
|
Remove the return that was inserted in the last merge to allow
Melanie
2010-05-19
1
-1
/
+0
|
*
|
|
|
Revert "Allow migration steps to fail again without bringing down the house"
Melanie
2010-05-19
1
-1
/
+1
|
*
|
|
|
Allow migration steps to fail again without bringing down the house
Melanie
2010-05-19
1
-1
/
+1
|
*
|
|
|
Merge commit 'alex/mssql-estate-bugfix'
Melanie
2010-05-18
1
-49
/
+41
|
|
\
\
\
\
|
|
*
|
|
|
Massive bugfix in MSSQLEstateData (now works!)
AlexRa
2010-05-18
1
-49
/
+41
|
*
|
|
|
|
Make m_log in migrations private. Define new m_log in derived class
Melanie
2010-05-18
2
-1
/
+3
|
*
|
|
|
|
Binary Guids are 16 chars long. Fix parser.
Melanie
2010-05-18
1
-1
/
+1
|
*
|
|
|
|
Some more corrections after MySQL connector update
AlexRa
2010-05-19
2
-2
/
+3
|
*
|
|
|
|
All (?) MySQL stores fixed to use DBGuid.FromDB()
AlexRa
2010-05-19
5
-92
/
+68
|
*
|
|
|
|
Added DBGuids.cs (static func DBGuid.FromDB()
AlexRa
2010-05-19
1
-0
/
+44
|
*
|
|
|
|
Merge branch 'Migrations'
Melanie
2010-05-18
204
-3829
/
+4647
|
|
\
\
\
\
\
|
|
|
/
/
/
/
|
|
/
|
|
|
|
|
|
*
|
|
|
MS SQL migrations converted to the new format
AlexRa
2010-05-16
77
-2008
/
+2273
|
|
*
|
|
|
Migrations for SQLite converted to new format
AlexRa
2010-05-16
46
-709
/
+828
|
|
*
|
|
|
Converted MySQL migration history to the new format
AlexRa
2010-05-16
79
-1008
/
+1228
|
|
*
|
|
|
Added MySqlMigrations.cs (supports stored proc/funcs)
AlexRa
2010-05-16
1
-0
/
+85
|
|
*
|
|
|
Migration.cs supports single-file migration history format
AlexRa
2010-05-16
1
-104
/
+233
|
*
|
|
|
|
Allow remote admin to be used on a different port from the main region port
Melanie Thielker
2010-05-18
1
-2
/
+3
*
|
|
|
|
|
Refactor scene presence list for lockless iteration. Lock contention will now...
Melanie
2010-05-21
1
-82
/
+49
*
|
|
|
|
|
Merge branch 'careminster' into careminster-presence-refactor
Melanie
2010-05-21
2
-22
/
+54
|
\
\
\
\
\
\
|
*
\
\
\
\
\
Merge branch '0.6.9-post-fixes' into careminster
Melanie
2010-05-21
5
-443
/
+542
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
back port groups changes
unknown
2010-05-05
2
-1329
/
+73
|
|
*
|
|
|
|
|
back port groups changes
unknown
2010-05-05
5
-443
/
+1798
|
|
*
|
|
|
|
|
Revert "Patch from mcortez: Update groups, add ALPHA Siman grid connector for...
Melanie
2010-05-05
4
-1570
/
+320
|
|
*
|
|
|
|
|
Patch from mcortez: Update groups, add ALPHA Siman grid connector for groups
Melanie
2010-05-05
4
-320
/
+1570
|
|
*
|
|
|
|
|
Fix linking issue introduced in my earlier commit
Melanie Thielker
2010-04-30
1
-1
/
+19
|
|
*
|
|
|
|
|
Fix some symbol errors
Melanie
2010-04-30
1
-2
/
+2
[next]