BotC - BotScript compiler!

Maps, modifications, add-ons, projects, and other releases for Zandronum. Also includes announcers.
User avatar
-Jes-
Frequent Poster Miles card holder
Posts: 975
Joined: Fri Aug 03, 2012 9:55 am
Location: Void Zone

RE: BotC - BotScript compiler!

#21

Post by -Jes- » Sat Oct 20, 2012 9:48 pm

BotC is still a work in progress (I hope). Nothing to do but wait for Dusk to serve up one hot steaming cup of beta release.

User avatar
Dusk
Developer
Posts: 581
Joined: Thu May 24, 2012 9:59 pm
Location: Turku

RE: BotC - BotScript compiler!

#22

Post by Dusk » Tue Feb 04, 2014 11:30 am

Okay, update time:

- The codebase has seen a major overhaul and refactoring so it isn't an unmaintanable mess anymore.
- I've rewritten expression support so now it isn't as fragile anymore, supports operator precedence (multiplications before additions) and constant expressions. Iif you say int x = 5 * 4; it understands that 5 * 4 is a constant expression and the value is 20.

Still far from done but at least that bugger is mostly out of the way now. BotC MIGHT see a beta release in February but I don't guarantee anything.

Lollipop
Zandrone
Posts: 1124
Joined: Tue Jul 24, 2012 10:34 am
Location: Denmark

RE: BotC - BotScript compiler!

#23

Post by Lollipop » Wed Feb 05, 2014 11:54 am

It is good to see you working on this again, simply great!
Now, I do not have any source code compiler, so is there a change you can release a compiled version of the source, instead of having us nabs ask for others help to get the source compiled?
Combinebobnt wrote:i can see the forum league is taking off much better than the ctf ones
GalactusToday at 1:07 PM
are you getting uncomfortable jap
feeling something happen down there

User avatar
Dusk
Developer
Posts: 581
Joined: Thu May 24, 2012 9:59 pm
Location: Turku

RE: BotC - BotScript compiler!

#24

Post by Dusk » Mon Feb 10, 2014 2:38 am

I'll get a binary out when it's ready for a beta build. The source is there in case you want to build it before that.

Lollipop
Zandrone
Posts: 1124
Joined: Tue Jul 24, 2012 10:34 am
Location: Denmark

RE: BotC - BotScript compiler!

#25

Post by Lollipop » Wed Feb 12, 2014 6:57 am

I have no idea how to use it :razz: , so I guess I will just be patient and wait for whatever op will come out of this :D
Combinebobnt wrote:i can see the forum league is taking off much better than the ctf ones
GalactusToday at 1:07 PM
are you getting uncomfortable jap
feeling something happen down there

Post Reply