Protocol: | pserver | User: | anonymous |
Machine: | crossfire.cvs.sourceforge.net | CVSROOT: | /cvsroot/crossfire |
Filename: c_new.c | |||
Revision 1.10 | ryo_saeba | 2006/03/18 11:15:25 | +2 -2 |
Use const when possible. Patch courtesy Stefan Huehner. | |||
Show difference between Revision 1.9 and 1.10 | |||
Revision 1.9 | ryo_saeba | 2006/03/18 09:05:37 | +9 -8 |
Massive cleaning of code. Shouldn't be any functional change. | |||
Show difference between Revision 1.8 and 1.9 | |||
Revision 1.8 | tchize | 2005/01/16 05:31:38 | +25 -17 |
fix for bug [ 1082423 ] things I cannot bind Trailing spaces on commands are now removed. | |||
Show difference between Revision 1.7 and 1.8 | |||
Revision 1.7 | ryo_saeba | 2003/10/21 12:16:29 | +18 -6 |
Patch by Karla Stenger to check given direction for command_run / command_fire | |||
Show difference between Revision 1.6 and 1.7 | |||
Revision 1.6 | mwedel | 2002/03/20 00:27:46 | +5 -3 |
Updates for 1.1.0 release - pretty much all minor bug fixes, like compiler warning messages, invalid ANSI C constructs, missing files to include in the distribution. Makefile.in, include/version.h: update version. include/Makefile.in: Add some missing files include/libproto.h, sproto.h: rebuilt to prevent compiler warnings lib/Makefile.in: Include the wizhelp files in the archive. server/apply.c, server/skill_util.c: fix invalid code (function parameter names can't match structs/typedefs), add a missing return value. server/c_move.c, server/c_new.c, server/c_object.c, server/commands.c, server/daemon.c: Don't include the sproto.h if CEXTRACT is defined. server/plugins.c: fix printf command that was printing wrong value type. doc/spoiler-html/Makefile.in: Remove extraneous newline | |||
Show difference between Revision 1.5 and 1.6 | |||
Revision 1.5 | gros | 2001/11/11 03:39:54 | +2 -2 |
Some bugfixes, new timer system, support for custom plugins commands, new plugin hooks - Gros 11/11/01 | |||
Show difference between Revision 1.4 and 1.5 | |||
Revision 1.4 | gros | 2001/10/21 03:19:20 | +6 -3 |
dded support for custom plugin commands - Chachkoff Y. 10/21/01 | |||
Show difference between Revision 1.3 and 1.4 | |||
Revision 1.3 | garbled | 2001/09/27 14:37:39 | +3 -2 |
Add a new command category called communications commands. Place tell, shout and say in here. Also create emotion functions. These functions have no real effect on the game, but make communications between players more colorful and fun. They are mostly fluff. Included with this patch are two new convenience functions, new_info_map_except, and new_info_map_except2, which allow the programmer to write to an entire map, except for certain individuals. Tested by myself, mids, and gros, with thanks to them for fixing something I didn't catch. garbled 2001-09-27 | |||
Show difference between Revision 1.2 and 1.3 | |||
Revision 1.2 | cvs | 2000/12/18 01:38:25 | +26 -2 |
MSW 2000/12/17: Various changes. Note that the scope of files in this checkin make it appear that a lot was changed, but in fact it was mostly just re-orginization - very little code has actually changed. include/autoconf.h.in: Add HAVE_LIBDES to file. include/config.h: Remove comments after defines for MAP_MIN/MAX timeouts. This just removes some warnings during compile. comments are now on lines by themselves. include/player.h: remove shootstrength for player structure. It was unused. server/Makefile.in: remove input.c file, add c_range.c file. server/c_chat.c: remove command_last, add command_shout and command_tell from input.c to this file. Also fix bug in command tell which would let players crash server at will. server/c_misc.c,server/c_object.c: Relocate many functions from input.c into these files. server/c_move.c, server/c_new.c: Add standard crossfire banner comment. server/c_range.c: New file - contains range related commands, including spell casting (relocated from input.c) server/c_wiz.c: move command_invisible from input.c into this file. server/commands.c: Remove unused commands (bell, last, strength) server/input.c: removed file. server/main.c: Change HAVE_DES_H to HAVE_LIBDES server/player.c: When choosing a race, draw it facing south for best presentation of image. server/spell_util.c: Remove dead code (#if 0 shootstrength related code) socket/loop.c: remove unused variables. NOTE: Due to the addition/removal of files, you will need to do 'config.status; make depend; make' from the top level directory for everything to be compiled properly. End of MSW 2000/12/17 checkin. | |||
Show difference between Revision 1.1 and 1.2 | |||
Revision 1.1 | uid200 | 1999/04/02 13:10:04 | None |
Initial revision | |||
First version | |||
Revision 1.1.1.1 | uid200 | 1999/04/02 13:10:04 | +0 -0 |
First CVS revsion: crossfire-0.95.3 | |||
Show difference between Revision 1.1 and 1.1.1.1 |