rillig
|
9164d1568c
|
dab: fix typo in comment
|
2021-12-05 09:53:15 +00:00 |
rillig
|
ed0ae49597
|
dab.6: fix URL reference to the book
|
2021-12-05 09:46:05 +00:00 |
rillig
|
2824f61734
|
dab: clean up introductory comments
The filenames in these comments were redundant, half of them were wrong.
|
2021-12-05 09:22:45 +00:00 |
rillig
|
1182a44c59
|
games: remove trailing whitespace in *.c and *.h
|
2021-05-02 12:50:43 +00:00 |
dholland
|
8e005c7126
|
typo
|
2015-02-12 06:24:21 +00:00 |
christos
|
b64afd2168
|
if 0 is used for the dimensions, compute the maximum size.
|
2012-10-06 19:39:51 +00:00 |
joerg
|
403de81b16
|
Remove unused fields
|
2012-06-15 10:51:25 +00:00 |
joerg
|
202d44a492
|
Fix various format string mismatches.
|
2012-02-29 23:39:53 +00:00 |
joerg
|
4511a017c1
|
Use __dead
|
2011-08-29 20:30:36 +00:00 |
joerg
|
108836d4ba
|
Map RCSID to __RCSID
|
2011-05-23 23:06:41 +00:00 |
joerg
|
5d8f0c3ff5
|
Don't use the same name for two parameters.
|
2010-12-08 17:08:07 +00:00 |
roy
|
98eb889579
|
Userland now builds and uses terminfo instead of termcap.
OK: core@, jdc@
|
2010-02-03 15:34:37 +00:00 |
joerg
|
642cfb40e9
|
Use .%U instead of .%O for URLs.
|
2010-01-15 19:39:10 +00:00 |
wiz
|
ac20026091
|
2-clause my license.
|
2008-05-08 15:31:07 +00:00 |
martin
|
ce099b4099
|
Remove clause 3 and 4 from TNF licenses
|
2008-04-28 20:22:51 +00:00 |
dholland
|
d4f48e67da
|
Make the default WARNS for games 4. The only game that needs to set WARNS
to anything else now is rogue, so clear WARNS from the other makefiles.
|
2008-01-28 07:03:58 +00:00 |
christos
|
bd02d883c4
|
Add a virtual destructor to avoid "future ABI issues". I love c++.
|
2006-05-14 06:38:04 +00:00 |
christos
|
ef47ce8264
|
add virtual destructors so that g++ shuts up.
|
2006-05-14 03:21:52 +00:00 |
christos
|
939d9a18de
|
Don't use iostream just for the usage message. Use stdio instead.
|
2006-05-14 03:21:23 +00:00 |
christos
|
47169552b3
|
XXX: GCC uninitialized
|
2006-05-14 03:15:50 +00:00 |
mrg
|
aadd7d4847
|
sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4.
|
2006-05-11 23:16:28 +00:00 |
wiz
|
0c305c1a7e
|
Drop trailing whitespace.
|
2005-09-15 02:10:37 +00:00 |
wiz
|
d9f5a9df01
|
Use standard AUTHORS section header. From YOMURA Masanori in private mail
Sort sections if necessary. Use more/better markup.
|
2005-09-15 02:09:41 +00:00 |
christos
|
e31432ec85
|
add a new style cast to memcpy.
|
2005-08-09 15:17:41 +00:00 |
christos
|
56c9d385d3
|
Pass WARNS=3
|
2005-08-09 02:38:32 +00:00 |
jdc
|
5ffaff9f39
|
Tidy up curses state when we quit, instead of just doing exit().
|
2005-07-02 15:48:03 +00:00 |
christos
|
852c1683c1
|
Use PROG_CXX so we don't need to include -lstdc++ explicitly. From Nick Hudson.
|
2004-01-05 15:35:59 +00:00 |
thorpej
|
9b5d276f0e
|
Const the player type variable.
|
2003-12-28 17:53:48 +00:00 |
thorpej
|
24231ec69d
|
Fix RCS IDs.
|
2003-12-28 17:49:10 +00:00 |
martin
|
0a8d3c5308
|
Format size_t values using %zd instead of %d, for archs where size_t != int.
|
2003-12-27 18:24:51 +00:00 |
christos
|
6a53b72059
|
Rename .C files to .cc
|
2003-12-27 01:16:55 +00:00 |
christos
|
45e798bfc8
|
NetBSD rcsid.
|
2003-12-26 18:03:34 +00:00 |
christos
|
e30af34785
|
import dots+boxes games.
|
2003-12-26 17:57:02 +00:00 |