zturtleman / q3rain

Automatically exported from code.google.com/p/q3rain for archive purposes. I do not maintain it. Do not create pull requests.
GNU General Public License v2.0
0 stars 2 forks source link

GPS/PDA map #32

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
+map calls up an pda with a minimap of the current map and the players 
position. teammates could also be displayed, as well as a custom spot

involved commands:
/+map
/savelocation

todo:
translate vec3_t coords into a procentual value to display player coords on the 
minimap correctly

Original issue reported on code.google.com by ryliusk@gmail.com on 13 Nov 2010 at 12:17

GoogleCodeExporter commented 8 years ago
Model done, needs texture

new field in playerState_t: pdaState
Mainly used for CGame and playermodel animation pose

0: inactive
1: active
2: transition

Original comment by ryliusk@gmail.com on 26 Nov 2010 at 3:05

GoogleCodeExporter commented 8 years ago

Original comment by ryliusk@gmail.com on 12 Dec 2010 at 7:00