]> icculus.org git repositories - divverent/nexuiz.git/commit - scmenu/creategame/maplist.menu
-Added a management window to creategame, which allows you to save and load
authorblackhc <blackhc@f962a42d-fe04-0410-a3ab-8c8b0445ebaa>
Thu, 9 Jun 2005 17:42:47 +0000 (17:42 +0000)
committerblackhc <blackhc@f962a42d-fe04-0410-a3ab-8c8b0445ebaa>
Thu, 9 Jun 2005 17:42:47 +0000 (17:42 +0000)
commitadac295b6562f237988d9eea84b619b545cae301
treea2913d656c19c0959458d6b659a6a3baf524dbc0
parent16a89e6938e5276fa8923bd86db8f369f39a3e80
-Added a management window to creategame, which allows you to save and load
game, weapon and maplist settings.
-Added 'show score' and 'toggle console' to the controls menu.
-Fixed fopen in the menu (strips off data/ from the path).
-If the menu loses input focus, it hides now (instead of regaining it
use #define BRAVEMENU to force the latter behavior).
-Added Data_ExecString and the ITEM_DATA_SAVE_EXECSTRING event to make it
 possible to save the value of a cvar in a config conform way.
-The maplist now uses the cvars g_maplist and g_maplist_index.
-Added Item_DataLink_Nex_FileList.
-Added Nex_MessageBox.

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@439 f962a42d-fe04-0410-a3ab-8c8b0445ebaa
33 files changed:
scmenu/creategame.menu
scmenu/creategame/management.menu [new file with mode: 0644]
scmenu/creategame/maplist.menu
scmenu/creategame/weapon.menu
scmenu/data.menu
scmenu/data/key.menu
scmenu/data/management.menu [new file with mode: 0644]
scmenu/data/server.menu
scmenu/menu
scmenu/messagebox.menu [new file with mode: 0644]
scmenu/normal.menu
scmenu/options.menu
scmenu/options/key.menu
scmenu/source/base/cursor.qh
scmenu/source/base/key.qc
scmenu/source/base/key.qh
scmenu/source/control/data/base.qc
scmenu/source/control/data/cvar.qc
scmenu/source/control/data/data.qh
scmenu/source/custom/creategame.qm
scmenu/source/custom/creategame/creategame.qh
scmenu/source/custom/creategame/filelist.qc [new file with mode: 0644]
scmenu/source/custom/creategame/maps.qc
scmenu/source/custom/messagebox.qc [new file with mode: 0644]
scmenu/source/custom/messagebox.qh [new file with mode: 0644]
scmenu/source/mbuiltin.qc
scmenu/source/menu.qc
scmenu/source/menu.qh
scmenu/source/progs.src
scmenu/source/system/debug.qh
scmenu/source/system/events.qh
scmenu/source/todo
scmenu/templates.menu