summaryrefslogtreecommitdiff
path: root/gnu/packages/game-development.scm
Commit message (Collapse)AuthorAge
...
* gnu: chipmunk: Use HTTPS home page URI.Nicolas Goaziou2020-01-17
| | | | * gnu/packages/game-development.scm (chipmunk)[home-page]: Use HTTPS URI.
* gnu: Add chipmunk.Nicolas Goaziou2020-01-17
| | | | * gnu/packages/game-development.scm (chipmunk): New variable.
* gnu: Update copyright line.Nicolas Goaziou2020-01-16
| | | | * gnu/packages/game-development.scm: Update copyright line.
* gnu: Refactor renpy build.Leo Prikler2020-01-16
| | | | | * gnu/packages/game-development.scm (python2-renpy)[arguments]: Use directory excursions instead of invoking `chdir' directly in phases.
* gnu: Add ode.Nicolas Goaziou2020-01-05
| | | | * gnu/packages/game-development.scm (ode): New variable.
* gnu: Add libccd.Nicolas Goaziou2020-01-05
| | | | * gnu/packages/game-development.scm (libccd): New variable.
* gnu: Add fna.Pierre Neidhardt2020-01-03
| | | | * gnu/packages/game-development.scm (fna): New variable.
* gnu: bullet: Update to 2.89.Tobias Geerinckx-Rice2020-01-02
| | | | | * gnu/packages/game-development.scm (bullet): Update to 2.89. [source]: Adjust snippet.
* gnu: deutex: Update to 5.2.1.Tobias Geerinckx-Rice2020-01-02
| | | | * gnu/packages/game-development.scm (deutex): Update to 5.2.1.
* gnu: Add love-nuklear.Jethro Cao2019-12-17
| | | | | | * gnu/packages/game-development.scm (love-nuklear): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: openvr: Update to 1.8.19.Tobias Geerinckx-Rice2019-11-12
| | | | * gnu/packages/game-development.scm (openvr): Update to 1.8.19.
* gnu: Fix attribution.Nicolas Goaziou2019-10-30
| | | | * gnu/packages/game-development.scm: Fix attribution.
* gnu: Add renpy.Comrade Yuri2019-10-30
| | | | | | * gnu/packages/game-development: (python2-pygame-sdl2): New variable. (python2-renpy): New variable. (renpy): New variable.
* gnu: love: Update to 11.3.Tobias Geerinckx-Rice2019-10-29
| | | | * gnu/packages/game-development.scm (love): Update to 11.3.
* gnu: tiled: Update to 1.2.5.Tobias Geerinckx-Rice2019-10-17
| | | | * gnu/packages/game-development.scm (tiled): Update to 1.2.5.
* gnu: Move openmw-openscenegraph to graphics.scm.Marius Bakke2019-09-24
| | | | | | | | | Package inheritance across modules may cause unbound variable errors at expansion time because of cyclic dependencies between the modules. * gnu/packages/game-development.scm (openmw-openscenegraph): Move from here ... * gnu/packages/graphics.scm (openmw-openscenegraph): ... to here. Make the variable public and "hide" the package.
* gnu: openmw: Use OpenMW's fork of openscenegraph.Pierre Neidhardt2019-09-24
| | | | | * gnu/packages/game-development.scm (openmw)[inputs]: Replace openscenegraph with openmw-openscenegraph.
* gnu: nml: Fix for newer pillow version.Julien Lepiller2019-09-07
| | | | | * gnu/packages/game-development.scm (nml)[arguments]: Add a phase to fix for newer pillow.
* gnu: plib: Fix CVE-2011-4620, CVE-2012-4552.Efraim Flashner2019-07-10
| | | | | | | * gnu/packages/game-development.scm (plib)[patches]: Add patches. * gnu/packages/patches/plib-CVE-2011-4620.patch, gnu/packages/patches/plib-CVE-2012-4552.patch: New files. * gnu/local.mk (dist_patch_DATA): Register them.
* gnu: deutex: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-06-25
| | | | * gnu/packages/game-development.scm (deutex)[source]: Hard-code NAME.
* gnu: deutex: Update to 5.2.0.Tobias Geerinckx-Rice2019-06-25
| | | | * gnu/packages/game-development.scm (deutex): Update to 5.2.0.
* gnu: Add openvr.Pierre Neidhardt2019-06-22
| | | | * gnu/packages/game-development.scm (openvr): New variable.
* gnu: allegro: Update to 5.2.5.0.Tobias Geerinckx-Rice2019-06-08
| | | | | | | * gnu/packages/game-development.scm (allegro): Update to 5.2.5.0. [source]: Remove patch. * gnu/packages/patches/allegro-mesa-18.2.5-and-later.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: tiled: Use HTTPS home page.Tobias Geerinckx-Rice2019-06-06
| | | | * gnu/packages/game-development.scm (tiled)[home-page]: Use HTTPS.
* gnu: tiled: Update to 1.2.4.Tobias Geerinckx-Rice2019-06-06
| | | | * gnu/packages/game-development.scm (tiled): Update to 1.2.4.
* gnu: guile-chickadee: Update to 0.4.0.Ricardo Wurmus2019-06-05
| | | | | * gnu/packages/game-development.scm (guile-chickadee): Update to 0.4.0. [arguments]: Remove.
* gnu: ioquake: Build on all architectures.Efraim Flashner2019-05-26
| | | | | * gnu/packages/game-development.scm (ioquake)[supported-systems]: Remove field.
* gnu: Add ioquake3.Pierre Neidhardt2019-05-23
| | | | * gnu/packages/game-development.scm (ioquake3): New variable.
* gnu: openmw: Use mygui-gl to reduce closure size.Pierre Neidhardt2019-05-20
| | | | | * gnu/packages/game-development.scm (openmw)[inputs]: Replace mygui with mygui-gl.
* gnu: Add mygui-gl.Pierre Neidhardt2019-05-20
| | | | * gnu/packages/game-development.scm (mygui-gl): New variable.
* gnu: mygui: Don't use unstable tarball.Pierre Neidhardt2019-05-20
| | | | | | * gnu/packages/game-development.scm (mygui)[source]: Use GIT-FETCH and GIT-FILE-NAME. [arguments]: Disable Windows-specific demos and tools.
* gnu: bennu-game-development-modules: Fix typos.Tobias Geerinckx-Rice2019-04-17
| | | | | * gnu/packages/game-development.scm (bennu-game-development-modules) [synopsis, description]: Fix ‘developement’ spelling.
* gnu: Add plib.Ricardo Wurmus2019-04-14
| | | | * gnu/packages/game-development.scm (plib): New variable.
* gnu: openmw: Update to 0.45.0.Rutger Helling2019-04-01
| | | | * gnu/packages/game-development.scm (openmw): Update to 0.45.0.
* gnu: openmw: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-03-24
| | | | * gnu/packages/game-development.scm (openmw)[source]: Hard-code NAME.
* gnu: physfs: Update to 3.0.2.Tobias Geerinckx-Rice2019-03-24
| | | | * gnu/packages/game-development.scm (physfs): Update to 3.0.2.
* gnu: tiled: Update to 1.2.3.Tobias Geerinckx-Rice2019-03-24
| | | | * gnu/packages/game-development.scm (tiled): Update to 1.2.3.
* gnu: bennu-game-development: Build against openssl on all archictures.Efraim Flashner2019-03-24
| | | | | | * gnu/packages/game-development.scm (bennu-game-development)[arguments]: Rename custom phase to 'patch-configure-to-use-openssl, change glob pattern to match all cases. Return #t from all phases.
* gnu: bennu-game-development: Remove bundled code.Efraim Flashner2019-03-24
| | | | | * gnu/packages/game-development.scm (bennu-game-development)[source]: Add snippet to remove '3rdparty' folder from source code.
* gnu: Add bennu-game-development-modules.Pierre Neidhardt2019-03-24
| | | | * gnu/packages/game-development.scm (bennu-game-development-modules): New variable.
* gnu: Add bennu-game-development.Pierre Neidhardt2019-03-24
| | | | * gnu/packages/game-development.scm (bennu-game-development): New variable.
* gnu: python-pygame: Update to 1.9.4.Tobias Geerinckx-Rice2019-03-15
| | | | | * gnu/packages/game-development.scm (python-pygame): Update to 1.9.4. [arguments]: Re-indent.
* gnu: eureka: Update to 1.24.Tobias Geerinckx-Rice2019-03-15
| | | | * gnu/packages/game-development.scm (eureka): Update to 1.24.
* gnu: ois: Update to 1.5.Tobias Geerinckx-Rice2019-02-22
| | | | | | | | | * gnu/packages/game-development.scm (ois): Update to 1.5. [source]: Use tagged VERSION and GIT-FILE-NAME. [build-system]: Switch to CMAKE-BUILD-SYSTEM. [arguments]: Disable tests. [native-inputs]: Remove them. [inputs]: Replace libxaw with libx11.
* gnu: tiled: Update to 1.2.2.Tobias Geerinckx-Rice2019-02-15
| | | | * gnu/packages/game-development.scm (tiled): Update to 1.2.2.
* gnu: allegro@4: Update to 4.4.3.Tobias Geerinckx-Rice2019-02-15
| | | | | | | | * gnu/packages/game-development.scm (allegro-4): Update to 4.4.3. [source]: Remove upstreamed patch. * gnu/packages/patches/allegro4-mesa-18.2.5-and-later.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* Merge branch 'master' into stagingLudovic Courtès2019-01-20
|\
| * gnu: Move dbm databases to new module.Ricardo Wurmus2019-01-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/databases.scm (gdbm, bdb, bdb-5.3): Move from here... * gnu/packages/dbm.scm: ...to this new module. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. * gnu/packages/audio.scm, gnu/packages/avahi.scm, gnu/packages/backup.scm, gnu/packages/cobol.scm, gnu/packages/cyrus-sasl.scm, gnu/packages/databases.scm, gnu/packages/finance.scm, gnu/packages/game-development.scm, gnu/packages/gnome.scm, gnu/packages/guile.scm, gnu/packages/ibus.scm, gnu/packages/kerberos.scm, gnu/packages/linux.scm, gnu/packages/mail.scm, gnu/packages/man.scm, gnu/packages/nvi.scm, gnu/packages/openldap.scm, gnu/packages/package-management.scm, gnu/packages/php.scm, gnu/packages/pulseaudio.scm, gnu/packages/python.scm, gnu/packages/rdf.scm, gnu/packages/ruby.scm, gnu/packages/sawfish.scm: Update module references.
| * gnu: Separate Python core packages from the rest.Ricardo Wurmus2019-01-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm: Move hundreds of package definitions from here... * gnu/packages/python-xyz.scm: ...to this new module. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. * gnu/packages/ada.scm, gnu/packages/admin.scm, gnu/packages/android.scm, gnu/packages/audio.scm, gnu/packages/backup.scm, gnu/packages/benchmark.scm, gnu/packages/bioinformatics.scm, gnu/packages/bittorrent.scm, gnu/packages/calendar.scm, gnu/packages/check.scm, gnu/packages/chemistry.scm, gnu/packages/cluster.scm, gnu/packages/compression.scm, gnu/packages/connman.scm, gnu/packages/crypto.scm, gnu/packages/cups.scm, gnu/packages/databases.scm, gnu/packages/dav.scm, gnu/packages/direct-connect.scm, gnu/packages/disk.scm, gnu/packages/django.scm, gnu/packages/dlang.scm, gnu/packages/docker.scm, gnu/packages/ebook.scm, gnu/packages/elf.scm, gnu/packages/emacs.scm, gnu/packages/emulators.scm, gnu/packages/engineering.scm, gnu/packages/enlightenment.scm, gnu/packages/finance.scm, gnu/packages/fltk.scm, gnu/packages/fontutils.scm, gnu/packages/freedesktop.scm, gnu/packages/game-development.scm, gnu/packages/games.scm, gnu/packages/geo.scm, gnu/packages/gl.scm, gnu/packages/glib.scm, gnu/packages/gnome.scm, gnu/packages/gnupg.scm, gnu/packages/gnuzilla.scm, gnu/packages/graph.scm, gnu/packages/graphics.scm, gnu/packages/graphviz.scm, gnu/packages/gtk.scm, gnu/packages/ham-radio.scm, gnu/packages/image-processing.scm, gnu/packages/image-viewers.scm, gnu/packages/image.scm, gnu/packages/irc.scm, gnu/packages/jrnl.scm, gnu/packages/julia.scm, gnu/packages/kde-frameworks.scm, gnu/packages/key-mon.scm, gnu/packages/libffi.scm, gnu/packages/libreoffice.scm, gnu/packages/libusb.scm, gnu/packages/lirc.scm, gnu/packages/logging.scm, gnu/packages/machine-learning.scm, gnu/packages/mail.scm, gnu/packages/mate.scm, gnu/packages/maths.scm, gnu/packages/medical.scm, gnu/packages/messaging.scm, gnu/packages/monitoring.scm, gnu/packages/mp3.scm, gnu/packages/mpd.scm, gnu/packages/music.scm, gnu/packages/networking.scm, gnu/packages/nutrition.scm, gnu/packages/openldap.scm, gnu/packages/openstack.scm, gnu/packages/package-management.scm, gnu/packages/password-utils.scm, gnu/packages/patchutils.scm, gnu/packages/pdf.scm, gnu/packages/photo.scm, gnu/packages/polkit.scm, gnu/packages/protobuf.scm, gnu/packages/python-crypto.scm, gnu/packages/python-web.scm, gnu/packages/qt.scm, gnu/packages/rdf.scm, gnu/packages/ruby.scm, gnu/packages/search.scm, gnu/packages/selinux.scm, gnu/packages/serialization.scm, gnu/packages/shells.scm, gnu/packages/simulation.scm, gnu/packages/ssh.scm, gnu/packages/statistics.scm, gnu/packages/storage.scm, gnu/packages/sync.scm, gnu/packages/terminals.scm, gnu/packages/textutils.scm, gnu/packages/time.scm, gnu/packages/tls.scm, gnu/packages/tor.scm, gnu/packages/tryton.scm, gnu/packages/version-control.scm, gnu/packages/video.scm, gnu/packages/virtualization.scm, gnu/packages/vpn.scm, gnu/packages/web-browsers.scm, gnu/packages/web.scm, gnu/packages/wicd.scm, gnu/packages/xdisorg.scm, gnu/packages/xorg.scm: Update module references.
* | Merge remote-tracking branch 'origin/master' into stagingEfraim Flashner2019-01-09
|\|