I say GPL 3.20 so we can fix stuff ourselves and focus on 4![]()
I say GPL 3.20 so we can fix stuff ourselves and focus on 4![]()
I've never switched to SCAR 3.15b, as I've never had a problem with it, and I heard bugs with 3.20d on vista.
I'd be happy with 3.15 until 4 is out.
I think you should respect an order. Right now, we need the bugs posted on your forum fixed. You also have to make a quick fix for the fonts. Then go with 3.21. When you are done, you have plenty of time to finish/start SCAR 4.
I still use Scar 3.15. But, I will probably move onto 3.20 if you fix all the bugs. Then move onto 4.0..
SCAR Code://Smarter Child, has VISTA!
I would say start with SCAR 4.0.
I guess it would just be a nice clean new slate.
Also, side note, is it possible to create a Mac version of SCAR? SCAR is written in Pascal I believe. Is it possible to create a mac native SCAR also? If so, that would be great! If not... WINE or dual boot for me :P
Last edited by r3dr4g0n; 07-12-2009 at 03:24 AM.
Freddy, with all due respect, I find it a bit weird that you ask this to the public, rather than the people with experience and longevity. But that's just MO...
Far from everyone that voted has a clue about what you just polled, plus it's implications. They are also not the ones that have to handle those implications.
The best way to contact me is by email, which you can find on my website: http://wizzup.org
I also get email notifications of private messages, though.
Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
Documentation | Source | Simba Bug Tracker on Github and Villavu )
My (Blog | Website)



That's not pascal code.. why would it work like that?
And your problem is an easy fix if you typecast act as a ___pointer:SCAR Code:program New;
type trigger = record
actions:array of procedure;
end;
var
T: trigger;
procedure p1;
begin
writeln('1');
end;
procedure p2;
begin
writeln('2');
end;
procedure p3;
begin
writeln('3');
end;
procedure addaction(var trig:trigger; act:procedure);
begin
SetArrayLength(trig.actions, GetArrayLength(trig.actions)+1);
trig.actions[High(trig.actions)] := ___pointer(act);
end;
begin
addaction(T, @p1);
addaction(T, @p2);
addaction(T, @p3);
T.actions[0]();
T.actions[1]();
T.actions[2]();
end.
Personally, I'm wondering exactly how much of SRL would have to be completely rewritten to work with the completely redesigned SCAR 4.
Better to get 3.20 back into (mostly) complete working order, as well as fixing up at least a few of the known bugs, before working on 4.
Better leave a working version behind, go for scar 3.21
Verrekte Koekwous






Since 3.20 actually.
Last edited by ZephyrsFury; 07-11-2009 at 09:21 PM.
The best way to contact me is by email, which you can find on my website: http://wizzup.org
I also get email notifications of private messages, though.
Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
Documentation | Source | Simba Bug Tracker on Github and Villavu )
My (Blog | Website)
The best way to contact me is by email, which you can find on my website: http://wizzup.org
I also get email notifications of private messages, though.
Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
Documentation | Source | Simba Bug Tracker on Github and Villavu )
My (Blog | Website)
I agree with you at part 1 of that (stable program), I can't agree with the second, though.
=> There are us who don't use SRL Include at all... ..or play RuneScape.
So, how about letting the users choice?
I use SCAR for personal projects of mine, one of em is for macroing purposes on another [M]MORPG.
I never said that the majority should decide and I simply post this here because people don't seem to visit my forums often enough so the vote would take forever, this is simply the highest concentration of SCAR users I can easily get in touch with in a short period of time. But anyway, I've had about enough of these ridicules fights between us, it's because of you that I had to take a break because I couldn't handle the stress anymore because I was constantly being bashed which in terms was a major setback for all of my projects. So go ahead and post your snappy reply, but don't expect another reply from me.
As for this poll, I was never planning on starting the work on SCAR 4 before I finished at least SCAR 3.21, I was merely interested in seeing how people would handle this situation if they could decide, as a developer I wouldn't take decisions like this lightly and never leave behind something that doesn't work as well as it should before moving on. I will be setting up a subversion repository soon where I will upload SCAR 3.21 pre-release versions, this way I can fix and update bugs fast and the people who test it in terms can resume the testing faster as they have access to a fixed version faster. I'm currently using Windows 7 as a development environment, so the next versions of SCAR will probably be a bit more Vista/7 friendly, which is what I'm currently working on.
And even though you don't use it for RS, you provided well over half the funding required for me to build SCAR 4!![]()
First of all, I apologize for any real life stress I may have caused...
Sorry![]()
Nevertheless, in my opinion I have not attacked you in this thread, I'm only trying to voice my opinion. I've been going over the posts a couple of times, and I really can't find any offensive posts, and no offense was intended.
I treat your opinion with great care, and I wish you do the same of mine.
Well that's great news. I, for one, didn't understand that you were going to work on 3.21 first, though...![]()
And for those of you who don't use SCAR for RuneScape, there's also the SRL Community.
I think I've already made it clear that I am very interested in macroing other games as well.
If you keep your projects private however, there isn't much the community can do for your projects...
The best way to contact me is by email, which you can find on my website: http://wizzup.org
I also get email notifications of private messages, though.
Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
Documentation | Source | Simba Bug Tracker on Github and Villavu )
My (Blog | Website)
I vote for Scar 4.0, because i don't use it in Runescape and i know some people who would like to use it in other games too
And yes, i use SCar 3,15 B.. And i see now Errors whatsoever in it
And i think we forget who is putting his ass into this. So we can "Cheat".. Freddy doesn't get paid for what he is doing, or anything.
Thanks Freddy for asking our opinions. And Thanks for developing this wonderful Program called Scar A.K.A Phoenix.
~Home
There are currently 1 users browsing this thread. (0 members and 1 guests)