Index du forum • Partenaires • FAQ • M’enregistrer • Connexion 
Tgames Actualité Consoles et Homebrew

Tgames Actualité Consoles et Homebrew

Site officiel français de WiiFlow et ses thèmes

Vers le contenu

  • Imprimer le sujet
Index du forum Index du forum » Switch/Wii U » Homebrews Wii

Quake Rev - Page 2

Tous les Homebrews.
Répondre
34 messages • Page 2 sur 2 • 1, 2
Re: Quake Rev

Messagepar sniper3d » Jeu 12 Avr 2012 04:37

r106
- Fixing RGBA8 and RGBA4 lightmaps for multitextured mode
- Possible bug when reverting from I8 mode in lightmaps

r107
- Lots of stack allocations moved to big stack.
- Also, lots of not really needed malloc()s converted to big stack allocation.
- Map checking in Q2*** engines has been temporarily deactivated. Further
investigation needed in why map checksums do not match most of the time, when
net games are played.

r108
- Issue 23 fixed. It turns out the hardware sound subsystem expects data in
right/left order, instead of left/right as it comes from game data.
Tuto ModMiitutoriels-wii/wiibackupmanagerTuto WiiBackupFusion
Image
sniper3d Hors ligne

Avatar de l’utilisateur
Master Gamer
Master Gamer
 
Messages: 2480
Inscription: Lun 3 Jan 2011 14:07
Sexe: Masculin
Wi-Fi: Oui
Dongle PS3: Aucun
Haut


Re: Quake Rev

Messagepar sniper3d » Ven 13 Avr 2012 04:28

r109
Work begins on converting the Q2*** GL engines to GX hardware.
- All related files have been renamed from gl_ to gx_
- The "glrevol" source code folder has (finally) been removed
- The ref_gl folder was renamed to ref_gx, and the original ref_gl has been
restored
- Project and solution files were changed accordingly

r110
main() in the Q2**** engines was modified with the other engines' GX init
code, as well as the 1/30 vs 1/60 framerate specification.

r111
- BUG: Wrong macro check in sys_revol.c in the Q2**** engines (direct result of
earlier GL to GX conversion), might make the game feel faster than it was
supposed to be. Fixed.
Tuto ModMiitutoriels-wii/wiibackupmanagerTuto WiiBackupFusion
Image
sniper3d Hors ligne

Avatar de l’utilisateur
Master Gamer
Master Gamer
 
Messages: 2480
Inscription: Lun 3 Jan 2011 14:07
Sexe: Masculin
Wi-Fi: Oui
Dongle PS3: Aucun
Haut


Re: Quake Rev

Messagepar sniper3d » Jeu 3 Mai 2012 16:03

r139
- glDeleteTextures() converted to GX.
- GX_CopyTex***** functions moved to gxutils.
Tuto ModMiitutoriels-wii/wiibackupmanagerTuto WiiBackupFusion
Image
sniper3d Hors ligne

Avatar de l’utilisateur
Master Gamer
Master Gamer
 
Messages: 2480
Inscription: Lun 3 Jan 2011 14:07
Sexe: Masculin
Wi-Fi: Oui
Dongle PS3: Aucun
Haut


Re: Quake Rev

Messagepar sniper3d » Dim 6 Mai 2012 09:21

r140
- Putting back some of the changes from after r134. Let's cross our fingers...

r141
- Finished restoring most changes from r134. The only change not applied is the
Solaris-mode hunk memory management; for unknown reasons, it is causing the
engines to segfault.

r142
- Most references to gxutils.h were moved into gx_local.h .
- Wiimote guide is now shown in the Q2**** GX engines.
- Paletted texture mode implemented. It, however, doesn't quite work as
expected, and was temporarily disabled. Investigate.

r143
- Minor header and function declaration corrections

r144
- Multitexturing implemented on the Q2***** engines. Way easier than previously
thought.
- Point primitives implemented. However, they don't actually look right, so they
were temporarily deactivated. Investigate.
- More GL_***** names converted to GX_*****.
Tuto ModMiitutoriels-wii/wiibackupmanagerTuto WiiBackupFusion
Image
sniper3d Hors ligne

Avatar de l’utilisateur
Master Gamer
Master Gamer
 
Messages: 2480
Inscription: Lun 3 Jan 2011 14:07
Sexe: Masculin
Wi-Fi: Oui
Dongle PS3: Aucun
Haut


Re: Quake Rev

Messagepar sniper3d » Lun 7 Mai 2012 09:42

r145
- Multitexturing functions isolated and put back into gxutils.
- Background color assignment fixed for all engines (using float values instead
of u8).
- Vertex arrays functionality converted to GX. Again, it doesn't quite work as
expected, but this time it was disabled by default.
- Almost finished converting GL_***** functions to GX_*****.
- Viewport coordinate assignment fixed to comply with GX.
Tuto ModMiitutoriels-wii/wiibackupmanagerTuto WiiBackupFusion
Image
sniper3d Hors ligne

Avatar de l’utilisateur
Master Gamer
Master Gamer
 
Messages: 2480
Inscription: Lun 3 Jan 2011 14:07
Sexe: Masculin
Wi-Fi: Oui
Dongle PS3: Aucun
Haut


Re: Quake Rev

Messagepar sniper3d » Mer 9 Mai 2012 07:40

r146
- glimp_revol.c and qgl_revol.c were renamed to gximp_revol.c and qgx_revol.c to
better reflect the changes towards support of the GX hardware.
- A few more GL_***** functions were renamed to GX_*****. Also, GLimp_*****
functions were renamed to GXimp_***** according to the change above. Almost
finished!

r147
- ... and, again, files.c was published with the wrong gamedir data. Fixed

r148
- gxutils now is able to store the type of the latest projection matrix.
- Using the above, the routines that were using qglScissor() / qglClear() were
converted to GX by using single-colored textures and orthographic projections.

r149
- All remaining traces of glrevol have FINALLY been removed from the whole
project. Quake Rev PAK is now finally free from OpenGL!
- Depth values related to orthographic projection and textures in 2D space have
been converted to constants, common to all engines, and thus stored in gxutils.

r150
- Ghost models AND missing doors problem found. One of the original
glPushMatrix() commands was incorrectly implemented. Fixed.
- A debug line in Draw_Char was removed (infinite cycle). Oops...
- Hunk allocation structure removed. The scheme in use was causing huge memory
leaks. The original malloc() / realloc() / free() scheme was restored.
- Problem with screen not drawing at bottom found. The screen height was given
as 9/10 of the actual screen height. Fixed.

And, with these changes, we can finally say with confidence: GX QUAKE II
LIVES!!!
Tuto ModMiitutoriels-wii/wiibackupmanagerTuto WiiBackupFusion
Image
sniper3d Hors ligne

Avatar de l’utilisateur
Master Gamer
Master Gamer
 
Messages: 2480
Inscription: Lun 3 Jan 2011 14:07
Sexe: Masculin
Wi-Fi: Oui
Dongle PS3: Aucun
Haut


Re: Quake Rev

Messagepar sniper3d » Jeu 10 Mai 2012 08:31

r151
- The height of the screen in the GX builds of the Q1***** engines, is now 9/10
of the actual screen height, and centered, in order to make the vertical
elements at top and bottom of the screen visible on most TVs.
- qgxSetScissor() function created in the GX builds of the Q2***** engines. This
is in order to implement the change above described to these engines.
Tuto ModMiitutoriels-wii/wiibackupmanagerTuto WiiBackupFusion
Image
sniper3d Hors ligne

Avatar de l’utilisateur
Master Gamer
Master Gamer
 
Messages: 2480
Inscription: Lun 3 Jan 2011 14:07
Sexe: Masculin
Wi-Fi: Oui
Dongle PS3: Aucun
Haut


Re: Quake Rev

Messagepar TGbot » Sam 19 Mai 2012 07:57

Maj Rev 4

:bravo:
TGbot Hors ligne

Avatar de l’utilisateur
Famous Member
Famous Member
 
Messages: 4774
Inscription: Dim 21 Sep 2008 11:15
Sexe: Geek ?
Wi-Fi: Oui
cIOS Wii: Aucun
Haut


Re: Quake Rev

Messagepar sniper3d » Dim 24 Juin 2012 12:23

r174
- New "revol_local.h" file should help with sharing code among the different
revol_***** instances, to ease porting.
Tuto ModMiitutoriels-wii/wiibackupmanagerTuto WiiBackupFusion
Image
sniper3d Hors ligne

Avatar de l’utilisateur
Master Gamer
Master Gamer
 
Messages: 2480
Inscription: Lun 3 Jan 2011 14:07
Sexe: Masculin
Wi-Fi: Oui
Dongle PS3: Aucun
Haut


Précédente

Répondre
34 messages • Page 2 sur 2 • 1, 2

Retourner vers Homebrews Wii



Articles en relation

  • Sujets
    Réponses
    Vus
    Dernier message
  • Quake 0.07
    par Tgames » Sam 2 Mai 2009 23:34
    0 Réponses
    570 Vus
    Dernier message par Tgames Voir le dernier message
    Sam 2 Mai 2009 23:34
  • quake
    par barman47 » Sam 2 Jan 2010 21:23
    20 Réponses
    1046 Vus
    Dernier message par TGbot Voir le dernier message
    Lun 28 Fév 2011 11:54
  • Quake Piko GX 0.09
    par tommy gun » Mer 13 Mai 2009 16:45
    0 Réponses
    618 Vus
    Dernier message par tommy gun Voir le dernier message
    Mer 13 Mai 2009 16:45
  • Quake 2 Engine "Q2Rev" en developement pour la Wii
    par MickeyBlue » Mar 19 Mai 2009 01:28
    1 Réponses
    678 Vus
    Dernier message par TheCoCo8 Voir le dernier message
    Mar 19 Mai 2009 09:25


Qui est en ligne

Utilisateurs parcourant ce forum: Aucun membre et 12 invités


Basculer vers le mode mobile
  • Index du forum
  • L’équipe du forum • Supprimer les cookies du forum • Zone horaire: Europe/Paris [ Heure d’été ]
  • Flux RSS Flux RSS
  • Liste des flux Liste des flux
Powered by phpBB® Forum Software © phpBB Group
Traduction par: phpBB-fr.com
phpBB SEO