1
0
mirror of https://github.com/abakh/nbsdgames.git synced 2024-12-04 14:46:22 -05:00
Commit Graph

202 Commits

Author SHA1 Message Date
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
me
4b024154c9 menu icon 2022-02-02 04:02:27 +03:30
me
b13660273f going for vesion 5 2022-02-02 03:57:43 +03:30
me
773cfd4394 improved gameplay 2022-02-02 01:55:52 +03:30
me
747f1e35b1 added menu 2022-02-02 01:55:23 +03:30
me
d19dd65b7b added menu 2022-02-02 01:55:05 +03:30
me
547420973a moved to common.h 2022-01-28 19:37:18 +03:30
me
f04f428b2f print it right 2022-01-28 19:36:50 +03:30
me
73d4996881 vertical scroll added 2022-01-28 09:08:32 +03:30
me
c3aee84c67 typo bug 2022-01-25 17:46:08 +03:30
me
17778ec594 adapting to NO_VLA and saving NB_PLAYER as name 2022-01-25 17:41:26 +03:30
me
610c6d974e added tugow 2022-01-25 07:01:23 +03:30
user
d22f1c0fe3 no arguments 2021-12-22 13:04:35 +03:30
Your Name
adfc09336e NO_VLA 2021-10-15 11:35:57 +03:30
Your Name
d6f5041f4f Fixing the algorithm 2021-09-08 09:34:06 +04:30
Your Name
aadf8f06da Fixing NO_VLA 2021-09-08 09:32:53 +04:30
Your Name
44a955977e Fixing NO_VLA 2021-09-08 09:32:12 +04:30
Your Name
b0384f3eb7 added test 2021-08-20 17:10:45 +04:30
Your Name
fb8068e223 small fix 2021-08-20 17:07:43 +04:30
Your Name
3f6a8f696c getopt, etc. 2021-08-16 19:24:22 +04:30
Your Name
83e2b35548 CC0 2021-08-16 19:23:53 +04:30
Your Name
28bfdf18ed ; 2021-08-06 17:02:20 +04:30
Your Name
70956593a5 fixed help and gameplay not showing 2021-08-06 11:11:25 +04:30
Your Name
f67b1d7b79 to make adding nb prefix to names easier 2021-08-06 10:57:54 +04:30
Your Name
3231ddea08 adding nb* names 2021-08-05 03:29:10 +04:30
Your Name
7bd951a07a Now gets compiled under tcc w/ -D NO_VLA 2021-08-04 16:26:59 +04:30
Your Name
9abf0a429a Finally on FreeBSD! 2021-08-02 05:32:48 +04:30
Your Name
9f80b6c397 Packaged for Homebrew! 2021-08-02 03:55:56 +04:30
Your Name
83c215cc19 Revert "Merge pull request #21 from philrandom/master"
This reverts commit 7566162a57, reversing
changes made to 2bf050d2e5.
2021-08-01 09:04:11 +04:30
abakh
7566162a57
Merge pull request #21 from philrandom/master
logik : add a brand new game
2021-07-29 03:13:11 +04:30