Go to file
Sean Gordon e899051261 Merge pull request #276 from fjrclean/dev
find lua51.pc on Arch distributions
2017-02-06 16:54:49 +10:00
clsave Change default shader from "toon" to "simple". 2016-06-20 23:28:59 +01:00
cmake Use LuaJIT when available; add LuaBitOp for bitop accel; remove sackit hack thanks to new API; enforce C99 support in CMake (#250) 2016-09-30 08:23:34 +02:00
deploy Clean up root directory. Closes #227 2016-06-21 15:18:04 +02:00
dlcache might as well have folders, too 2012-11-17 15:07:31 +13:00
docs Add support for Lua require function 2016-03-17 22:19:46 +00:00
heart [0.2.1-35] Version bump (PRNG support) 2016-01-25 22:51:13 +00:00
include Use LuaJIT when available; add LuaBitOp for bitop accel; remove sackit hack thanks to new API; enforce C99 support in CMake (#250) 2016-09-30 08:23:34 +02:00
pkg portalgun: Change colors on fire (#267) 2016-09-30 08:23:39 +02:00
src Use LuaJIT when available; add LuaBitOp for bitop accel; remove sackit hack thanks to new API; enforce C99 support in CMake (#250) 2016-09-30 08:23:34 +02:00
svsave Issue #154: Spectating teammates when dead 2015-04-27 20:55:45 +03:00
tools Fix a typo in version2json tool 2016-02-28 21:57:40 +00:00
xlibinc forgot xlibinc/ 2013-03-20 20:54:14 +13:00
.gitignore Merge pull request #252 from fkaa/rewrite-init 2016-09-29 21:16:46 +01:00
CMakeLists.txt Use LuaJIT when available; add LuaBitOp for bitop accel; remove sackit hack thanks to new API; enforce C99 support in CMake (#250) 2016-09-30 08:23:34 +02:00
CREDITS.txt [0.1] fixed an oversight where json files couldn't be sent. 2013-06-27 18:22:37 +12:00
LICENCE-GPLv3.txt bit more lua stuff, also the Lua code is LGPL 2012-11-05 18:01:43 +13:00
LICENCE-LGPLv2.1.txt camera crap ported to lua 2012-11-05 19:22:26 +13:00
LICENCE-LGPLv3.txt bit more lua stuff, also the Lua code is LGPL 2012-11-05 18:01:43 +13:00
LICENCE-others.txt Use LuaJIT when available; add LuaBitOp for bitop accel; remove sackit hack thanks to new API; enforce C99 support in CMake (#250) 2016-09-30 08:23:34 +02:00
Makefile updated unix makefile 2016-02-24 20:47:15 +00:00
Makefile.dedi added version.lua changelog; fixed Makefile.dedi 2015-06-17 09:56:28 +12:00
Makefile.mingw work around yet another bug in fuckdows 2015-11-02 14:16:56 +13:00
Makefile.osx Update makefiles 2015-11-01 13:01:50 +01:00
README.md Use LuaJIT when available; add LuaBitOp for bitop accel; remove sackit hack thanks to new API; enforce C99 support in CMake (#250) 2016-09-30 08:23:34 +02:00
findlua.sh find lua51.pc on Arch distributions 2017-02-06 13:34:50 +08:00
main.make Use LuaJIT when available; add LuaBitOp for bitop accel; remove sackit hack thanks to new API; enforce C99 support in CMake (#250) 2016-09-30 08:23:34 +02:00
opencmd.bat [0.0-53] misc stability improvements; also updated some docs 2013-06-24 14:38:26 +12:00
version.md Add script to convert version.json to markdown 2016-02-07 21:18:05 +00:00

README.md

Iceball logo Iceball is both a highly-extensible engine on top of which people can do anything they want, and a game that builds upon the classic version of Ace of Spades experience.

Getting started

Just want to play Iceball? You can grab the latest build from iceball.build. If you want to modify the source or just simply build Iceball yourself, follow the instructions on the wiki.

If you're planning on contributing to the Iceball project, please check out contribution guidelines on the wiki as well. All help is appreciated!

Community

Feedback

If you have some thoughts on how to improve this project, please use the subreddit to start a discussion about it. If the feature you want added is both clearly defined and plausible, you can open a issue in the issue tracker instead.

You should also use the issue tracker for reporting any bugs you find. Make sure they aren't already reported though!

More info

Check out the docs/ directory for some in-depth information regarding formats, engine intrinsics etc. Be aware that not all documentation may be up to date however. A lot of this information is being ported to the wiki to siphon out deprecated documentation.

License

Iceball is licensed under the regular GNU GPL version 3.
Ice Lua Components is licensed under the LGPL version 3.
Any of the "Team Sparkle" stuff is available under MIT, including the launcher.
All assets are released under Creative Commons 3.0 BY-SA:
  http://creativecommons.org/licenses/by-sa/3.0/

These are, unless otherwise marked:
  Copyright (C) 2012-2015, Iceball contributors.
  
The credits list is almost always out of date,
so check the git log for a list of contributors.

Ice Lua Components contains some content from libSDL,
  which is licensed under the LGPL version 2.1.
It is marked accordingly.

Code in src/external is licensed under their respective licenses,
  which are listed in LICENCE-others.txt.

The manual is in the public domain, except where otherwise specified.

Copyright (C) 2012-2015, Iceball contributors