Skip to content

jrlanglois/jrl_acc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jrl_acc

jrl_acc is an ACS script compiler, for use in tandem with ZDoom and Hexen.

It is based on the original acc repository, but is redesigned in C++ using JUCE for a modern approach to its code.

Build Status

Travis-CI
Build Status

Licensing

http://opensource.org/licenses/lgpl-3.0.html

Get Started

  • In the same folder:
  • Open up a jrl_acc project that is supported on your platform.
  • Compile the project.
  • Run the project, if you want to run the GUI version.

New Features

  • Can be compiled on Windows, MacOSX and Linux.
  • Supports the following IDEs/compilers:
    • VS2015
    • VS2013
    • VS2012
    • VS2010
    • VS2008
    • VS2005
    • Xcode (OSX)
    • Linux Makefile
    • Code::Blocks (Windows)
    • Code::Blocks (Linux)
  • Unity build module that can be easily brought into any existing JUCE project.
  • Lightning fast compile times.
  • Code editor.
    • Code tokeniser and syntax highlighter.
    • Internal CLI for continuous development in one swift workflow

Contribution Guidelines

Suggestions, improvements and pull requests are welcome!

But do ensure that they adhere to the following guidelines:

  • Search previous suggestions before making a new one, as yours may be a duplicate.
  • Make an individual pull request for each suggestion.
  • Make sure your text editor is set to remove all trailing whitespace.
  • Absolutely no tabs. Use 4 spaces.
  • Code changes must follow JUCE's coding standard.
  • Keep descriptions short, simple and understandable.
  • Start the description with a capital and end with a full stop/period.
  • Check your spelling and grammar, and follow UK English spelling (e.g.: "colour", "specialisation").

About

ACC is an ACS script compiler for use with ZDoom and Hexen.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 79.4%
  • C++ 17.9%
  • Objective-C 1.4%
  • Makefile 1.3%