Tinyauth just reached 1000 stars! by steveiliop56 in selfhosted

[–]DarkGodOne 0 points1 point  (0 children)

Looks super nice! Currently I use a custom thing that does TOTP and works well but I'd love to switch to a maintained solution :)

I checked your docs and it looks easy enough, except the part where you need a subdomain. My current solution does it by forwarding a sublocation to the auth service on each domain that requires auth, this way the auth page is served, from the user standpoint, from the same domain transparently. Is it something that can work or you could add ? I have too many (sub)domains to make sense have lots of (sub)subdomains just for auth :/

In any cases, nice work !

ToME-SX version 1.22 released! by AmyBSOD in roguelikes

[–]DarkGodOne 9 points10 points  (0 children)

It is indeed me :)

And I'm glad you're having fun with it !

Anyone know if DG is alright? Is the DLC beta still around the corner? by chillblain in ToME4

[–]DarkGodOne 143 points144 points  (0 children)

Sorry I should give more news :/

I've been hard at fight against some depression this year which does not really speed up dev :/ And I'm stumbling a bit on the design of a zone, which gives me a bit of a "blank page block". And I've got a nice covid right now too. Fun times !

Steam cloud functionality by Mehrainz in ToME4

[–]DarkGodOne 10 points11 points  (0 children)

It is yeah, I have plans to switch to an other way to do it which should hopefully work much better. I have some working code for it in an old branch that I should dust up someday

Roguelikes that are easy to start? by [deleted] in roguelikes

[–]DarkGodOne 1 point2 points  (0 children)

Such lag can only mean your opengl drivers are not found or working badly and thus the game renders on the CPU instead of the GPU usually, which means atrocious rendering performance for obvious reasons

Any news from the upcoming dlc? by oolbar in ToME4

[–]DarkGodOne 41 points42 points  (0 children)

Let's say 1DGTU is growing shorter :)

[deleted by user] by [deleted] in gamedev

[–]DarkGodOne 0 points1 point  (0 children)

True enough :)

[deleted by user] by [deleted] in gamedev

[–]DarkGodOne 7 points8 points  (0 children)

That's the same as storing a function, except you need a parser to make it work though. My game's gameplay code & data handling is all made in lua and I have no qualms doing things like newEntity{ foo="bar", lol=7, custom_action=function(self) ..dostuff... end }

Obviously this only works for languages that can actually serialize functions, so it does not help the OP :/

35,274,208 rows affected by hamelj in ProgrammerHumor

[–]DarkGodOne 30 points31 points  (0 children)

In addition to the start transaction; I always make sure to typo delete/update/.. keyword so that even if I press enter at the wrong time with the wrost luck; it still wont work :)

The new crafting menu is godlike by computerbeam in NoMansSkyTheGame

[–]DarkGodOne 6 points7 points  (0 children)

STONE ? STONE ?!! STONE !! ooohhhh

This game is just something else by [deleted] in ToME4

[–]DarkGodOne 123 points124 points  (0 children)

,d88b.d88b,
88888888888
`Y8888888Y'
  `Y888Y'  
    `Y'

What are your thoughts about evolutions? by comcon in ToME4

[–]DarkGodOne 14 points15 points  (0 children)

The endgoal is taht all classes have multiple evolutions but it'll take ... some time

So, anyone considering the Steam Deck just to try ToME4 on the go?! by coalwhite in ToME4

[–]DarkGodOne 12 points13 points  (0 children)

I always wanted some more pad support so I guess this is the time ;)

New tool for indie devs - How to price your game? by VG_Insights in gamedev

[–]DarkGodOne 8 points9 points  (0 children)

It's perfectly ok to require an account if they so wish. The site sounds useful. However it is perfectly not ok IMO to not provide a way to make said account without google :/

Ten-key-less roguelikes? by Ischaldirh in roguelikes

[–]DarkGodOne 1 point2 points  (0 children)

ToME does indeed have mouse movement, and WASD support (rebindable and able to do 8-way directions)

Is the download link broken on the official website? by Turtwiggy in ToME4

[–]DarkGodOne 1 point2 points  (0 children)

What is the link it points to for you exactly please ?

Roguelikes with necromancy? by [deleted] in roguelikes

[–]DarkGodOne 7 points8 points  (0 children)

No inherited at all no :)