4515b84c59
COPYING duplicates information from README. Remove. Move GPL from
...
LICENSE to COPYING, because that's where it usually is. Update all
the references to these files.
2006-01-21 19:48:41 +00:00
3e400c018c
Update copyright notice.
2006-01-05 13:36:57 +00:00
8b16c31223
Change nation status from bits to a simple enum:
...
(nat_status, STAT_UNUSED, STAT_VIS, STAT_ACTIVE): New.
(STAT_NEW, STAT_SANCT, STAT_GOD): Change into nat_status members.
(STAT_INUSE, STAT_NORM): Remove.
(natstr): Use new nat_status for nat_stat.
New value Old value
STAT_UNUSED 0
STAT_NEW STAT_INUSE | STAT_NEW
STAT_VIS STAT_INUSE
STAT_SANCT STAT_INUSE | STAT_SANCT
STAT_ACTIVE STAT_INUSE | STAT_NORM
STAT_GOD STAT_INUSE | STAT_NORM | STAT_GOD
Users changed.
2006-01-04 22:49:42 +00:00
3aebb68ee7
Include config.h.
2005-12-27 18:04:19 +00:00
71e164ed30
Document, in particular use of UTF-8. Simplify code in a couple of
...
places, but no functional changes.
2005-06-13 19:02:49 +00:00
ff27a2644f
(typed_wu): Treat overlong message as internal error instead of just
...
truncating it silently. Simplify.
2005-06-12 10:07:30 +00:00
Marc Olzheim
e15b045713
(wu,typed_wu): close() a sent telegram before waking up other threads.
...
Remove s_char and register on the way.
2005-03-26 00:23:25 +00:00
345ad3dfe0
Update copyright notice.
2005-03-16 22:03:16 +00:00
Ron Koenderink
55e6aca9e0
(wrmakesrc,wripglob,wrgamesdef,info,apro,mobupdate,rea,turn
...
upda,ef_open,logerror,emp_config,match_user,show_motd,gamedown,
typed_wu,delete_old_announcements,mobility_check,mobility_init,
allocate_memory,write_newcap_script,main,files,fairland,doconfig,)
[_WIN32]: Switchback to default mode of text.
"t" (text) is not included the ISO/ANSI C standard but "b" (binary)
is included.
2005-03-02 12:47:15 +00:00
Ron Koenderink
1a8488bc45
(main,mobility_check,upda,turn,rea,mobupdate,ef_open,logerror,
...
emp_config,gamedown,show_motd,match_user,typed_wu,
delete_old_announcements) [_WIN32]: switch the default file mode to
binary to match POSIX. Remove the now unneccessary ifdef for
the open/fopen. Add text mode for user files (econfig/auth).
2004-12-30 01:31:03 +00:00
fac342ed49
Update copyright notice.
2004-09-07 15:07:16 +00:00
dcfd251f95
caddr_t is obsolete. Replace by void *, except for struct empfile
...
member cache, which becomes char * to keep pointer arithmetic simple.
2004-08-23 18:29:44 +00:00
c1be5d8657
Don't declare things in more than one place. Move some declarations
...
between headers. Code is now fully prototyped and compiles cleanly
with gcc -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs
-Wredundant-decls. Closes #723788 .
2004-02-20 20:45:18 +00:00
22a356b1e1
New server.h for server startup, control and shutdown, i.e. stuff in
...
src/server. Use it.
2004-02-19 19:02:30 +00:00
9b7adfbecc
Indented with src/scripts/indent-emp.
2003-09-02 20:48:48 +00:00
d8b7fdfae1
Import of Empire 4.2.12
2003-08-23 12:23:04 +00:00