nuclide/Source/Menu-FN
2019-01-06 00:22:06 +01:00
..
bitmaps.h Initial New-Menu Commit. 2018-12-27 23:53:24 +01:00
colors.cpp Initial New-Menu Commit. 2018-12-27 23:53:24 +01:00
defs.h Initial New-Menu Commit. 2018-12-27 23:53:24 +01:00
entry.cpp Fix the 'kill' command 2019-01-06 00:22:06 +01:00
m_addserver.cpp Initial New-Menu Commit. 2018-12-27 23:53:24 +01:00
m_advancedcontrols.cpp Initial New-Menu Commit. 2018-12-27 23:53:24 +01:00
m_advancedcustomize.cpp - Added everything needed for networked sprays 2019-01-03 02:26:39 +01:00
m_advancedmpoptions.cpp Initial New-Menu Commit. 2018-12-27 23:53:24 +01:00
m_audio.cpp Initial New-Menu Commit. 2018-12-27 23:53:24 +01:00
m_chatrooms.cpp - Added everything needed for networked sprays 2019-01-03 02:26:39 +01:00
m_configuration.cpp Initial New-Menu Commit. 2018-12-27 23:53:24 +01:00
m_contentcontrol.cpp Initial New-Menu Commit. 2018-12-27 23:53:24 +01:00
m_controls.cpp Initial New-Menu Commit. 2018-12-27 23:53:24 +01:00
m_creategame.cpp Switched the majority of entities over to my new object oriented entity codebase also featured in The Wastes 1.2 2018-12-31 02:00:38 +01:00
m_creategame_inet.cpp Initial New-Menu Commit. 2018-12-27 23:53:24 +01:00
m_customgame.cpp Initial New-Menu Commit. 2018-12-27 23:53:24 +01:00
m_customize.cpp - Added everything needed for networked sprays 2019-01-03 02:26:39 +01:00
m_filter.cpp Initial New-Menu Commit. 2018-12-27 23:53:24 +01:00
m_internetgames.cpp Made the connect button work in the Internet/LAN menus 2018-12-28 00:03:00 +01:00
m_intro.cpp Initial New-Menu Commit. 2018-12-27 23:53:24 +01:00
m_langames.cpp Made the connect button work in the Internet/LAN menus 2018-12-28 00:03:00 +01:00
m_loadgame.cpp Initial New-Menu Commit. 2018-12-27 23:53:24 +01:00
m_main.cpp Misc prediction fixes 2018-12-30 06:37:53 +01:00
m_multiplayer.cpp - Added everything needed for networked sprays 2019-01-03 02:26:39 +01:00
m_newgame.cpp Misc prediction fixes 2018-12-30 06:37:53 +01:00
m_spectategames.cpp Initial New-Menu Commit. 2018-12-27 23:53:24 +01:00
m_video.cpp Initial New-Menu Commit. 2018-12-27 23:53:24 +01:00
m_videomodes.cpp Initial New-Menu Commit. 2018-12-27 23:53:24 +01:00
m_videooptions.cpp Initial New-Menu Commit. 2018-12-27 23:53:24 +01:00
m_viewgameinfo.cpp Initial New-Menu Commit. 2018-12-27 23:53:24 +01:00
m_viewreadme.cpp Initial New-Menu Commit. 2018-12-27 23:53:24 +01:00
makefile Initial New-Menu Commit. 2018-12-27 23:53:24 +01:00
master.cpp Initial New-Menu Commit. 2018-12-27 23:53:24 +01:00
menu.cpp Initial New-Menu Commit. 2018-12-27 23:53:24 +01:00
progs.src Initial New-Menu Commit. 2018-12-27 23:53:24 +01:00
README Initial New-Menu Commit. 2018-12-27 23:53:24 +01:00
servers.cpp Initial New-Menu Commit. 2018-12-27 23:53:24 +01:00
strings.cpp Initial New-Menu Commit. 2018-12-27 23:53:24 +01:00
strings.h Initial New-Menu Commit. 2018-12-27 23:53:24 +01:00
util.cpp Initial New-Menu Commit. 2018-12-27 23:53:24 +01:00
w_checkbox.cpp Initial New-Menu Commit. 2018-12-27 23:53:24 +01:00
w_colorlist.cpp Initial New-Menu Commit. 2018-12-27 23:53:24 +01:00
w_combobox.cpp Initial New-Menu Commit. 2018-12-27 23:53:24 +01:00
w_dialog.cpp Initial New-Menu Commit. 2018-12-27 23:53:24 +01:00
w_frame.cpp Initial New-Menu Commit. 2018-12-27 23:53:24 +01:00
w_header.cpp Initial New-Menu Commit. 2018-12-27 23:53:24 +01:00
w_label.cpp Initial New-Menu Commit. 2018-12-27 23:53:24 +01:00
w_listbox.cpp Initial New-Menu Commit. 2018-12-27 23:53:24 +01:00
w_mainbutton.cpp Initial New-Menu Commit. 2018-12-27 23:53:24 +01:00
w_modetab.cpp Initial New-Menu Commit. 2018-12-27 23:53:24 +01:00
w_pagetab.cpp Initial New-Menu Commit. 2018-12-27 23:53:24 +01:00
w_pictureswitch.cpp Initial New-Menu Commit. 2018-12-27 23:53:24 +01:00
w_scrollbar.cpp Initial New-Menu Commit. 2018-12-27 23:53:24 +01:00
w_servers.cpp Initial New-Menu Commit. 2018-12-27 23:53:24 +01:00
w_slider.cpp Initial New-Menu Commit. 2018-12-27 23:53:24 +01:00
w_textbox.cpp Initial New-Menu Commit. 2018-12-27 23:53:24 +01:00
widgets.cpp Initial New-Menu Commit. 2018-12-27 23:53:24 +01:00

HALF-LIFE WON MENU - QUAKEC VERSION
===================================

This menu logic is part of the FreeCS project.
It's a close recreation of the Half-Life main-menu (pre-Steam), also known as
the Half-Life WON menu (or just WON Menu - you get the idea).

It attempts to parse string-data and bitmaps from the original paths
whenever it can. It's a full replacement of Half-Life's original menu.

It's created from scratch and is not C++ - it's QuakeC and meant to be used
within FTE QuakeWorld. The file extensions are only changed in order to help
with the syntax highlighting choice of your favorite editor.

This codebase is to be compiled with FTEQCC, no other compiler is supported.

The code has a LICENSE attached to it, I'd encourage you to read it.
If you don't want to comply with the LICENSE, you either don't use the software
or we could still negotiate a separate license agreement (for $$$).

A few warnings to the uneducated:
If you're planning on merging or using any of this code in combination with the
original Half-Life SDK, you're violating the Half-Life SDK License Agreement.

I hope this all does not discourage you from using it for your own project.

Thanks to Spike for FTEQCC's advanced features and his engine, FTEQW, that makes
FreeCS and other projects even possible.

Marco 'eukara' Hladik