Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
G2O G2O - New beginning
#81
(05.09.2016, 15:25)Osmith Wrote: And what updates can we expect these functions?
Don't know I have different plans. When magic will be synced, then thoose function will be added.
Reply
#82
Ok i released version 0.0.5, links are in first post.
Reply
#83
Solving the problem of server startup (Windows)

Open the file items.xml and go to the last line.
Replace <items> on </items> and save.
Now, server should normally run.
[Image: spineSignature.php?name=Twice&language=Polish]




Reply
#84
There is a bug with Packets and currently they didn't work. Please wait for fix.
Reply
#85
I've got a question for scripters. Do you prefer structured programming or object-oriented?
I mean I'm under implementing some new stuff and I thought that would be nice to create draw like that:
Code:
local draw = Draw("Bla bla bla");
draw.setPosition(7800, 6000);
draw.visible = true;
Instead of:
Code:
local draw = drawCreate(many arguments);
drawSetVisible(draw, true);
So what is your opinion?
Reply
#86
I think 1 option will be better for me.
Reply
#87
I'd go for option 0. Seems a lot neater.
Reply
#88
here a quote of julian (headprogrammer of our team)

Quote: The object oriented aproach is much cleaner and if would write code in squirrel i would prefer it.
[Image: q4qeu3ny.gif]
Reply
#89
First option.
[Image: spineSignature.php?name=Twice&language=Polish]




Reply
#90
If the first option is better for you, I choose the first option.
Wilk Morski Klanu Espadre
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Information New website Bimbol 20 17,003 18.10.2015, 13:19
Last Post: ALbatrOS

Forum Jump:


Users browsing this thread: 1 Guest(s)