Menu

Tree [95750a] master /
 History

HTTPS access


File Date Author Commit
 bin 2022-05-14 Andreas Kirschbaum Andreas Kirschbaum [fd2fd4] [crossfire] Pass command-line arguments to edit...
 config 2023-10-07 Andreas Kirschbaum Andreas Kirschbaum [a6fcd4] Update Copyright headers
 debian 2023-10-07 Andreas Kirschbaum Andreas Kirschbaum [a6fcd4] Update Copyright headers
 gradle 2020-06-14 Andreas Kirschbaum Andreas Kirschbaum [ae6393] Update to Gradle 5.3
 lib 2014-01-26 Andreas Kirschbaum Andreas Kirschbaum [638375] Convert flat file repository to Maven repository.
 metrics 2019-03-16 Andreas Kirschbaum Andreas Kirschbaum [185296] Consistently format sources
 misc 2024-04-07 Nicolas Weeger Nicolas Weeger [6ca199] Upgrade JRE for Windows package
 repo 2020-06-14 Andreas Kirschbaum Andreas Kirschbaum [6961d9] Update libraries
 src 2025-07-05 Nicolas Weeger Nicolas Weeger [95750a] Adjust description of 'inventory checker'
 test-collector 2025-06-07 Andreas Kirschbaum Andreas Kirschbaum [25da6e] [crossfire] Extract smoothface information from...
 test-mapvalidator 2024-09-08 Andreas Kirschbaum Andreas Kirschbaum [2e407c] [crossfire] Add Duplicate Monster map validator
 teststuff 2022-05-08 Andreas Kirschbaum Andreas Kirschbaum [365b40] Remove useless comments
 .gitignore 2022-05-14 Andreas Kirschbaum Andreas Kirschbaum [144f84] Update .gitignore file
 AUTHORS 2010-04-13 Andreas Kirschbaum Andreas Kirschbaum [473215] Update documentation.
 COPYING 2006-05-22 Christian Hujer Christian Hujer [8c87cc] Adding project frame.
 CREDITS 2007-01-20 Christian Hujer Christian Hujer [41627e] Extracted authors into a separate file.
 ChangeLog 2025-06-22 Rick Tanner Rick Tanner [568f18] [crossfire] Update built-in archetypes
 FAQ 2006-12-30 Christian Hujer Christian Hujer [d42e5f] Fixed a bug in the faq generation.
 INSTALL 2025-01-12 Kevin Zheng Kevin Zheng [a1ec4c] Add warning about newer versions not building
 LICENSE 2010-04-13 Andreas Kirschbaum Andreas Kirschbaum [473215] Update documentation.
 MAINTAINERS 2010-04-13 Andreas Kirschbaum Andreas Kirschbaum [473215] Update documentation.
 NEWS 2006-05-22 Christian Hujer Christian Hujer [8c87cc] Adding project frame.
 README 2014-03-09 Andreas Kirschbaum Andreas Kirschbaum [2f8a52] Remove support for building with Ant. From now ...
 build-jenkins.sh 2014-03-10 Andreas Kirschbaum Andreas Kirschbaum [607e19] Somewhat fix build script for .deb package. Do ...
 build-run 2025-06-07 Andreas Kirschbaum Andreas Kirschbaum [525706] Use Docker's default seccomp profile in the bui...
 build-setup 2023-05-28 Andreas Kirschbaum Andreas Kirschbaum [ff6b0b] Update build environment to Debian 11
 build.gradle 2025-04-24 Nicolas Weeger Nicolas Weeger [50a11d] Update Windows JRE
 gradlew 2020-06-14 Andreas Kirschbaum Andreas Kirschbaum [ae6393] Update to Gradle 5.3
 gradlew.bat 2020-06-14 Andreas Kirschbaum Andreas Kirschbaum [ae6393] Update to Gradle 5.3
 project.properties 2023-10-07 Andreas Kirschbaum Andreas Kirschbaum [a6fcd4] Update Copyright headers
 settings.gradle 2025-06-07 Andreas Kirschbaum Andreas Kirschbaum [3f7d08] Add test case for archetype collection

Read Me

GRIDARTA README
===============

This file contains some important information about Gridarta.  You should read
it first.


TABLE OF CONTENTS
-----------------
* project description
* project website
* system requirements
* file structure
* build / installation (see file INSTALL)
* authors / credits / maintainers (see files AUTHORS, CREDITS, MAINTAINERS)
* project news (see file NEWS)
* mailing lists
* license information (see file LICENSE)


PROJECT DESCRIPTION
-------------------
Gridarta is a map editor for 2D MMORPGs.
The current target applications are:
* Atrinik     http://www.atrinik.org/
* Crossfire   http://crossfire.real-time.com/
* Daimonin    http://www.daimonin.net/


PROJECT WEBSITE
---------------
Project homepage:   http://gridarta.sourceforge.net/
Project website:    http://sourceforge.net/projects/gridarta/
Project statistics: http://cia.navi.cx/stats/project/gridarta


SYSTEM REQUIREMENTS
-------------------
Java 6.0 or later
    Previous versions of Java will not work. Gridarta uses Generics,
    auto-boxing, foreach loops, assertions, covariant return types and varargs
    quite a lot.

Gradle 1.6
    Other versions of Gradle might work but are not tested. Alternatively, the
    project can download Gradle automatically. See INSTALL for details.


FILE STRUCTURE
--------------
AUTHORS
    People that contributed code to Gridarta. See also CREDITS, MAINTAINERS.

COPYING
    Gridarta license conditions.  Note: applies to Gridarta only, not third
    party libraries.

CREDITS
    List of project contributions.  See also AUTHORS, MAINTAINERS.

INSTALL
    Description of how to build and install Gridarta.

LICENSE
    File with license information.

MAINTAINERS
    List of current project maintainers.  See also AUTHORS, CREDITS.

NEWS
    Project News.

README
    This file

build.gradle
    The build file to build the project with Gradle.
    See also INSTALL.

build/ (generated)
**/build/ (generated)
    These directories contain generated files.

build.developer (optional)
    Optional file for changing default settings of the Gradle build. You won't
    need to tweak this file for normal building. But if you want to set or
    override properties for build.gradle, this is the place to put them.

lib/
    Directory containing third part libraries used to build Gridarta.  Please
    note that these third party libraries have their own license conditions.
    The licenses of the third party libraries are included in the lib/
    directory.

src/
    Source files.

src/atrinik/
    Directory containing the Atrinik Map Editor / Atrinik specific code.

src/crossfire/
    Directory containing the Crossfire Map Editor / Crossfire specific code.

src/daimonin/
    Directory containing the Daimonin Map Editor / Daimonin specific code.

src/*/
    Core Gridarta library sources.


BUILD / INSTALLATION
--------------------
See the file INSTALL.


MAINTAINERS / CREDITS
---------------------
See the file CREDITS


PROJECT NEWS
------------
See the file NEWS


MAILING LISTS
-------------
Gridarta mailing lists are the usual sourceforge hosted sourceforge project
mailing lists.  The current mailing lists are:
* gridarta-news@lists.sourceforge.net
    News for gridarta users (low traffic)
* gridarta-user@lists.sourceforge.net
    discussion amongst gridarta users (medium traffic)
* gridarta-devel@lists.sourceforge.net
    gridarta developer talk list (medium traffic)
* gridarta-commit@lists.sourceforge.net
    svn commit digest list (high traffic)
To find out how to subscribe or to read archives, go to:
    http://sourceforge.net/mail/?group_id=166996


LICENSE INFORMATION
-------------------
See the file LICENSE
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.