Jump to content

stepped pyramids

Member
  • Posts

    1,081
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

stepped pyramids's Achievements

Unflappable Drayk

Unflappable Drayk (12/17)

  1. No problem. Here is a build of master on 10.12. The UI feels a little glitchy -- sometimes dialogs aren't visually updated in response to clicks or typing -- but it's playable. This seems to be mostly an issue when UI scaling is enabled, but I noticed it happening with text fields in the scenario editor, too.
  2. Is the problem with providing builds for later macOS versions simply due to not having access to the appropriate OS versions to build on? I was able to successfully build on 10.12. I didn't do extensive testing but it seems to run. Or is there some underlying compatibility issue I'm missing? If not, I'd be glad to provide up-to-date binaries.
  3. I might be reading pc_record_type wrong, but it looks like traits are stored as an array of 15 chars, each of which can be 0 or 1. That means traits are being stored using 15 bits out of 120. It shouldn't be necessary to break backwards compatibility -- there's no practical limit to the number of choices you can encode in that space. In the day, people used to offer packaged parties with skillsets suited to a scenario. It's worth considering that -- you could reserve a few hundred traits for players (more than you'll ever use), and then populate another set available for scenario designers which grant basic mechanical advantages. Hell, if you could get scripting nodes to check for the existence of those traits, you could do some pretty interesting things.
  4. I don't think you'd be able to find any quotes from me suitable for this. I was always lovable and polite.
  5. I demand to be removed from the chart on the basis that it could theoretically allow Kelandon to track me down and exist within several miles of me. I have an allergy, to skeevy Internet dudes. Also, I object to being linked in any way to Sah David, either head of the Australo-fundie ettin, Zeviz, Alorael, or Thuryl, who's the worst of them all, also.
  6. Quote: we'd basically all circle around Rosycat. Oh, Kel. In more ways than one. Alec and I did not meet in person before Spiderweb, so that green should be black.
  7. Uh, the last "Win16" operating system was Windows 3.1. Windows 95 and its successors all are 32-bit operating systems using the Win32 API. Windows 95, 98, and ME still have DOS lurking under the covers (although less and less as time went on); Windows NT/2000/XP/etc. do not. That's the distinction. GF4 probably requires at least Windows 2000 because (and this is a guess) it probably needs a version of DirectX not supported on previous iterations of the operating system. I understand it also stores game data in user profile directories rather than in its own directory, which suggests that it was developed for NT-series versions of Windows.
  8. Yeah, that saves a few node types, as well as uncountable nodes per chain. Good thinking.
  9. So will there be new nodes to populate this array, increment and decrement its values, etc? I mean, I like the idea, but how many nodes will it cost? In addition, couldn't we find a way to allow the value of SDFs to be used instead? That seems potentially more powerful, and there are already nodes in place to manipulate those. At the very least, I'd want to be able to load the value of an SDF into a pointer slot, and vice versa. At which point you'd really have more of a really large register system.
  10. I believe I've tracked down the cause of the 100-town crashing bug in Windows BoE. http://pygsys.com/wiki/oboe/?FrontPage Could someone with a working build setup for WinBlades test the fix for me?
  11. That list of reserved rights is invalid and legally troublesome enough to render the code dangerous to use, even without the CPL. It's certainly incompatible with every known open source license, because it puts restrictions on the end user's right to license his or her own creations as he or she sees fit.
  12. I really do advise avoiding SourceForge. It's slow, it's inferior, and their tech support is tremendously poor. If you need a ticket system, I'd be glad to set up Trac or something like it on my server. Just an offer. Also, now that the Windows and Mac versions seem to be reasonably up to date, I'm going to be putting some hours in on merging both codebases.
  13. I agree. The BoE license needs to be revised anyway, considering that (as pointed out in another thread) it technically doesn't apply to the BoE game itself.
  14. BoE runs extremely well under Wine, and should run even better once it's been updated a bit. As a longtime Linux user, I'm sympathetic, but honestly I don't see any major reason to do a direct Linux port in the near future. Wine is readily available. However, I'll be running BoE under Wine directly as well as compiling it under Winelib for my own edification (mostly so that I can fix bugs). I'll be doing everything I can to make sure it runs consistently and cleanly. The main thing to do is to copy MAIDWORD.TTF to a fonts directory. If you're using a recent Linux distribution with fontconfig/etc., you should be able to just kick it into ~/.fonts. That'll make sure the fonts on the opening screen look correct.
×
×
  • Create New...