Search found 475 matches

by SamuraiCrow
Sat Dec 31, 2022 7:06 am
Forum: General programming
Topic: Table index and Nil
Replies: 6
Views: 1000

Re: Table index and Nil

Probably not a bug because assigning NIL to a table entry is the legal way to mark it as empty.
by SamuraiCrow
Thu Dec 22, 2022 2:43 am
Forum: General programming
Topic: is it safe to use variables not sent to func
Replies: 2
Views: 451

Re: is it safe to use variables not sent to func

The object oriented approach would be to replace DrawEnemy() with a draw() method contained in the enemy table structure. Then you could draw them using an iterator and making the [n] lookups into uses of the self variable in the method. Enemies={} /* global acceleration */ global dx=3 global dy=4 F...
by SamuraiCrow
Tue Nov 29, 2022 9:08 pm
Forum: RapaGUI
Topic: HTMLview on AmigaOS
Replies: 10
Views: 4428

Re: HTMLview on AmigaOS

Did you try recompiling from source using GCC?
by SamuraiCrow
Sun Nov 27, 2022 4:42 pm
Forum: Hollywood bugs
Topic: Error Deserializing JSON string
Replies: 3
Views: 858

Re: Error Deserializing JSON string

Thanks for the tip!
by SamuraiCrow
Sun Nov 27, 2022 4:40 pm
Forum: Off topic
Topic: Am I the only one here using GitHub with Hollywood?
Replies: 13
Views: 18886

Re: Am I the only one here using GitHub with Hollywood?

I found the MorphOS sources for Git itself on GitHub. It depends on IXEmul.library though.
by SamuraiCrow
Sun Nov 27, 2022 4:22 pm
Forum: RapaGUI
Topic: HTMLview on AmigaOS
Replies: 10
Views: 4428

Re: HTMLview on AmigaOS

https://github.com/amiga-mui/htmlview has the latest sources in C++ (not just C).
by SamuraiCrow
Fri Nov 04, 2022 2:29 am
Forum: Wishlist
Topic: PROPOSAL-DISCUSSION , Official Move to OpenSource "IDE" ?
Replies: 17
Views: 11528

Re: PROPOSAL-DISCUSSION , Official Move to OpenSource "IDE" ?

@plouf Scintilla is the gadget library SciTE is based on. I think the RichText gadget in wxWidgets uses Scintilla as well. FlowStudio on MorphOS is also based on Scintilla wrapped in an MUI custom class. If Andreas has a Hollywood syntax highlighter for Scintilla, he's definitely on the right track.
by SamuraiCrow
Fri Oct 28, 2022 4:22 pm
Forum: Wishlist
Topic: PROPOSAL-DISCUSSION , Official Move to OpenSource "IDE" ?
Replies: 17
Views: 11528

Re: PROPOSAL-DISCUSSION , Official Move to OpenSource "IDE" ?

Regarding the graphical editor I was going to work on, it would have been a wrapper for Hollywood with the goals of an alternate compiler for more speed and less memory consumption, and a graphical editor for Android.
by SamuraiCrow
Sat Oct 22, 2022 4:16 pm
Forum: Wishlist
Topic: PROPOSAL-DISCUSSION , Official Move to OpenSource "IDE" ?
Replies: 17
Views: 11528

Re: PROPOSAL-DISCUSSION , Official Move to OpenSource "IDE" ?

At one point I wanted to write a graphical code editor using RapaGUI but it violated the terms of Hollywood's license agreement. I think Andreas requires not to be excluded from such a development that could import Hollywood source. As for an IDE being "huge", it's almost all GUI. Just fin...
by SamuraiCrow
Sat Oct 22, 2022 3:17 pm
Forum: Wishlist
Topic: PROPOSAL-DISCUSSION , Official Move to OpenSource "IDE" ?
Replies: 17
Views: 11528

Re: PROPOSAL-DISCUSSION , Official Move to OpenSource "IDE" ?

I think Andreas was interested in doing a "code edit" gadget based on SciTE for RapaGUI at some point. Then the rest could be written in Hollywood.