Commit graph

10 commits

Author SHA1 Message Date
14b31911dc Clean up some trailing whitespace 2013-05-08 06:57:57 +02:00
615681ce16 Don't use 0 as null pointer constant, part 1
Use NULL instead of 0, for clarity.  Except in pointer comparisons;
leave that to the next two commits.
2009-03-24 21:45:44 +01:00
d702068457 Fix trailing whitespace 2008-09-17 21:31:40 -04:00
a80489de39 Update coding guidelines: oops, get/put, reading player input 2008-07-27 12:02:34 -04:00
a7cf600abc Update documentation to talk about git instead of CVS 2008-03-28 20:42:49 +01:00
0c8c169f88 (s_char): Remove. Use signed char for small integers, plain char for
characters.
2006-04-29 16:25:17 +00:00
800b521e47 New section on booleans. Elaborate thread safety. 2006-04-05 18:33:41 +00:00
9549adefdc No C99/C++ comments. 2004-08-13 09:57:58 +00:00
1e6c4a7a5e New, more comprehensive guidelines. Compiled existing Empire
practice, rounded off with classical C usage, edited into a readable
form.  Work in progress.
2004-06-16 18:18:08 +00:00
d8b7fdfae1 Import of Empire 4.2.12 2003-08-23 12:23:04 +00:00