strike rapier // User Search

strike rapier // User Search

1  ...  135  136  137  138  139  140  |  

[4.1 Build 949] Goobzilla

Jun 4, 2006, 1:15pm
[View Quote] That works for me... one problem down, about 60 more to go.

This new executable protector drops a second executable temp file though
(which is bad), and sooner or later DEP (data execution prevention) is going
to come into play...

To be frank JP, theres very little point encrypting all this stuff except to
give yourselves more problems, the EXE has to be unpacked somewhere before
it can be run, at which point anyone that got a grade C or above in script
kiddie class will just dump the in-memory image.

At most all I feel the need to do is UPX my EXE to make them a bit smaller,
although I rarely do that either... Theres so many tools about to pick
appart these protection schemes automatically its a bad time investment, the
gains are practically non-existant compared to the hassle of crashes like
these, and actually having to encrypt the things before you want to send
them out.

As I spend a fair while on security related newsgroups, I see a lot of
people come up with imaginative solutions to protect data and the likes, and
in the end they usually come back saying how much of a waste of time it is.

--
- Mark Randall
http://www.temporal-solutions.co.uk

"We're Systems and Networks..."
"It's our job to know..."

[4.1 Build 949] Goobzilla

Jun 4, 2006, 1:34pm
Ctrl + Alt + Delete

Thats the windows task manager, then goto View > Select Columns

You can then select a lot more info

--
- Mark Randall
http://www.temporal-solutions.co.uk

"We're Systems and Networks..."
"It's our job to know..."
[View Quote]

[4.1 Build 949] Goobzilla

Jun 6, 2006, 7:33am
The rotation of your avatar continues for almost 3/4 of a second after you
have released the key, this makes me feel worse than trying to play AWTeen
paintball after downing 30 shots of smirnoff.


--
- Mark Randall
http://www.temporal-solutions.co.uk

"We're Systems and Networks..."
"It's our job to know..."

Eclipse Evolution (4.1) <rant>

Jun 3, 2006, 3:25pm
Hi,

Yes, the browser may decide that:

for (size_t i = 0; i < 1000000; i++)
double x = sin(cos(sin(cos(i*i))));

Is a good thing to do inside the message loop, I on the other hand don't...

I have converted Eclipse Evolution to 4.1, unfortunately I have had to rip a
significant part out of it because some absolute idiot decided to put a
logic bomb in the SDK when a debugger was detected (As any programmer will
tell you, this is STUPID) leaving me unable to test them, so they arnt
enabled for stabilitys sake.

That said, I have put 2 files online:

For existing Evo users you can download:

www.temporal-solutions.co.uk/downloads/evo41_265.zip

This contains a 4.1 SDK, an updated bot, and updated universe list. You
simply unzip the files into the same folder as your 3.6 evo, over-writing as
necessary.

For those of you whom have never used Evo before... There is a full 4.1
'first time' download:

http://www.temporal-solutions.co.uk/downloads/evo41_257_full.zip

Which will get you set up using the latest version.

Should you want to know what commands are and are not available, I put the
dispatch table up at http://www.pastecode.com/316 the bit after the
IMPL_FUNCTION is the command, if that command line is green, it aint
available.


~~~~

The eject systems now work, as does the main database and greetings...
HOWEVER.

Due to the logic bomb inside the SDK, I cannot properly system test this
bot, so you must remember you are *using it absolutey at your own risk*

</rant>

That said, its still a pretty nice bot if I may say so myself.

--
- Mark Randall
http://www.temporal-solutions.co.uk

"We're Systems and Networks..."
"It's our job to know..."

Eclipse Evolution (4.1) <rant>

Jun 3, 2006, 4:10pm
Not unless someone can confirm it was his idea.

--
- Mark Randall
http://www.temporal-solutions.co.uk

"We're Systems and Networks..."
"It's our job to know..."

[View Quote]

Eclipse Evolution (4.1) <rant>

Jun 4, 2006, 7:08am
[View Quote] Or just going into standalone mode?

--
- Mark Randall
http://www.temporal-solutions.co.uk

"We're Systems and Networks..."
"It's our job to know..."

Eclipse Evolution (4.1) <rant>

Jun 6, 2006, 7:26pm
[View Quote] Although it took me 2 hours instead of 120 seconds, I have identified a bug
that will cause a crash in the teleport command. This only effects the
verbal command (requires: core/move rights).

I will hopefully be releasing a patch tomorrow with this bug fixed, along
with the following commands re-enabled:

- goto
- world/about
- world/info
- avset
- setstate
- sys/quit
- sys/reconnect
- sys/rciss
- sys/sciss
- burst
- ssnd

The reports/tactical command has been switched to administrator only with a
set of flags that control if each part is displayed, the rot (redirect
output target) command now includes a title header.

It should be out tomorrow, just warning you about the teleport bug really.
Im not aware of any other crash bugs.

--
- Mark Randall
http://www.temporal-solutions.co.uk

"We're Systems and Networks..."
"It's our job to know..."

Chat.txt on desktop bug

Jun 3, 2006, 4:15pm
Oh dear god.... Its using the current working directory rather than using
GetModuleFileName to find the location of the browser...

--
- Mark Randall
http://www.temporal-solutions.co.uk

"We're Systems and Networks..."
"It's our job to know..."

[View Quote]

Chat.txt on desktop bug

Jun 3, 2006, 4:41pm
A current working directory is the folder a program executes from...

If you launch an application are in a folder called c:\pie\

Now, if an application tries to open the file 'chat.txt' using only that
name when it tries to open it... it will actually add it on to the end of
the current working directory, giving you:

c:\pie\chat.txt

The current working directory is usually set to where you launch a shortcut
from (I think).

Hence, in this case the current working directory (Temp folder??) is your
desktop.

--
- Mark Randall
http://www.temporal-solutions.co.uk

"We're Systems and Networks..."
"It's our job to know..."

[View Quote]

Chat.txt on desktop bug

Jun 3, 2006, 5:11pm
GetModuleTechnicalCrap

Its a function used to find out the actual folder the EXE itself is stored
on disk, not where its actually 'running'

--
- Mark Randall
http://www.temporal-solutions.co.uk

"We're Systems and Networks..."
"It's our job to know..."
[View Quote]

xelagot

Jun 5, 2006, 6:49am
[View Quote] You need Evo :P

--
- Mark Randall
http://www.temporal-solutions.co.uk

"We're Systems and Networks..."
"It's our job to know..."

xelagot

Jun 5, 2006, 2:55pm
If you were to check the actual bots newsgroup, you would see this:

Should you want to know what commands are and are not available, I put the
dispatch table up at http://www.pastecode.com/316 the bit after the
IMPL_FUNCTION is the command, if that command line is green, it aint
available.

--
- Mark Randall
http://www.temporal-solutions.co.uk

"We're Systems and Networks..."
"It's our job to know..."

[View Quote]

Cell limit in AW back to large?

Jun 6, 2006, 5:11pm
From the Keyboard of Ferruccio:
omg! everyone give some owl hearts for JP and the rest of AWI ^,~! <3

From the Keyboard of Strike Rapier:
Hurrar, JP wins the (alphaworld based) internets.

Block chat in zones

Jun 6, 2006, 11:52am
Unless of course they are beyond your visual range, then the entire system
breaks down in a horrible mass of
but-how-could-you-hear-us-cybering-inside-a-private-zone'ness

--
- Mark Randall
http://www.temporal-solutions.co.uk

"We're Systems and Networks..."
"It's our job to know..."
[View Quote]

Block chat in zones

Jun 6, 2006, 12:31pm
Lets hope they make a proper server side system...

Or, you can use Eclipse Evo's zone files which I have yet to actually get
around to documenting ;)

--
- Mark Randall
http://www.temporal-solutions.co.uk

"We're Systems and Networks..."
"It's our job to know..."
[View Quote]

[4.1 Build 950] :

Jun 6, 2006, 4:01pm

[4.1 Build 950] :

Jun 6, 2006, 4:03pm
I have been doing a little bit of copying over; having both 3.6 and 4.1
browsers and using a macro to copy and paste my contacts list from in 3.6 to
in 4.1 a contact at a time.

I noticed that while doing this, seemingly at random, the entire tabs
dissapear, leaving the tabs window completely empty, not even the tabs
header remains.

--
- Mark Randall
http://www.temporal-solutions.co.uk

"We're Systems and Networks..."
"It's our job to know..."
[View Quote]

[4.1 Build 950] :

Jun 6, 2006, 6:06pm
When saving a config from particle emitters etc, or using the object type
box, the object thinks it has changed even though the user has not changed
anything.

Should be something on Beta NG from this where we studied it last year.

--
- Mark Randall
http://www.temporal-solutions.co.uk

"We're Systems and Networks..."
"It's our job to know..."

[4.1 Build 950] :

Jun 7, 2006, 5:59pm
The object dialogs still fully rebuild each time, even if the object type is
the same or even if you click on the same object again.

Can I suggest (as a coder, to whomever is listening) that each layout is
stored on a dialog frame, and they are switched between rather than doing
the delete / rebuild / repaint nuke style.

--
- Mark Randall
http://www.temporal-solutions.co.uk

"We're Systems and Networks..."
"It's our job to know..."
[View Quote]

[4.1 Build 950] :

Jun 7, 2006, 6:03pm
Long avatar lists are no longer split into multiple menus side by side (no,
not the tree) resulting in having to scroll (at a very slow rate) through to
get to the end of the list.

Can be fixed by individual OP managers, would be easier for all concerned if
the browser were smart enough to pop them side by side so they fit.

--
- Mark Randall
http://www.temporal-solutions.co.uk

"We're Systems and Networks..."
"It's our job to know..."
[View Quote]

[4.1 Build 950] :

Jun 7, 2006, 6:11pm
About screen no longer shows the licence notifications for things like WMP.

Looks cleaner, but arnt these required as part of using WMPCore etc?

--
- Mark Randall
http://www.temporal-solutions.co.uk

"We're Systems and Networks..."
"It's our job to know..."
[View Quote]

[4.1 Build 950] :

Jun 7, 2006, 6:39pm
Velocity sticks when moving quickly, then selecting an object.

The velocity indicator shows you at your last velocity rather than update to
zero.

--
- Mark Randall
http://www.temporal-solutions.co.uk

"We're Systems and Networks..."
"It's our job to know..."
[View Quote]

[4.1 Build 950] :

Jun 7, 2006, 7:03pm
The toolbar at the top of the object properties dialog is clipped, and cuts
off a button half way, presumably there are other missing buttons.

--
- Mark Randall
http://www.temporal-solutions.co.uk

"We're Systems and Networks..."
"It's our job to know..."

Undocumented feature (midi notes)

Jun 7, 2006, 11:28am
[View Quote] Actually, when we programmed it we set it to use the microsoft synth
emulator, which should sound the same.

--
- Mark Randall
http://www.temporal-solutions.co.uk

"We're Systems and Networks..."
"It's our job to know..."

[4.1 Build 950] - WM_ double left click

Jun 12, 2006, 6:58pm
The browser *still* does not recognise the double click message as 2
seperate clicks, this makes playing the piano etc very annoying.

I reported this half a year ago, it really needs fixing!

--
- Mark Randall
http://www.temporal-solutions.co.uk

"We're Systems and Networks..."
"It's our job to know..."

Naming The Granddaughter

Jun 13, 2006, 8:31pm
Minibit Phalpha!

--
- Mark Randall
http://www.temporal-solutions.co.uk

"We're Systems and Networks..."
"It's our job to know..."
[View Quote]

Naming The Granddaughter

Jun 16, 2006, 9:50am
[View Quote] Double Barrel O_O

--
- Mark Randall
http://www.temporal-solutions.co.uk

"We're Systems and Networks..."
"It's our job to know..."

scavenger hunt

Jun 15, 2006, 6:52pm
[View Quote] Upgrades are however expected to work, especially after the extreemly long
period of time they took :S

If Andras has given the red light to something like this then im willing to
bet it must be something pretty messed up.

--
- Mark Randall
http://www.temporal-solutions.co.uk

"We're Systems and Networks..."
"It's our job to know..."

scavenger hunt

Jun 16, 2006, 3:01pm
Silly you...

[View Quote]

Ahead of it's time

Jun 16, 2006, 3:33pm
[View Quote] Yup, definately sounds like at Mart

--
- Mark Randall
http://www.temporal-solutions.co.uk

"We're Systems and Networks..."
"It's our job to know..."

1  ...  135  136  137  138  139  140  |  
Awportals.com is a privately held community resource website dedicated to Active Worlds.
Copyright (c) Mark Randall 2006 - 2024. All Rights Reserved.
Awportals.com   ·   ProLibraries Live   ·   Twitter   ·   LinkedIn