Questions tagged [quake2]

6 questions
6
votes
5 answers

Most popular open-source, free, well-documented game engine for research application

My company is getting ready to propose a stroke and brain-injury rehabilitation tool and we need to know what free, open-source, and well-documented game engine are out there. We will be constructing a 3D environment. We will need to have good…
JnBrymn
  • 24,245
  • 28
  • 105
  • 147
4
votes
3 answers

How do you detect if a text file is corrupt before the program crashes?

I'm writing a command line program in ANSI C to parse a Quake 2 map file to report how many entities and textures are being used. My development machine is MacBook. I'm testing on OS X Snow Leopard (32-bit), Windows XP (32-bit) and Vista (64-bit),…
C.D. Reimer
  • 115
  • 11
1
vote
1 answer

Unable to load html5 mp3 audio with quarkus

I am working on j2cl port of gwt quake2, at this moment all works ok (work still in progress) with wildfly, but not with quarkus. The problem is: any requests to mp3 files are left in a pending state, all other files are loading correctly.
1
vote
4 answers

C/GCC Warnings - Write once and test everywhere?

I'm writing a command line program in ANSI C to parse a Quake 2 map file to report how many entities and textures are being used. My development machine is MacBook. I'm testing on OS X Snow Leopard (32-bit), Windows XP (32-bit) and Vista (64-bit),…
C.D. Reimer
  • 115
  • 11
1
vote
2 answers

The third internalFormat of qglTexImage2D in Quake2

From Quake2 source, the function GL_BeginBuildingLightmaps at gl_rsufr.c, i saw these codes: if ( toupper( gl_monolightmap->string[0] ) == 'A' ) { gl_lms.internal_format = gl_tex_alpha_format; } /* ** try to do hacked colored lighting with a…
zombielei
  • 163
  • 1
  • 8
0
votes
0 answers

Can't get custom .dll get to work with Quake 2 Rerelease

this is a long shot, but I'm having a strange problem. I was compiling the Q2R source code (https://github.com/id-Software/quake2-rerelease-dll) with no issues, but when I replace the original .dll file with it, the game crashes at startup, saying…
Verne
  • 19
  • 3