summaryrefslogtreecommitdiffstats
path: root/src/area.c
Commit message (Collapse)AuthorAgeFilesLines
* Attempt to store surfaces in video memory.P. J. McDermott2013-02-191-1/+1
| | | | This shouldn't noticably affect performance on any modern PC.
* Fix graphics glitch with negative viewport coords.P. J. McDermott2013-02-191-14/+33
|
* Implement and test renderer.P. J. McDermott2013-02-191-5/+107
|
* Begin work on areas and viewports.P. J. McDermott2013-02-181-0/+50