lbsa71
2da8a7c128
* Fixed an config issue (log not initialized in RegionInfo config)
...
* Added LineInfo stacktrace parser to LogBase (not used yet though)
2007-07-20 14:16:12 +00:00
MW
b2c6f316e1
Some work on Inventory (not yet finished or enabled)
2007-07-19 20:21:02 +00:00
MW
0b6e332e16
Added some Alert methods to Scene , and a console command handler. So from the console to send alerts use : alert general <message> , for a instance wide message , or use alert firstname secondname <message> to send a alert to one user. (TODO: add region wide messages).
2007-07-19 10:44:19 +00:00
MW
4c8b8d22ff
A script/custom application should be able to add a particle system to a prim, just create a new libsecondlife.Primitive.ParticleSystem() and then call AddNewParticleSystem() on the OpenSim particle : we really need to rename our particle class to stop conflict with the one in libsl.
2007-07-18 21:26:31 +00:00
MW
d2b459b8e5
Sculpted Prims should now work.
2007-07-18 20:29:06 +00:00
lbsa71
f70ec1fa75
* Added a FileSystemObject to SimpleApp
...
* Added Some ShapeTypes (shapes doesn't work though!)
* Fixed some \0 issues
2007-07-18 09:36:47 +00:00
lbsa71
fea3c20576
* renamed MySceneObject to CpuCounterObject
2007-07-17 17:57:46 +00:00
lbsa71
d95918f228
* Changed SimpleApp to use EventManager and Scene timer
...
* Refactored a lot of m_* and public -> wrappers
2007-07-17 17:47:23 +00:00
lbsa71
47ea453b32
* debugged quite a lot of db-related strangeness and various refactoring goofs
2007-07-17 00:07:26 +00:00
lbsa71
497ab5d7ab
* RegionApplicationBase restructuring now complete
...
* Still has some weird bug in SimpleApp though.
2007-07-16 23:25:35 +00:00
Adam Frisby
6c9d9b660d
* Trimmed a few hundred warnings off SimpleApp.
2007-07-16 22:09:00 +00:00
lbsa71
f35f5ddaf7
* And yet more restructuring of startup sequence...
2007-07-16 21:53:39 +00:00
Adam Frisby
1462cb1b50
* Reset IP in SimpleApp back to localhost
2007-07-16 21:47:26 +00:00
Adam Frisby
c3133715aa
* Fixed SimpleApp
2007-07-16 21:43:30 +00:00
Adam Frisby
bcc93c0d5b
* SimpleApp's IP address is slightly less hard coded (now reading from a hard coded var vs lots of use of "127.0.0.1")
2007-07-16 21:23:11 +00:00
lbsa71
85bdec5e0d
* Massive restructuring of RegionApplicationBase, OpenSimMain and SimpleApp
2007-07-16 20:10:54 +00:00
mingchen
2873b82b78
*Renamed everything Parcels and ParcelData to Land and LandData
...
*Added missing files (I hope)
2007-07-16 19:40:25 +00:00
mingchen
7fabf9612a
*Renamed ParcelManager to LandManager
...
*Made the Parcel class its own file and moved the Parcel and LandManager into their own folder in Environment
*Some renaming might need to be done so the Parcel class doesn't have issues with the libsecondlife Parcel class, but Land doesn't seem right.
2007-07-16 18:45:19 +00:00
lbsa71
58f4d69833
* working on RegionApplicationBase
...
* Renamed PhysicsManager to PhysicsPluginManager because it is.
2007-07-16 18:15:54 +00:00
Sean Dague
2a3c79df83
changed to native line ending encoding
2007-07-16 15:40:11 +00:00
mingchen
d216f5779c
*Trunk compiles now
...
*Added "RemoveEntity" and renamed "AddNewEntity" to "AddEntity"
2007-07-16 14:56:35 +00:00
mingchen
7f10179129
*Fixed bug that incorrectly tabulated 'others' prims on a parcel
...
*Added support for selected prims (does not yet support prims being sat on)
*Added support for listing avatars with prims on parcel with their prim count
2007-07-16 01:25:16 +00:00
MW
9685c65901
Couple of small changes to NPC test character.
2007-07-15 23:39:52 +00:00
MW
4dbad04b9f
It wasn't me who messed up flying when adding a test NPC class. (honestly!)
2007-07-15 22:11:03 +00:00
MW
bf2f3ea29a
Hijacked simpleApp again (sorry lbsa71, guess I should create my own simpleApp), to try out a basic test npc character(/class).
2007-07-15 21:10:05 +00:00
MW
3c326aae99
Removed the reference to ClientManager from scene, as scene really shouldn't have a direct reference to the UDP/Packet server's clientmanager, instead it should send all data through the ScenePresences.
...
For those functions that was using the clientManager's foreachClient(delegate) method, there is now a ForEachScenePresence(delegate) in scene.
This change helps with the decoupling of client packet functions from the scene functions.
2007-07-15 18:05:41 +00:00
MW
a87ebda895
Removed reference to Scene EventManager from primitive. In its place, primitive now has its own event (OnPrimCountTainted) that ParcelManager subscribes to.
...
Removed some unused code from SimpleApp.
2007-07-15 17:40:21 +00:00
Adam Frisby
8fc1dfec79
* Added loading methods for NullStorage.
2007-07-15 15:40:50 +00:00
mingchen
bf32020693
*Removed ParcelManager from SceneObject and Primitive and replaced with events in EventManager
...
*Prim count and sim-wide prim count correctly reflect object bonus multiplier
2007-07-14 17:01:15 +00:00
lbsa71
eee1eb2f42
* SimpleApp finally doing something fun. :)
2007-07-14 16:01:10 +00:00
lbsa71
811d2b69c9
* Worked some more on SimpleApp
...
* Removed SceneObject references to RegionHandle, ParcelManager, EventManager as they are public on Scene
* Moved PulseScript behaviour into MySceneObject
2007-07-14 15:33:25 +00:00
MW
5a909a2054
Set up parcel manager and the master avatar in SimpleApp.
2007-07-14 14:48:36 +00:00
lbsa71
0bb2b7f18d
* encapsulated some public fields
2007-07-14 14:15:58 +00:00
lbsa71
1a92dc9073
* Apparently, we need to tell ParcelManager that there is no parcels.
...
* Cleaning lady cleaning build ignores (No, MW, I don't mind, anything for you)
2007-07-14 14:13:05 +00:00
MW
a04602d9c1
Added AddPreCompiledScript method to ScriptManager.
...
Done some work on lbsa71's simpleApp(hope he doesn't mind):
now have the avatar showing up and the terrain and his pulsating box (well except its not a box, as there seems to be something wrong with our PrimitiveBaseShape..DefaultBox() settings).
Also noticed a few other problems that I had to work around, so these need looking into.
2007-07-14 13:18:02 +00:00
lbsa71
a076369fa3
* I want to commit too!
2007-07-13 18:01:44 +00:00
MW
fcc7f86427
Changed simpleApp to use basic physics.
...
Done some work of fixing primitive/SceneObject copying.
Set DefaultHome region to 1000,1000.
2007-07-13 16:12:38 +00:00
lbsa71
d89362fe99
Shouldn't be needing explicitly adding login xmlrpc
2007-07-13 15:49:54 +00:00
lbsa71
170b648d4d
One of these days i WILL have my pulsating cube!
2007-07-13 15:09:55 +00:00
lbsa71
33ef93f4a6
* ObjectAddPacket now confined to ClientView,´using PrimitiveBaseShape instead - w00t!
2007-07-13 12:32:34 +00:00
MW
7f03246653
Gird mode in sugilite should now work in so far as you should be able to login and move between regions in the same instance. Moving to regions in a different instance of opensim still needs implementing (working on it now).
...
Also trying to look at the map in grid mode will crash the server.
2007-07-10 17:56:31 +00:00
lbsa71
85dd493614
* some follow up renaming of members et c.
2007-07-09 21:25:43 +00:00
lbsa71
08a1fa3f96
* Introduced ClientManager for great justice.
2007-07-09 21:03:36 +00:00
MW
93f3ef7e0d
Done a little bit of renaming in primitive.cs and on a few events in IClientAPI.
...
Disabled CAPS asset uploading as it seems it now crashes the server.
2007-07-09 15:59:35 +00:00
lbsa71
5f8de1e704
* By popular demand, all generated build files are now deleted. Somebody should make sure the wiki is updated.
2007-07-08 19:27:04 +00:00
Adam Frisby
10ece46cf6
* Updating prebuild
2007-07-08 02:58:01 +00:00
mingchen
93640f1d71
*Fixed 2 small references to localhost which has some conflicts when resolving.
...
*Grid mode now gets past region handshake, BUT the client (both nicholas and the normal one) crash as soon as the next step is displayed on the screen
2007-07-06 13:57:49 +00:00
mingchen
583f2a9de8
*Removed SimProfile.cs as it is no longer needed (in favor of SimProfileData)
...
*Added simulator_data_request XMLRPC method to request data from the grid server about a sim instead of faking its login
*Login is progressing, now just getting an XML error (http://pastebin.com/942515 ) -- if you can fix this, throw MingChen in IRC a Private Message
2007-07-05 15:15:28 +00:00
lbsa71
5c32b33a66
* re-fixed the utf-16 bug in xmlRpcResponse serialization
...
* added LLSDStreamHandler.cs to Caps (Haven't enabled it yet, though)
* removed last traces of old rest handling
2007-07-04 16:28:59 +00:00
lbsa71
9b6b6d05d4
* Optimized usings (the 'LL ate my scripts' commit)
...
* added some licensing info
2007-07-03 14:37:29 +00:00