descriptiona small action game
homepage URLhttp://lilanci.ic.cz
ownerpetr.sykora@gmail.com
last changeTue, 10 Aug 2010 12:19:58 +0000 (10 14:19 +0200)
last refreshThu, 14 Jun 2007 21:50:04 +0000 (14 23:50 +0200)
content tags
add:
README.txt
This is basically a game strongly inspired by the game called Bulanci.
Graphics is SVG based rendered on load time by cairo and then drawn using
OpenGl.
Collisions are based on convex polygons.
It is rather proof of concept than a real game and so far one man show.

It's licensed under GPL.

It uses cmake 2.4 for managing the build process.

Build Requirements:
	development versions of folowing libs:
	sdl, sdl-mixer
	cairo
	librsvg-2
	opengl - probably mesa

Debian Build Requirements:
	libsdl-ttf2.0-dev
	libsdl-mixer1.2-dev
	libsdl-gfx1.2-dev
	libsdl-sound1.2-dev
	libcairo2-dev
	librsvg2-dev

Compilation and run withouth install:
	mkdir build
	cd build
	cmake .. -DINSTALLLESS='..'
	make
	./elilanci

Compilation for install into /tmp/lilanci
	mkdir build
	cd build
	cmake .. -DCMAKE_INSTALL_PREFIX=/tmp/lilanci
	make
	make install
shortlog
2010-08-10 Petr SykoraWID commentsmasterxml
2009-06-12 Petr Sykorasniper rifle
2009-06-12 Petr SykoraPlaySound when bullets hits walls
2009-06-12 Petr SykoraTODO update
2009-06-12 Petr Sykoradecrease frags on self-kill
2009-06-12 Petr Sykoratext rendering support
2009-05-19 Petr SykoraCMakeLists.txt typo; .gitignore
2009-05-05 Petr Sykoraweights for random choosing of weapon
2009-05-05 Petr Sykoraebulanci ->elilanci
2009-05-05 Petr Sykoralittle step in map saving & TODO update
2008-11-20 Petr Sykorafirst steps towards Map2String
2008-11-02 Petr SykoraCMakeLists.txt failback to UsePkgConfig if no FindPkgCo...
2008-10-30 Petr SykoraAdded uninstall, added INSTALLLESS, update of README.txtv0.0.2
2008-10-30 Petr SykoraCMake update, now we can install :-) uninstall is still...
2008-10-30 Petr SykoraParticle Bounding Box
2008-10-30 Petr Sykorapartilces get velocity from originating lilanek
...
tags
15 years ago v0.0.2 Version 0.0.2
15 years ago v0.0.1
heads
13 years ago xml
13 years ago master
14 years ago font
15 years ago gdkpixbuf
15 years ago rsvg