Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mariuz/quake2fpc

Quake To Freepascal port
https://github.com/mariuz/quake2fpc

Last synced: about 2 months ago
JSON representation

Quake To Freepascal port

Awesome Lists containing this project

README

        

Project: Quake2 Pure FreePascal conversion

porting it to linux
The first issue was replacing the libc with something more portable

http://wiki.freepascal.org/libc_unit

Pointers arhithmetic is not quite 64bit safe and it will require a lot of cleanup

Here is one guide

http://www.stack.nl/~marcov/porting.pdf

------------------------------------------------------------

Introduction:

This is Freepascal conversion of Quake2 sourcecode.

To view an overview of Quake2 source code , a good intro is here

http://fabiensanglard.net/quake2/index.php

Original quake2 source code

https://github.com/id-Software/Quake-2

FreePascal notes:
See the Quake2FPC.LPR project file for comments about
this project and graphics problem.

WWW-sites:

Old Delphi project site:
http://www.sulaco.co.za/quake2/

Old stalled Freepascal port:
http://z505.com