Joined: 12/10/2014
Posts: 1
Location: United States
I'd love to help out with this project. If you guys need stuff tested I can do it. I also know a little about C++ so I guess I could try to help with that too.
Joined: 9/12/2014
Posts: 540
Location: Waterford, MI
In case anyone wasn't aware, the github page for this is being rapidly developed by YaLteR. I am very thankful for all the hard work being put into it, and can only imagine what state it would be in by the end of this year.
I think I'll start testing with it in like fall this year.
Are there any standards, prerequisites for the size of the logo, the maximum number of colors to use, what are the different sizes of icons and how many? Graphic Design being my job, I could look at that when I have a little time and propose different design and variants. But it would be good to fix the different technical constraints, if not already done, it will limit research.
And I am glad to see that people are working on this project for which I had little hope, given the difficulty that this seemed to represent, on the discussions of the old thread.
Joined: 3/2/2010
Posts: 2178
Location: A little to the left of nowhere (Sweden)
We need something Windows icon sized, preferably all the currently supported icon sizes would be good (Windows does terrible scaling). There are however some debate over what it should contain. Personally I think we should go with a theme that makes it clear that it's a debugger (which is what Hourglass really is), and that it has save-state features etc.
Been kinda following this idly for a while. Do y'all still need an icon? I tried making a more modern-ish version of the existing icon. Here are a few different versions.
Joined: 4/17/2010
Posts: 11475
Location: Lake Chargoggagoggmanchauggagoggchaubunagungamaugg
I like #5 the most.
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Typing is even harder, there's supposed to be a "not" in there =P, fixed my above post.
I think those are the size Windows specify today.
Well then between the both of us we are really dropping the language ball today. If you had something else in mind I'd be more than happy to throw something together really quick.
Joined: 4/7/2015
Posts: 331
Location: Porto Alegre, RS, Brazil
Jenetrix wrote:
Here are a few different versions.
I loved version #4 and #5. Tho, #5 is ideologically bounded to Windows 10, so I prefer #4 because it says more about Windows in general, rather than just one version.
Games are basically math with a visual representation of this math, that's why I make the scripts, to re-see games as math.
My things:
YouTube, GitHub, Pastebin, Twitter
Joined: 3/2/2010
Posts: 2178
Location: A little to the left of nowhere (Sweden)
Jenetrix wrote:
Warepire wrote:
Typing is even harder, there's supposed to be a "not" in there =P, fixed my above post.
I think those are the size Windows specify today.
Well then between the both of us we are really dropping the language ball today. If you had something else in mind I'd be more than happy to throw something together really quick.
My original response to phoenix1291 should reflect my wishes quite clearly. If not, please highlight what you find unclear and I will try to explain it.
My original response to phoenix1291 should reflect my wishes quite clearly. If not, please highlight what you find unclear and I will try to explain it.
Warepire wrote:
There are however some debate over what it should contain.
Just wanting to know some more of this debate, help get the ideas flowing.
Edit: Also, I just tried to run the latest automated build of Resurrection on a 32bit XP install, and its failing to run with the error: "not a valid Win32 application". Went back a few builds (79) and its throwing the same error on that version as well. Checked both on my 64bit Win10 install and it runs, and says its running in 32 bit according to task manager.
Figured I'd give asking here a shot.
I've been trying to get this working on a few different installs. It runs fine on both a windows10/7 install, however 4 separate xp installs all result in the "not a valid win32 application" error.
Are there dependencies that I may be missing? Or perhaps do I need to build it myself for xp? Currently installing vs2017 to give the latter a shot.
Any help will be greatly appreciated. :)
Joined: 3/2/2010
Posts: 2178
Location: A little to the left of nowhere (Sweden)
Bauxe wrote:
Figured I'd give asking here a shot.
I've been trying to get this working on a few different installs. It runs fine on both a windows10/7 install, however 4 separate xp installs all result in the "not a valid win32 application" error.
Are there dependencies that I may be missing? Or perhaps do I need to build it myself for xp? Currently installing vs2017 to give the latter a shot.
Any help will be greatly appreciated. :)
"not a valid win32 application" is not a dependency error, unless you count the operating system as a dependency. XP support was dropped, because supporting XP prevented us from moving forward in terms of code quality and functionality. (Long rant, I can explain further on IRC if you want me to).
Further reading about the error <- Here you can learn about the error message you received on XP and what it really means. The section "File is not designed for your version of Windows" applies specifically to this case.
Right - I suppose there is plenty of information around here mixed up between resurrection & original hourglass. That, and there is a bit in contribution.md stating that code should theoretically be compilable on xp, which I must have misread as run.
Thanks for clarifying. :)
Joined: 3/2/2010
Posts: 2178
Location: A little to the left of nowhere (Sweden)
Bauxe wrote:
Right - I suppose there is plenty of information around here mixed up between resurrection & original hourglass. That, and there is a bit in contribution.md stating that code should theoretically be compilable on xp, which I must have misread as run.
Thanks for clarifying. :)
Well caught, I missed a reference to XP when I changed the contributing file. I'll take care of that.