Quote:
|
Originally Posted by Stefan
This needs to be updated / explained more:
- Showimgs will disappear if the npc displaying them is not on the screen
That is normal behaviour...
|
It was a weird problem making some things on market stands disappear too soon, but I can't reproduce it now so I will remove it.
Quote:
- Scripts (or just bombs) can be transferred to other levels
It's a clientside warping problem that will probably not be resolved (the server is warping the player before he is noticing it and is still sending bombs). Using npc-bombs would solve that.
|
Ok
Quote:
- Attempting to stream a playlist file causes Graal to freeze
No problem for me
|
It won't happen if your radio volume is turned down
Quote:
- When using keydown2 to check if CTRL+key combination is pressed, it only works if you hold the letter key down before you hold CTRL down.
Should the script be noticed of such key-press? Because it is normally a built-in functionality which shouldn't be modified ?
|
It probably should recognize it still when CTRL is pressed first. I never press the letter before CTRL, personally. Accepting CTRL+letter and letter+CTRL would make it act the same as v2.
Quote:
- When reading PMs:
If multiple \s (like \\\) are in a message, it is converted to \ in history
If \ is in a multi-word message, it is converted to " in history
Fixed that some versions ago and explained it
|
Hmm, it seems different now, but something is still weird. I asked Fry (on v4) to send me this in two separate PMs:
test \
test \\
I received this in the PM box:
test \\
test \\\\
and this in history:
Dr. Fry (Fri Nov 18 11:06:16 2005):
test \\
Dr. Fry (Fri Nov 18 11:06:12 2005):
test \
Quote:
- (!) Holding a button and switching to another application causes Graal to keep triggering that key (like firing a weapon)
Doesn't work for me
|
Ok, the server I was using to test this disappeared, so I haven't been able to test it for a long time, will remove it.