Caligari_87 wrote:Small feature request from me: After using AutoCAD and various other drafting software for school, they all have this nifty feature for selecting objects. When dragging a selection box, if you drag to the right, it selects everything inside the box, like GZDB does now. However, if you drag to the left, it selects everything the box touches. Would something like that be possible?
GZDoom Builder 2.3
Re: GZDoom Builder 1.14
- Caligari87
- Admin
- Posts: 6246
- Joined: Thu Feb 26, 2004 3:02 pm
- Preferred Pronouns: He/Him
- Contact:
Re: GZDoom Builder 1.14
Ah, so it does exist already! Cool. Any thoughts on making it dependent on the direction the box is dragged, instead of needing a button toggle?

Re: GZDoom Builder 1.14
Only one: nobody except you and me would ever discover this feature...Caligari_87 wrote:Any thoughts on making it dependent on the direction the box is dragged, instead of needing a button toggle?
Re: GZDoom Builder 1.14
Newsflash! (r1973)
1. Script type can now be chosen when opening a map.
Download GZDoom_Builder-r1973.7z
1. Script type can now be chosen when opening a map.
Download GZDoom_Builder-r1973.7z
Last edited by MaxED on Mon Jul 14, 2014 2:44 am, edited 1 time in total.
Re: GZDoom Builder 1.14
Just a quick question: What is BCS script? Where can be found any information about BCS?
-
Blue Shadow
- Posts: 5046
- Joined: Sun Nov 14, 2010 12:59 am
Re: GZDoom Builder 1.14
https://github.com/wormt/bcc/cocka wrote:Where can be found any information about BCS?
Re: GZDoom Builder 1.14
Is that a language that has no importance at the moment at all? Will BCS be the successor of ACS or what? I haven't found any topic about this BCS.
Is someone planning to implement lists for BCS? That would be pretty cool.
Stucture, enum etc.. are OK, but I'm wondering... will there be a wiki article about the new features or any further information about BCS anywhere?
That's somewhat interesting that I became aware of BCS just because I had had a look at the latest GZDoombuilder. If it's in the list of map formats then why nobody has ever said any relevant information about that in this forum?
Is someone planning to implement lists for BCS? That would be pretty cool.
Stucture, enum etc.. are OK, but I'm wondering... will there be a wiki article about the new features or any further information about BCS anywhere?
That's somewhat interesting that I became aware of BCS just because I had had a look at the latest GZDoombuilder. If it's in the list of map formats then why nobody has ever said any relevant information about that in this forum?
Re: GZDoom Builder 1.14
Official BCC thread on the Zandronum forum:
http://zandronum.com/forum/showthread.php?tid=4864
As you can see (from that thread), the author is only interested in making it Zandronum compatible for now, so if you're thinking of porting your ZDoom-based ACS code to the BCC compiler, you can pretty much forget about it... unless someone can convince him to make ZDoom-compatible version of BCC. :P
I was excited about it too at first but I'm afraid I can't use it to replace ACC completely yet because I use named scripts (and no, forcing me to switch back to using constant identifiers in place of named scripts is not a solution).
http://zandronum.com/forum/showthread.php?tid=4864
As you can see (from that thread), the author is only interested in making it Zandronum compatible for now, so if you're thinking of porting your ZDoom-based ACS code to the BCC compiler, you can pretty much forget about it... unless someone can convince him to make ZDoom-compatible version of BCC. :P
I was excited about it too at first but I'm afraid I can't use it to replace ACC completely yet because I use named scripts (and no, forcing me to switch back to using constant identifiers in place of named scripts is not a solution).
Re: GZDoom Builder 1.14
Well, right now I'm OK with ACS, but its drawback is the lack of lists. If only we had lists in acs. 
Re: GZDoom Builder 1.14
Support for BCC came from the previous page (just read the first three posts on that page). Short version is that they're things you might want to use for whatever reason, but for most ZDoom modders, Randy's ACC will remain the standard.
Re: GZDoom Builder 1.14
I've checked some functions from http://zdoom.org/wiki/Built-in_ACS_functions (namely the ones from current development version), and all of those seem to be defined in BCC's std.acs.Nash wrote:As you can see (from that thread), the author is only interested in making it Zandronum compatible for now, so if you're thinking of porting your ZDoom-based ACS code to the BCC compiler, you can pretty much forget about it... unless someone can convince him to make ZDoom-compatible version of BCC.
Named scripts are supported in BCCNash wrote:I was excited about it too at first but I'm afraid I can't use it to replace ACC completely yet because I use named scripts (and no, forcing me to switch back to using constant identifiers in place of named scripts is not a solution).
Re: GZDoom Builder 1.14
SERIOUS BUG WARNING!!! (Uh oh...)
Serious bug crept in r1970. Because of it, SCRIPTS lump is not saved when saving a map. In fact, it's removed instead. I'm working on a fix right now.
Serious bug crept in r1970. Because of it, SCRIPTS lump is not saved when saving a map. In fact, it's removed instead. I'm working on a fix right now.
Re: GZDoom Builder 1.14. SERIOUS BUG WARNING ON PAGE 130
Fixed 2 bugs introduced in r1970:
Script names/numbers cache was not updated (no scripts were shown in the drop downs when using script setting actions).
SCRIPTS lump was not saved when saving a map.
Download GZDoom_Builder-r1975.7z
Script names/numbers cache was not updated (no scripts were shown in the drop downs when using script setting actions).
SCRIPTS lump was not saved when saving a map.
Download GZDoom_Builder-r1975.7z
Re: GZDoom Builder 1.14. SERIOUS BUG WARNING ON PAGE 130
Almost the same thing happens when you open a map without SCRIPTS lump and you just want to test the map, then the temporary file won't have any compiled scripts but SCRIPTS file with empty content therefore the automatic compiling leads to an "empty" BEHAVIOR lump as well. So BEHAVIOR somehow must be preserved if there is no SCRIPTS lump. (as it is in Hexen maps)SCRIPTS lump is not saved when saving a map. In fact, it's removed instead.
- Siberian Tiger
- Posts: 476
- Joined: Fri Jun 12, 2009 11:23 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): KUbuntu 22.04.1 LTS
- Graphics Processor: nVidia (Modern GZDoom)
- Location: United States
- Contact:
Re: GZDoom Builder 1.14. SERIOUS BUG WARNING ON PAGE 130
MaxED, incase you didn't catch it yet, I have appended to your request. In addition, I put up the latest revision on DRDTeam.
[As stated in the DRDTeam topic, I am a bit unreliable - so don't expect builds from me until I say otherwise]
[As stated in the DRDTeam topic, I am a bit unreliable - so don't expect builds from me until I say otherwise]
