Chat log from the meeting on 2012-04-10

From OpenSimulator

Revision as of 15:38, 24 October 2015 by Fritigern (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
[10:08] Second Life: Teleport completed from Jilmer Castles (112,116,23)
[10:08] Richardus Raymaker: but how much impatc have sensors in opensim ? btw dont use the sensorrepeat
[10:08] Richardus Raymaker: hi justin
[10:08] Nebadon Izumi: to be honest I don't have a lot of experience with sensors
[10:09] Taarna Welles: Hi Justin
[10:09] Richardus Raymaker: anyway phyics for verhicles is still a distaster the way i use it.
[10:09] Justin Clark-Casey: hi tarrna, folks
[10:09] Justin Clark-Casey: sorry, tarrna
[10:09] Richardus Raymaker: ok. trail and error then
[10:09] Taarna Welles: :)
[10:09] Justin Clark-Casey: taarna
[10:09] Nebadon Izumi: ya, doing vehicle physics gets tricky
[10:09] sim core: :-J hi, Justin and everyone
[10:10] Taarna Welles: Hi Sim ;)
[10:10] Richardus Raymaker: more worried about hpow high cpu laod can go. 1 mega is already 70% a few versions prior..
[10:10] Richardus Raymaker: hi sim
[10:10] Richardus Raymaker: mesh tricky to. so try to avoid that to. maby for buildiing parts later
[10:11] Sarah Kline: hi
[10:11] Richardus Raymaker: hi sarah
[10:11] Andrew Hellershanks: Richardus, send messages in private chat channel with the coordinates from llSetPos for the other parts of the train
[10:11] Andrew Hellershanks: Sensors used to be hard on OS but that was a long time ago
[10:12] Richardus Raymaker: listners andrew ? thinked about that. but are maby just as bad as sensors
[10:12] Nebadon Izumi: i doubt that
[10:12] Nebadon Izumi: just don't listen on channel 0
[10:12] Richardus Raymaker: hehe. lol
[10:12] Andrew Hellershanks: Shouldn't be. Listeners are idle and just have to process a brief message now and then
[10:12] Andrew Hellershanks: sensors have to check all the objects within the scanning range. THat's a lot more copmlicated to do.
[10:13] Richardus Raymaker: combination of sensor for init and then listner later i thinked about. or.. or.. enough options
[10:13] Richardus Raymaker: aha..
[10:13] Nebadon Izumi: ya the more passive you can make things the better it will run
[10:13] Nebadon Izumi: sensors are way to active
[10:13] Richardus Raymaker: i know. thats why i ask around a bit now
[10:13] Andrew Hellershanks: yeah, They are ok to use on occasion
[10:13] Andrew Hellershanks: ie. not like once a second or something
[10:13] Richardus Raymaker: still the engine need a sensor for the track
[10:14] Richardus Raymaker: uhmm. 1 second is pretty slow
[10:14] Nebadon Izumi: one thing I have noticed in my NPC testing
[10:14] Andrew Hellershanks: just one? ;-)
[10:14] Taarna Welles: Question: sometimes the appearance is broken after hypergridding. What is the best solution to fix an appearance after hypergridding?
[10:14] Justin Clark-Casey: tarrna: rebake?
[10:15] Nebadon Izumi: is using UpdatePrioritizationScheme = FrontBack
[10:15] Nebadon Izumi: makes a huge difference
[10:15] Taarna Welles: well that didn't help
[10:15] Nebadon Izumi: and man, llSleep suuuuuucks
[10:15] Nebadon Izumi: so bad
[10:15] Richardus Raymaker: i avoid llSLeep at all.
[10:15] Nebadon Izumi: its almost unusuable
[10:15] Richardus Raymaker: always try the timer event for that if possible
[10:15] Andrew Hellershanks: What's the problem with llSLeep?
[10:15] Nebadon Izumi: i was using it in my waypoints
[10:15] Nebadon Izumi: for the NPCs
[10:16] Nebadon Izumi: and i got up to like 4 NPC's
[10:16] Nebadon Izumi: and they start failing
[10:16] bindig.bindig @craft-world.org:8002: hi, all
[10:16] Nebadon Izumi: i removed all llSleeps
[10:16] Justin Clark-Casey: how long are your sleeps?
[10:16] sim core: :-S Not very accurate
[10:16] Nebadon Izumi: works perfectly
[10:16] Justin Clark-Casey: hi bindig.bindig
[10:16] Nebadon Izumi: like 0.2 to 1.0 Justin
[10:16] Nebadon Izumi: nothing more than 1.0
[10:16] Richardus Raymaker: sofar i understand andrew. its not running own threat so its delaying other actions
[10:16] Justin Clark-Casey: what do you mean by failing?
[10:16] Nebadon Izumi: the NPC would hit a waypoint and just stop
[10:16] Nebadon Izumi: and never recover
[10:17] Nebadon Izumi: or it would start jumping back and forth when it hit a waypoint
[10:17] Justin Clark-Casey: interesting. That's rather curious
[10:17] Richardus Raymaker: i have some problem with phyics and lltarget. dropped the whoel lltarget. its seems to mis triggers
[10:17] Nebadon Izumi: what i was doing was have the attachment llSleep for 0.3
[10:17] Nebadon Izumi: when it hit the waypoint
[10:17] Nebadon Izumi: so it could make it to the center of the waypoint
[10:17] Nebadon Izumi: instead of reacting as soon as it hit the edge
[10:17] Nebadon Izumi: and i guess because when i got to 4 npc
[10:18] Nebadon Izumi: several npc's would hit thier waypoints at same time
[10:18] bindig.bindig @craft-world.org:8002: where a can dress up
[10:18] bindig.bindig @craft-world.org:8002: ?
[10:18] Nebadon Izumi: i would have 3 or 4 sleep triggering at same time
[10:18] Nebadon Izumi: within 0.1 second of each other
[10:18] Nebadon Izumi: it starts failing
[10:18] Justin Clark-Casey: Iam surprised. llSleep just sleeps the thread but it shouldn't just stop
[10:18] Dahlia Trimble: hi
[10:18] Justin Clark-Casey: hi dahlia
[10:19] Richardus Raymaker: hi dahlia
[10:19] Nebadon Izumi: so i ended up removing all the llSleep's and just adjusting my waypoints so they react better using the edge of the waypoints
[10:19] Nebadon Izumi: it could be because im triggering events and sleeps simultaneously
[10:19] Nebadon Izumi: using llVolumeDetect, then immediatly sleep
[10:19] Richardus Raymaker: anyway script engine need a few big hugs at some places. only dont know wich ones
[10:19] Nebadon Izumi: it seems worse when multiple sleeps fire simultaneously
[10:19] Nebadon Izumi: even if its not in the same object
[10:19] Nebadon Izumi: it results in really horrible simulator performance
[10:20] Richardus Raymaker: i have the feeling nebadon hit the same problem area as i did with phyical verhicles and lltarget / sensor
[10:20] Nebadon Izumi: and basically it just doesnt recover
[10:20] Nebadon Izumi: until teh script is stopped
[10:20] Justin Clark-Casey: I'm not sure what's happening there
[10:20] Nebadon Izumi: ya me either
[10:20] Justin Clark-Casey: I suspect it's not straightforward
[10:20] Nebadon Izumi: it makes using llSleep like playing russian roulette though
[10:20] Richardus Raymaker: oh about scripts. it looks like the reset button in script editor is doing nothing. but still need totest that on otehr viewer then singularity
[10:21] Richardus Raymaker: i can press rest but the script dont get reset to default state you get after save
[10:21] Richardus Raymaker: rest = reset
[10:21] Arielle Popstar: you're n just a bit of hair Justin
[10:21] Richardus Raymaker: hi tim
[10:21] Timothy Hoxley: hello
[10:21] Nebadon Izumi: ya Tiffany and Justin are gas clouds for me
[10:21] Dahlia Trimble: hmm I thought reset button in singularity worked last time I tried it
[10:21] Arielle Popstar: HI Tim
[10:21] Richardus Raymaker: i see 3 cluds
[10:21] Richardus Raymaker: clouds
[10:22] Nebadon Izumi: there is Justin
[10:22] Richardus Raymaker: sofar i know it worked fine. but i now always change lsl with space and save. then i get objects reset
[10:22] Primitive: Script running
[10:22] Primitive: Script running
[10:22] Justin Clark-Casey: I rebaked, I admit
[10:22] Nebadon Izumi: its working here for me in Imprudence
[10:22] Primitive: Script running
[10:22] Primitive: Script running
[10:22] Primitive: Script running
[10:22] Primitive: Script running
[10:23] Richardus Raymaker: yes empty objects seems fine. it fails possible with busy script
[10:23] Arielle Popstar: i still dont see you
[10:23] Richardus Raymaker: i cant rezz so cant test
[10:23] Arielle Popstar: imp seems to require a anisotropic toggle and the other viewers a simple rebake
[10:24] Richardus Raymaker: but its only soemthing i see last time nebadon. only make mantis when am more sure about things
[10:24] Richardus Raymaker: need more testing here
[10:24] Nebadon Izumi: k
[10:25] sim core: :^J
[10:26] Nebadon Izumi: anyone else have anything opensimulator related they wanted to bring up?
[10:26] Justin Clark-Casey: you still have appearance resending turn on in the plazas?
[10:26] Nebadon Izumi: ya
[10:26] Nebadon Izumi: here and Lbsa Plaza
[10:26] Justin Clark-Casey: any noticeable problems?
[10:26] Dahlia Trimble: anyone doing anything fun with NPCs?
[10:26] Nebadon Izumi: nothign i could tell
[10:26] Justin Clark-Casey: any actual noticeable improvements?
[10:26] Taarna Welles: Dahlia, yes I stuff with NPC's
[10:26] Nebadon Izumi: there was a few issues at Lbsa Plaza, with it not running very long
[10:26] Timothy Hoxley: scripted objects still breaking via hypergrid jumping
[10:27] Nebadon Izumi: getting stuck at 0fps
[10:27] Nebadon Izumi: but i cant say if its related
[10:27] Nebadon Izumi: nothing obvious would say it was
[10:27] Justin Clark-Casey: yeah, htat's almost certainly unrelated
[10:27] Nebadon Izumi: Timothy Hoxley
[10:27] Nebadon Izumi: if everyone is updated no
[10:27] Timothy Hoxley: no?
[10:27] Nebadon Izumi: if you jump to older simulators, very possible yes
[10:27] Richardus Raymaker: whats old in this case ?
[10:28] Timothy Hoxley: ah which release has that issue resolved?
[10:28] Nebadon Izumi: i don't have an exact version off the top of my head
[10:28] Arielle Popstar: withing the past month and a half or so
[10:28] Richardus Raymaker: you dont know wich versions are registrated to osgrid ond how amny of the difefrent versions ?
[10:28] Nebadon Izumi: its possible that r/17956 is the fix
[10:29] Nebadon Izumi: no Richardus
[10:29] Richardus Raymaker: still would be nice
[10:29] Nebadon Izumi: i have no way to know unless i visit each region
[10:29] Arielle Popstar: has it been fixed for .7.3 post fixes?
[10:29] Nebadon Izumi: yes Arielle
[10:29] Richardus Raymaker: maby it where send with registartion of region ?!
[10:29] Nebadon Izumi: i just don't recall the exact version
[10:30] Timothy Hoxley: then I need to update
[10:30] Nebadon Izumi: that wouldnt help us much for external regions
[10:30] Nebadon Izumi: the problem was in the region you jumped to
[10:30] Nebadon Izumi: not the region you left from
[10:30] Arielle Popstar: i noticed the osgl r-22 launcher isno longer on the download page?
[10:30] Nebadon Izumi: it never was
[10:31] UUID Speaker: Greybox Darkward: 0d737027-20aa-4c41-8136-704a2146ecd0
[10:31] Arielle Popstar: well the other download page
[10:31] Nebadon Izumi: that launcher fails like 60% of the time
[10:31] Nebadon Izumi: i refuse to post it
[10:31] Nebadon Izumi: you can download it here http://download.osgrid.org I think
[10:31] Arielle Popstar: yes but was working 40% of the time
[10:31] Nebadon Izumi: thats not enough for me
[10:31] Richardus Raymaker: 40% to short
[10:31] Justin Clark-Casey: 40% of the time is kinda bad :)
[10:32] Nebadon Izumi: i just don't want new people being reliant on it
[10:32] Nebadon Izumi: no one is maintaining it
[10:32] Arielle Popstar: well for some it is still better then not at all since it allows them to get past routers that wont do it other ways
[10:32] Nebadon Izumi: though i think someone has worked on the source code
[10:32] Richardus Raymaker: what did the launcher do ?
[10:32] Nebadon Izumi: there is a project on github
[10:32] Richardus Raymaker: to refresh memory
[10:32] Nebadon Izumi: it downloads latest version
[10:32] VivK Lowlag: Fernando has it on his website
[10:32] Nebadon Izumi: and sets things up
[10:32] Arielle Popstar: Fernando did some updates bu his version requires Net 4
[10:32] Nebadon Izumi: and was supposed to make things easier
[10:33] Richardus Raymaker: thats tricky with ini changes etc.
[10:33] Nebadon Izumi: but from my testing, with a bunch of people including myself
[10:33] sim core: :-S
[10:33] Nebadon Izumi: it always faield
[10:33] Nebadon Izumi: i couldnt even make it work through my router
[10:33] Nebadon Izumi: what is the URL VivK?
[10:33] Arielle Popstar: the one from New world Studio works nice but currently only supports an old diva release
[10:34] Richardus Raymaker: routers and loopback are harder for people then running opensim for osgrid
[10:34] VivK Lowlag: I don't havehis site off hand at the moment
[10:34] Arielle Popstar: http://oliveira.eti.br/opensim-installer.php
[10:34] Nebadon Izumi: thanks
[10:34] VivK Lowlag: ask me when I get home from work
[10:34] Nebadon Izumi: i have not tested it
[10:34] sim core: May be better anyhow, to have people who know how to do things manually and that avoids many questions otherwise
[10:34] Nebadon Izumi: so i have no idea how well it works
[10:34] Arielle Popstar: some can not do it manually Sim
[10:35] Nebadon Izumi: if i recall too
[10:35] Nebadon Izumi: upgrading was very tricky
[10:35] Nebadon Izumi: with the launcher
[10:35] Nebadon Izumi: which created 100 more questions
[10:35] sim core: :-S THose who can't, might like to wait for the official version or use free lands
[10:35] Nebadon Izumi: it didnt make my job any easier, thats why i never wanted to promote its use
[10:36] Arielle Popstar: updating would be as simple as re downloading it and then putting in the opensim.db
[10:36] Arielle Popstar: if on sqlite
[10:36] Richardus Raymaker: the biggest problem still keeps the router loopback for people. then follows router port frowarding
[10:36] Nebadon Izumi: well and the Regions.ini
[10:36] Nebadon Izumi: and OpenSim.ini if you had made any changes
[10:36] Nebadon Izumi: it just seemed to generate more questions than supply answers
[10:37] Nebadon Izumi: so what is the point
[10:37] VivK Lowlag: there in lies the problem the use of sqlite
[10:37] Richardus Raymaker: i see sqlite harder with upgrade then mysql
[10:37] Arielle Popstar: sqlite is the thing that saves it for many
[10:37] Dahlia Trimble: I like sqlite
[10:37] Arielle Popstar: its not
[10:37] Nebadon Izumi: ya setting up MySQL can suck
[10:37] Nebadon Izumi: in the long run its better
[10:37] VivK Lowlag: too many need mysql
[10:37] Nebadon Izumi: its the initial setup phase that sucks
[10:37] Arielle Popstar: sqlite is simple and mostly troublefree
[10:38] Richardus Raymaker: upgradeing with mysql as database is much more easy and saver then with sqlite
[10:38] Dahlia Trimble: I always use sqlite except for grid services
[10:38] Arielle Popstar: mysql requires one to read a manual every little problem
[10:38] Nebadon Izumi: ya it depends on what your doing
[10:38] Justin Clark-Casey: I never have any issues with mysql
[10:38] Richardus Raymaker: Arielle, wich problem ?
[10:38] Arielle Popstar: and it is flaky
[10:38] Dahlia Trimble: one database per region
[10:38] Nebadon Izumi: sqlite doesnt hold up well with a region like Wright Plaza
[10:38] Sarah Kline: lol
[10:38] Nebadon Izumi: also its harder to maintain the database i think
[10:38] Arielle Popstar: no but for 90% of the rest it is fine
[10:38] Richardus Raymaker: mysql just works. sqlite you really need to dig in manuals if you want todo simple tasks
[10:39] VivK Lowlag: if any tool is needed that would be conversion from sqlite to mysql
[10:39] Nebadon Izumi: OAR
[10:39] Nebadon Izumi: heh
[10:39] Richardus Raymaker: grin
[10:39] Nebadon Izumi: you can do an oar and tell it to ignore assets
[10:39] Nebadon Izumi: it takes like 3 seconds
[10:39] Nebadon Izumi: even for this region
[10:39] Richardus Raymaker: what assets are ignored then ?
[10:40] Dahlia Trimble: oars dont save a lot of stuff that a databas stores
[10:40] Nebadon Izumi: like what Dahlia?
[10:40] Richardus Raymaker: sound more like your doing sql dump
[10:40] Dahlia Trimble: script state
[10:40] Nebadon Izumi: Richardus, if the assets already exist on the grid
[10:40] Nebadon Izumi: script state is not stored in DB
[10:40] Nebadon Izumi: its in a .state file in the ScriptEngines folder
[10:40] Justin Clark-Casey: db doesn't store script state either
[10:40] Arielle Popstar: just move opensim.db to new update bin and run
[10:40] Justin Clark-Casey: it's stored as files on disk
[10:41] Richardus Raymaker: is the run state stored in database ? otherwise it would be nice if its getting stored there. o it survives upgrades
[10:41] Andrew Hellershanks: Would it be worth including .state files in an oar?
[10:41] Arielle Popstar: doesnt get any simpler
[10:41] Nebadon Izumi: actually there have been requests for that
[10:41] Nebadon Izumi: i don't know how simple that would be
[10:41] Justin Clark-Casey: I'm not sure where run state is, maybe it's not in db which would explain a few things
[10:41] Richardus Raymaker: i made a mantis last week. because after upgrade lost of troubles becasue run where ignored
[10:41] Justin Clark-Casey: andrew: yeah, it's something to consider. One just needs to do work to make sure it works correctly
[10:41] Nebadon Izumi: i think its in the ScriptEngines/UUD/scriptUUID.state
[10:41] Justin Clark-Casey: and grabbing files off the systems whilst it's running could be problematic
[10:42] Andrew Hellershanks: When a script is being saved grab the state file (but only if script is running?) and save the .state file when loading the oar.
[10:42] Richardus Raymaker: but with upgrade staes get lost here
[10:42] Dahlia Trimble: didnt diva once do some file store thing?
[10:42] Nebadon Izumi: ya thats true
[10:42] Justin Clark-Casey: dahlia: not afaik
[10:42] Nebadon Izumi: you could run into issues where the state is open
[10:42] Andrew Hellershanks: Not sure how a running grid would be able to use a .state file that was created during a load.
[10:42] Dahlia Trimble: I remember her talking about it
[10:42] Justin Clark-Casey: yeah, that's the kind of thing that gets tricky
[10:42] Richardus Raymaker: whats the reason state files are stored seperate and not in database ?
[10:42] Justin Clark-Casey: one has to really pause the simulator whilst saving state
[10:42] Nebadon Izumi: it would be nice if load and save oar would disable xengine
[10:42] Justin Clark-Casey: or at least prevent new states from being persisted
[10:43] Nebadon Izumi: or atleast have an option for stopping xengine
[10:43] Nebadon Izumi: i could see times where doing that would be bad
[10:43] Justin Clark-Casey: I hear you
[10:43] Nebadon Izumi: but ya, its a slipper slope
[10:43] Nebadon Izumi: hehe
[10:43] Richardus Raymaker: only thing i see as needed is the running checkbox to be in the database
[10:43] Justin Clark-Casey: not straighforward though
[10:43] Andrew Hellershanks: yeah you would have to prevent changes to .state files when saving oar or you could get a partial .state file.
[10:43] Nebadon Izumi: right
[10:44] sim core: Or stopping physical movements for that matter, could not stop 3000 balls from moving even without any physics engine
[10:44] Nebadon Izumi: and stopping scripts takes forever
[10:44] Nebadon Izumi: like here
[10:44] Nebadon Izumi: it takes 10 minutes
[10:44] Nebadon Izumi: to stop the engine from Estate panel
[10:44] Nebadon Izumi: then another 10 to start it up again
[10:44] Richardus Raymaker: oh. good to know. i use that sometime sfor global easy reset
[10:44] Dahlia Trimble: 10 minutes in wright plaza?
[10:44] Andrew Hellershanks: No simple way to tell Xengine to stop doing anything for a bit then resume later via a toggle?
[10:45] Nebadon Izumi: there is Andrew
[10:45] sim core: :-J Weird thing is, moving objects pass borders indefinitely
[10:45] Nebadon Izumi: we do it from the Estate Panel
[10:45] Nebadon Izumi: so there are methods to do it
[10:45] Nebadon Izumi: but in a very scripty region
[10:45] Nebadon Izumi: its not very fast
[10:45] Nebadon Izumi: it takes a while here to toggle i
[10:45] Nebadon Izumi: it*
[10:45] Richardus Raymaker: and.. no prgress bar :O
[10:45] Justin Clark-Casey: andrew: not at this time
[10:45] Nebadon Izumi: I wouldnt think it should be possible though
[10:45] Andrew Hellershanks: I was just wondering if there was (or could be) a way to just make xengine do a return when called instead of doing useful things.
[10:46] Andrew Hellershanks: yeah, it does sound like its tricky. Issues on save. Issues on load.
[10:46] Nebadon Izumi: ya, the problem is it wasnt designed that way from the begining, so now its a matter of wedging it in
[10:46] Nebadon Izumi: always becomes more problematic
[10:46] Richardus Raymaker: and i talk only about a program that get started again after upgradeing opensim. but where stopepd before :O
[10:46] Andrew Hellershanks: Um... talking of .state, why is it saved externally in a file?
[10:46] Simulator Version v0.5 shouts: OpenSim 0.7.4 Dev          d4beb2f: 2012-03-23 03:39:39 +0000 (Unix/Mono)
[10:46] Justin Clark-Casey: One day somebody will come back and do all this properly. Maybe
[10:47] Nebadon Izumi: lol
[10:47] Andrew Hellershanks: Or come up with a new(er) scripting engine.
[10:47] Dahlia Trimble: lol
[10:47] Arielle Popstar: dont hold our collective breath? :)
[10:47] Nebadon Izumi: i don't know why it was written to files
[10:47] Andrew Hellershanks: hehe
[10:47] Nebadon Izumi: probably cause its easier to handle with migrations
[10:47] Justin Clark-Casey: I honestly think it all has to be made simpler in some way
[10:47] Nebadon Izumi: DB migrations are equally as bad
[10:48] Justin Clark-Casey: Everything is way too monolithic and complicated imho
[10:48] Andrew HellershanksAndrew Hellershanks thinks that about OS in general
[10:48] Andrew Hellershanks: :-)
[10:48] Nebadon Izumi: that tends to happen when you make things up as you go though
[10:48] Nebadon Izumi: hehe
[10:48] Justin Clark-Casey: open-source or opensim or operating system? :)
[10:49] Andrew Hellershanks: sometimes, all three
[10:49] Justin Clark-Casey: It does cause issues after a while
[10:49] Arielle Popstar: take your pick?
[10:49] Nebadon Izumi: OpenSim is a giant ball of bandaids
[10:49] Justin Clark-Casey: well, one does try and restructure some of the bandaids
[10:49] Nebadon Izumi: hehe ya
[10:49] Andrew Hellershanks: There comes a time when you need to pause and write up how somethings should work and after the pause start to make things work that way.
[10:50] Justin Clark-Casey: it does improve over time architecturally. I think the system in general is just too big
[10:50] Richardus Raymaker: new bandaids then sometime srequired
[10:50] Andrew Hellershanks: We all know that ripping off bandaids can be painful. ;-)
[10:50] Justin Clark-Casey: that's partly why opensim doesnt' take the kitchen sink approach and bundle every single possible service and feature
[10:50] Justin Clark-Casey: what we have is already tremendously complicated as it is
[10:50] Richardus Raymaker: good sayed andrew
[10:50] Justin Clark-Casey: and not bundling forces better barries between things, or at least some barriers
[10:50] VivK Lowlag: just rip them off under water Andrew lees painful
[10:51] Justin Clark-Casey: interfaces, I should say
[10:51] Andrew Hellershanks: Vivk, my computers aren't water proof
[10:51] Richardus Raymaker: the say watrecooling is good. not sure...
[10:51] Arielle Popstar: could unravel the whole ball if not careful
[10:51] bindig.bindig @craft-world.org:8002: hi, all
[10:51] Andrew Hellershanks: yeag
[10:51] VivK Lowlag: wb
[10:52] Justin Clark-Casey: It's really not that bad, despite what certain people might say :)
[10:52] Nebadon Izumi: hehe ya i was exagerating
[10:52] Nebadon Izumi: if anything is a giant ball of bandaids
[10:52] Nebadon Izumi: its the viewer
[10:52] Nebadon Izumi: lol
[10:52] Andrew Hellershanks: but that is also if you have some basic understanding of the code.
[10:53] Nebadon Izumi: hey look
[10:53] Nebadon Izumi: see how the NPC stopped
[10:53] Nebadon Izumi: i bet thats becasue of the llSLeep
[10:53] sim core: :^J
[10:53] Nebadon Izumi: this is exactly what happens
[10:53] Anya Heberle: a seat that!....doesnt work..
[10:53] Andrew Hellershanks: stopped where?
[10:53] Nebadon Izumi: i havent fixed this NPC here
[10:53] Nebadon Izumi: outside
[10:53] Nebadon Izumi: near the weather station
[10:54] Anya Heberle: sigh <.> lol
[10:54] Anya Heberle: ahhh
[10:54] Andrew Hellershanks: oh, I see him
[10:54] Richardus Raymaker: OpenSIm is good. its funny to to work around some problems..
[10:54] Anya Heberle: hi everyone
[10:54] Justin Clark-Casey: hi anya
[10:54] Dahlia Trimble: I dont dare look, my computer is severly overloaded
[10:54] Richardus Raymaker: if everything works its getting so.. boring :O
[10:54] Andrew Hellershanks: Is it safe to give that thing a kick? ;-)
[10:54] Nebadon Izumi: ya i can restart it
[10:54] NPC Rezzer v2.3 #0: Removing this NPCs from this scene!
[10:54] Andrew Hellershanks: swift kick up the backside
[10:54] Anya Heberle: if anything works, its something
[10:54] Nebadon Izumi: hrmm
[10:55] Anya Heberle: why are people getting kicked between sims?
[10:55] Nebadon Izumi: i think script engine might be dead
[10:55] Dahlia Trimble: is there a good way to animate NPCs?
[10:55] Nebadon Izumi: the button isnt working now either
[10:55] Andrew Hellershanks: uh oh, you broke it
[10:55] Taarna Welles: you can animate your NPC as you can animate your avatar
[10:55] Anya Heberle: there is Dahlia but im stuck on to how
[10:55] Nebadon Izumi: there we go
[10:55] Nebadon Izumi: i reset the script in button
[10:55] NPC Mover v2.3 #0: attach: 185f4b8d-e92c-41c0-876d-f3135ffe2b67
[10:55] Nebadon Izumi: now its working
[10:55] Anya Heberle: npcs I have no idea of
[10:56] Andrew Hellershanks: Is the llsleep and the event taking place in the same state?
[10:56] Nebadon Izumi: no
[10:56] Nebadon Izumi: its not even in the same prim
[10:56] Nebadon Izumi: the event is in the waypoint
[10:56] Nebadon Izumi: the llSleep was in the attachment the NPC wears
[10:56] Anya Heberle: glad to m,ake it to the meeting today, what are you talking about
[10:56] Andrew Hellershanks: nebadon, k
[10:56] Richardus Raymaker: this region run newer then osgrid right ?
[10:56] Andrew Hellershanks: Anya, whatever comes up
[10:56] Nebadon Izumi: probably not Richardus
[10:56] Simulator Version v0.5 shouts: OpenSim 0.7.4 Dev          d4beb2f: 2012-03-23 03:39:39 +0000 (Unix/Mono)
[10:57] Taarna Welles: Peeps I have to go off for a while. See you next week. Bye bye
[10:57] Dahlia Trimble: bye :)
[10:57] Andrew Hellershanks: wow... top of the hour already
[10:57] Anya Heberle: as Opemn sim developers , I see two here whats the advantage to OSGrid for you
[10:57] Justin Clark-Casey: anywa, open floor - as long as it's somewhat opensim related :)
[10:57] Arielle Popstar: waves*
[10:57] VivK Lowlag: has anyone went to the other grid and check out raycasting?
[10:57] Justin Clark-Casey: or osgrid
[10:57] Nebadon Izumi: to SL VivK?
[10:57] Dahlia Trimble: osgrid is a good place to test opensim
[10:57] VivK Lowlag: uhuh
[10:57] Nebadon Izumi: Avination has llCastRay working
[10:57] Richardus Raymaker: Anya. you can create, build free lower costs.
[10:58] Nebadon Izumi: it slated to be put into Core OpenSimulator Mid June
[10:58] Richardus Raymaker: so dreams can get some shape
[10:58] Arielle Popstar: and have others to socialize with
[10:58] Andrew Hellershanks: There are some scripting issues I'd be interseted in look at but not sure how much working on it may require understanding of other areas of OS.
[10:58] Nebadon Izumi: anything particular Andrew?
[10:59] Justin Clark-Casey: that doesn't stop somebody else from implementing it in the mean time.
[10:59] Richardus Raymaker: andrew beter 1 eye then no eye
[10:59] Andrew Hellershanks: llRez with a vertical velocity that doesn't seem to work.
[10:59] Justin Clark-Casey: the first implementation will take precedence, assusming that it works
[10:59] Andrew Hellershanks: err.. llRezObject(?)
[10:59] Andrew Hellershanks: Seeing what other ll functions aren't implemented
[11:00] Nebadon Izumi: k, there are very few that actually arent implemented at all
[11:00] Andrew Hellershanks: I may not have much time to do that for a while until my course is finished.
[11:00] Nebadon Izumi: a few that are partially implemented
[11:00] Justin Clark-Casey: andrew: that could drop down to some kind of physics issue
[11:00] Andrew Hellershanks: Justin, yeah, I thought about that.
[11:00] Nebadon Izumi: ya the physics related stuff is most tricky for sure
[11:00] Andrew Hellershanks: the prim does move but only sideways a bit then down
[11:00] Justin Clark-Casey: just had a quick look at the code and there's no obvious reason for z being dopped in velocity
[11:00] Justin Clark-Casey: above thep hysics level at least
[11:01] Andrew HellershanksAndrew Hellershanks just wants to be able to launch fireworks
[11:01] Andrew HellershanksAndrew Hellershanks grins
[11:01] Dahlia Trimble: if it's vertical it probably needs to have gravity compensated
[11:01] Nebadon Izumi: i still dont think we have motors implemented 100%
[11:01] Nebadon Izumi: we still cant do things like airplanes and banking reliably
[11:01] Dahlia Trimble: try shooting down ;)
[11:01] Justin Clark-Casey: tried bullet recently?
[11:01] Nebadon Izumi: I have
[11:01] Andrew HellershanksAndrew Hellershanks yells "watch out below"
[11:01] Andrew Hellershanks: hehe
[11:01] Nebadon Izumi: but there is no vehicle support yet
[11:01] Andrew Hellershanks: No, I haven't.
[11:01] Justin Clark-Casey: k
[11:01] Nebadon Izumi: there are some major issues with BulletSim
[11:01] Arielle Popstar: an=vination has plane banking doesnt it?
[11:01] Nebadon Izumi: Megaprims cause issues
[11:01] Andrew Hellershanks: I've been spending too much time on my course the last week
[11:01] Nebadon Izumi: with invisible walls
[11:02] Nebadon Izumi: like hollows not being honored
[11:02] Nebadon Izumi: avatar movement is still not right
[11:02] Nebadon Izumi: no vehicle support yet
[11:02] Nebadon Izumi: there might be some issues with physical linksets in general still
[11:02] Anya Heberle: how far do you want to take your deleopment of browser and localised software engines?
[11:02] Richardus Raymaker: not really useable then
[11:02] Nebadon Izumi: no
[11:02] Nebadon Izumi: its not useable at all
[11:02] Justin Clark-Casey: k
[11:02] Justin Clark-Casey: ho hum
[11:03] Nebadon Izumi: but, Robert knows about all this stuff
[11:03] Dahlia Trimble: oh I havent looked at bullet but I thought it was using convex hulls for collisions? that would mess up hollows and such
[11:03] Nebadon Izumi: he is working on it
[11:03] Andrew Hellershanks: Is the problem in tying Bullet in to OS or things not supported/working in Bullet?
[11:03] Justin Clark-Casey: good to know
[11:03] Nebadon Izumi: ya I think i do recall Robert saying something like that Dahlia
[11:03] Dahlia Trimble: the older version of bullet that teravus did used mesh colliders
[11:03] Nebadon Izumi: bullet is more than capable
[11:04] Nebadon Izumi: its our implementation is incomplete
[11:04] Nebadon Izumi: I am sure it can all be fixed
[11:04] Dahlia Trimble: bullet can do mesh colliders but convex hulls may be more efficient
[11:04] Nebadon Izumi: ya probably
[11:04] Nebadon Izumi: the basic prim shapes are way more efficient
[11:04] Richardus Raymaker: convex sounds better choice with mesh ahead
[11:04] Justin Clark-Casey: ok, I need to hop off now. See you guys later
[11:04] Nebadon Izumi: in ODE i could only get like 500 physical spheres
[11:04] Andrew Hellershanks: The other day I noticed the bounding box of mesh objects in SL was a bit off. I it an invisible wall before I could get to the base of a mesh(?) based tree.
[11:04] Richardus Raymaker: bye justin
[11:04] Nebadon Izumi: in BulletSim i got up to about 4000 spheres
[11:04] VivK Lowlag: bye JCC
[11:04] Nebadon Izumi: see you Justin
[11:05] Nebadon Izumi: btw justin are you done with Jury Duty?
[11:05] Arielle Popstar: waves@ J
[11:05] Andrew Hellershanks: Is there a bug tracking system related to bullet?
[11:05] Dahlia Trimble: ODE uses ODE shapes for simple spheres
[11:05] Justin Clark-Casey: nebadon: no, but probably soon
[11:05] Nebadon Izumi: k cool
[11:05] Justin Clark-CaseyJustin Clark-Casey waves
[11:05] Dahlia Trimble: bye
[11:05] Andrew Hellershanks: Cya, Justin
Personal tools
General
About This Wiki