Skip to content

Commit

Permalink
updating RELEASE and version info for v1.99.5 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
richard42 committed Mar 10, 2012
1 parent 420266b commit df03940
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions RELEASE
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
Mupen64Plus-Video-Rice RELEASE
------------------------------

Mupen64Plus-Video-Rice v1.99.5 - March 10, 2012
-----------------------------------------------
- Hires texture loading: support for 8-bit PNG images
- New config option for forcing vertical sync
- Check OpenGL attributes after creating video window and report any that failed to set
- Updated video plugin for new Mupen64plus 2.0 API versioning scheme
- Update to Video API version 2.1.0.
- Bugfix: hi-res textures: Scale highres textures by precalculated scaleShift exponent
- Bugfix: dont call CoreVideo_Init() inside of the InitializeGFX() function. This will fix some front-end use cases
- Bugfix: Fix z coordinate in 3d line rendering
- Bugfix: double infinite loop in GetValidTmemInfoIndex
- Bugfix: Perfect Dark randomly crashes due to divide-by-zero error
- Bugfix: crash in loading Celda 2009 hi-res texture pack for Zelda Ocarina of Time
- makefile fixes, improvements, and code cleanups

Mupen64Plus-Video-Rice v1.99.4 - November 22, 2010
--------------------------------------------------
- new feature: anisotropic filtering
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#define VERSION_H

#define PLUGIN_NAME "Mupen64Plus OpenGL Video Plugin by Rice"
#define PLUGIN_VERSION 0x016304
#define PLUGIN_VERSION 0x016305
#define VIDEO_PLUGIN_API_VERSION 0x020100
#define CONFIG_API_VERSION 0x020000
#define VIDEXT_API_VERSION 0x020000
Expand Down

0 comments on commit df03940

Please sign in to comment.