Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Bug Report (https://forums.graalonline.com/forums/forumdisplay.php?f=193)
-   -   bitwise operations no longer working clientside! (https://forums.graalonline.com/forums/showthread.php?t=134269562)

Jakov_the_Jakovasaur 09-18-2014 05:52 PM

bitwise operations no longer working clientside!
 
hello!

i previously submitted this thread to show that bitwise operations were no longer working on serverside -

Quote:

Originally Posted by Jakov_the_Jakovasaur (Post 1730058)
hello!

after doing the following:

PHP Code:

  temp.2;
  echo(
temp.a);
  
temp.&= ~2;
  echo(
temp.a); 

this is being output:

PHP Code:

2


on clientside however it outputs:

PHP Code:

2


are bitwise operations broken on serverside or am i going senile?

if they are broken this should be fixed asap

for the new client i now see that they are not working clientside either, and now some of my systems are broken

i am appalled that no attention has been paid to this issue, the bug has now been released with the new client when had there been some proper support this could have been avoided

here is another example of the bug -

PHP Code:

//#CLIENTSIDE
function onCreated() {
  
temp.4;
  echo(
temp.b);
  
temp.&= ~4;
  echo(
temp.b);


this outputs -

7
4

on the previous client version it output -

7
3

if i change the script to:

PHP Code:

//#CLIENTSIDE
function onCreated() {
  
temp.16;
  echo(
temp.b);
  
temp.&= ~8;
  echo(
temp.b);


it outputs:

31
24

instead of:

31 23

samich 09-19-2014 04:13 PM

I was wondering my my enableFeatures was acting strange..

Jakov_the_Jakovasaur 09-19-2014 04:23 PM

Quote:

Originally Posted by samich (Post 1731270)
I was wondering my my enableFeatures was acting strange..

which is technically breaking the games own default functionality...

scriptless 09-21-2014 02:41 AM

Quote:

Originally Posted by Jakov_the_Jakovasaur (Post 1731271)
which is technically breaking the games own default functionality...

More helpful information would be if you had posted results from various platforms. Since this bug further worsened by the update to windows is the bug now on par with mac results or no?

Jakov_the_Jakovasaur 09-21-2014 09:11 AM

Quote:

Originally Posted by scriptless (Post 1731336)
More helpful information would be if you had posted results from various platforms. Since this bug further worsened by the update to windows is the bug now on par with mac results or no?

while i do not have access to a mac in order to confirm, one of the main points of the v6 client is for it to be consistent across multiple platforms

i have also reported that bitwise operations are broken on serverside over a month ago

http://i.imgur.com/G0Qx4H2.jpg

Jakov_the_Jakovasaur 10-06-2014 03:44 PM

http://i.imgur.com/my7LiI5.gif

fowlplay4 10-06-2014 10:13 PM

Now that you know I'm trapped
Sense of elation
You'd never dream of
Breaking this fixation

Jakov_the_Jakovasaur 11-02-2014 09:33 PM


Jakov_the_Jakovasaur 01-18-2015 10:28 AM

hello!

is the lack of progress on this problem simply that there is no longer someone able to update the client and npc-server?


All times are GMT +2. The time now is 06:31 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.