There are a lot of changes in this version, but no textures yet! Sorry ! ...
Here's a list of changes:
-------------
- Added place holder 8x8 and 16x16 sprites
- Added the flat textured triangle (although with no texture yet!
- Added more standard resolution choices to the screen configuration menu
- Draw offsets enabled. Should fix some problems with polygons showing up in
wrong places.
- All of the primitives have the correct color now. I was reading the data
backwards before...
- Added the single flat line primitive
- Added the single GShaded line primitive
- Added restore viewport on pause and continue, which fixes the problem
of the screen not being stretched properly.
- Added the primitive rectangle/block fill, although it's not emulated in
VRAM yet.
- Rendering calls use a sightly more efficient way of passing data to the
OpenGL API.
- Color operations for the primitives are A LOT faster now!
- Improved speed of memory copying in the quad primitives
- Frame buffer updates in direct display area are now very much improved.
Fixes a lot of problems, and speeds up things a bit!
Have fun!
Here's a list of changes:
-------------
- Added place holder 8x8 and 16x16 sprites
- Added the flat textured triangle (although with no texture yet!
- Added more standard resolution choices to the screen configuration menu
- Draw offsets enabled. Should fix some problems with polygons showing up in
wrong places.
- All of the primitives have the correct color now. I was reading the data
backwards before...
- Added the single flat line primitive
- Added the single GShaded line primitive
- Added restore viewport on pause and continue, which fixes the problem
of the screen not being stretched properly.
- Added the primitive rectangle/block fill, although it's not emulated in
VRAM yet.
- Rendering calls use a sightly more efficient way of passing data to the
OpenGL API.
- Color operations for the primitives are A LOT faster now!
- Improved speed of memory copying in the quad primitives
- Frame buffer updates in direct display area are now very much improved.
Fixes a lot of problems, and speeds up things a bit!
Have fun!