nuclide/src/gs-entbase
2020-05-04 05:48:19 +02:00
..
client Half-Life: Fix crash with obituaries and invalid weapons. 2020-05-04 05:48:19 +02:00
server Progs.src for server-side codebases are much simpler now, player class now 2020-05-03 05:26:06 +02:00
shared Decals: Increase decal init count to 128. 2020-04-22 04:11:33 +02:00
baseentity.h Progs.src for server-side codebases are much simpler now, player class now 2020-05-03 05:26:06 +02:00
client.src Spring cleaning. Prepare for summer! Fixed lots of bugs too: 2020-04-12 15:50:42 +02:00
decals.h Spring cleaning. Prepare for summer! Fixed lots of bugs too: 2020-04-12 15:50:42 +02:00
materials.h Lots of commits bundled into one: 2020-04-20 06:45:14 +02:00
README Renamed /Source to /src 2019-09-01 04:35:37 +02:00
server.src Progs.src for server-side codebases are much simpler now, player class now 2020-05-03 05:26:06 +02:00
shared.src Spring cleaning. Prepare for summer! Fixed lots of bugs too: 2020-04-12 15:50:42 +02:00

HALF-LIFE ENTITY BASE - QUAKEC VERSION
======================================

This server-side logic is part of the FreeCS project.
It's a reverse-engineering effort to get Half-Life entities closely
compatible with FTE QuakeWorld.

They are made possible through the documentation efforts of twhl.info

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.

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.

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

Marco 'eukara' Hladik