Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (1h)  pkgsrc-2024Q1 (9d)  pkgsrc-2023Q4 (56d)  pkgsrc-2023Q2 (88d)  pkgsrc-2023Q3 (168d) 

2024-05-26 20:11:14 UTC Now

2019-05-12 06:17:30 UTC MAIN commitmail json YAML

pkgsrc/games/pingus/Makefile@1.32 / diff
pkgsrc/games/pingus/PLIST@1.2 / diff
pkgsrc/games/pingus/distinfo@1.10 / diff
pkgsrc/games/pingus/patches/patch-Makefile@1.1 / diff
pkgsrc/games/pingus/patches/patch-SConscript@1.1 / diff
pkgsrc/games/pingus/patches/patch-aa deleted
pkgsrc/games/pingus/patches/patch-ab deleted
pkgsrc/games/pingus/patches/patch-ac deleted
pkgsrc/games/pingus/patches/patch-src_editor_button.hpp@1.1 / diff
pkgsrc/games/pingus/patches/patch-src_editor_checkbox.hpp@1.1 / diff
pkgsrc/games/pingus/patches/patch-src_editor_combobox.hpp@1.1 / diff
pkgsrc/games/pingus/patches/patch-src_editor_file__list.hpp@1.1 / diff
pkgsrc/games/pingus/patches/patch-src_editor_inputbox.hpp@1.1 / diff
pkgsrc/games/pingus/patches/patch-src_editor_message__box.hpp@1.1 / diff
pkgsrc/games/pingus/patches/patch-src_editor_object__selector.cpp@1.1 / diff
pkgsrc/games/pingus/patches/patch-src_editor_viewport.hpp@1.1 / diff
pkgsrc/games/pingus/patches/patch-src_font.cpp deleted
pkgsrc/games/pingus/patches/patch-src_lisp_getters.hpp@1.2 / diff
pkgsrc/games/pingus/patches/patch-src_pingus__main.cpp deleted
pkgsrc/games/pingus/patches/patch-src_pingus__menu.cpp deleted
pkgsrc/games/pingus/patches/patch-src_pingus_components_check__box.hpp@1.1 / diff
pkgsrc/games/pingus/patches/patch-src_pingus_components_choice__box.hpp@1.1 / diff
pkgsrc/games/pingus/patches/patch-src_pingus_components_slider__box.hpp@1.1 / diff
pkgsrc/games/pingus/patches/patch-src_pingus_config__manager.hpp@1.1 / diff
pkgsrc/games/pingus/patches/patch-src_pingus_pingus__main.cpp@1.1 / diff
pkgsrc/games/pingus/patches/patch-src_pingus_screens_option__menu.hpp@1.1 / diff
pkgsrc/games/pingus/patches/patch-src_pingus_screens_pingus__menu.cpp@1.1 / diff
pkgsrc/games/pingus/patches/patch-src_system.cpp deleted
pkgsrc/games/pingus/patches/patch-src_tinygettext_po__file__reader.cpp deleted
pkgsrc/games/pingus/patches/patch-src_tinygettext_po__file__reader.hpp deleted

pingus: update to 0.7.6

pkgsrc changes:
  * Disable configure target (SCons seems not to provide it)
  * Remove explicit use of SCons: use Makefile instead
  * Port deprecated Boost.Signals to Boost.Signals2
  * Take MAINTENERship

Changes:
Pingus 0.7.6 (24/Dec/2011)
==========================
* added new SVG icons for Pingus
* added 10 new xmas themed levels
* added ability to sort levelsets by priority

Pingus 0.7.5 (25/Oct/2011)
==========================
* fixed memory leak in OpenGL renderer
* added support for Win32 cross-compilation with mingw32
* added gamespeed adjustments via KPPlus, KPMinus, KPEnter
* added single-stepping the game with 'S'
* added better application icon
* added access to all levelsets in developer-mode (Ctrl-m)
* added 10 new Halloween levels

Pingus 0.7.4 (10/Oct/2011)
==========================
* fixed game not starting when no soundcard is present
* all halloween and tutorial levels have been converted to a minimum
  size of 1920x1200 so they can be played in fullscreen without letterboxing
* new --userdir command line switch to set the directory where savegames
  are saved
* menu getting confused by fast succedding clicks fixed
* level-demo recording and playback are back (files not compatible between x86 and x86-64)
* window resize support throughout the whole game
* dirty-rectangles drawing for improved performance with software rendering
* OpenGL rendering
* new blackboard graphic
* Unicode support
* two new levelsets, "Desert" and "Factory Campaign", with 27 new levels
* added a man-page
* deadly fall height has been increased
* support for prefab objects and groups in the editor
* cleaned up digger, miner and basher paths
* added an option menu
* lots of minor bug fixes
* bitmap fonts have been generated with anti-aliasing

(triaxx)