Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mariuz/quake2fpc
- Owner: mariuz
- Created: 2010-11-03T13:46:36.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-08-04T12:30:03.000Z (over 12 years ago)
- Last Synced: 2024-05-01T13:26:02.368Z (8 months ago)
- Language: Pascal
- Homepage: http://web.archive.org/web/20071006190605/z505.com/cgi-bin/qkcont/qkcont.cgi?p=Quake2FreePascal
- Size: 3.18 MB
- Stars: 7
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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 portablehttp://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 codehttps://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