Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
21 Jun 2022 01:17:20 1.0.0_9 |
Jose Alonso Cardenas Marquez (acm)  |
lang/fpc: Fix build issues building some fpc based apps
- Add missing parameter to getdirentries syscall function
- Re-build i386 and amd64 bootstrap
- Revert fpc-i386 (FPC_USE_LIBC) build to syscall build
- Bump PORTREVISION in all ports dependant of freepascal compiler |
18 Jun 2022 04:23:28 1.0.0_8 |
Jose Alonso Cardenas Marquez (acm)  |
*/*: Bump PORTREVISION
- lang/fpc was update to new bootstrap |
03 Feb 2022 05:07:13 1.0.0_7 |
Jose Alonso Cardenas Marquez (acm)  |
lang/fpc: Fix build issue on lazarus i386 and amd64
- Bump PORTREVISION
- Disable some default OPTIONS
Obtained
from: https://forum.lazarus.freepascal.org/index.php/topic,57752.msg429737.html#msg429737 |
01 Aug 2021 02:03:46 1.0.0_6 |
Jose Alonso Cardenas Marquez (acm)  |
games/hedgewars: lang/nbc: science/checkmol: science/mol2ps: bump PORTREVISION
* lang/fpc was updated to 3.2.2 |
22 Jun 2021 18:53:08 1.0.0_5 |
Kevin Bowling (kbowling)  |
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824 |
08 Apr 2021 21:31:42 1.0.0_4 |
Dmitry Marakasov (amdmi3)  |
games/hedgewars: mark BROKEN on i386
Link fails with 'ld: error: duplicate symbol: LandDirty_dimension_info'
on some code converted from pascal to C, so this would be non-trivial
to fix. |
07 Apr 2021 23:19:01 1.0.0_4 |
Dmitry Marakasov (amdmi3)  |
Remove useless Created by: headers mentioning me |
06 Apr 2021 14:31:07 1.0.0_4 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
14 Jan 2021 21:11:15
1.0.0_4 |
acm  |
- lang/fpc revert way like linker is taken by fpc compiler
- lang/fpc add binutils to RUN_DEPENDS
- editors/lazarus add binutils to RUN_DEPENDS
- editors/lazarus add gmake to RUN_DEPENDS
- editors/lazarus install fpc units like RUN_DEPENDS too
- Bump PORTREVISiON of fpc/lazarus ports
PR: 251712
Reported by: amdmi3 |
10 Dec 2020 00:09:09
1.0.0_3 |
amdmi3  |
Fix multiple build issues after fpc update to 3.2.0
- Fix compiler crash
- Fix incorrect linker path used by fpc
- Fix linking with incorrect lua library |
25 Nov 2020 03:13:18
1.0.0_3 |
acm  |
- Bump PORTREVISION. fpc was updated to 3.2.0 |
08 Jul 2020 21:42:37
1.0.0_2 |
amdmi3  |
Fix build on i386 |
21 May 2020 07:35:09
1.0.0_2 |
tcberner  |
games/hdegewars: pepare for Qt5-5.15 |
06 Mar 2020 06:26:05
1.0.0_2 |
acm  |
- Remove compat < 11 dependencies from bootstrap and compiler. It could fix
problems
when GENERIC kernel is not used.
- Rebuild bootstrap (ppcx64 and ppc386) with new changes
- Bump PORTREVISION
PR: 239135
Reported by: fbsdbugs4 at sentry.org |
31 Dec 2019 15:11:19
1.0.0_1 |
acm  |
- Change LDPATH to FPC_LDPATH into lang/fpc/Makefile. It can be changed from
/etc/make.conf
- Add FPC_LDPATH to freepascal compiler. By default it is defined to
%%LOCALBASE%%/bin/ld.bfd but it can be changed setting FPC_LDPATH environment
variable
- Remove compatX dependencies from bootstrap and compiler. It could fix problems
when GENERIC kernel is not used [1]
- Rebuild bootstrap (ppcx64 and ppc386) with new changes
- Bump PORTREVISION
PR: 239135
Submitted by: fbsdbugs4 __at__ sentry.org |
19 Nov 2019 12:43:54
1.0.0 |
amdmi3  |
- Update to 1.0.0 |
08 Nov 2019 10:47:01
0.9.25_4 |
tobik  |
games: Add missing USES={gnome,gl,sdl,xorg} |
03 Sep 2019 15:51:51
0.9.25_4 |
acm  |
- Rebuild bootstrap (ppcx64 and ppc386) with ld patches
- Fix build on 12-STABLE and CURRENT (amd64 and i386)
- Bump PORTREVISION for all ports that depends of lang/fpc
- Add USE_BINUTILS to fpc and lazarus based ports
- Add binutils dependency to Uses/fpc.mk and Uses/lazarus.mk
PR: 240293 239934 233413 214864
Exp-run by: antoine |
15 Aug 2019 16:11:27
0.9.25_3 |
acm  |
- Add new fpc bootstrap (i386 and x86_64). It could need less COMPATX
dependencies in kernel
- Add patch file to solve some linking problem
- Remove LD_UNSAFE. Now it can be defined via LDPATH (/usr/bin/ld.bfd by
default). fpc is not working with lld. We will use binutils-ports when
ld.bfd is moved from base if lld not working on future version
of fpc
- Bump PORTREVISION |
05 Aug 2019 23:06:50
0.9.25_2 |
jbeich  |
multimedia/ffmpeg: update to 4.2
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.2:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ |
16 May 2019 09:46:30
0.9.25_1 |
arrowd  |
games/hedgewars: Fix build on i386 arch.
It turned out that GHC is still required in the build process to create a small
utility program written in Haskell and used in the build.
Reported by: antoine
Reviewed by: tcberner (mentor, implicit) |
09 May 2019 14:39:30
0.9.25_1 |
arrowd  |
Introduce USES=cabal and use it to build Haskell applications.
PR: 230186
Reviewed by: mat, tcberner
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D19730 |
11 Feb 2019 18:54:45
0.9.25_1 |
amdmi3  |
- Fix build in i386 |
16 Jan 2019 11:13:45
0.9.25_1 |
tijl  |
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above ) |
11 Jan 2019 20:57:34
0.9.25 |
amdmi3  |
- Update to 0.9.25 |
06 Nov 2018 01:50:27
0.9.24.1_1 |
jbeich  |
multimedia/ffmpeg: update to 4.1
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ |
28 Jun 2018 17:39:55
0.9.24.1 |
tcberner  |
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540 |
22 Jun 2018 18:47:37
0.9.24.1 |
amdmi3  |
- Attempt to fix build with lld
PR: 228639
Submitted by: emaste |
03 May 2018 19:46:00
0.9.24.1 |
amdmi3  |
- Update to 0.9.24.1 |
02 May 2018 15:07:27
0.9.24_1 |
jbeich  |
multimedia/ffmpeg: update to 4.0
- FFSERVER support was removed upstream
- libressl now uses libtls backend instead of patching openssl one
- Clang i386 no longer uses 16-byte aligned stack
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR: 227726
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15175 |
28 Apr 2018 18:28:54
0.9.24 |
amdmi3  |
- Update to 0.9.24 |
05 Apr 2018 04:52:36
0.9.23_1 |
acm  |
- Migrate Mk/bsd.fpc.mk to Mk/Uses/fpc.mk
- Convert all fpc-based ports to USES=fpc
PR: 227210
Reviewed by: portmgr
Approved by: portmgr
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D14617 |
01 Feb 2018 07:30:21
0.9.23_1 |
acm  |
- Bump PORTREVISION. lang/fpc was updated to 3.0.4 |
10 Dec 2017 11:00:00
0.9.23 |
amdmi3  |
- Update to 0.9.23
- Re-enable SERVER and VIDEOREC options which work fine now |
29 Nov 2017 17:40:16
0.9.22_3 |
amdmi3  |
- Fix server build
PR: 222408
Reported by: gerrit@weinberg2.de |
25 Jun 2017 21:07:58
0.9.22_2 |
tcberner  |
Make ninja opt-out in cmake.mk
Using ninja instead of make (1) can lead to significant speed ups while
building.
Therefore switch from having the ninja generator opt-in to having it opt-out.
Previously cmake-ports that wanted to use ninja could set
CMAKE_NINJA=yes
now, ports that do not work with ninja can set
cmake:<existing args>,noninja
Note, that needing this should be an exception and most often points to a broken
cmake of the port.
The ports using cmake were modified
* removed USES=gmake, if ninja is used
* removed MAKE_ARGS, if ninja is used
* added the cmake-argument noninja if necessary
PR: 219629
PR: 213331
Exp-run by: antoine
Reviewed by: rakuco
Differential Revision: https://reviews.freebsd.org/D10748 |
26 Feb 2017 17:43:39
0.9.22_2 |
acm  |
- Bump PORTREVISION. Freepascal was updated |
28 Sep 2016 08:41:33
0.9.22_1 |
amdmi3  |
- Disable server until it's unbroken (haskell problem) |
01 Apr 2016 14:00:57
0.9.22_1 |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
24 Dec 2015 12:59:38
0.9.22_1 |
amdmi3  |
lang/fpc restrictions have nothing to do with this port |
21 Dec 2015 11:03:28
0.9.22_1 |
marino  |
games/hedgewars: Unbreak after upgrade to FPC 3.0.0 |
19 Dec 2015 15:15:29
0.9.22 |
antoine  |
Mark BROKEN: fails to build
[ 3%] Building Pascal object hedgewars/CMakeFiles/hwengine.dir/hwengine.o
cd /wrkdirs/usr/ports/games/hedgewars/work/hedgewars-src-0.9.22/hedgewars &&
/usr/local/bin/fpc -l- -v0ewn -Cn
-FE/wrkdirs/usr/ports/games/hedgewars/work/hedgewars-src-0.9.22/bin
-FU/wrkdirs/usr/ports/games/hedgewars/work/hedgewars-src-0.9.22/hedgewars/CMakeFiles/hwengine.dir
-k-rpath -k'\$ORIGIN/../lib/:\$ORIGIN/:/usr/local/lib/' -Cs2000000 -fPIC
-Fl/wrkdirs/usr/ports/games/hedgewars/work/hedgewars-src-0.9.22/bin
-k-L/usr/local/lib -Fl/usr/local/lib -Fl/usr/local/lib -XLAlua=lua-5.1
-Fl/usr/local/lib/libphysfs.so -Si -O2 -dNDEBUG -Xs -dPNG_SCREENSHOTS
-dSDL_MIXER_NEWER -dSDL_IMAGE_NEWER -dDEBUGFILE -k-znoexecstack -k-zorigin
-k-zrelro -k-znow -k--as-needed
/wrkdirs/usr/ports/games/hedgewars/work/hedgewars-src-0.9.22/hedgewars/hwengine.pas
uRender.pas(106,22) Fatal: Can't find unit StrUtils used by uRender
Fatal: Compilation aborted
Error: /usr/local/bin/ppcx64 returned an error exitcode
Reported by: pkg-fallout |
07 Nov 2015 03:46:45
0.9.22 |
amdmi3  |
- Update to 0.9.22 |
20 Aug 2015 23:02:17
0.9.21.1_2 |
pgj  |
- Update The Glorious Glasgow Haskell Compiler to version 7.10.2
- Include a patch for addressing timer issues [1]
- Add support for building both GHC and Haskell ports with Clang, either from
ports or the base system
- Discontinue supporting Haskell Platform, use Stackage instead as a
reference
- Drop support for FreeBSD 8.x, optimize bootstrap compiler tarballs
- Update Gtk2Hs to version 0.13 [2]
- Update Pandoc to version 1.15.0.6
- Update git-annex to version 5.20150727
- Update Darcs to 2.10 [3]
- Unbreak wxHaskell ports
Please note that port revisions for all the Haskell ports without version
changes are bumped. (Only the first 15 lines of the commit message are shown above ) |
09 Aug 2015 08:06:45
0.9.21.1_1 |
acm  |
- editors/lazarus update to 1.4.2
- Add USE_FPC_RUN to bsd.fpc.mk. It add fpc units like run dependencies.
Otherwise
fpc units only are added like build dependencies (less dependencies registered
when they are installed with pkg).
- Remove GTK1 obsolete dependencies
- Bump all ports with dependencies of fpc-* units
- Bump all ports with dependencies of lazarus ports
- Clean up |
16 Mar 2015 14:05:38
0.9.21.1 |
amdmi3  |
- Switch to linguisttools_build |
25 Jan 2015 01:24:39
0.9.21.1 |
amdmi3  |
- Update to 0.9.21.1 |
09 Dec 2014 14:07:31
0.9.20.5_4 |
amdmi3  |
- Add USES=desktop-file-utils as suggested by stage-qa
- Strip binaries |
08 Dec 2014 16:48:41
0.9.20.5_4 |
tijl  |
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used. (Only the first 15 lines of the commit message are shown above ) |
10 Sep 2014 20:50:37
0.9.20.5_3 |
gerald  |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
02 Sep 2014 12:59:54
0.9.20.5_2 |
rakuco  |
Update CMake to 3.0.1.
The 3.0 series is an incremental improvement over the previous 2.8 series
despite the major version number change. A list of important changes is
available at http://www.cmake.org/cmake/help/v3.0/release/3.0.0.html
On the porting side
* The minimum FreeBSD release we have to support in the ports tree is now
recent enough that ports/168671 can finally be committed: instead of
building and using CMake's own copies of bzip2, curl, expat, libarchive,
liblzma and zlib, we use the versions in ports and/or the base system.
* CMake's documentation system has been changed and vastly improved at the
cost of now depending on Sphinx. We still generate only man pages, but can
start generating the HTML documentation in the future if desired. (Only the first 15 lines of the commit message are shown above ) |
10 Aug 2014 22:34:52
0.9.20.5_2 |
pgj  |
- Update The Glorious Glasgow Haskell Compiler to version 7.8.3
- Update Haskell Platform to version 2014.2.0.0
- Update Yesod Platform to version 1.2.13
- Update Gtk2Hs to version 0.12.5
- Update Pandoc to version 1.12.4.2
- Update git-annex to version 5.20140717
- Unbreak wxHaskell ports
Please note that port revisions for all the Haskell ports without version
changes are bumped.
New ports (69):
databases/hs-esqueleto: Type-safe EDSL for SQL queries on persistent backends
devel/hs-Glob: Globbing library (Only the first 15 lines of the commit message are shown above ) |
09 Jul 2014 19:06:35
0.9.20.5_2 |
tijl  |
- Convert net/sdl_net to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
Approved by: portmgr (implicit, bump unstaged port) |
26 May 2014 15:28:29
0.9.20.5_1 |
bapt  |
Replace lang/lua with the new lang/lua51
lang/lua51 is working the same way lang/lua52, chase ports using lua 5.1
Make the default lua lua52
Make all lua ports using USES=lua
Approved by: portmgr (implicit) |
07 May 2014 18:06:21
0.9.20.5_1 |
amdmi3  |
- Convert USE_BZIP2 and USE_DOS2UNIX to USES |
26 Mar 2014 04:05:27
0.9.20.5_1 |
acm  |
- Bump PORTREVISION. Freepascal compiler was updated to 2.6.4 |
12 Jan 2014 20:51:40
0.9.20.5 |
amdmi3  |
- Update to 0.9.20.5
- Add LICENSE
- Bring back SERVER option, haskell ports were fixed
- Patches were integrated upstream
PR: 185538
Submitted by: Hardy Schumacher <hardy.schumacher@gmx.de> |
17 Dec 2013 22:47:29
0.9.19.3 |
amdmi3  |
- Support staging |
22 Oct 2013 13:53:34
0.9.19.3 |
amdmi3  |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (games category)
Approved by: portmgr (bdrewery) |
20 Sep 2013 17:36:36
0.9.19.3 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
14 Aug 2013 22:35:54
0.9.19.3  |
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
27 Jun 2013 08:24:52
0.9.19.3 |
amdmi3  |
- Update to 0.9.19.3 |
17 Jun 2013 01:50:02
0.9.19 |
amdmi3  |
- Update to 0.9.19 |
23 May 2013 09:59:49
0.9.18.3 |
amdmi3  |
- Update to 0.9.18-3
- Trim makefile header
PR: 176448
Submitted by: Gerrit Kuhn <gerrit@weinberg2.de> |
22 Mar 2013 20:06:15
0.9.17_4 |
makc  |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
23 Jan 2013 15:00:19
0.9.17_4 |
makc  |
Bump PORTREVISION after DESKTOP_ENTRIES update |
06 Jun 2012 06:44:38
0.9.17_3 |
miwi  |
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team) |
01 Jun 2012 05:26:28
0.9.17_3 |
dinoex  |
- update png to 1.5.10 |
19 Apr 2012 06:51:44
0.9.17_2 |
acm  |
- Bump PORTREVISION (freepascal ports were updated) |
18 Feb 2012 10:18:33
0.9.17_1 |
mva  |
- Update devel/sdl12 to 1.2.15
- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions
Tested by: exp-run by pav |
20 Nov 2011 20:54:16
0.9.17 |
amdmi3  |
- Update to 0.9.17
Feature safe: yes |
24 Sep 2011 14:20:06
0.9.16 |
amdmi3  |
- Update to 0.9.16
- Switch to dynamic plist |
23 Jun 2011 05:39:27
0.9.15_1 |
acm  |
- Bump PORTREVISION. lang/fpc has been updated to 2.4.4 |
30 Dec 2010 22:27:22
0.9.15 |
amdmi3  |
- Update to 0.9.15 |
18 Nov 2010 15:34:05
0.9.14.1 |
amdmi3  |
- Update to 0.9.14.1 |
15 Nov 2010 22:50:44
0.9.13_3 |
acm  |
- Welcome to fpc 2.4.2
- Bump PORTREVISIOON |
16 Aug 2010 18:46:23
0.9.13_2 |
acm  |
- Bump PORTREVISION. lang/fpc was updated and now it supports amd64 |
11 Aug 2010 06:57:34
0.9.13_1 |
mva  |
- Update graphics/sdl_ttf to version 2.0.10
- Bump portrevisions for all ports depending on graphics/sdl_ttf
- Update Mk/bsd.sdl.mk for the new shared library version. |
05 Apr 2010 14:43:33
0.9.13 |
amdmi3  |
- Update to 0.9.13 |
28 Mar 2010 06:47:48
0.9.12_3 |
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
05 Feb 2010 11:46:55
0.9.12_2 |
dinoex  |
- update to jpeg-8 |
30 Jan 2010 09:43:31
0.9.12_1 |
mva  |
- Update devel/sdl12 to version 1.2.14.
- Update audio/sdl_mixer to version 1.2.11.
- Update graphics/sdl_gfx to version 2.0.20.
- Update graphics/sdl_image to version 1.2.10.
- Bump portrevisions for all ports depending on audio/sdl_mixer and
graphics/sdl_image.
- Update Mk/bsd.sdl.mk accordingly for the new shared lib versions.
PR: ports/142147 ports/142248 ports/142249
Approved by: miwi (mentor implicit) |
20 Oct 2009 03:11:32
0.9.12 |
amdmi3  |
- Update to 0.9.12 |
11 Sep 2009 21:57:40
0.9.11_1 |
amdmi3  |
- Add DESKTOP_ENTRY to bunch of ports
- Mark some ports MAKE_JOBS_SAFE |
06 Aug 2009 18:48:36
0.9.11_1 |
miwi  |
- Fix build after Qt4 update
Reported by: pointyhat |
31 Jul 2009 13:57:52
0.9.11_1 |
dinoex  |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
28 Jul 2009 16:34:36
0.9.11 |
amdmi3  |
- Update URL of my distfile mirror in 87 ports
Approved by: portmgr (erwin) |
26 May 2009 23:25:11
0.9.11 |
amdmi3  |
- Update to 0.9.11 |
21 Apr 2009 22:13:29
0.9.10 |
amdmi3  |
- Update to 0.9.10 |
31 Mar 2009 17:05:17
0.9.9_1 |
amdmi3  |
- Mark MAKE_JOBS_SAFE
- Use SF/subdir abbreviation for some ports |
24 Mar 2009 19:13:32
0.9.9_1 |
makc  |
bump PORTREVISION after cmake update |
23 Jan 2009 01:07:07
0.9.9 |
amdmi3  |
- Update to 0.9.9 |
11 Jan 2009 22:09:25
0.9.8 |
amdmi3  |
- Update to 0.9.8 |
05 Jan 2009 16:14:51
0.9.7 |
amdmi3  |
- Update address of my distfile mirror |
04 Nov 2008 11:41:05
0.9.7 |
amdmi3  |
- Update to 0.9.7
- Add ONLY_FOR_ARCHS |
04 Aug 2008 23:33:44
0.9.6 |
miwi  |
- Fix build after qt 4.4.1 update |
30 Jul 2008 13:44:55
0.9.6 |
amdmi3  |
- Update to 0.9.6
Approved by: miwi (mentor implicit) |
09 Jul 2008 16:49:34
0.9.5 |
amdmi3  |
- Update to 0.9.5
Approved by: miwi (mentor) |
24 Jun 2008 21:50:31
0.9.4 |
amdmi3  |
Each player controls a team of several hedgehogs. During the course
of the game, players take turns with one of their hedgehogs. They
then use whatever tools and weapons are available to attack and
kill the opponents' hedgehogs, thereby winning the game. Hedgehogs
may move around the terrain in a variety of ways, normally by walking
and jumping but also by using particular tools such as the "Rope"
or "Parachute", to move to otherwise inaccessible areas. Each turn
is time-limited to ensure that players do not hold up the game with
excessive thinking or moving.
A large variety of tools and weapons are available for players
during the game: Grenade, Cluster Bomb, Bazooka, UFO, Shotgun,
Desert Eagle, Fire Punch, Baseball Bat, Dynamite, Mine, Rope,
Pneumatic pick, Parachute. Most weapons, when used, cause explosions
that deform the terrain, removing circular chunks. The landscape (Only the first 15 lines of the commit message are shown above ) |