Developer Chat

Developmental Discussions of visualboyadvance-m
User avatar
ZachBacon
Member
Posts: 242
Joined: Tue Mar 27, 2018 9:35 pm

Developer Chat

Post by ZachBacon »

Current Developers can post here and leave notes for others as was in the github discussion #602
For now this is marked as an admin/vba-m contributor area but has readonly access for registered users and guests. This though is subject to change.

Image

User avatar
Crocodillian
Junior Member
Posts: 14
Joined: Tue Jan 21, 2020 11:07 am
Location: San Francisco, California, United States

RE: Developer Chat

Post by Crocodillian »

Ok, going to try this.

Does this support markdown? Let's see.

  • list item 1
  • list item 2

Nope, see if there's some kind of plugin or extension for markdown.

  • the editor features are nice enough

  • but markdown would be better

Code: Select all

foo=$bar

syntax-highlighted language-specific literal blocks are also a very nice to have.

This doesn't seem to have any kind of support for code blocks that I can see in the editor, there must be bbcode for it or something.

Also this has some kind of bug with preview post, if you click preview post when you're already in preview post, it inserts a bunch of blank lines between all of your lines, very annoying. I had to edit out all the blank lines from this post.

Last edited by Crocodillian on Thu Feb 06, 2020 10:16 am, edited 1 time in total.
User avatar
ZachBacon
Member
Posts: 242
Joined: Tue Mar 27, 2018 9:35 pm

RE: Developer Chat

Post by ZachBacon »

That's the first thing I tried doing was finding a markdown plugin, sadly there isn't one. Literally every other board can support markdown sadly. Even phpBB which to be honest doesn't have a good track record with spam, has an extension for markdown.

Last edited by ZachBacon on Thu Feb 06, 2020 4:21 pm, edited 1 time in total.

Image

denisfa
Junior Member
Posts: 1
Joined: Wed Feb 05, 2020 12:31 pm

RE: Developer Chat

Post by denisfa »

I want to learn more about emulation, so I can do something meaningful for our cores. I will take some time and read docs, as well as doing some code samples for GB.

As far as I noticed, mednafen used some very old release of vba as their starting code for GB, but they do not have some bugs that we have on our Issues section. I will see what we can take from them.

User avatar
Crocodillian
Junior Member
Posts: 14
Joined: Tue Jan 21, 2020 11:07 am
Location: San Francisco, California, United States

RE: Developer Chat

Post by Crocodillian »

This seems like a good description of bbcode:

https://www.phpbb.com/community/help/bbcode

Which board software is this? I will take a look at the source, and see if I can add some features.

@denisfa good to hear you are interested in learning more about emulation.

There is an emudev discord that's quite active if you're into that sort of thing, I might check it out too.

Working on the emulation issues sounds interesting and is an excellent opportunity to improve the codebase too.

Like moving some of these magic numbers into #defines and using more proper data structures for things etc..

User avatar
Crocodillian
Junior Member
Posts: 14
Joined: Tue Jan 21, 2020 11:07 am
Location: San Francisco, California, United States

RE: Developer Chat

Post by Crocodillian »

Zach, can you review the dev manual and tell me whether the release process is sufficiently described. Then I will merge this.

User avatar
ZachBacon
Member
Posts: 242
Joined: Tue Mar 27, 2018 9:35 pm

RE: Developer Chat

Post by ZachBacon »

Yeah, I can do that thursday when it's my day off.

User avatar
ZachBacon
Member
Posts: 242
Joined: Tue Mar 27, 2018 9:35 pm

RE: Developer Chat

Post by ZachBacon »

and the board software I've chosen was myBB, it's a little more easier to deal with in terms with security and dealing with antispam. Not saying phpBB isn't hard, it's harder to deal with than myBB let's just say. In the end if you think we should make the switch, I can do the conversion.

User avatar
Crocodillian
Junior Member
Posts: 14
Joined: Tue Jan 21, 2020 11:07 am
Location: San Francisco, California, United States

RE: Developer Chat

Post by Crocodillian »

No, I was just wondering so I could potentially make changes to the codebase.

User avatar
ZachBacon
Member
Posts: 242
Joined: Tue Mar 27, 2018 9:35 pm

RE: Developer Chat

Post by ZachBacon »

Crocodillian wrote:

No, I was just wondering so I could potentially make changes to the codebase.

Alright, let me know if you have some changes and I'll upload them.

Post Reply