• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

CMake/Modules/H11-Feb-2017-9273

Data/H11-Feb-2017-

Dist/H11-Feb-2017-151141

Docs/H03-May-2022-

Misc/H03-May-2022-8034

Source/H03-May-2022-38,34630,630

.appveyor.ymlH A D11-Feb-2017874 2922

.clang-formatH A D11-Feb-2017950 3130

.doozer.jsonH A D11-Feb-2017565 1513

.gitattributesH A D11-Feb-201749 54

.gitignoreH A D11-Feb-2017239 2120

.gitlab-ci.ymlH A D11-Feb-20172.6 KiB7365

AUTHORSH A D11-Feb-2017288 1915

COMPILING.mdH A D11-Feb-20173 KiB11585

README.mdH A D11-Feb-20173.1 KiB6950

RELEASE-NOTES.mdH A D11-Feb-20175.8 KiB135109

README.md

1# Lugaru HD
2
3[![build status](https://gitlab.com/osslugaru/lugaru/badges/master/build.svg)](https://gitlab.com/osslugaru/lugaru/commits/master)
4
5This repository holds the official development effort of the open source game
6Lugaru (and in particular of its HD version) for Linux, Mac OSX and Windows.
7
8Developments from various forks have been integrated in the same code base in
9an attempt to get a unified game to further develop (e.g. with new features,
10new target platforms and new campaigns) and distribute.
11
12This is the same game as the one distributed by Wolfire Games on
13[Lugaru HD's website](http://www.wolfire.com/lugaru), though this repository
14contains some further developments which are not (yet) featured in the
15commercial version.
16
17## Project links
18
19This project is community-driven and uses the following communication channels:
20- GitLab repository (including issues): https://gitlab.com/osslugaru/lugaru
21- Project website: https://osslugaru.gitlab.io
22- Mailing list: http://icculus.org/mailman/listinfo/lugaru
23- IRC channel: [#lugaru on Freenode](http://webchat.freenode.net/?channels=lugaru)
24
25## The game
26
27Lugaru (pronounced Loo-GAH-roo) is a cross-platform third-person action game.
28The main character, Turner, is an anthropomorphic rebel bunny rabbit with
29impressive combat skills. In his quest to find those responsible for
30slaughtering his village, he uncovers a far-reaching conspiracy involving the
31corrupt leaders of the rabbit republic and the starving wolves from a nearby
32den. Turner takes it upon himself to fight against their plot and save his
33fellow rabbits from slavery.
34
35## History
36
37Lugaru was originally developed by David Rosen of [Wolfire Games](http://www.wolfire.com)
38and was [open sourced in 2010](http://blog.wolfire.com/2010/05/Lugaru-goes-open-source).
39It was made cross-platform with the help of [Ryan C. Gordon](http://icculus.org).
40
41Various forks were made at that time, and the most interesting developments
42were put back together under the OSS Lugaru organization, originally on
43[Google Code](https://code.google.com/p/lugaru) and then on
44[Bitbucket](https://bitbucket.org/osslugaru/lugaru).
45
46This new repository on [GitLab](https://gitlab.com/osslugaru/lugaru) is run
47by the same team, and aims at revitalizing the development effort to clean
48things up, ensuring the code base builds and runs fine on all supported
49platforms, and easing the packaging of Lugaru in Linux distributions.
50
51Ideally, the updated code base could also be used to update the Lugaru HD
52version sold by Wolfire Games once proven better than the current commercial
53builds.
54
55## Compiling
56
57See the `COMPILING.md` for compilation instructions on all supported
58platforms.
59
60## Licensing
61
62The source code is distributed under the GNU General Public License version 2
63or (at your option) any later version (GPLv2+).
64
65The assets (campaigns, graphical and audio assets, etc.) in the `Data` folder
66are distributed under the Creative Commons Attribution - Share Alike license,
67some in version 3.0 Unported (CC-BY-SA 3.0) and others in version 4.0
68International (CC-BY-SA 4.0) as described in the `CONTENT-LICENSE.txt` file.
69