Skip to content
Open-source rewrite of the VOXLAP version of Ace of Spades.
Lua C Python CMake GLSL Objective-C Other
Find file
Latest commit 154166c @rakiru rakiru Add support for Lua require function
Note: This is only require, not the full package system. The list of search
paths is predefined and cannot be altered, there is no C-lib loading
(obviously), etc.
Failed to load latest commit information.
buildenv cmake can generate vs.net sln
clsave Convert scancodes to old key codes before sending to lua for compatib…
cmake Fix CMake support for MinGW, MSVC, and others
dlcache might as well have folders, too
docs Add support for Lua require function
heart [0.2.1-35] Version bump (PRNG support)
include Add support for Lua require function
msrc started work on the Lua API docs
osx-package-files Update CMake target names
pkg Add support for Lua require function
src Add support for Lua require function
svsave Issue #154: Spectating teammates when dead
tools Fix a typo in version2json tool
xlibinc forgot xlibinc/
.gitignore Fix CMake support for MinGW, MSVC, and others
CMakeLists.txt Add a pseudo-random number generator in C
CREDITS.txt [0.1] fixed an oversight where json files couldn't be sent.
LICENCE-GPLv3.txt bit more lua stuff, also the Lua code is LGPL
LICENCE-LGPLv2.1.txt camera crap ported to lua
LICENCE-LGPLv3.txt bit more lua stuff, also the Lua code is LGPL
Makefile updated unix makefile
Makefile.dedi added version.lua changelog; fixed Makefile.dedi
Makefile.mingw work around yet another bug in fuckdows
Makefile.osx Update makefiles
README.md Updated README.md - test commit
bigzipdist.sh [0.2.1] make it build on not-windows. also, better lua search thing.
findlua.sh Update makefiles
genmanual.py started work on the Lua API docs
iblauncher.c added a protocol installer
iceball-icon.xcf iceball icon for windows, not actually rigged up yet
iceball.ico iceball icon for windows, not actually rigged up yet
main.make updated unix makefile
mapedit.bat [0.2] version bump and all that jazz. uploading a new release!
opencmd.bat [0.0-53] misc stability improvements; also updated some docs
package-osx.sh Update OS X packaging to use correct naming
pmfedit.bat [0.2] version bump and all that jazz. uploading a new release!
render.old1 cube assembler replaced with a raycasting one - buggy, but faster!
url-set-unix-gnome.sh [0.1.1-8] support for iceball:// URLs in the client. iceball:// URL b…
version.md Add script to convert version.json to markdown
wmklauncher.sh added a protocol installer
zipdist.sh intel.kv6

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.

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

Copyright (C) 2012-2015, Iceball contributors
Something went wrong with that request. Please try again.