Sean Dague
61397a3410
fix line ending mixing. Probably should put some
...
wiki descriptions up on line endings so we don't keep
ending up in this place.
2007-10-21 14:59:18 +00:00
Tleiades Hax
f6279beafb
Fixed a situation where a reference to OpenSim.Region.ScriptEngine.DotNetEngine caused a circular reference in VS-2005
2007-10-21 09:53:32 +00:00
Tleiades Hax
6653f97a48
2007-10-21 09:51:15 +00:00
Tleiades Hax
9f2fcfb3ec
Fixed a bug causing a crash during clientlog on in Windows (Thanks to Rookiie and nebadon for laying all the ground work)
...
Fixed a bug, preventing standalone mode to report neighboring sims correctly
2007-10-21 09:32:24 +00:00
dan miller
2f8d7092bc
libraries moved to opensim-libs, a new repository
2007-10-21 08:36:32 +00:00
Adam Frisby
6119eaed85
* Committing new PolicyManager based on an ACL system.
...
* Unlinked right now, but intent to replace large amounts of the core logic in PermissionManager with it.
2007-10-20 10:44:34 +00:00
dan miller
779eaada40
updating windows sqlite binary
2007-10-20 05:38:32 +00:00
dan miller
354ea97baf
sqlite 3.5.1 windows source
2007-10-20 05:34:26 +00:00
dan miller
e36d23a85e
sqlite source (unix build) added to libraries
2007-10-20 02:49:29 +00:00
Adam Frisby
5adafd538a
* Fixed an issue whereby avatar chat distances were being calculated against the region corner due to a zero vector.
...
* Bonus Commit: Fixed the Raster class in libTerrain.
2007-10-20 00:09:07 +00:00
Adam Frisby
2afecae39c
* IRC ChatModule extension should now be more stable.
2007-10-19 23:56:51 +00:00
Adam Frisby
4f1abe3e76
* Whisper, Say and Shout distances are now configurable (what the hell!)
2007-10-19 23:36:27 +00:00
Adam Frisby
f364a084f1
* Cross-border region chat should now work as long as both regions are part of the same simulator.
2007-10-19 23:27:54 +00:00
Adam Frisby
f427433c85
* ChatModule is now shared between all scenes. (May be buggy.)
2007-10-19 23:20:57 +00:00
Adam Frisby
1313544ac7
* Major structural change: Begun converting Events to use (caller, args) syntax to conform with .NET guidelines.
...
* OnChatFromViewer has been converted as an example.
* Bug: SimpleApp's NPC client does not implement a Scene property and will likely crash with a NullReferenceException when it attempts to chat.
2007-10-19 22:02:07 +00:00
Sean Dague
9a17bc58a6
enable IRC bridge via runtime configuration
2007-10-19 21:36:58 +00:00
Sean Dague
d4bb430f78
get rid of all the ^M line endings
2007-10-19 20:28:18 +00:00
Sean Dague
139994757c
changes to pass nini config object to the modules that get
...
loaded so that they may read out any bits they are interested in
2007-10-19 20:27:34 +00:00
Adam Frisby
aaaa3c6835
* Test thy commits! (oops, sorry!)
2007-10-19 19:30:22 +00:00
Adam Frisby
d8cbd173f5
* Instant Message functionality moved into a Region Modules
...
* You can now send instant messages to any user on the simulator, regardless of what region they are in.
2007-10-19 19:25:22 +00:00
mingchen
f756b1ee1c
*Added -useexecutepath to use the path of the .exe as the path to find configuration and libraries and not the current working directory.
2007-10-19 19:20:18 +00:00
lbsa71
9853db1708
* normalized line endings...
2007-10-19 12:57:40 +00:00
MW
373372ca3e
couple of tiny changes to what is outputted to the console during the start up phase (like changed the bit where it asks for sim uuid to asking for region id). should have no effect on anything.
2007-10-19 10:37:38 +00:00
Tleiades Hax
5b3b36b193
VS .sln and proj files for sqlite
2007-10-19 09:23:17 +00:00
lbsa71
656c72befc
* some more refactoring + bugfix
2007-10-19 08:57:30 +00:00
MW
e1bb245787
changed the RegionID config name (that loaded from the region.xml files back to sim_uuid), but left that actual field name in RegionInfo as RegionID. Hopefully old region.xml files should now work again.
2007-10-19 08:56:42 +00:00
lbsa71
46700d3b7d
* Total refactoring of Asset Server for massive win
...
* There is now a AssetServerBase
* lolcat in ur assets
2007-10-19 07:46:03 +00:00
Tleiades Hax
2681bc46c4
Fix for assetserver crashing (Thank you Chi11ken)
2007-10-19 07:43:10 +00:00
dan miller
b14e972a5b
build notes for linux openjpeg
2007-10-19 07:34:35 +00:00
Tleiades Hax
d79a3cc5e1
r 2113 introduced a leak, this should fix the leak
2007-10-19 06:10:35 +00:00
dan miller
6f70d6964a
checking in linux libode.so and config
2007-10-19 06:00:59 +00:00
dan miller
d92d17ef7f
windows: ODE binaries and build patches
2007-10-19 05:57:03 +00:00
dan miller
f205de7847
from the start... checking in ode-0.9
2007-10-19 05:24:38 +00:00
dan miller
0d2e078eeb
trying to fix my screwup part deux
2007-10-19 05:22:50 +00:00
dan miller
1ec410ecd7
trying to fix my screwup, please hold on
2007-10-19 05:22:23 +00:00
dan miller
d48ea5bb79
one more for the gipper
2007-10-19 05:20:48 +00:00
dan miller
fca74b0bf0
dont ask
2007-10-19 05:20:07 +00:00
dan miller
79eca25c94
resubmitting ode
2007-10-19 05:15:33 +00:00
dan miller
0fc46fc959
adding ode source to /libraries
2007-10-19 04:28:53 +00:00
MW
19f8b14120
small bit of refactoring
2007-10-18 19:17:07 +00:00
Tleiades Hax
05df857132
Possible fix for: Remoting exceptions with adjacent non-running sims.
...
Bugs 449, 454, 408, 244, 197
implemented InformClientOfNeighbours as an asynchroneous process, handling timeouts without blocking the main thread.
Improved logging of errors, removed catch all in try catch
2007-10-18 15:10:43 +00:00
lbsa71
404e2b6cf2
* Removed some comments
2007-10-18 14:25:59 +00:00
dan miller
b789be94d8
cleanup
2007-10-18 08:35:06 +00:00
dan miller
cc07c64bde
one more time
2007-10-18 08:29:49 +00:00
dan miller
7544acbe60
hmm... trying again to get everything committed
2007-10-18 08:22:34 +00:00
dan miller
3a4b53077d
putting openjpeg-libsl source in /libraries; updating binaries
2007-10-18 08:19:20 +00:00
Charles Krinke
884edac78e
Add gryc's patch to run commands in a shutdown_commands.txt file when the sim is shutdown. A config setting has also been added to OpenSim.ini. Thank you very much, gryc.
2007-10-18 02:13:06 +00:00
Charles Krinke
fc9f0267ab
Add "force-update", "command-script" & "show modules" to console help.
2007-10-18 01:42:47 +00:00
lbsa71
26b8018bcc
* Some asset loading refactoring
2007-10-17 10:58:19 +00:00
Tleiades Hax
44a7db0e44
Renamed SimProfileData to RegionProfileData
2007-10-17 09:36:11 +00:00