Re: Confusion on the spaceship operator in C++20

2020-09-13 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector


  


Re: Confusion on the spaceship operator in C++20

@3It returns 3 values, not 2.  Read the linked page.  It's a different value if a < b, a==b, or a > b.  You define it in your class to return 1 of 3 values from an enum and then the rest of the comparison operators can be implemented by the compiler on your behalf, rather than you having to hit all 5 functions yourself.Whether all the values it returns are truthy, I don't know, but it's not returning a bool.

URL: https://forum.audiogames.net/post/570514/#p570514




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: soundStrider, exploration game and relaxation tool

2020-09-13 Thread AudioGames . net Forum — New releases room : shiftBacktick via Audiogames-reflector


  


Re: soundStrider, exploration game and relaxation tool

Sorry for the triple post. It's easier for me to address things as separate thoughts. This one is just a general update about the game and a roadmap for its future. Here I'm speaking unofficially with no timelines or promises.Currently I'm making some improvements to my game engine. I've learned a lot since making three more games with it (Audo, Kaleidophone, and most recently S.E.A.). Most importantly it will now support full 3D audio. Ideally I'd like to patch all of my games with the new code. For the free ones, this will mostly be to align their source code with it, so other folks can reference them for their own projects. For soundStrider, this will open up interesting avenues for future updates.I have quite a few ideas for the next minor update. It will be a little bigger than the last one. Previously @aaron and I discussed a status screen and a journaling system; this will be added in some form. With the upgrade to 3D, I want to rework a few objects so they're positioned above you (like seagulls). Other engine changes will make it easier to add more performance options (like a sound limit). And ideally I'd like to expand some of the environments with new sounds (like tumbleweeds in the desert).After that, there's a lot of possibilities, like more sounds, quests, or instrument presets. It depends on how much time and energy I can dedicate to the project. Because...Quietly I'm also planning a new audio game that's similar in scope to soundStrider. I can't reveal much about it yet, but it's aiming to be an open-world zoology simulator that's influenced by monster hunting games. Expect a blog post when there's more to say.

URL: https://forum.audiogames.net/post/570515/#p570515




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: A hero's call guide

2020-09-13 Thread AudioGames . net Forum — General Game Discussion : Zawodnik via Audiogames-reflector


  


Re: A hero's call guide

Hi!Unfortunately I need help with "A hero's call". Can't understand what the puzzles in this game are all about?Not in the forest, these symbols: tree, bee, river, sun, seeds ...But in the cemetery: apple, dove ...And these numbers too.I do not understand what's going on? What is the logic of these puzzles? Will you help?

URL: https://forum.audiogames.net/post/570513/#p570513




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: looking for baseball games

2020-09-13 Thread AudioGames . net Forum — General Game Discussion : Blue-Eyed Demon via Audiogames-reflector


  


Re: looking for baseball games

why is 11 the last one that you can play?

URL: https://forum.audiogames.net/post/570512/#p570512




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Earwax

2020-09-13 Thread AudioGames . net Forum — Developers room : Jayde via Audiogames-reflector


  


Re: Earwax

Okay, Canlorn, here's the deal:World of Warcraft and, say, Chrono Trigger have entirely different styles of combat.The former can be hard because you're teaming up with other players (or not) and you're doing things like calculate DPS, test reaction speed and whatnot. Chrono Trigger is hard because bosses (and even regular enemies sometimes) do very specific things which require time to think and plan. One game, or game type, prioritizes things like speed and reaction time; the other prioritizes a different sort of strategy.There is absolutely a bit of bias talking here, but it isn't ignorance, the way you may be thinking. I, personally, happen to prefer turn-based stuff, not because it's easier to code (I'll get to this in a sec) but because it's the sort of game I enjoy when it's done well. Entombed, BTW, is manifestly -not done well, as it's too random. AHC tries, but again, it's not done especially well here. Things like Shadow Rine are a bit more action-focused than I prefer, but they absolutely do have their place. In addition, I have believed for quite awhile that if I could play games like WoW, I'd probably enjoy them immensely.But the reality of the situation, for me at least, is pretty straightforward. I like turn-based combat, it's much, much easier to code, and I don't code. Believe me, I've tried. I can write like nobody's business, and I can design monsters and storylines and stat systems and whatnot, but I can't actually write the code to make it happen. So if I want not only the sort of game I'd like to play, but also want to up the level of turn-based RPGs while simultaneously setting the entry point in a position where everybody wins in the end, this is where I'm at. I'm not knocking active combat, and I'd happily play an MMO-style RPG if given a chance; it is just not something I personally want to do, especially not at first. As you pointed out, most people don't have the chops to make it work, and as such, I know which way the wind is blowing. I am by no means trying to discourage people from making games like World of Warcraft. I just want to make a game more like the JRPGs I know and love, because we really don't have many of those, and those we -do have haven't done nearly the sort of things they could have done IMO.

URL: https://forum.audiogames.net/post/570511/#p570511




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Scrolling in the Windows terminal, or what should I use?

2020-09-13 Thread AudioGames . net Forum — Developers room : leibylucw via Audiogames-reflector


  


Re: Scrolling in the Windows terminal, or what should I use?

What's the difference between the new terminal and PowerShell? I downloaded the new terminal from the MS Store, but it seems to invoke PowerShell. What am I missing?

URL: https://forum.audiogames.net/post/570510/#p570510




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Elten Network -- Big Update Incoming!

2020-09-13 Thread AudioGames . net Forum — Off-topic room : JayJay via Audiogames-reflector


  


Re: Elten Network -- Big Update Incoming!

50 TTD= 12.5 Australian/NZ Dollars.

URL: https://forum.audiogames.net/post/570509/#p570509




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Sad to read this

2020-09-13 Thread AudioGames . net Forum — Off-topic room : Jayde via Audiogames-reflector


  


Re: Sad to read this

I'm trying, Canlorn, I really am. I've been trying for it since the start. The good arguments for being conservative are out there, and I'd engage them fairly if they showed up, but they don't.Ironcross, Biden has not been forced to take up his position. He could have said no, or could have been declared unfit. The reason he hasn't done either is because he and those who support him think he's fit. As I said, listen to his acceptance speech. Take a bigger picture than the one your party is feeding you. Yes, he's had some troubling things happen, so I'm not saying he's this amazing candidate who does everything right. But he's not this bumbling idiot who can't string together twelve words, either.Also? You kind of torched your political chops with me by saying that you'd rather be maimed and murdered than vote democrat. This is presumably true even if they put forward a really good candidate?If the republicans had put forward a candidate who acknowledged that Trump mismanaged a bunch of stuff and promised to do better, if the republicans put forward a candidate who was more center-right than alt-right, I would be nowhere near so vehemently against them. No, I wouldn't support them, but I wouldn't be doing this whole "vote blue, no matter what you do" thing. It's not republicans on their own that I can't stand. It's alt-right ideology, and those who use it to hurt everyone else. That happens to include Trump. That's all.

URL: https://forum.audiogames.net/post/570508/#p570508




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: We're alive complete collection

2020-09-13 Thread AudioGames . net Forum — Off-topic room : michaelhoffman1976 via Audiogames-reflector


  


Re: We're alive complete collection

no all the seasons are there. i have them. don't have gold rush though.

URL: https://forum.audiogames.net/post/570507/#p570507




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Blind Quest 2 - The Frost Demon Now Available

2020-09-13 Thread AudioGames . net Forum — General Game Discussion : crashmaster via Audiogames-reflector


  


Re: Blind Quest 2 - The Frost Demon Now Available

Actually that was quite easy.Now having completed the game there are some trubbling things.1.  this frost demon may have not been that bad.2.  the game says I have explored 81% of the game, is the abby worth exploring again.Is the cave worth exploring again.Can the waggon be fixed.I obviously reached a cliff hanger in the story, but since the game is 81 % completed, that means there is probably another ending to be found.Which begs the question, can the western paths be taken?Obviously I have found 1 ending, but if there is 14% left to explore, there maybe another end to this.Either that or there is another sequal I will now have to get when it coems out.Sounds are good, voices are ok ish, story is simple but good.I actually like how some places are unforgivving like volcaino island.I may actually try to replay blindquest1 again and see if I can beat the mega bosses again then play this again.This was actually fun and I needed to use my brain.As for the metal doorspoilerspaceits the amiba tree you want to examine again.That was the only area that had no use up to now, but almost everything bar some traps on volcano island have no use.Then again who knows, all you would need is another rope to climb down the paths.The only thing I would really like to do now is battle the snakes and get extra loot.The game doesn't give you a chance to do that though.

URL: https://forum.audiogames.net/post/570506/#p570506




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Confusion on the spaceship operator in C++20

2020-09-13 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector


  


Re: Confusion on the spaceship operator in C++20

@2, right, but again, what is the point of such an operator? Where could I practically use it? Like I said, logic suggests that the _expression_ a <=> b will always be true.

URL: https://forum.audiogames.net/post/570505/#p570505




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: soundStrider, exploration game and relaxation tool

2020-09-13 Thread AudioGames . net Forum — New releases room : shiftBacktick via Audiogames-reflector


  


Re: soundStrider, exploration game and relaxation tool

@76, 78I'm sorry that you're still experiencing issues with audio stuttering. If you could capture a recording of what you're experiencing and send me a link, I'd be happy to investigate further. If you haven't already, please try the desktop build, and lower your settings from the performance screen.I'm aware that there's an issue with the latest Chrome that causes occasional clicking sounds when ran in the browser (it will be fixed in November with Chrome 87). Those can be avoided in the desktop build. Other issues could be indicative of not meeting the hardware requirements, or possibly things to address in the next patch.Running the game is a lot like producing an electronic music song with dozens of simultaneous tracks. In its most complex scenes it can be extremely intensive. Personally, my machine is built specifically for that (8-core 4 GHz CPU, 16 GB RAM, USB3 audio interface), so I haven't run into any problems since the v1.0.2 update. Unfortunately I don't have access to any other hardware for testing purposes, so its minimum and recommended hardware requirements are only my best guesses.In my postmortem I discuss some of the technical limitations of the web platform and why achieving optimal performance for such a game is a difficult task. If you work with code or web technologies it should be an insightful read. Without simplifying the game, which I won't do for creative reasons, there are only two paths forward: providing more performance options for you to downgrade your experience, or waiting for the platform to mature in future browser updates so it can better handle what the game is trying to do.I want as many folks as possible to enjoy the game, so I'm actively working on both.Thanks for understanding.

URL: https://forum.audiogames.net/post/570503/#p570503




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: soundStrider, exploration game and relaxation tool

2020-09-13 Thread AudioGames . net Forum — New releases room : shiftBacktick via Audiogames-reflector


  


Re: soundStrider, exploration game and relaxation tool

@79When you press F11, are you entering or exiting fullscreen?

URL: https://forum.audiogames.net/post/570504/#p570504




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Pitch Black: A Detective's Demise

2020-09-13 Thread AudioGames . net Forum — New releases room : sethgamer via Audiogames-reflector


  


Re: Pitch Black: A Detective's Demise

@PitchBlack awesome to hear!

URL: https://forum.audiogames.net/post/570502/#p570502




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Sad to read this

2020-09-13 Thread AudioGames . net Forum — Off-topic room : camlorn via Audiogames-reflector


  


Re: Sad to read this

It is actually about the politics though.  Those of us who go there go there because that's the root cause.  In my opinion it's also about the, it's not quite a generational gap because it's not generations exactly.  But the before-internet people who still live in a world where globalization is this hypothetical thing from a school textbook and we should all be good patriotic citizens of insert-the-country, and those of us who came  after where we have friends and we don't even know their real names or their countries and we just grew up that way.  For the former group it's very easy to say "There were extenuating circumstances" and "The other place that does it better has a catch" and to just generally have this idea that where you are now is amazing because it's where you are now and you're a good American citizen who believes in America without ever looking around and having to ask yourself if we are doing so great.That'd have come out as something purely generational, but that sort of penetration of the internet happened kind of slowly, so it's skewed--but if you talk to someone over 50 and someone under 20, you can see a very different sort of worldview around it.  it's hard to put into words well what I mean, but, something to the effect of the internet just being this cool toy that helps get work done, and the internet being a thing that's real with real emotions and consequences and things behind it that you can always just reach for to know anything you want at any time.Like, the internet did a lot of bad.  It's doing more bad by the day.  But at least cops can't get away with shooting a kid anymore even if the law is on their side still, and you can't easily shut down things like "wait Trump lost by millions of votes, why is he president", and stuff like that.  If you want to know why young people tend to be liberal, look no further than being able to always know about the places that have done it better by getting their sticks out of their butts, if not always then at least for the issue at hand, and having this knowledge without even asking for it for more than half a second.  And if you want to know why we're passionate, why it's always about politics with us: the world we got handed is shit and no one in power actually listens to us because it's about the majority, and the majority are white guys who got their house and their car and whatever 15 or 20 years ago when that was still possible, who can just go inside and close the door and pretend everything is great as cops shoot kids and the economy melts down and the pandemic just comes rampaging through.  And they'll be dead by the time climate change and the like actually come home to roost, as well.Politics doesn't mean what it used to mean.  I'd be happy to be like "yeah it's a shame we went to the political bits" but we literally have towns burning down because politics now, sadly making "the world is on fire" a statement that you probably have to be careful about using.and: what makes me sad about this thread, and about this site in general is this.  There are actually good arguments for being conservative.  I don't agree with them, but they're out there, and they can be engaged with, they've even got evidence on their side.  Those of us who are liberal to one extent or another can offer arguments with chains of reasoning and such.  But the representation of the conservative side here is: Biden is unfit, nevermind a president who lies to us and just mismanaged a global crisis; all the sources of actual evidence out there are "lamestream" and can't be trusted;  "Look at all the things the last liberal president did"; and, sometimes, it's almost literally "I believe what I want because I want to believe it, nevermind anything you might say".The U.S. has been doing a hell of a job over the last 30 years becoming hated by the entire world: we have, for example, toppled multiple democracies and are directly responsible for the instability in the middle east (yes, before 9/11).  But we have been cratering any goodwill the rest of the world had toward us really fast over the last 4 years, and we're literally on the verge of being alone during an incredibly mismanaged pandemic with an economy that's shot to hell, and you can actually point at a very small number of specific people and say "it's their fault, also they only got to be in power because of very arcane U.S. election mechanisms that let them win even though they lost".  And it is, it's not even debatable.  And we still end at "But Obama sucked, end of argument", or "Biden sucks, end of argument", or "This is how I feel so fuck you all, end of argument", and this stance that those of us who are in the position to have a lot to lose should always just accept that as an argument for Trump-style politics to keep rolling over everyone.  So.  By all means, argue for your side.  I'm not going to be able to stop you.  But can we please, please, please have a 

Re: Blind Quest 2 - The Frost Demon Now Available

2020-09-13 Thread AudioGames . net Forum — General Game Discussion : Dark via Audiogames-reflector


  


Re: Blind Quest 2 - The Frost Demon Now Available

Again something you found in the crystal mountains should help, especially if you examine the door.

URL: https://forum.audiogames.net/post/570500/#p570500




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Accessible Sound Design by Ebon Sky Studios - Third Lesson Up

2020-09-13 Thread AudioGames . net Forum — General Game Discussion : omer via Audiogames-reflector


  


Re: Accessible Sound Design by Ebon Sky Studios - Third Lesson Up

hello,i'm not sure whether you still checking the forum time to time or not but i wanted to ask again after a long timeare you ever going to continue this series?i have to say even 3 of the lessons you've provided taught me enough to get the basics of the software and allowed me to learn more from here and therehope you continue from where you left off when you have the timethanks!

URL: https://forum.audiogames.net/post/570499/#p570499




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Accessible Sound Design by Ebon Sky Studios - Third Lesson Up

2020-09-13 Thread AudioGames . net Forum — General Game Discussion : omer via Audiogames-reflector


  


Re: Accessible Sound Design by Ebon Sky Studios - Third Lesson Up

hello,i'm not sure whether you still checking the forum time to time or not but i wanted to ask again after a long timeare you ever going to continue this series?i have to say even 3 of the lessons you've provided taught me enough to get the basics of the software and allowed me to learn more from here and therehope you continue from wehre you left off when you have the tamethanks!

URL: https://forum.audiogames.net/post/570499/#p570499




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Confusion on the spaceship operator in C++20

2020-09-13 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector


  


Re: Confusion on the spaceship operator in C++20

It doesn't return 2 values. It returns 3 values, a bit like strcmp.  As usual, Cppreference is here to explain though also as usual it's C++20 and cppreference is still catching up.  What I didn't know until you asked is that just defining that gives you all the comparison operators; maybe this time next year everyone will support it and I can use it in things.

URL: https://forum.audiogames.net/post/570498/#p570498




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Confusion on the spaceship operator in C++20

2020-09-13 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector


  


Confusion on the spaceship operator in C++20

C++20 introduces the Spaceship Operator (<=>) in P0515R3. For those who are unfamiliar with three-way comparison, the spaceship operator tests whether x < y, x = y, or x > y. As such, the _expression_ if (x <=> 1000) is equivalent to if (x < 1000 || x == 1000 || x > 1000). However, I don't see the point of this kind of comparison. Logic suggests that such a comparison will always be true, unless comparing floating-point representations (though such a representation is always imprecise). So can someone explain when exactly such an operator would actually be useful? From the proposed wording in section four of the paper, it seems like this is equivalent to something like Rusts std::cmp::Ordering or something like that.

URL: https://forum.audiogames.net/post/570495/#p570495




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Aliases in Mushclient

2020-09-13 Thread AudioGames . net Forum — General Game Discussion : spiderManiac via Audiogames-reflector


  


Aliases in Mushclient

Hello,So I logged back in to Alter Aeon today to continue playing after a while, and my music, ambiance and global volume sets are no longer set as macros or aliases for the keys they normally are. Does anyone know how to reset them?Thank you.

URL: https://forum.audiogames.net/post/570497/#p570497




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Earwax

2020-09-13 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector


  


Re: Earwax

@47The vast majority of rpgs that we have are turn-based, and you can have equally immersive non-turn-based options, it's just that no one has the skill to code them.  You might look into how something like world of warcraft or final fantasy xi (or xii for that matter) works.  Ignore the fact that two of those are RPGs, if you want other non-RPG examples I can dig through my memories of when I used to have enough vision for sighted games and find you some.  It's not turn-based combat with immersive world or Swamp, there's lots of in-between things that can be done, but half this forum doesn't know basic geometry and it's really easy to say "Now combat is a menu yay" and so I think your perspective here is probably biased, because you seem to be saying that the combat system determines a lot about how immersive the game is and a lot of the stuff that you're asking how to do is stuff that any sighted gaming community generally considers to be easy but which people here don't.  I'm not saying you personally should consider it easy, just that everything we have is biased in a "I'm an unskilled programmer who can barely code, I made an RPG" direction and everyone walks away from that with a lot of odd ideas about how games work.Do turn-based combat if you want.  Slay the Spire is fun.  It doesn't make or break the game.  But only do it because you specifically think turn-based combat is more fun and have some sort of plan, not because you think it impacts anything outside combat.  All it really impacts from a practical perspective is whether you can get away with a programmer who's still struggling to work out how to leave BGT, or if you need someone experienced enough to know how to write efficient algorithms and (if doing first person) with some trig knowledge.

URL: https://forum.audiogames.net/post/570496/#p570496




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Confusion on the spaceship operator in C++20

2020-09-13 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector


  


Confusion on the spaceship operator in C++20

C++20 introduces the Spaceship Operator (<=>) in P0515R3. For those who are unfamiliar with three-way comparison, the spaceship operator tests whether x < y, x = y, or x > y. As such, the _expression_ if (x <=> 1000) is equivalent to if (x < 1000 || x == 1000 || x > 1000). However, I don't see the point of this kind of comparison. Logic suggests that such a comparison will always be true, unless comparing floating-point representations (though such a representation is always imprecise). So can someone explain when exactly such an operator would actually be useful? The paper states the following, though it doesn't actually help me understand exactly how this kind of comparison operator would be useful:The primary design goal is conceptual integrity [Brooks 1975], which means that the design is coherent and reliably does what the user expects it to do. Conceptual integrity’s major supporting principles are:Be consistent: Don’t make similar things different, including in spelling, behavior, or capability. Don’t make different things appear similar when they have different behavior or capability. – For example, this paper follows the principle that by default a=b implies a==b, so that after copying a value, we can assert equality. Also, all types can get all the comparison operators they want by uniformly writing the same function, the three-way comparison operator <=>, and express the kind of comparison they support by the returned comparison category type (e.g., returning strong_ordering vs. weak_ordering).Be orthogonal: Avoid arbitrary coupling. Let features be used freely in combination. – For example, in this paper a type’s comparison category is expressed orthogonally to the operators, by specifying a different category by just selecting a different return type on the same operator function. Especially, it makes all previously controversial design points into independent options that can later be proposed as pure extensions to this design and that do not affect this core proposal (see revision R0 of this proposal for treatment of the optional parts that did not receive support in EWG+LEWG Kona 2017)).Be general: Don’t restrict what is inherent. Don’t arbitrarily restrict a complete set of uses. Avoid special cases and partial features. – For example, this paper supports all seven comparison operators and operations, including adding three-way comparison via <=>. It also supports all five major comparison categories, including partial orders.These also help satisfy the principles of least surprise and of including only what is essential, and result in features that are additive and so directly minimize concept count (and therefore also redundancy and clutter).

URL: https://forum.audiogames.net/post/570495/#p570495




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Sad to read this

2020-09-13 Thread AudioGames . net Forum — Off-topic room : kjsisco via Audiogames-reflector


  


Re: Sad to read this

But it is a topic that's on people's minds right now.

URL: https://forum.audiogames.net/post/570494/#p570494




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Manamon 2: Impressions Thread

2020-09-13 Thread AudioGames . net Forum — General Game Discussion : firence via Audiogames-reflector


  


Re: Manamon 2: Impressions Thread

Hello guys. I have posted some interesting  mons for trade in the trade and battle lobbi tread, if someone wants to give them a look

URL: https://forum.audiogames.net/post/570493/#p570493




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Scrolling in the Windows terminal, or what should I use?

2020-09-13 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector


  


Re: Scrolling in the Windows terminal, or what should I use?

Your welcome!

URL: https://forum.audiogames.net/post/570492/#p570492




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Game Purchase Request Topic

2020-09-13 Thread AudioGames . net Forum — General Game Discussion : nidza07 via Audiogames-reflector


  


Re: Game Purchase Request Topic

I'd be very grateful if somebody can help me get audio wizards. In Serbia, online payments are unfortunately still not very common, especially in my city, so my parents don't really trust Internet shopping yet. If this changes in the near future, I'll certainly try to return that money back. If not, perhaps I will be able to help in some other way, like translations for example as that is something I enjoy doing.Thanks.

URL: https://forum.audiogames.net/post/570491/#p570491




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Scrolling in the Windows terminal, or what should I use?

2020-09-13 Thread AudioGames . net Forum — Developers room : nolan via Audiogames-reflector


  


Re: Scrolling in the Windows terminal, or what should I use?

Oh, you're right, it does seem to work. I have to admit to still being confused by all of NVDA's review modes. On Linux there's basically just flat review mode. I think when I couldn't get it working, I was using object review and trying to zoom into the window. Now I'm using it on a laptop with the laptop keymap, and capslock-up arrow works. I guess that's just reviewing individual lines of the multi-line object, which doesn't need to be zoomed into.thanks for letting me know that it should work.

URL: https://forum.audiogames.net/post/570489/#p570489




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Sad to read this

2020-09-13 Thread AudioGames . net Forum — Off-topic room : Nocturnus via Audiogames-reflector


  


Re: Sad to read this

Nope, not since like, post 10 or so, but in all reality, that's the whole point.  As soon as something like this comes along, it's automatically to the political pits we go.

URL: https://forum.audiogames.net/post/570490/#p570490




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: We're alive complete collection

2020-09-13 Thread AudioGames . net Forum — Off-topic room : Lucas1853 via Audiogames-reflector


  


Re: We're alive complete collection

Nah I don't think he's talking about the remastered ones. I used to have the same thing, where someone collected all the files and just zipped them all up. Don't know if I do anymore though.

URL: https://forum.audiogames.net/post/570488/#p570488




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Password managers, iOS, and accessible autofill

2020-09-13 Thread AudioGames . net Forum — Off-topic room : nolan via Audiogames-reflector


  


Re: Password managers, iOS, and accessible autofill

Thanks, folks, figured it out. Apparently, autofill doesn't work on iPads with the split keyboard enabled. Or rather, when I disabled the split keyboard, I saw a Passwords button and everything works like I'd expect. Ugh, not the first major iOS bug I've found so far. It's nice, but not the accessibility paradise I was led to expect. 

URL: https://forum.audiogames.net/post/570487/#p570487




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Sad to read this

2020-09-13 Thread AudioGames . net Forum — Off-topic room : KenshiraTheTrinity via Audiogames-reflector


  


Re: Sad to read this

Wait what part does Jesus have to do with any of this? This topic just went way, way off course. I don't think anyone remembers the original issue at hand anymor!

URL: https://forum.audiogames.net/post/570486/#p570486




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Elten Network -- Big Update Incoming!

2020-09-13 Thread AudioGames . net Forum — Off-topic room : queenslight via Audiogames-reflector


  


Re: Elten Network -- Big Update Incoming!

TTD = Trinidadian Dollars, for those who didn't know that (me included.)I haven't even converted that all to Australia yet!

URL: https://forum.audiogames.net/post/570485/#p570485




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Password managers, iOS, and accessible autofill

2020-09-13 Thread AudioGames . net Forum — Off-topic room : Thatguy via Audiogames-reflector


  


Re: Password managers, iOS, and accessible autofill

@1, if you can't get strongbox to work, there is an app called Keypass Touch that has worked for me in the past and still does. You do have to pay 99 cents to remove ads and enable the autofill option, but it's well worth it in my opinion. Every time I log in somewhere, I can see a suggested login or, if not, a "Passwords" button where suggestions usually are, above the qwerty row of the keyboard. I tap that, select from a choice of iCloud Keychain or Keypass Touch, provide my fingerprint for decryption, and choose from my database entries. This app also offers ftp, dropbox, google drive, and even lan syncing as well, so you can keep your database always up to date across your devices. It's completely accessible.@3, I daresay a lot of people appreciate keypass because of its open source nature as well as the fact that keypass stores its passwords in an offline database which you can choose where to keep. In contrast, your passwords may be stored in the cloud with another password manager such as OnePassword. That, at least, is a feature I very much enjoy.

URL: https://forum.audiogames.net/post/570484/#p570484




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Blind Quest 2 - The Frost Demon Now Available

2020-09-13 Thread AudioGames . net Forum — General Game Discussion : sethgamer via Audiogames-reflector


  


Re: Blind Quest 2 - The Frost Demon Now Available

sorry for the double post. but I know what they do now. just stuck at this big door. not sure how to open it. I assume it leads to the final battle room.

URL: https://forum.audiogames.net/post/570483/#p570483




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Elten Network -- Big Update Incoming!

2020-09-13 Thread AudioGames . net Forum — Off-topic room : JayJay via Audiogames-reflector


  


Re: Elten Network -- Big Update Incoming!

50 Dollars a year for an updated audiogames.net just with more cloners and people wwith sloppy english? Sounds epic!BTW That's in TTD for the Brown Package.

URL: https://forum.audiogames.net/post/570482/#p570482




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Scrolling in the Windows terminal, or what should I use?

2020-09-13 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector


  


Re: Scrolling in the Windows terminal, or what should I use?

@9, standard NvDA keys if you mean like full-on scrolling, I'm not sure.

URL: https://forum.audiogames.net/post/570480/#p570480




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Password managers, iOS, and accessible autofill

2020-09-13 Thread AudioGames . net Forum — Off-topic room : Nuno via Audiogames-reflector


  


Re: Password managers, iOS, and accessible autofill

@4, I don't find anything disrespectful here. Dogs do like ham, atleast here lol.

URL: https://forum.audiogames.net/post/570481/#p570481




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Password managers, iOS, and accessible autofill

2020-09-13 Thread AudioGames . net Forum — Off-topic room : pitermach via Audiogames-reflector


  


Re: Password managers, iOS, and accessible autofill

The way that it works depends. There are 3 contexts I've seen password autofill popp up. First, sometimes iOS will just detect you're on a screen with a login form, and if it finds a matching password in your manager it'll pop up a rather large window near the bottom of the screen offering you to log in. If it doesn't realise this, tapping on either the username or password field to pop up the keyboard should work. Explore directly above the first row of the keyboard, where you normally see autocomplete suggestions pop up. Again, if it finds a matching log in, then it'll just give you a button here saying what username and site the suggestion comes from and you can just tap on it to autofill. If it can't match it to anything, you should still see a "passwords" button that'll take you into your vault so you can manually select the correct password.As far as using alternative apps, for the actual autofill process all of them work the same way since they tap into the dedicated iOS autofill API, so this part of the process shouldn't be any different whether you use StrongBox, OnePassword, BitWarden or anything else that says it supports the iOS autofill API.

URL: https://forum.audiogames.net/post/570479/#p570479




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Sad to read this

2020-09-13 Thread AudioGames . net Forum — Off-topic room : Lindworm via Audiogames-reflector


  


Re: Sad to read this

I'll just leave an old quote from Donald Trump here:"Look, having nuclear—my uncle was a great professor and scientist and engineer, Dr. John Trump at MIT; good genes, very good genes, OK, very smart, the Wharton School of Finance, very good, very smart—you know, if you’re a conservative Republican, if I were a liberal, if, like, OK, if I ran as a liberal Democrat, they would say I'm one of the smartest people anywhere in the world—it’s true!—but when you're a conservative Republican they try—oh, do they do a number—that’s why I always start off: Went to Wharton, was a good student, went there, went there, did this, built a fortune—you know I have to give my like credentials all the time, because we’re a little disadvantaged—but you look at the nuclear deal, the thing that really bothers me—it would have been so easy, and it’s not as important as these lives are (nuclear is powerful; my uncle explained that to me many, many years ago, the power and that was 35 years ago; he would explain the power of what's going to happen and he was right—who would have thought?), but when you look at what's going on with the four prisoners—now it used to be three, now it’s four—but when it was three and even now, I would have said it's all in the messenger; fellas, and it is fellas because, you know, they don't, they haven’t figured that the women are smarter right now than the men, so, you know, it’s gonna take them about another 150 years—but the Persians are great negotiators, the Iranians are great negotiators, so, and they, they just killed, they just killed us".

URL: https://forum.audiogames.net/post/570478/#p570478




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: is it just me, or has skype became inaccesseble

2020-09-13 Thread AudioGames . net Forum — Off-topic room : manamon_player via Audiogames-reflector


  


Re: is it just me, or has skype became inaccesseble

press alt in skype window that is opened, then press escapethis is how to fix it and go to the skype like before

URL: https://forum.audiogames.net/post/570477/#p570477




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Sad to read this

2020-09-13 Thread AudioGames . net Forum — Off-topic room : JayJay via Audiogames-reflector


  


Re: Sad to read this

@86 you must be crazy. Go ask anyone in the second or 3RD world what they think about America and their actions. Even under Trump. Hell. Recently there was controvercy over America wanting to Sanction Trinidad because if Iranian Ships heading for Venezuela, which is 11 Kilometres SW of us, pass too close to our shores, They'll view us as allowing them to go near Venezuela, Thus violating some treaty. There was also another controvercy where Trinidad sold oil to a company in Aruba which then sold it to Venezuela.  So, basically, if push came to shove, they'd have had the power to cu off our food supply, and fuck our economy since the US is our largest trade partner. You know its actions like that is why the 3rd World moves toward China and so on. Because if they claim to be the protectors of the world why the fuck would you want to fuck over our economy, fuck over our food supply? I can also point to many situations in the 3rd world that was either caused by, or heated up by America. Even under Trump. Venezuela is one for example.  Jesus christ. Also, selling supplies to foreign countries wasn't unique to Obama. May I remind you that the reason that ran became an Islamic dictatorship is because of America? So, before you go casting dirt on Obama only look at the actions that happened long, long, lng before Obama came.

URL: https://forum.audiogames.net/post/570476/#p570476




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Game Purchase Request Topic

2020-09-13 Thread AudioGames . net Forum — General Game Discussion : moaddye via Audiogames-reflector


  


Re: Game Purchase Request Topic

can someone buy me a hero's call please?

URL: https://forum.audiogames.net/post/570475/#p570475




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Elten Network -- Big Update Incoming!

2020-09-13 Thread AudioGames . net Forum — Off-topic room : queenslight via Audiogames-reflector


  


Re: Elten Network -- Big Update Incoming!

So, as of the 13th of September 2020, the Elten Network has 1385 users (in total since 2014. Elten does have Badges/achievements now, which may help with mre activity in the forums.I should note by the way, there has been no drama on Elten these days. Yes, crazy to understand I'm sure.I did mention also in the forum, that many English folks do not say "Annually" when it comes to a price which you pay for a year. We say "yearly" instead. Judging by what folks are saying so far with the news I shared (even with the 6.65 yearly plan), it'd still be a hard sell, simply because each plan is too little for what ya get in most of them. I also would like to share something about Sound Themes that David shared earlier today in part, to clear that up too:"I don't want users to buy soundthemes, but only downloading of soundthemes from the server will be a premium feature.You always can send your soundtheme to other users in a PM, mail or publish it somewhere."I compared things to Windows Mobile and it's lack of apps, while David compared things to iOS and you still needing to pay for a dev accunt to have your apps in the App Store (even if they are free apps.)

URL: https://forum.audiogames.net/post/570474/#p570474




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Any anime fans out there?

2020-09-13 Thread AudioGames . net Forum — Off-topic room : KenshiraTheTrinity via Audiogames-reflector


  


Re: Any anime fans out there?

Manga might be out, but look up vaka-tsuki for some Japanese light novels. Thats where I read sword art online before it became an anime.

URL: https://forum.audiogames.net/post/570473/#p570473




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: The last of us part 2. please give me more!

2020-09-13 Thread AudioGames . net Forum — General Game Discussion : MSlion via Audiogames-reflector


  


Re: The last of us part 2. please give me more!

Yeh I can understand why you might think that, but for me that is really anoying because in my ead I answer hear question and than she provides the answer?? but to everyone there-own!

URL: https://forum.audiogames.net/post/570472/#p570472




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Blind Quest 2 - The Frost Demon Now Available

2020-09-13 Thread AudioGames . net Forum — General Game Discussion : sethgamer via Audiogames-reflector


  


Re: Blind Quest 2 - The Frost Demon Now Available

@dark thanks. do any of the locked doors in the chambers do anything?

URL: https://forum.audiogames.net/post/570471/#p570471




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Sad to read this

2020-09-13 Thread AudioGames . net Forum — Off-topic room : ironcross32 via Audiogames-reflector


  


Re: Sad to read this

Are we looking past the part where the dems wanna put up Biden, which IMO is elder abuse. The guy makes no sense. Not as in, I don't like what he says, but more as, I don't understand what the hell he's talking about. That'll be my grandma in another couple years. Would it be right of me to put her out in a public facing thing? I don't see how he isn't declared unfit.

URL: https://forum.audiogames.net/post/570469/#p570469




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: soundStrider, exploration game and relaxation tool

2020-09-13 Thread AudioGames . net Forum — New releases room : germanico via Audiogames-reflector


  


Re: soundStrider, exploration game and relaxation tool

If you press f11 it works better

URL: https://forum.audiogames.net/post/570470/#p570470




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: emulator android

2020-09-13 Thread AudioGames . net Forum — Off-topic room : spay via Audiogames-reflector


  


Re: emulator android

Thanks for the link. please tell me how can I use this emulator? I just haven’t come across this kind of files and I don’t know how to open what you sent.

URL: https://forum.audiogames.net/post/570468/#p570468




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: What game do You mostly play?

2020-09-13 Thread AudioGames . net Forum — General Game Discussion : Orin via Audiogames-reflector


  


Re: What game do You mostly play?

Now that screen recognition is a thing, been getting into Final Fantasy Record Keeper again. One of these days I'll check out Granblue Fantasy, too, speaking of games with epic stories.Biggest game for me overall is AI Dungeon. If you follow me on there, my published stories mostly consist of NSFW content, but hoping to change that soon to have some variety.

URL: https://forum.audiogames.net/post/570467/#p570467




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: We're alive complete collection

2020-09-13 Thread AudioGames . net Forum — Off-topic room : defender via Audiogames-reflector


  


Re: We're alive complete collection

It's actually on audible and I think Itunes as well.It was published by Blackstone Publishing, but unfortunately I believe it was only 3 out of the 4 seasons...To be fare, by then the production had gotten allot better anyway though.

URL: https://forum.audiogames.net/post/570466/#p570466




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: We're alive complete collection

2020-09-13 Thread AudioGames . net Forum — Off-topic room : Aron Leppik via Audiogames-reflector


  


Re: We're alive complete collection

Remastered? ooo shit where can I get that/buy it?I've got  s1 threw 4, lock down and gold rush.

URL: https://forum.audiogames.net/post/570464/#p570464




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Any anime fans out there?

2020-09-13 Thread AudioGames . net Forum — Off-topic room : Wilson via Audiogames-reflector


  


Re: Any anime fans out there?

Greetings @1.Your best option is probably search for the review on youtube.Also, manga adaptation and the anime adaptation can be diffrent, so if you see something happens in the anime but it doesn't happen in the manga or vise versa, don't just asumed that this isn't cannon.Heres an example.In this manga page, you are currently seeing a random unknown person stabb to death by the sword of a character named Totsuki Oshimatsu. Later on in the anime, this character then confermed as Keroi Zanshuri. How ever, instead of you just see this guy being killd, you actually got to see this guy hang in out with another characters in some episodes.Maybe you can even see this character's back story, as wel. When the times come, Totsuki, in the anime version might just kill Keroi the same way he did it in the manga, or He might just Beat the hel out of Keroi to the end, choke him to death, or another way.Hel you might see Keroi died in the hands of a diffrent person. You may already know this, but i'm telling you this because is important to know that manga and the anime itself don't always match when you wanna watch/read both the anime and the manga.

URL: https://forum.audiogames.net/post/570465/#p570465




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: We're alive complete collection

2020-09-13 Thread AudioGames . net Forum — Off-topic room : Aron Leppik via Audiogames-reflector


  


Re: We're alive complete collection

Remastered? ooo shit where can I get that/buy it?

URL: https://forum.audiogames.net/post/570464/#p570464




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Your favorite Harry Potter spells?

2020-09-13 Thread AudioGames . net Forum — Off-topic room : moaddye via Audiogames-reflector


  


Re: Your favorite Harry Potter spells?

sectum sempra, defindo, confringo, bombarda maxima and protego maxima

URL: https://forum.audiogames.net/post/570463/#p570463




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: What Gaming Headsets are people Using?

2020-09-13 Thread AudioGames . net Forum — Off-topic room : turtlepower17 via Audiogames-reflector


  


Re: What Gaming Headsets are people Using?

I don't know, I've owned a couple of headsets which sounded great out of the box. Either that, or I got pickier over the years lol. The Microsoft Life Chat, of all things, really impressed me when I had it. I also had a Rosewill one which, once the drivers were installed, was super clear and had great bass. The mic wasn't anything to write home about, but that, at least, seems to be universal, headset mics have always been lacking for the most part.

URL: https://forum.audiogames.net/post/570462/#p570462




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: The last of us part 2. please give me more!

2020-09-13 Thread AudioGames . net Forum — General Game Discussion : Mayana via Audiogames-reflector


  


Re: The last of us part 2. please give me more!

@MSlion But ... but the rhetorical questions are the best part! 

URL: https://forum.audiogames.net/post/570461/#p570461




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: We're alive complete collection

2020-09-13 Thread AudioGames . net Forum — Off-topic room : omer via Audiogames-reflector


  


Re: We're alive complete collection

i'M confused, what is that about?

URL: https://forum.audiogames.net/post/570460/#p570460




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Earwax

2020-09-13 Thread AudioGames . net Forum — Developers room : ironcross32 via Audiogames-reflector


  


Re: Earwax

This is where all the audio FPS's fail IMO. They don't use raycasting and just sort of calculate tiles and simulated a fudged speed that really doesn't feel real at all.

URL: https://forum.audiogames.net/post/570459/#p570459




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Earwax

2020-09-13 Thread AudioGames . net Forum — Developers room : Jayde via Audiogames-reflector


  


Re: Earwax

Oh, there is definitely a place for non turn-based stuff. I just think that we should have more turn-based JRPG-style RPGs, which means that combat is sort of its own thing and probably a whole lot simpler than some of these engines and mechanics can top out with. It's not like a real-time combat where physics matter quite as much, but I'd still like the idea of that more immersive audio world to traverse.

URL: https://forum.audiogames.net/post/570458/#p570458




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: The last of us part 2. please give me more!

2020-09-13 Thread AudioGames . net Forum — General Game Discussion : MSlion via Audiogames-reflector


  


Re: The last of us part 2. please give me more!

Also to give you two more good lets players, living sun and christopher odd are both eally good! I also watched matterwallonz, but fo me she asks a few to many retorical questions. like her voice though.

URL: https://forum.audiogames.net/post/570457/#p570457




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Sad to read this

2020-09-13 Thread AudioGames . net Forum — Off-topic room : KenshiraTheTrinity via Audiogames-reflector


  


Re: Sad to read this

Everyone lies, and anyone who says otherwise is a liar. Everyone gets sick, and anyone who says otherwise is a liar. Everyone has issues, and anyone who says otherwise is a liar. No one is perfect, and anyone who says otherwise is a liar.

URL: https://forum.audiogames.net/post/570456/#p570456




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Luna RSS version 3.5 is now available

2020-09-13 Thread AudioGames . net Forum — Off-topic room : Boo15mario via Audiogames-reflector


  


Re: Luna RSS version 3.5 is now available

I do have to restart my pc to kill two tasks that are running even though I have no feeds loading

URL: https://forum.audiogames.net/post/570455/#p570455




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Restricted/new users: introduce yourself!

2020-09-13 Thread AudioGames . net Forum — Introduce Yourself to Gain Access : aaron via Audiogames-reflector


  


Re: Restricted/new users: introduce yourself!

@matej, @bgt-master, @LovingLindsay1 and @tswkelbris you are now all unrestricted.

URL: https://forum.audiogames.net/post/570454/#p570454




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: my test bgt game dont work.

2020-09-13 Thread AudioGames . net Forum — Developers room : Ty via Audiogames-reflector


  


Re: my test bgt game dont work.

@6 ah, yeah. Missed that.

URL: https://forum.audiogames.net/post/570453/#p570453




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Your favorite Harry Potter spells?

2020-09-13 Thread AudioGames . net Forum — Off-topic room : Jeffb via Audiogames-reflector


  


Re: Your favorite Harry Potter spells?

Locomotor Wibbly jelly legs jinx, Expecto patronum, and Accio. Just want to point that Accio iPad would make you're iPad go haywire. Eletronics and magic just don't go together. Accio wallet on the other hand useful!

URL: https://forum.audiogames.net/post/570452/#p570452




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: The last of us part 2. please give me more!

2020-09-13 Thread AudioGames . net Forum — General Game Discussion : aaron via Audiogames-reflector


  


Re: The last of us part 2. please give me more!

@Meatbag I can absolutely confirm that TLU 2 is accessible outside the US. For these editions, when you launch the game, there will be an accessibility options screen. You can enable the in-game tts through this screen, and it will work because the game uses it's own engine separate from the ps4. I am from the UK, and my ps4 does not have any tts built in.Also, remember that in the game's HUD options, to make sure that pickup notifications option is turned on which will tell you when you pick up ammo.

URL: https://forum.audiogames.net/post/570451/#p570451




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: some questions.

2020-09-13 Thread AudioGames . net Forum — General Game Discussion : JayJay via Audiogames-reflector


  


Re: some questions.

@4, was also looking for that. Thak you.And I also know for a fact that the OP has an AHC license. It was bought for him a while ago so don't jump down his throat.

URL: https://forum.audiogames.net/post/570449/#p570449




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: some questions.

2020-09-13 Thread AudioGames . net Forum — General Game Discussion : JayJay via Audiogames-reflector


  


Re: some questions.

@4, was also looking for that. Thak you.

URL: https://forum.audiogames.net/post/570449/#p570449




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: some questions.

2020-09-13 Thread AudioGames . net Forum — General Game Discussion : defender via Audiogames-reflector


  


Re: some questions.

@Gaki_shonenWait, you asked for this cheap game two other times and no one bought it for you yet?Fuck man, I'm sorry I didn't see that sooner then!I just sent you an email.By the way guys, Audio Wizards has a really good sail right now if you haven't gotten it, -50% on both the game and soundtrack separately, or -60% for both together.

URL: https://forum.audiogames.net/post/570450/#p570450




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: The last of us part 2. please give me more!

2020-09-13 Thread AudioGames . net Forum — General Game Discussion : simba via Audiogames-reflector


  


Re: The last of us part 2. please give me more!

At Meatbag you are confusing the accessibility features of the PS4 with the ones build into tlou 2.The PS4 in fact doesn't have a screen reader option outside the US, the thing is though, tlou 2 has it's own speach engine integrated, so it will speak if you enable it in the game, regardless where you live.Greetings Moritz.

URL: https://forum.audiogames.net/post/570448/#p570448




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: looking for baseball games

2020-09-13 Thread AudioGames . net Forum — General Game Discussion : simba via Audiogames-reflector


  


Re: looking for baseball games

Hi.at 76, well it's pritty solid. You can play the games up to 11, but the Show 08 is a pritty good starting point.at 7, you gotta OCR the menus, but gameplay is pritty simple as long as you enable things like auto running, auto catching and what not.Greetings Moritz.

URL: https://forum.audiogames.net/post/570446/#p570446




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Sad to read this

2020-09-13 Thread AudioGames . net Forum — Off-topic room : Jayde via Audiogames-reflector


  


Re: Sad to read this

So, that's a problem too.Go listen to Joe Biden's acceptance speech from less than a month ago. Guy sounds pretty coherent to me. Boring, sure, but coherent. He may be suffering some cognitive decline - who isn't by his age? - but let's not characterize him primarily as a fool who walks into walls. Unless, of course, you want me to characterize Trump as the guy who has lied over eighteen thousand times.Oh, wait a sec.My point is, you're trying to represent Biden by his worst characteristics, but you're not willing to do the same of Trump. You'd rather have this supposedly non-housetrained dog over a "bumbling fool". I dunno, this dog has had seventy-odd years to clean up his act, and four in office, and he's only getting worse. From a medical point of view, BTW, there's every indication that Trump may have been suffering from mini-strokes. Look at the way he drags his right leg and sometimes leans on the podium while speaking, and the way he doesn't use his right arm the way he used to. Combine that with increasingly slurred speech, increasingly paranoid and delusional rantings, and it sounds like Biden isn't the only one with issues. Let's not pretend he is.

URL: https://forum.audiogames.net/post/570447/#p570447




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: my test bgt game dont work.

2020-09-13 Thread AudioGames . net Forum — Developers room : JayJay via Audiogames-reflector


  


Re: my test bgt game dont work.

And does the == belong in the creature int there? Thought that was only for if's?And Ty you forgot the Brace after void main()

URL: https://forum.audiogames.net/post/570445/#p570445




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: my test bgt game dont work.

2020-09-13 Thread AudioGames . net Forum — Developers room : JayJay via Audiogames-reflector


  


Re: my test bgt game dont work.

And does the == belong in the creature int there? Thought that was only for if's?

URL: https://forum.audiogames.net/post/570445/#p570445




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Sad to read this

2020-09-13 Thread AudioGames . net Forum — Off-topic room : an idiot via Audiogames-reflector


  


Re: Sad to read this

And Trump isn't a bumbling fool?

URL: https://forum.audiogames.net/post/570444/#p570444




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Password managers, iOS, and accessible autofill

2020-09-13 Thread AudioGames . net Forum — Off-topic room : defender via Audiogames-reflector


  


Re: Password managers, iOS, and accessible autofill

@NunoA joke, but kinda disrespectful...Probably because it's open source so it can be examined by third party security auditors more easily, and because their are tons of client choices so you can find one that suits you the best.

URL: https://forum.audiogames.net/post/570443/#p570443




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Password managers, iOS, and accessible autofill

2020-09-13 Thread AudioGames . net Forum — Off-topic room : defender via Audiogames-reflector


  


Re: Password managers, iOS, and accessible autofill

@NunoProbably because it's open source so it can be examined by third party security auditors more easily, and because their are tons of client choices so you can find one that suits you the best.

URL: https://forum.audiogames.net/post/570443/#p570443




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: We're alive complete collection

2020-09-13 Thread AudioGames . net Forum — Off-topic room : defender via Audiogames-reflector


  


Re: We're alive complete collection

If you mean the remastered version, that would be illegal.

URL: https://forum.audiogames.net/post/570442/#p570442




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Password managers, iOS, and accessible autofill

2020-09-13 Thread AudioGames . net Forum — Off-topic room : Nuno via Audiogames-reflector


  


Re: Password managers, iOS, and accessible autofill

1Password is much better than KeePass IMO. I don't see why people love that program like a dog loves a piece of ham lol.

URL: https://forum.audiogames.net/post/570441/#p570441




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Elten Network -- Big Update Incoming!

2020-09-13 Thread AudioGames . net Forum — Off-topic room : defender via Audiogames-reflector


  


Re: Elten Network -- Big Update Incoming!

I personally find Eltin to be a slow, inefficient, and feature lacking mess with terrible English moderation.The sounds and extra gimmicks are pretty cool for the first 15 minutes, until you realize that the actual social network part is not very well done.It's also pretty empty compared to places like r/blind or audiogames.net, so I really don't see the point in using it.If you like it and you aren't over 50 years old, that's fine even if I don't really understand why, but I would personally never pay for such an underwhelming product.

URL: https://forum.audiogames.net/post/570440/#p570440




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Password managers, iOS, and accessible autofill

2020-09-13 Thread AudioGames . net Forum — Off-topic room : defender via Audiogames-reflector


  


Re: Password managers, iOS, and accessible autofill

I often find the button in question above password fields, or sometimes integrated into the app, usually just past the submit button.  But of course it needs to be ones I have a saved password for and it can only happen when your third party password manager is set to be the default one in passwords and accounts.Most blind people use 1Password for it's accessibility, so maybe you can try that one and see if it does the same thing or not?

URL: https://forum.audiogames.net/post/570439/#p570439




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: some questions.

2020-09-13 Thread AudioGames . net Forum — General Game Discussion : burak via Audiogames-reflector


  


Re: some questions.

Advice: Make a new folder called backup in your mail account, and move the mail you really need there.

URL: https://forum.audiogames.net/post/570438/#p570438




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Mata's BK2 walkthrough

2020-09-13 Thread AudioGames . net Forum — General Game Discussion : Wilson via Audiogames-reflector


  


Re: Mata's BK2 walkthrough

Thats a fair way to gain a shuriken if you don't like to go to 9-2 and kill all the fish, followd up by using the dog catcher to turn them in to iron But seriously. Who likes to kill mega birds over and over anyways. Also, if you havn't already, Chek this outIt contains most of the weapons stats, although you have to translate it yourself.I'll add the missing weapon's info in another post, if you like.

URL: https://forum.audiogames.net/post/570436/#p570436




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Might switch to Android

2020-09-13 Thread AudioGames . net Forum — Off-topic room : nidza07 via Audiogames-reflector


  


Re: Might switch to Android

I would say just pick one, you can't go wrong. Both are very decent options, and if you are certain you want Android, both should be very useful. As someone already said, if you prefer updates, stock Android, go for Pixel. If you prefer the modified version by Samsung which incidentally also includes their own screen reader, go for that. Also, you could always go to a store, try out a device, maybe Samsung, and see how you like it. Listening to Android podcasts is also a good option, you can know what to expect. If you want a similar feel to iOS, Voice assistant on Samsung devices will give you that. If you don't care and are fine with Talkback's angular gestures, which are things like swipe up and then right in one motion to open the local context menu, Talkback is universally built in to almost any device that isn't Samsung. However, if you do go with Samsung, you can always install Talkback as well and switch between the two available screen readers easily. There is also the 3rd party alternative, Commentary screen reader, though you will figure that out later after you get a feel of the device and the default screen reader and whether it is fine and suits your needs.

URL: https://forum.audiogames.net/post/570437/#p570437




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Any anime fans out there?

2020-09-13 Thread AudioGames . net Forum — Off-topic room : Blue-Eyed Demon via Audiogames-reflector


  


Any anime fans out there?

Hello. So I have been watching anime for a really long time, however I have also been wanting to get into manga, since some anime take forever to be put into English and manga comes out much earlier than English anime episodes do. The problem is, I am completely blind, so I have no way to read normal print manga. Does anyone know of any way to get access to an accessible way to read manga? I have tried searching around in the past but was never able to find anything?

URL: https://forum.audiogames.net/post/570435/#p570435




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Might switch to Android

2020-09-13 Thread AudioGames . net Forum — Off-topic room : vablus via Audiogames-reflector


  


Re: Might switch to Android

So, from what I gather, there's a definite split between Samsung and Pixel.  I don't know which one to get, I do wish there was a definitive answer to this question, as I really do want a phone. And as for Iphone lovers, I'm tired of apple. I've used apple for the majority of my life with phones and things, and I don't care for it much anymore. I just want to know, which one android phone is the best for totally blind accessibility?  I don't care if I have to learn to type differently or different gestures. I just want something that:1.  Isn't apple.2.  Has good voice feedback.3. Has stereo speakers.4. Has decent memory.5. Doesn't cost $1200 or more.Thanks.

URL: https://forum.audiogames.net/post/570434/#p570434




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: looking for baseball games

2020-09-13 Thread AudioGames . net Forum — General Game Discussion : Blue-Eyed Demon via Audiogames-reflector


  


Re: looking for baseball games

How do the MLB the show games work as far as accessibility goes when using an emulator?

URL: https://forum.audiogames.net/post/570433/#p570433




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Earwax

2020-09-13 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector


  


Re: Earwax

Box2d is a mixed bag.  You won't be able to just feed it tiles, you won't be able to debug it easily if and when it goes wrong, you'll have to be careful about making sure things don't rotate (this can be turned off somehow but I forget how), and parts of it require more math than you are perhaps comfortable with.  But if the caveats don't end up stopping you, it may be the best option for you because writing this stuff is tricky unless you know what you're doing.  Eventually I'll produce a better option, but again the emphasis is on eventually, and I'm finding I have less coding energy lately because of work and such.

URL: https://forum.audiogames.net/post/570431/#p570431




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Sharing something very interesting

2020-09-13 Thread AudioGames . net Forum — Off-topic room : MyDearWatson via Audiogames-reflector


  


Sharing something very interesting

We all know what audio graphs are, but I've never seen such a nice implementation of this concept with such an easy to access interface. I hope that they really take it forward and get us a product wherin we can just feed in our graphs, and it will help us to learn graphs. This project can be accessed at:https://accessiblegraphs.org/view/index … ynthesizerThe project website is:https://www.accessiblegraphs.org/?lang=enI just stumbled across this thing while I was reading the NVAccess InProcess page of 7th september.

URL: https://forum.audiogames.net/post/570430/#p570430




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Password managers, iOS, and accessible autofill

2020-09-13 Thread AudioGames . net Forum — Off-topic room : nolan via Audiogames-reflector


  


Password managers, iOS, and accessible autofill

Hey folks,Grabbed an app called Strongbox for my iPad which claims Keepass compatibility. I opened my database correctly, enabled autofill in settings, and checked Strongbox. I can't, however, find any way to autofill passwords using VoiceOver.How does autofill work in VO? Reading about it suggests that there should be a button or option somewhere, but I can't find one and wonder if it's tied to a gesture or something. I've triple-checked that autofill and Strongbox are enabled, and have tried on multiple sites in Firefox and Safari, as well as in native apps. So either something *else* has to be enabled, or there is some other gesture I should be using. The only way I've found to use Strongbox is by cut-and-paste, which is a bit painful.Thanks.

URL: https://forum.audiogames.net/post/570432/#p570432




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Scrolling in the Windows terminal, or what should I use?

2020-09-13 Thread AudioGames . net Forum — Developers room : nolan via Audiogames-reflector


  


Re: Scrolling in the Windows terminal, or what should I use?

@8 As in, the app from the Microsoft store? How do you review text? I can hear command output but can't seem to find anywhere to review what I entered.

URL: https://forum.audiogames.net/post/570429/#p570429




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Elten Network -- Big Update Incoming!

2020-09-13 Thread AudioGames . net Forum — Off-topic room : Nocturnus via Audiogames-reflector


  


Re: Elten Network -- Big Update Incoming!

Heh!  Pay for audio social networking?  I may as well be back on AOL with dialup again!  I already pay like crazy for internet service as it is.  I won't deny there are people who may do it, but I won't be one of them.

URL: https://forum.audiogames.net/post/570428/#p570428




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Sad to read this

2020-09-13 Thread AudioGames . net Forum — Off-topic room : kjsisco via Audiogames-reflector


  


Re: Sad to read this

I didn't like Trump in the 90's and I still don't like him.  I do feel he may have some psychological issues but I don't think he's really evil.  That's a word people toss around like it doesn't mean anything.  He's not a wild junkyard dog but perhaps a dog that hasn't been house trained yet.  However, I'd rather him then someone who doesn't even know where he is and who walks into walls.  I will pick the ass hole over the bumbling fool.  We don't have a choice, folks!

URL: https://forum.audiogames.net/post/570427/#p570427




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: The last of us part 2. please give me more!

2020-09-13 Thread AudioGames . net Forum — General Game Discussion : toto via Audiogames-reflector


  


Re: The last of us part 2. please give me more!

@5i did not understand I am from lithuania and playstation 4 does not support tts in my region but I bought the last of us part 2 and accessibility works perfectly

URL: https://forum.audiogames.net/post/570426/#p570426




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Might switch to Android

2020-09-13 Thread AudioGames . net Forum — Off-topic room : Meatbag via Audiogames-reflector


  


Re: Might switch to Android

Sexy  feedback in voice assistant? Hell no. It's uses the old ass TalkBack sound which just sounds like someone playing with a spoon. But I love the old voice assistant sound though and I don't know why they canged it

URL: https://forum.audiogames.net/post/570425/#p570425




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Earwax

2020-09-13 Thread AudioGames . net Forum — Developers room : chrisnorman7 via Audiogames-reflector


  


Re: Earwax

@44Does box2d do all the stuff I need? I'm looking into it, and apparently it has raycasting built in.I don't object to writing my own (although your points above are true, because I have no idea what I'm doing really), but if there's something out there I can lever, seems daft re-carving the wheel.

URL: https://forum.audiogames.net/post/570424/#p570424




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Request a name change version 2

2020-09-13 Thread AudioGames . net Forum — Site and forum feedback : Ty via Audiogames-reflector


  


Re: Request a name change version 2

Can I have my name changed from Ty to turret_g? It's my twitter name, so I figure they  should match.

URL: https://forum.audiogames.net/post/570423/#p570423




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Elten Network -- Big Update Incoming!

2020-09-13 Thread AudioGames . net Forum — Off-topic room : Nuno via Audiogames-reflector


  


Re: Elten Network -- Big Update Incoming!

@3, I agree with you. The history likes to repeat itself.

URL: https://forum.audiogames.net/post/570422/#p570422




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


<    1   2   3   4   >