marrub
/
Lithia
Archived
1
0
Fork 0
Multiplayer apropos of Lithium.
This repository has been archived on 2023-06-17. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
Go to file
an 0728881821 Add property macros 2018-08-10 00:27:27 -04:00
filedata Initial commit 2018-08-09 00:02:47 -04:00
graphics Add resources to LFS 2018-08-09 01:33:20 -04:00
ir Initial commit 2018-08-09 00:02:47 -04:00
pk Remove generated headers from pksrc 2018-08-09 23:04:22 -04:00
pkdata Add resources to LFS 2018-08-09 01:33:20 -04:00
pksrc Remove generated headers from pksrc 2018-08-09 23:04:22 -04:00
source Add property macros 2018-08-10 00:27:27 -04:00
.gitattributes Add resources to LFS 2018-08-09 01:33:20 -04:00
.gitignore Remove generated headers from pksrc 2018-08-09 23:04:22 -04:00
Makefile Add pkg rule to Makefile 2018-08-09 23:04:50 -04:00
compilefs.rb Initial commit 2018-08-09 00:02:47 -04:00
compilefs_spec.txt Initial commit 2018-08-09 00:02:47 -04:00
decompat.rb Initial commit 2018-08-09 00:02:47 -04:00
hashfs.rb Initial commit 2018-08-09 00:02:47 -04:00
readme.md Initial commit 2018-08-09 00:02:47 -04:00
strh.rb Initial commit 2018-08-09 00:02:47 -04:00
wepc.rb Initial commit 2018-08-09 00:02:47 -04:00

readme.md

Lithium

Overview

A mod in which you shoot things until they die. See the ZDoom forums thread linked above for more details.

Code

The code in Lithium is half C and half DECORATE. The C code is compiled to ACS bytecode with GDCC, an awesome compiler made by a crazy compiler man.

The C code is rather terse at times, and scarcely commented, but hopefully it should be understandable enough.

I tend to use a lot of GDCC's C extensions, so some of the code may be a bit confusing for purists.

Licensing

All of the content and source code in this project is copyrighted unless otherwise stated. Do not use it elsewhere without permission. See pk7/credits.txt for more information.

All DECORATE code in the pksrc/lscripts folder is public domain as defined by the CC0 license.

GDCC's libc is distributed under the LGPL license as detailed in pk7/licenses/copylib.txt.

Respect content creators, ask permission before using something from this mod.