Search found 17 matches

by DexterHugo
17 March 2022, 05:35
Forum: Developers
Topic: No art request received
Replies: 9
Views: 1184

Re: No art request received

I also disagree. When neither the publisher nor the designer does not respond after several contact attempts, you should not engage in the project. Without publisher/designer approval you will never make it past alpha phase, even with license clearance. Without a license it's a big no-no. I am in t...
by DexterHugo
13 March 2022, 22:50
Forum: Developers
Topic: No art request received
Replies: 9
Views: 1184

Re: No art request received

Hi, I am in the same boat- sent a request back in late Nov/early December and never had a response. This is just my guess, but I would say that the vast majority of developers dabble but don't make it far. I think the admins are probably wanting to see that you're serious enough, else they waste a l...
by DexterHugo
10 March 2022, 03:48
Forum: Developers
Topic: javascript question - using for loop for dynamic event listeners creates multiple event listeners
Replies: 2
Views: 615

Re: javascript question - using for loop for dynamic event listeners creates multiple event listeners

You know there is a joke in here since you posted the same question twice ... but that aside. I'm sort of surprised you get any listeners, so take this advice with a grain of salt because maybe I'm missing something just looking at the code. But when you do this: let room_id = "#bottom_card&quo...
by DexterHugo
12 February 2022, 23:57
Forum: Developers
Topic: SQL Deadlock
Replies: 5
Views: 796

Re: SQL Deadlock

You don't need to do it here - it is done by framework, all code within one action is wrapped in transaction, if you doing it manully you likely break more than fix That's good to know! I've always just seen calls to dbquery, but I never saw anything that said that was auto-wrapping a sql transacti...
by DexterHugo
12 February 2022, 04:53
Forum: Developers
Topic: SQL Deadlock
Replies: 5
Views: 796

Re: SQL Deadlock

I agree with Victoria that seems to be the likely cause, but - even if you were updating several tables, have you considered just wrapping it all one transaction and running them together? See this link for additional help: https://www.mysqltutorial.org/mysql-transaction.aspx You should be able to u...
by DexterHugo
08 February 2022, 03:58
Forum: Developers
Topic: Notifications and Replays
Replies: 1
Views: 383

Re: Notifications and Replays

This is just a guess without seeing your code - but make sure you follow this pattern: On the screen - users performs an actions (let's say they select to go to a certain place on the board and as a result they get 3 coins). When they click the space of the action they want to go - stop there and se...
by DexterHugo
08 February 2022, 03:02
Forum: Developers
Topic: having trouble creating a second deck
Replies: 6
Views: 715

Re: having trouble creating a second deck

Personally, I found easiest just to create a second deck the same way I did the first deck instead of trying to co-mingle them in one object/table. So I just repeated the process (created a second table, added the constructor in php to make it a module.common.deck and then populated it in the setup)...
by DexterHugo
04 February 2022, 03:36
Forum: Developers
Topic: Notification subscription callback completely ignored in JS
Replies: 12
Views: 7075

Re: Notification subscription callback completely ignored in JS

It's hard to troubleshoot your code without seeing it - it could be something as simple as a misspelling. But - you've also said something about animation and I wonder if you are too rapidly firing events and causing yourself problems? I set the following to make sure my notifications have enough ti...
by DexterHugo
08 January 2022, 16:56
Forum: Developers
Topic: Dealing with disconnected players
Replies: 2
Views: 478

Re: Dealing with disconnected players

Ah-maybe it was just a weird glitch I was in this morning. I was testing last night in Safari on my Mac, closed the lid - jumped on my iPad to test and then this morning woke up and opened my computer and noticed the 3 events I did on my iPad weren't logged in Safari after reconnecting, and my game ...
by DexterHugo
08 January 2022, 15:47
Forum: Developers
Topic: Dealing with disconnected players
Replies: 2
Views: 478

Dealing with disconnected players

Hi, I'm hoping there is something documentation wise that I'm just missing, but let's say a player puts their computer to sleep with the game open, other players take their turns overnight and then the player wakes their computer the next day. How can I tell that the player is out-of-sync with the g...

Go to advanced search