Search found 99 matches

by Calloway
Jan 13th, '20, 08:14
Forum: Requests
Topic: An Update?
Replies: 3
Views: 8187

An Update?

Hey John, it's been a little over a year and a half since the last announcement can we pleaseee get an update of some kind?
by Calloway
Dec 23rd, '19, 17:44
Forum: Projects
Topic: a study of loops, arrays and strings
Replies: 1
Views: 6046

Re: a study of loops, arrays and strings

Haha I love it, nice work
by Calloway
Dec 1st, '19, 10:43
Forum: Requests
Topic: Where is the download and the changelog of GP 083?
Replies: 2
Views: 8826

Re: Where is the download and the changelog of GP 083?

Do you notice any changes right away?
by Calloway
Oct 19th, '19, 18:11
Forum: Requests
Topic: Is there any news on the source code being released?
Replies: 0
Views: 21238

Is there any news on the source code being released?

I was just wondering if there was any news about the source code being released?
by Calloway
Aug 31st, '19, 04:31
Forum: Bugs
Topic: Weird Project Corruption
Replies: 3
Views: 110002

Re: Weird Project Corruption

I haven't tried running the project but looking the code it appears that your project defines a shared variable named 'true'. It's possible that that GP is confusing that variable name with the literal boolean value 'true'. That might not be the problem, just something to check... That's really wei...
by Calloway
Aug 6th, '19, 17:37
Forum: Bugs
Topic: Weird Project Corruption
Replies: 3
Views: 110002

Re: Weird Project Corruption

I also sometimes will get a bad texture error repeating until crash when I save projects
by Calloway
Aug 6th, '19, 17:34
Forum: Bugs
Topic: Weird Project Corruption
Replies: 3
Views: 110002

Weird Project Corruption

On Windows 10 Home 64 bit running GP Beta 0.82. Whenever I try and open this project I am presented with the debugger and a primitive fail saying the index is out of range. After resuming the task after that it states the first argument must be a string and then after running the project for a few m...
by Calloway
Jul 6th, '19, 03:22
Forum: Tips and Tutorials
Topic: Notepad++ simple GP syntax highlighting
Replies: 3
Views: 36401

Re: Notepad++ simple GP syntax highlighting

Thank you for this!
I've been trying to do this exact thing but it seems you beat me to it lol

I'll try adding more primitives
by Calloway
Jun 5th, '19, 19:56
Forum: Extending GP
Topic: How to Add Halting?
Replies: 0
Views: 21499

How to Add Halting?

I was wondering if there was anyway I could add a limit to the number of times the debugger emitted an error before halting
by Calloway
Jun 5th, '19, 19:00
Forum: Working with GP
Topic: Initiate Arrays, Lists, etc.
Replies: 2
Views: 10124

Re: Initiate Arrays, Lists, etc.

Thank you again, although I don't understand why not just have a Initiate Array block?
But thanks to how you made GP it's as easy as just adding a few lines to the library and it's there so thank you for that too :D