mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 07:11:41 +00:00
Start updating NEWS.
This commit is contained in:
parent
fe3f0fa7ce
commit
b6fd1ea836
1 changed files with 19 additions and 1 deletions
18
NEWS
18
NEWS
|
@ -1,5 +1,23 @@
|
|||
NEWS for the QuakeForge project
|
||||
-------------------------------
|
||||
Changes from 0.6.0
|
||||
o New renderer using GLSL. Currently looks very much like the original
|
||||
software renderer with the additions of translucency, skyboxes and fog.
|
||||
o The new renderer is mostly GLES ready.
|
||||
o Screenshots now get written to $fs_userpath/QF (ie, QF in the quake
|
||||
root) instead of the current gamedir.
|
||||
o Demo playback can be recorded (currently to PNG files as
|
||||
QF/qfnvNNNNNN.png) by adding "rec" as a second parameter to the
|
||||
playdemo commaand.
|
||||
o qfcc now supports the --no-default-paths option.
|
||||
o SDL sound now works in most caases.
|
||||
o The blender mdl import/export script has been updated for blender
|
||||
2.61.
|
||||
o Some more functions added to the Ruamoko draw api.
|
||||
o Partial cross-compile support for Android using the standalone ndk.
|
||||
Doesn't produce a usable app yet.
|
||||
o Message buffer API for Ruamoko.
|
||||
|
||||
Changes from 0.6.0
|
||||
o qfprogs has been moved from tools to qfcc (windows packages).
|
||||
o The software renderer can now cope with pics being off-screen.
|
||||
|
|
Loading…
Reference in a new issue