Commit graph

4249 commits

Author SHA1 Message Date
tsutsui
d4a70ae97e Update onscripter to 20130317. (leaf package bug fix)
Upstream changes summary (only Japanese log available)

20130317
 - fix a bug introduced in 20130223, failure of loading savefile
   when there are too many characters in the backlog text buffer
2013-03-26 14:01:56 +00:00
dholland
57d21f7128 Clean up some gcc warnings. This probably doesn't accomplish anything
particularly important, except that one of the warnings was reporting
a bug that probably causes crashes. PKGREVISION -> 4
2013-03-25 01:59:03 +00:00
tsutsui
b8819db3c2 Update onscripter to 20130316.
Upstream changes summary (only Japanese log available)

20130316
 - fix a bug in spstr insn that doesn't work for string sprites
2013-03-17 21:28:12 +00:00
obache
c5b50f16c2 recursive bump from ffmpeg shlib major changes 2013-03-16 06:20:45 +00:00
tsutsui
e4adc57eef Update onscripter to 20130223.
Upstream changes summary (only Japanese log available)

20130223
 - fix bug of game insn that resets loaded default cursor
 - fix bug that backlog doesn't show all text due to buffer overflow
   in some case

20130216
 - implement luacall reset
 - fix bug in definereset insn that resets global variables even during
   globalon insn is active
 - make definereset insn load system.lua
 - handle >255 values for sprite transparent value

20130203
 - fix iOS SDK bug

20130202
 - implement checkkey insn
 - implement NL_dofile, NSGetSkip, NSGetWindowSize, NSTimer, NSGetKey,
   NSUpdate, NSSpClear, NSSpGetInfo, NSSpGetPos, NSSpLoad, NSSpMove,
   and NSSpVisible insns for NSLua
 - update Android SDK
2013-03-10 16:33:23 +00:00
joerg
8cf0a83006 Return a value in non-void functions. 2013-03-02 18:11:32 +00:00
joerg
e3ef0bb4f2 Fix inline use. 2013-03-02 18:11:07 +00:00
joerg
ff1263b378 string.h is no longer included by png.h 2013-03-02 18:10:42 +00:00
tron
d8972f7297 Reset maintainer to "pkgsrc-users@NetBSD.org". 2013-03-02 10:44:33 +00:00
joerg
b2340f8451 Actually provide a value for BIGGEST. 2013-02-26 11:25:12 +00:00
joerg
4e1af7df19 Fix png update fallout. 2013-02-26 11:16:19 +00:00
joerg
4661231621 Needs C++11 when buildign with clang. 2013-02-26 11:15:43 +00:00
joerg
a9afa0806d Fix return types. 2013-02-26 10:29:34 +00:00
joerg
8f3d28b5e7 Don't add default arguments when implementing a function. 2013-02-26 10:29:06 +00:00
shattered
960a7c4bf1 Update homepage URLs. 2013-02-22 19:59:05 +00:00
wiz
a96f4900ac Recursive bump for png-1.6. 2013-02-16 11:18:58 +00:00
obache
0d34aa549d recursive bump from boost-lib shlib update. 2013-02-15 11:53:59 +00:00
ryoon
5482a9caec Bump PKGREVISION from audio/jack. 2013-02-09 22:11:28 +00:00
jperkin
84991145cf PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
shattered
98bd108e42 USE_GAMESGROUP, not SETGIDGAME. 2013-02-04 19:41:11 +00:00
wiz
ed9133f430 utomake-1.13 compat. 2013-01-26 22:20:25 +00:00
wiz
ae099b1e5d automake-1.13 compat. 2013-01-26 22:16:18 +00:00
adam
d1ab9d8533 Revbump after graphics/jpeg and textproc/icu 2013-01-26 21:36:13 +00:00
tsutsui
ff6dcb78be Update onscripter to 20130120.
Upstream changes summary (only Japanese log available)

20130120
 - fix a timer bug introduced in 20130112 that cause too fast animation

20130119
 - fix bugs in definereset and reset insns

20130118
 - fix bug that can't get right hight of character sprite

20130112
 - fix event loop handlers to make NSLua work correctly
 - fix a bug around text new line
 - improve yesnobox and okcancelbox button drawing
 - add Lua support to Android SDK
2013-01-26 13:02:50 +00:00
adam
3eef1b6b84 Revbump after updating graphics/jpeg 2013-01-24 21:52:17 +00:00
ryoon
07d127c14f Replace -j ${MAKE_JOBS} with ${_MAKE_JOBS}.
Fix build when MAKE_JOBS is not defined.
2013-01-22 11:26:02 +00:00
dholland
c7f5e96a23 Oops. PATCH_SITES, not PATCHSITES... 2013-01-21 06:56:38 +00:00
dholland
ca0a684ed7 Roll the existing patches into a distfile patch. In the course of doing so:
Fix the fix previously in patch-ah (for platforms where char is
unsigned by default) to not generate spurious EOF indications.

Improve the fixes previously in patch-a[bcdef] to put the game's state
file in $HOME/.craft instead of the current directory.

Use a consistent method to set $PREFIX instead of a mixture of
compiler flags, patching, and SUBST.

Use pkg-config to find libX11, and clean up some pkglint.
2013-01-21 05:19:45 +00:00
dholland
5181549122 HOMEPAGE has disappeared, comment it out. The coresponding
MASTER_SITES has also disappeared, but there seem to be lots of copies
of the distfile out on the net.
2013-01-21 00:07:31 +00:00
joerg
806661f471 Regen. Not sure what happened here... 2013-01-17 15:53:38 +00:00
morr
190184702e Clean up libXaw handling. [1/2]
- remove LIBXAW variable. It is handled by buildlink3.mk now
- simplify patches and Makefile in packages using libXaw
- in some cases force use of Xaw3d (won't build with Xaw)
- replace some directly included of x11/Xaw3d with mk/xaw.buildlink3.mk

In next part:
- replace more includes with mk/xaw.buildlink3.mk
2013-01-15 16:21:34 +00:00
joerg
75b004df9c Fix prototypes. Regenerate patches as unified diffs. 2013-01-15 15:19:05 +00:00
joerg
27a662dafe Use more void. 2013-01-11 23:26:36 +00:00
joerg
1f0d2dbdfa Fix main. Bump revision. 2013-01-11 13:26:20 +00:00
joerg
8d42181783 Prefer in-tree bsdtar 2013-01-11 13:25:40 +00:00
joerg
96bf5023ae Prefer bsdtar (in-tree) over external GPL3 gtar. 2013-01-11 00:15:39 +00:00
joerg
1ce9c51d55 Don't declare objects without default constructor as const. 2013-01-10 23:56:32 +00:00
ryoon
c2ac2379b8 Update to 0.8
Fix PR pkg/47393.

* Tested on OpenBSD/amd64 5.2 and NetBSD/amd64 6.99.16
  On NetBSD, you may use "--renderer 5" option.

Changelog:
SuperTuxkart 0.8
~~~~~~~~~~~~~~~~
* Story mode and new challenge set
* Improved AI
* Skidding and better collision physics
* Reverse mode
* New green valley track
* New Blackhill Mansion track
* Updated XR591 track
* Updated Fort Magma track
* Updated jungle track
* Updated menus
* New music


SuperTuxKart 0.7.3
~~~~~~~~~~~~~~~~~~
* New Zen Garden and Subsea tracks
* New Island battle arena
* New Suzanne kart
* New graphical effects
* New weapons 'Swatter' and 'Rubber Ball'
* Added Thunderbird as race referee
* 3 Strikes Battles now displays lives as spare tires
* Improved bubble gum
* See progression during Grand Prix
* Improve physics for tall karts (e.g. Adiumy)
* Lots of bug fixes
* Improved kart control at high speeds
* Better placement of rescued karts
* Transition track-making to blender 2.5/2.6

SuperTuxKart 0.7.2
~~~~~~~~~~~~~~~~~~
* Added in-game addon manager
* Fixed major memory leaks
* New Snow Peak track by Samuncle
* Improved star track UFO by Rudy
* New Beastie kart.
* Show when you get a highscore
* Improve gamepad configuration under Windows (add ability to tell gamepads apart)
* Various other tweaks done and glitches fixed

SuperTuxkart 0.7.1b
~~~~~~~~~~~~~~~~~~~
* Fix circular dependency in challenges
* Updated translations

SuperTuxKart 0.7.1
~~~~~~~~~~~~~~~~~~
* Particle  (smoke, splash, fire) and weather effects
* New Fort Magma by Samuncle, new Shiny Suburbs track by Horace
* New Beagle kart by wolterh
* Added internet news
* Support for live language switch
* Added optional minimal race UI
* Temporary invincibility after being hit
* Added support for full-screen anti-aliasing
* Clearer multiplayer setup
* Renamed many tracks to nicer names
* Basic level-of-detail (LOD) support
* Debug features for track makers
* Update to bullet 2.77
* Replace more sounds to be DFSG-compliant
* Fixed character names that contain non-ASCII characters
* Full RTL (right to left) support
* Various other tweaks done and glitches fixed

SuperTuxKart 0.7 (December 2010)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Too many to list them all. Main points:
* Irrlicht:
  - Ported from plib to irrlicht
  - Added animations to karts and some tracks
* GUI
  - Completely new designed GUI
* Other improvements
  - Allowed alternative ways/shortcuts in tracks
  - New item 'switch'
* New art:
  - New tracks farm, hacienda, scotland, secret garden
2013-01-06 15:16:20 +00:00
ryoon
112990f26e Fix build on OpenBSD/amd64 5.2.
The patches are taken from OpenBSD ports repository.

* Disable joystick on OpenBSD/!i386
* Use sndio on OpenBSD
2013-01-06 00:59:46 +00:00
wiz
797d644336 + toppler, uqm. 2013-01-05 22:19:45 +00:00
wiz
61046b3a32 Import uqm-0.7.0nb1 as games/uqm from wip, packaged by Leonardo Taccari and
Ben Collver.

Ur-Quan Masters is a port of the original Star Control 2 for 3DO Consoles.

The project started in August 2002, when Toys For Bob  released the partially
ported sources of Star Control 2 3DO version to the fan community. Our goal
is to port this wonderful game to current personal computers and operating
systems. It is and will remain 100% free of charge, and anyone can contribute
to the project and thus help make it even better.
2013-01-05 22:19:19 +00:00
wiz
879f399219 Import toppler-1.1.6 as games/toppler from wip.
In this game you have to help a cute little green animal switch
off some kind of "evil" mechanism. The "power off switch" is hidden
somewhere in high towers. On your way to the target you need to
avoid a lot of strange robots that guard the tower.

That sounds all like a normal jump and run game. What makes this
game different is that you walk arond the tower which is revolving
on the screen, so that you only see the 180 degrees that are
currently visible.

The game is a reimplementation of the old game known as Tower
Toppler or Nebulus.
2013-01-05 22:17:04 +00:00
joerg
cf3a9d2351 Use more void and system headers. 2012-12-25 21:09:52 +00:00
dholland
a25bea462a Provide NULL if it's missing; should fix or advance the dfly build. 2012-12-24 06:28:16 +00:00
dholland
8c9cec3439 Remove any getchar macro before defining a getchar member function.
Should fix (or advance) dfly build.
2012-12-24 06:22:14 +00:00
dholland
c4ba3c6018 Use c89. Pass gcc -Wall. Fix clang build. While here, use snprintf
instead of sprintf. PKGREVISION -> 2.
2012-12-23 18:43:47 +00:00
joerg
51ed9992cf The patch for lua_templates.h is still needed, so restore it. 2012-12-22 20:01:02 +00:00
joerg
ca4b6a43b1 Add some void love. 2012-12-20 22:05:05 +00:00
joerg
79d26c34d2 Add missing prototypes for functions that should really be void. 2012-12-20 22:04:14 +00:00
joerg
a08be176f6 Fix use of nested functions. Bump revision. 2012-12-20 22:03:01 +00:00