-
DeVaultSetter replied to the topic MWEdit in the forum Projects 1 year ago
There’s a few choices of interest from winmain-and-main-in-c-extended, wonder if there is any point adding command line arguments say for example to run the show in debug mode like e.g. Wrye Bash.
Will that be for CMake? You can make it work with MSBuild as explained in CMAKE_MAKE_PROGRAM, not sure how that goes on VS on Linux though. -
DeVaultSetter replied to the topic Films & TV Shows in the forum Discussion 1 year ago
Going way back to early Bond, there was Barry Nelson in Casino Royale with Peter Lorre as the villain. With characters like Lorre, many of the ones these days come across as cardboard constructs in comparison. This might be the case in the 2006 film where the villains did make out a little “ordinary”. Do recommend the latter, although it does…[Read more]
-
DeVaultSetter replied to the topic Random in the forum Discussion 1 year ago
The name appeals, a melding of MySpace and Facebook = CodgerSpace? Rodger that!
The Science section e.g. this provides links to well-known sources e.g. cosmic jousting at Reuters. Do you get those – it appears to be region based, so we get a lot of Mirage content over here.
The Disney Fun-Fact-Fantasy-Fiction collection arrived at the shop, so…[Read more] -
DeVaultSetter replied to the topic MWEdit in the forum Projects 1 year ago
Is it possible to refactor code to run from custom operators? So define operators
f+as float plus,d+as float double,f-as float minus,d-as double minus etc.. This obeys the usual arithmetical precedence rules in converting the surrounding operands to the type specified by the operator. Bound to be messy and slow in large expressions of mixed…[Read more] -
DeVaultSetter replied to the topic MWEdit in the forum Projects 1 year ago
Vector might be a viable alternative to array of structs, even better, just an array of key/value pairs.
Fine, just watch for certain add/subtract operations in floats, there’s a cautionary note here. -
DeVaultSetter replied to the topic Veg in the forum Discussion 1 year, 1 month ago
Oregano is really tough, there’s a patch of it which has been regenerating each spring for many years now, at least 15 IIRC.
That’s a pity, an idea is to intersperse the cover with something slightly unpalatable, the nightshades for example. The younger leaves on a local species (probably this) growing under the pines here are actually quite…[Read more] -
DeVaultSetter replied to the topic Power to the Pluggers and Players in the forum Discussion 1 year, 1 month ago
Got one of them downstairs, we simply had to diversify. 😛
So the CyberPower is in place, runs nicely – apart from a bit of a hiccup on boot probably from the loose USB connector plug.
Another thing, the PC rebooted immediately after shutdown last night, do recall an adjustment of voltage thresholds cured this a while ago on a downstairs rig. In…[Read more] -
DeVaultSetter replied to the topic Software: On & Off the Web in the forum Discussion 1 year, 1 month ago
Dragon32 bowing out after all this time, wow. Is mlox a better alternative to Mash these days?
A scripter wanted to know How to detect if webcam is being used?
No answer, looks like each implementation of the USB Video Class (UVC) camera has its own virtual space from which one can hardly see into, other than through Windows Settings, as seen in Wh…[Read more] -
DeVaultSetter replied to the topic Software: On & Off the Web in the forum Discussion 1 year, 1 month ago
-
DeVaultSetter replied to the topic Films & TV Shows in the forum Discussion 1 year, 1 month ago
It also has some cool taglines:
From Outer Space They Came – Meteor Borne, Meteor Strange!
Stranger Than Anything Science Had Ever Discovered As Thrill Crowds Upon Thrill!Looks like a fun crowd, could this have been the official trailer for it?
Rogue Agent is one of those flicks equipped with a potent…[Read more] -
DeVaultSetter replied to the topic Software: On & Off the Web in the forum Discussion 1 year, 1 month ago
Turns out the Mastering CMake files there are just TOC, and Martin/Hoffman’s version have non-functioning links. Better to just get it from CMake. 😛
No corrigenda since 2003? They have indeed upped the standards! And news group comp.std.c++ dead?
Interesting link on file system limits, thanks. Because the IA has well over 200 pb of data, the…[Read more] -
DeVaultSetter replied to the topic Sounds and Music in the forum Discussion 1 year, 1 month ago
Not too many comments in there either, also a Reddit thread with similar. The Miniot wheel is what we want:
Really want to splash out on a Michell:
A cute timelapse sonification of a supernova “bowl”:
-
DeVaultSetter replied to the topic Oblivion: ShadeMe Ini Presets in the forum Projects 1 year, 1 month ago
For Oblivion interiors, they include objects (or paths) deemed to have the property of casting a shadow, “casters” if you like. Interiors have a similar canonical list for shadow receiving. There are also types for interiors, and some of those, Skill for example, won’t make any sense as far as shadows are concerned. 😛
Ditto above for Oblivion…[Read more] -
DeVaultSetter replied to the topic Films & TV Shows in the forum Discussion 1 year, 1 month ago
The hallmark of bad movies, while the director’s away, folks wander around the set wondering what’s to play! 😛
Reading the review of past series that were available in our state channel. Apparently they don’t have a long holding period, so a lot of good stuff missed is gone until the lazy Susan brings it round again.
Cult Cinema Classics have…[Read more] -
DeVaultSetter replied to the topic Oblivion: ShadeMe Ini Presets in the forum Projects 1 year, 1 month ago
The tables are barfed again, will resolve tomorrow. 🙂
-
DeVaultSetter started the topic Oblivion: ShadeMe Ini Presets in the forum Projects 1 year, 1 month ago
ShadeMe Ini Presets for Low, Med, and High end rigs. (Only Partially Tested)
Files and usage at
https://www.nexusmods.com/oblivion/mods/46414Continuation of the archived AL thread,
href=”https://web.archive.org/web/20190425134629/http://www.theassimilationlab.com/forums/files/file/1177-shademe-ini-presets/” target=”_blank”…[Read more] -
DeVaultSetter replied to the topic MWEdit in the forum Projects 1 year, 1 month ago
It can be changed with
WS_TABSTOP, see here, implementation is not straight forward. The comments in How can I set the control’s tab index? explain things a little better.
Have you got a portable DVD player? If any issues with that, try running from flash drive instead. 🙂 -
DeVaultSetter replied to the topic Films & TV Shows in the forum Discussion 1 year, 1 month ago
Yes, can get Tubi on Fetch. so will give it a whirl!
Completed The Darkness, not bad, although one can imagine folks making movies in Iceland have a hard time keeping the cold out!
Midnight Special never did deliver the genre of sci-fi these eyes and ears prefer, yet it works quite well as movie, with some genuinely stunning visuals. A bit less of…[Read more] -
DeVaultSetter replied to the topic MWEdit in the forum Projects 1 year, 1 month ago
Tab doesn’t work properly in pages with a tab control
It’s a bit cryptic, typically one transfers the focus of one control to another control on a form with CTRL-TAB. A tab form or page is itself also a control, thus the user may not expect the change in focus. And, depending on the tab order, the focus could switch to another tab, or a control in…[Read more]
-
DeVaultSetter replied to the topic MWEdit in the forum Projects 1 year, 1 month ago
The tab issue is super old and they were problematic, in AHK there are now three types of tab, the second tab came in 2007. In C++ it really amounts to what styles and attributes are applied.
If they meant MWEdit, is it able to display AI package windows?
Will definitely want specifics for the search, is it regx based?
Sounds good. 🙂 - Load More
