about summary refs log tree commit diff
path: root/pkgs/games/zod
AgeCommit message (Collapse)AuthorFilesLines
2023-02-05treewide: another round of gcc12 fixupsVladimír Čunát1-2/+5
2022-10-14zod: migrate to wxGTK32Weijia Wang1-3/+5
2022-03-19treewide/makeWrapper: replace `--run cd` with `--chdir`Naïm Favier1-2/+2
Lay the groundwork for switching to binary wrappers by reducing uses of `--run` (which is not supported by `makeBinaryWrapper`).
2021-06-25games: /s/name/pname&version/Felix Buehler1-4/+4
2021-05-20zod: add scaling factorzeri422-0/+169
- add patch that allows to resize the zod_launcher window at compile time with `scalingFactor` option
2021-05-20zod: 2011-03-18 -> 2011-09-06zeri421-42/+98
- cleanup Derivation - add map_editor and zod_launcher - game is playable now (appears broken/orphaned in current version) - fix comment about version - add enableParallelBuilding=true; - change source url to use mirror://
2021-02-20treewide: unzip buildInputs to nativeBuildInputs (#112302)Ben Siraphob1-2/+2
2021-02-19treewide: makeWrapper buildInputs to nativeBuildInputsBen Siraphob1-1/+2
2021-01-15pkgs/games: stdenv.lib -> libBen Siraphob1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-09-22Re-Revert "Merge branch 'staging-next'"Vladimír Čunát1-3/+3
This reverts commit f8a8fc6c7c079de430fa528f688ddac781bcef16.
2019-09-21Revert "Merge branch 'staging-next'"Vladimír Čunát1-3/+3
This reverts commit 41af38f3728bd64b80721c44ed1fb019978cbc1b, reversing changes made to f0fec244ca380b9d3e617ee7b419c59758c8b0f1. Let's delay this. We have some serious regressions.
2019-09-09treewide: replace mysql.connector-c to libmysqlclientIzorkin1-3/+3
2019-08-28treewide: remove redundant recvolth1-1/+1
2017-12-29treewide: libmysql -> mysql.connector-cRobin Gloster1-3/+3
2017-10-12zod: Fix buildTuomas Tynkkynen1-3/+4
2016-08-07treewide: fixup various mysql ocurrences after re-splitVladimír Čunát1-1/+1
2015-04-22Convert more applications to libmysqlWilliam A. Kennington III1-4/+4
2015-04-01More mysql migrationsWilliam A. Kennington III1-2/+2
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk1-1/+1
2012-01-18* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra1-1/+1
function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2011-03-28Adding the zod engine, a multiplayer zed remake.Lluís Batlle i Rossell1-0/+44
svn path=/nixpkgs/trunk/; revision=26577