Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »

Welcome to Software Development on Codidact!

Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.

Activity for TecBrat‭

Type On... Excerpt Status Date
Comment Post #290253 Because I don't know what goes on in the background, I don't know what the root cause was. I'd be happy to accept someone else's answer if they can explain it.
(more)
5 months ago
Edit Post #290253 Initial revision 5 months ago
Answer A: Method not found when emitting a custom signal, but the game seems to work when played.
My solution was to carefully disconnect every signal from every node involved, then re-implement and reconnect each signal. Now it works with no error.
(more)
5 months ago
Edit Post #290251 Initial revision 5 months ago
Answer A: The way I tried to mark up code did not work. What is the right way to do it?
Alexei's comment gave me the answer. Instead of using the code icon, put three backticks "```" at the start and end of the code. Each set of backticks must be on it's own line. Here's an example: ``` Called every frame. 'delta' is the elapsed time since the previous frame. func process(delta)...
(more)
5 months ago
Comment Post #290249 Alexei, thank you for the cleanup. I have since learned how to do it right.
(more)
5 months ago
Edit Post #290250 Post edited:
5 months ago
Comment Post #290250 No. I didn't know that existed. I'll look into it. Thanks ... (Edit) I looked into it and I understand. If you'll make an actual answer out of that, I'll accept it. Perhaps this will help someone else in the future.
(more)
5 months ago
Edit Post #290250 Initial revision 5 months ago
Question The way I tried to mark up code did not work. What is the right way to do it?
The way I tried to mark up code did not work. What is the right way to do it? The line break after the first signal is ignored. Some languages use a hash as a comment. Here, it bolds the line, actually setting it to an \ tag. Now I'm typing this, I realize that only the loop at the end actua...
(more)
5 months ago
Edit Post #290249 Initial revision 5 months ago
Question Method not found when emitting a custom signal, but the game seems to work when played.
In Godot 4.1.1 I moved some scenes and started getting parenting errors. I think I got that fixed, but I'm mentioning it in case it is important. I have an Area2d called House. house.gd has two custom signals ``` signal playerentered signal playerexited func onbodyentered(body): print("...
(more)
5 months ago
Edit Post #282008 Initial revision almost 3 years ago
Question How can I customize the default project templates, or create my own, in Android Studio 4.2.1
I want to remove a deprecated entry from the default build.gradle file as well as change the default layout of an empty activity to use Relative Layout instead of constraint. I'm using Android Studio 4.2.1 on Windows 10. I've seen Q&A elsewhere with solutions that apparently no longer work on t...
(more)
almost 3 years ago