raze-gles/polymer/eduke32
hnt_ts 5edc3d6096 Added the "qgetsysstr" command that copies game strings to quotes so they can be displayed.
qgetsysstr <quoteID> <strID>

<strID> can be:
STR_MAPNAME
STR_MAPFILENAME
STR_PLAYERNAME
STR_VERSION

The list of strings may need some additions and renaming.

onevent EVENT_DISPLAYMENU
  qgetsysstr 2 STR_MAPNAME
  minitext 10 10 2 0 0

  qgetsysstr 2 STR_MAPFILENAME
  minitext 10 20 2 0 0

  qgetsysstr 2 STR_PLAYERNAME // it shouldn't work in this event, though
  minitext 10 30 2 0 0

  qgetsysstr 2 STR_VERSION
  minitext 10 40 2 0 0
endevent

git-svn-id: https://svn.eduke32.com/eduke32@781 1a8010ca-5511-0410-912e-c29ae57300e0
2008-06-09 10:39:32 +00:00
..
AL OpenAL patch from Hunter_rus... haven't even tried to make this work with MSVC yet 2008-03-08 05:23:15 +00:00
eobj Importing source for great justice 2006-04-13 20:47:06 +00:00
eobj_win git-svn-id: https://svn.eduke32.com/eduke32@559 1a8010ca-5511-0410-912e-c29ae57300e0 2007-08-25 01:05:00 +00:00
installer git-svn-id: https://svn.eduke32.com/eduke32@482 1a8010ca-5511-0410-912e-c29ae57300e0 2007-02-05 01:33:08 +00:00
obj Importing source for great justice 2006-04-13 20:47:06 +00:00
obj_win git-svn-id: https://svn.eduke32.com/eduke32@559 1a8010ca-5511-0410-912e-c29ae57300e0 2007-08-25 01:05:00 +00:00
rsrc config file global variable rape 2007-08-26 10:35:52 +00:00
source Added the "qgetsysstr" command that copies game strings to quotes so they can be displayed. 2008-06-09 10:39:32 +00:00
buildlic.txt Add 'buildlic.txt' to source and binary distributions. 2006-08-14 20:36:30 +00:00
ChangeLog Update repo to 1.4.0 beta 2 2006-07-18 21:08:38 +00:00
ChangeLog.html Update repo to 1.4.0 beta 2 2006-07-18 21:08:38 +00:00
duke3d.def.sample Importing source for great justice 2006-04-13 20:47:06 +00:00
eduke32.sln git-svn-id: https://svn.eduke32.com/eduke32@602 1a8010ca-5511-0410-912e-c29ae57300e0 2008-01-27 22:50:29 +00:00
eduke32.vcproj OpenAL patch from Hunter_rus... haven't even tried to make this work with MSVC yet 2008-03-08 05:23:15 +00:00
enhance.con.sample Update repo to 1.4.0 beta 2 2006-07-18 21:08:38 +00:00
GNU.TXT Importing source for great justice 2006-04-13 20:47:06 +00:00
MakeDistributions git-svn-id: https://svn.eduke32.com/eduke32@482 1a8010ca-5511-0410-912e-c29ae57300e0 2007-02-05 01:33:08 +00:00
Makefile Patch from hunter_rus 2008-05-10 01:29:37 +00:00
Makefile.deps OpenAL patch from Hunter_rus... haven't even tried to make this work with MSVC yet 2008-03-08 05:23:15 +00:00
Makefile.msvc Part of a patch from Philipp Kutin (Helixhorned) plus MSVC build fix 2008-05-15 03:16:38 +00:00
Makefile.watcom OpenAL patch from Hunter_rus... haven't even tried to make this work with MSVC yet 2008-03-08 05:23:15 +00:00
makemsc.bat Importing source for great justice 2006-04-13 20:47:06 +00:00
makew.bat Importing source for great justice 2006-04-13 20:47:06 +00:00
names.h Window position memory for win32 2007-04-22 03:44:54 +00:00
SEHELP.HLP Importing source for great justice 2006-04-13 20:47:06 +00:00
STHELP.HLP Importing source for great justice 2006-04-13 20:47:06 +00:00
tiles.cfg git-svn-id: https://svn.eduke32.com/eduke32@541 1a8010ca-5511-0410-912e-c29ae57300e0 2007-04-23 23:36:21 +00:00