1
0
Fork 0
Commit Graph

231 Commits

Author SHA1 Message Date
me b7530749f7 esc exits 2023-03-13 18:46:50 +03:30
abakh 11d87562f9
Merge pull request #34 from twistdroach/write_to_temp_first
Write to temp first
2023-02-05 18:45:01 +03:30
twistdroach 191f818c93 Write scores to a tmp file first, then rename it over the original score file. 2023-02-03 00:27:32 -05:00
twistdroach 3fc638064a Fix some minor warnings from clang 2023-02-03 00:24:58 -05:00
me 4d825748ed let's hope it works on plan9 2022-12-17 09:02:48 +03:30
me d27dd715a4 adding new games to the menu 2022-12-17 08:56:34 +03:30
me d9691c8af0 use common.h 2022-11-24 02:54:21 +03:30
me 55758fc915 common.h 2022-11-16 17:54:48 +03:30
me 05cf0c4a5c common.h 2022-11-16 17:54:13 +03:30
me 0681257d36 treasure 2022-11-16 17:52:55 +03:30
me f1e0c492b5 sjump 2022-11-16 17:36:54 +03:30
me b83d285241 added new games 2022-11-16 17:35:20 +03:30
me 914b21f147 added assert.h 2022-08-18 04:01:31 +04:30
me 680effbd68 add revenge 2022-08-18 03:54:10 +04:30
me 04e8559947 shortening the Makefile 2022-08-04 12:19:46 +04:30
me 5a1ae538d0 unstale stale games 2022-08-01 12:10:04 +04:30
me 63020a0f74 make it possible to have more than one square 2022-07-20 11:22:52 +04:30
me 016b58c132 put dependencies in the same place 2022-07-19 02:25:07 +04:30
me bcedb90d16 putting dependencies in common.h 2022-07-01 10:48:04 +04:30
me 9c1bd011c3 putting dependencies in common.h 2022-07-01 10:45:34 +04:30
me d88871869f wasd conflicting with the S key 2022-06-24 00:08:02 +04:30
me 5ec7174e3e include current dir as well 2022-06-21 16:15:56 +04:30
me 347d565930 set term title 2022-06-21 16:15:03 +04:30
me 8abb4f7ce1 README update 2022-05-20 23:17:48 +04:30
abakh 54e609fbf5
Merge pull request #30 from andreasstieger/packaging-readme
Update README.md
2022-05-20 23:15:01 +04:30
Andreas Stieger 862b47133b
Update README.md
Add repology packaging status overview and blanket thank-you to individual packagers.

Also fixes openSUSE which nows ships the package.
2022-05-18 23:10:49 +02:00
me 10e6e259d8 README refined 2022-05-15 04:34:06 +04:30
me 73991e8680 nbnbsdgames 2022-04-15 08:56:34 +04:30
me 87b1f8caaf copy nbsdgames too 2022-04-14 11:27:23 +04:30
me 0fee553c20 don't copy garbage 2022-04-10 11:03:18 +04:30
me 66bd71dd5d memory problem 2022-04-09 00:45:40 +04:30
me bf4a59a12a removing _ broke downstream scripts 2022-04-06 19:11:18 +04:30
me 8a40c0545e /usr/bin makes more sense 2022-04-06 19:08:02 +04:30
abakh b318fdc03d
Merge pull request #27 from thesamesam/master
Makefile: build system changes
2022-03-31 23:02:36 +04:30
Sam James 06f6b73505 Makefile: fix GNUism in Makefile (fix bmake)
Apparently even $(shell isn't supported by bmake?

Signed-off-by: Sam James <sam@gentoo.org>
2022-03-31 04:57:27 +01:00
Sam James beffffa614 Makefile: factor out rules as much as possible
Signed-off-by: Sam James <sam@gentoo.org>
2022-03-31 04:54:17 +01:00
Sam James 49306e592d Makefile: rename *_DIR -> *DIR
This matches convention better.

Signed-off-by: Sam James <sam@gentoo.org>
2022-03-31 04:31:32 +01:00
Sam James f0f86e17f5 Makefile: use $(MAKE), not make
Calling 'make' directly prevents parallel builds as the jobserver fds
are lost (and any flags).

Signed-off-by: Sam James <sam@gentoo.org>
2022-03-31 04:31:32 +01:00
Sam James 0130773b31 Makefile: respect PREFIX
Allows easily appending a prefix to all variables. Again, a standard
used frequently by packagers. Not just for things like Gentoo Prefix
but also e.g. macports where everything ends up installed in some path
beginning with /usr/local, or /opt, or ...

Signed-off-by: Sam James <sam@gentoo.org>
2022-03-31 04:31:30 +01:00
Sam James 8f4beee8f9 Makefile: respect DESTDIR
This makes it a _lot_ easier for packaging where we always pass
this. It allows creating a "staging area" where everything will
be installed to.

Signed-off-by: Sam James <sam@gentoo.org>
2022-03-31 04:26:18 +01:00
Sam James 81f2fb19c9 Makefile: make more generic
This should allow further simplification.

Signed-off-by: Sam James <sam@gentoo.org>
2022-03-31 04:25:19 +01:00
Sam James a3f1a8c09c Makefile: separate LIBS, LDFLAGS
It's conventional to list CFLAGS first, then LDFLAGS, then LIBS. It's important
that LIBS go last because otherwise some LDFLAGS won't take
effect (e.g. --as-needed).

Signed-off-by: Sam James <sam@gentoo.org>
2022-03-31 04:20:38 +01:00
Sam James 83866e480e
Makefile: allow overriding pkg-config
Makes cross compilation easier.

Signed-off-by: Sam James <sam@gentoo.org>
2022-03-31 03:58:29 +01:00
me 75d5458357 pkg-config 2022-03-31 07:26:28 +04:30
me 556b6a8a86 minor changes 2022-02-02 17:34:17 +03:30
me 2199c6efd3 More common controls 2022-02-02 16:09:13 +03:30
me aaf092d106 wasd support 2022-02-02 07:05:29 +03:30
me c5eee81fb3 typo 2022-02-02 06:26:22 +03:30
me 36f2273c3f aesthetic change 2022-02-02 05:58:41 +03:30
me ddd3ccce5b aesthetic change 2022-02-02 05:51:00 +03:30