Jump to content

implodedok

Web Development Team
  • Posts

    359
  • Joined

  • Last visited

  • Days Won

    16

Posts posted by implodedok

  1. 25 minutes ago, Andrettin said:

    I had seen screenshots of 0 AD with isometric view, and indeed it looks stunning :) Unfortunately, having everything in 3D (even if we managed to give the 3D models the somewhat cartoonish look of the sprites Wyrmsun uses) would require redeveloping A LOT of assets for Wyrmsun, which isn't really feasible.

    Correct me if I'm wrong, but if you set camera fixed in isometric view, you don't need to create 3D models do you?  You can just have a 3D box with a 2D sprite on it positioned so that it always faces the camera (which is easy to do with a fixed camera position).  Of course that will break things like proper 3D shadows, but it could be a nice way to start maybe?  Eventually assets might be converted to true 3D models and then you could even unfix the camera, but with fixed camera that doesn't need to happen right away.

    Also, Wyrmsun on Pyrogenesis: :gossip:

    • Like 2
  2. @fcxSanya  I am not sure what the actual problem with the redirects is.  Best solution for me would be to fix the http:// links to https://

     

    EDIT:  actually, there seems to be an upgrade for IPBoard available which has a bugfix for "Error redirecting from http to https."  I will apply this update within the next hour or so.  Let me know if this fixes it.

    EDIT:  upgrade applied.

    • Like 3
  3. 1 hour ago, Lion.Kanzen said:

    Sorry I mean  block, but just I can't editing that, Im not sure why. For me isn't important I don't use mobile version but I have some class about create webs but isn't my strong point as designer, only I share my knowledge.

    I create websites and web applications for a living. :-)  Keep up the good work.

    • Like 1
  4. On 3/12/2016 at 10:33 PM, Lion.Kanzen said:

    I found the first problem.

    the padding and the height, I'm not familiar with "em"

    display : black? can be ...

     

    1TThn2T.png

    these codes give an idea isn't have a properly mobile version in the HTML.

    the HTML can call CSS style in some cases.

    I'm sorry to be rude, but you have no idea what you are talking about. :-)  Display block (not black) is perfectly valid.  It is in fact the default display style the div element.  Setting it makes other elements behave like div's do.  And as noted above, 'em' is a very valid unit of measurement.  It is relative to the font size used on the page.  Meaning, if the user configures a larger font in their browser, the whole page scales accordingly.  For accessibility this is recommended.

    There were two problems, both fixed.

    One was that the element that contains the logo & menu, had a fixed height.  Since the elements inside it are floated, they can float outside the height of the element.  The height was removed and an element was added below that clears both left and right.  That solves that.

    That added the problem that whenever the elements are compressed and take up more space, the height of header increases, but the content keeps the same top margin, thus falling under the header element.  I fixed that by giving the content a top margin depending on browser width.

    On 3/11/2016 at 2:22 AM, wowgetoffyourcellphone said:

    Wildfiregames.com does not seem to render good on Chrome mobile. Only bad part is links at top of page. Thank you. 

    Thank you for letting us know! :-)

    • Like 1
  5. 10 hours ago, rugk said:

    So I've created the rulesets for HTTPS Everýwhere. Please let me know if a domain or subdomain, which supports HTTPS, is missing from them.

    Nothing is missing as far as I know, but these rulesets are not needed.  Currently the forums redirect to https automatically, so does play0ad.com.  When we're ready, we'll do the same with other websites and/or subdomains.

    10 hours ago, rugk said:

    As already mentioned in this thread you could send the HSTS header. This would also give you an A+ at SSLLabs. Adding the HSTS header also does not mean you have to serve your entire domain (*.wildfiregames.com and *.play0ad.com e.g.) over HTTPS. This is only the case if you include the "includeSubDomains" option. If you leave this option out the header is only valid for the visited domain.

    I have no idea how to do this with OpenLiteSpeed (the web server we're using).  I will look into this later, but this is not high on my priority list.

    10 hours ago, rugk said:

    The links to your releases (releases.wildfiregames.com) are still HTTP links. At least the one to the windows installer I checked.

    This is on purpose.  Using SSL for the downloads could have a huge impact on the webserver, especially when a new release comes out and there are lots of downloads.  Besides, I honestly don't see the point in encrypting file downloads that are publicly available anyways.  I understand there's quite a hype around making everything https, but I do want to use our available resources as efficient as possible.

    10 hours ago, rugk said:

    SSLLabs also reports you have some issues with Session resumption (caching): No (IDs assigned but not accepted).  Fixing this should make all HTTPS connection faster.

    I don't see it.  Session resumption (caching): Yes

    10 hours ago, rugk said:

    The emoticons cause mixed content issues as they are tried to load over HTTP.

    You'd have to tell me where this is happening, so I can investigate.  You can check the link of this emoticon: ;)  It is https.

    10 hours ago, rugk said:

    The only thing, which looks quite bad IMHO are the smileys. Especially when you compare them to the rest of the forum design they look very outdated...

    Do you mean the default smileys under "overview" or the extensive library that's shown when you open the "emoticons" category?  If the latter, then yes, I agree.

  6. On 2/4/2016 at 7:31 PM, fabio said:

    The web server should rewrite http URLs into https. This is apparently done by the forum, but this is not enough and causes some issues, e.g. the meetinglogs dir but also some links on the forum sometime wrongly behave.

    What are the issues here exactly?  I just accessed & browsed the meetinglogs dir and it all seems to work fine.  If there are problems with some links, please specify what exactly the problems are and with which links.

    On 2/5/2016 at 3:40 PM, fabio said:

    It will also need a special rule for wildfiregames.com domain, someone should submit it to the EFF! :)

    And the web server should also set HTTP Strict Transport Security. It is really simple to set up and together with http->https rewrite the proper thing to do when you want to serve your domain only with https.

    We don't want to serve our entire domain with exclusively https currently.  For now it's enabled by default for the forums and for the 0 A.D. website, since those run web applications that handle user logins.  Everything else doesn't force https currently.  This may change in the future, but is not a priority and requires some further testing and evaluation.

    On 2/5/2016 at 3:10 PM, niektb said:

    I'm getting 400 errors (Bad Request). Refreshing the page resolves it most of the time but it happens fairly often (and it's a tad annoying). It might be related to my logout issues

    This is a strange issue.  I haven't experienced this myself, nor do I have problems staying logged in to the forums.  Could this be related to virus scanners, firewall software or browser plugins?

  7. 11 hours ago, Lion.Kanzen said:

    but I'm not sure if you guys  want a feedback.

    Your feedback, positive and negative, is always welcome.

    4 hours ago, Itms said:

    I'm experiencing a little issue on my mobile (with Safari): most emoticons aren't displayed (I see a box with the text version inside)

    Can you provide a screenshot and an exact link to the page where this is occurring?

    • Like 2
  8. Hi,

    In about 2-3 hours some forum downtime is expected, due to upgrade to a new version of Invision Power Board. It is also possible that some things might not work as before, as we are doing quite a major upgrade. It is also likely that the forum skin will be changed. After the forum upgrade, we will also be upgrading to PHP7 and we will be changing to different webserver software.

    We apologize for any inconvenience you may experience because of this upgrade.

    Edit:  upgrade is finished

  9. How come the web hosting costs so much? Is there a lot of traffic to the domain?

    As Erik pointed out, the description of "webhosting" doesn't really cover what we're paying for. Wildfire Games rents a dedicated server in a very professional data center, with a lot of tools to remotely manage a server and a lot of bandwidth available. We do this because we host some very specific things, such as:

    - a torrent tracker for game downloads

    - the multiplayer lobby server

    - an autobuild server which compiles the game code and checks for errors every night

    And of course our websites, forum (with attachment database) and game files, requiring roughly ~200 GB diskspace. Plus, we use up about 5 terabyte (!) data traffic each month, with 1.5 terabyte on a single day during game releases. We get a lot of bang for our buck, so we are actually getting a very good deal on the hosting.

    • Like 2
  10. Hi eldi,

    I think there's something you're not getting. Wildfire Games / 0 A.D. is an open organization, community-driven and open-source project. Almost everything involving the project is transparent and available to the public - on purpose.

    We are aware that the meetinglogs are referenced in robots.txt. They are no secret. The meetings are held every sunday evening (GMT) in #0ad-staff on irc.quakenet.org and everyone is welcome to be there and contribute. The reason why they're in robots.txt is because we don't want gamers searching for details about 0 A.D. ending up there, because it's a developer resource.

    The old art directories you mentioned are online for posterity and reference. Somehow they've also made it onto Google, which I guess shouldn't be the case. I bet the main reason why there's a notice about no hotlinking is because back then, the project wasn't open-source. Either that, or there's doubts about the copyrights of some of the images. Either way, it's also not a secret (else you probably wouldn't have found it so easily ;-)).

    As for the Wordpress readme.html, that's also publicly available data, so nothing we care to hide. I know common advice is to delete it, to supposedly hide the version of Wordpress better, but this does not matter. Please see this page: http://www.wpwhitesecurity.com/wordpress-security/hide-wordpress-version-does-it-matter/

  11. There is a small interruption in our lobby server today, on no day other than friday the 13th! I can assure you it has nothing to do with bad luck though. In the past month we've been migrating Wildfire Games services (the website, forums, the autobuilder, irc bot) to a brand new server. Because we've been suffering from a lot of downtime lately, due to all kinds of different issues, we've decided to move all services to one central, reliable place.

    Today we've moved the lobby service to the new server as well. So presumably this will be last downtime for a long time (*knock wood*) for the multiplayer lobby. :-)

    The lobby is currently working without issues on the new server, however the DNS for lobby.wildfiregames.com may not have updated everywhere yet with the new IP address. If the lobby server isn't working for you at the moment, please be patient; it should start working again within 24 hours at most.

    • Like 4
  12. Hi Pierree! I like your application... oh, and also your country of origin! ;-)

    To be frank, we don't do a lot of custom web development at Wildfire Games. The forums are IPBoard, which is an installation which is just updated every now and then and the main 0 A.D. site is Wordpress, which is basically the same story... every now and then it's updated, that's about it. The only website that's custom made is the site for Wildfire Games itself, www.wildfiregames.com. That's a very basic, simple site though.

    So my question for you would be: how do you think you can contribute? :-) Do you have some things in mind that you think could be useful to have for our websites, or do you have some ideas you can implement to strengthen our online community perhaps?

×
×
  • Create New...