I am looking through the JDuke source code (latest version) and can't find the functions/code that is responsible for the TAB key map mode? Just wondering was it taken out? Where can I find it? And whether JBuild or original Build source code has the code for the TAB key map mode?
Oh, I think I found it. Is it this one:
engine.c: line5867 void drawmapview(long dax, long day, long zoome, short ang)
Interesting... it wasn't found in the original DukeNukem3D source code release.
JonoF at
The overhead map code is still there (drawmapview), but the version for OpenGL Polymost isn't done yet. We haven't devised an algorithm for efficiently subdividing a sector into polygons in realtime to render it yet.