Sonic and Sega Retro Message Board: Delta - Viewing Profile - Sonic and Sega Retro Message Board

Jump to content

Hey there, Guest!  (Log In · Register) Help

Group:
Oldbie: Oldbie
Active Posts:
367 (0.08 per day)
Most Active In:
General Sonic Discussion (46 posts)
Joined:
11-January 03
Profile Views:
4684
Last Active:
User is offline Yesterday, 11:48 PM
Currently:
Offline

My Information

Age:
27 years old
Birthday:
September 12, 1987
Gender:
Male Male
Location:
California

Contact Information

E-mail:
Click here to e-mail me
AIM:
AIM  Delta0912
Website:
Website  http://

Previous Fields

National Flag:
us
Wiki edits:
47

Latest Visitors

Posts I've Made

  1. In Topic: Why Does Sonic R Tear in Software?

    08 January 2015 - 12:17 PM

    Expanding on the above post.

    Screen tearing is typically never intentional. It happens when the game tries to redraw itself before the monitor has had a chance to completely draw the previous frame. This results on one half of the screen showing the new frame, while the other half is still showing the old frame. In software rendering, this has a greater chance of happening because on a PC, developers don't have a reliable way to know whether the monitor has completely drawn the previous frame.

    In Direct3D/DirectX and OpenGL, however, developers have a bit more control. Both of these graphics APIs have a way to enable Vertical Sync (VSync), which tells the graphics driver to wait until it has completed the previous frame before rendering the next one, resulting in a smoother appearance. This has the side effect of limiting the game's frames per second to whatever the refresh rate of your monitor is, which is typically 60fps with modern displays.
  2. In Topic: SonAR - Hosted by SeanieB

    08 November 2014 - 02:46 AM

    https://dl.dropboxus...AR-20141107.zip

    All the files are named such that it -should- be a drop-in replacement, which should makes things easy.
  3. In Topic: SonAR - Hosted by SeanieB

    06 November 2014 - 04:04 AM

    View PostFlygon, on 06 November 2014 - 03:07 AM, said:

    Clicking once to keep the menu up, even when the mouse moves away, is quite cromulent however.

    I can definitely see that being a problem in this case. Fixed.
  4. In Topic: Sonic 1 prototype images

    05 November 2014 - 08:31 PM

    My guess is time constraints. Same reason that Hidden Palace was removed from Sonic 2. These concepts are great, but the more grand your concept is, the more time it takes to implement. The team probably recognized that they would be behind schedule if they used everything in their sketches, so they simplified everything.

    I'd love to see these ideas in a ROM hack. :P Or perhaps Sonic Overture.
  5. In Topic: SonAR - Hosted by SeanieB

    05 November 2014 - 04:37 PM

    View PostCovarr, on 05 November 2014 - 04:26 PM, said:

    A lot of people tend to hate javascript, but AJAX and a dropdown that lets you choose what system would be even more swag than the Pope.

    I tried to be a little conservative on this redesign. The only javascript it uses is for switching stylesheets (same as the current SonAR).

    It would certainly be easier to maintain if this gigantic mess of HTML were split into multiple files and accessed through AJAX. It'd be even cooler if it used some content management system with databases and all that fancy stuff, but I'm not sure if it needs all that. The content doesn't change that often.

    In any case, the main benefit of AJAX is to avoid page reloads, which this one-page design already does. :P And the dropdown on the top already lists all the systems. I suppose I could turn the table of contents into submenus instead, but I'm not sure if that would actually be better.

Friends

Delta hasn't added any friends yet.