Skip to content

Pawn compiler for SA-MP with bug fixes and new features - runs on Windows, Linux, macOS

License

Notifications You must be signed in to change notification settings

pawn-lang/compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jan 22, 2017
95f19b7 · Jan 22, 2017
Oct 7, 2013
Jan 12, 2014
Jan 12, 2014
Jan 22, 2017
Sep 19, 2013
Jan 9, 2014
Jan 9, 2014
Sep 7, 2016
Jul 2, 2016
Jan 9, 2014
Jan 9, 2014
Apr 4, 2015
Jan 9, 2014

Repository files navigation

Pawn

Build Status Build Status - Windows Gitter

Original readme

What is this?

This is a modified copy of the Pawn compiler version 3.2.3664 by Compuphase that fixes some bugs and adds a few features.

Changes

See Known compiler bugs for the list of fixed bugs and What's new for the list of features and other notable changes.

Background

The project was originally started as a set of patches aimed to create a compiler that would be compatible with the compiler used in [SA-MP (San Andreas Multiplayer)] (http://sa-mp.com/).

SA-MP uses a modified version of Pawn 3.2.3664 [1] with Windows-only executables, and the developers said that they lost the source code for it which means it can't be ported to other platforms (e.g. Linux) and newly discovered bugs can't be fixed. So the main goal of the project is to re-create changes that were previously made by the devs as well as fix all known compiler bugs.

[1] It's worth noting that the version of the AMX embedded into the SA-MP server seems to be based on an older release of Pawn.