ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/server/main.c
Revision 1.16
Sun Aug 13 17:16:04 2006 UTC (17 years, 9 months ago) by elmex
Branch: MAIN
CVS Tags: HEAD
Changes since 1.15: +0 -0 lines
FILE REMOVED
Made server compile with C++.
Removed cfanim plugin and crossedit.
C++ here we come.

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Fri Aug 11 12:21:35 2006 UTC (17 years, 9 months ago) by elmex
Branch: MAIN
CVS Tags: LAST_C_VERSION
Changes since 1.14: +11 -6 lines
Diff to previous 1.14
merged fix from crossfire:
Author: gros
Log:
Select op->facing instead of op->direction in process_events for players
and monsters as the direction reference for the face to display.
Fix for bug #1528182.

This fixes the bug that players always faced north after some time!
FINALLY!!!

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Mon Jul 31 09:49:55 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
CVS Tags: difficulty_fix_merge_060810_2300
Branch point for: difficulty_fix
Changes since 1.13: +4 -8 lines
Diff to previous 1.13
Properly remove players from maps on shutdown, so the maps can save.

Also use leave_map in leave instead of using "similar" but not identical
(and most likely wrong) code.

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Thu Jul 20 03:58:00 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.12: +1 -1 lines
Diff to previous 1.12
a player save per tick - not bad

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Wed Jul 19 22:51:40 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.11: +5 -5 lines
Diff to previous 1.11
remove 'you cannot save on unholy ground' - no purpose is evident, and it is often annoying

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Sat Jun 24 20:32:50 2006 UTC (17 years, 10 months ago) by root
Branch: MAIN
Changes since 1.10: +15 -13 lines
Diff to previous 1.10
more logout event cleanups

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Sat Jun 24 11:30:19 2006 UTC (17 years, 10 months ago) by root
Branch: MAIN
Changes since 1.9: +17 -14 lines
Diff to previous 1.9
fix doubled logout events

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Mon Jun 19 10:15:44 2006 UTC (17 years, 10 months ago) by root
Branch: MAIN
Changes since 1.8: +2 -0 lines
Diff to previous 1.8
make logout event (more?) reliable

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Sun May 21 23:46:39 2006 UTC (17 years, 11 months ago) by root
Branch: MAIN
Changes since 1.7: +1 -0 lines
Diff to previous 1.7
Problem: server sends out 2 tcp packets per command (e.g. a 2-byte packet
+ a 10 byte packet for a small map1a command).

Solution: rewrite that thing

Workaround: on linux, uncork and cork again just before sleeping for the next
tick, that solves the problem without hackery or rewriting it. This cuts
the # of packets send by at least one half.

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Fri May 12 23:15:36 2006 UTC (18 years ago) by root
Branch: MAIN
Changes since 1.6: +0 -3 lines
Diff to previous 1.6
rewrite most of command_kick and command_shutdown. The new versions are leaner, more readable, and don'T eat items every now and then. Probably introduced some bugs, too, but its an improvement

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Fri Apr 21 14:40:31 2006 UTC (18 years ago) by pippijn
Branch: MAIN
Changes since 1.5: +4 -1 lines
Diff to previous 1.5
Adding support for race-specific HallsOfSelection

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Fri Mar 17 02:35:08 2006 UTC (18 years, 1 month ago) by root
Branch: MAIN
Changes since 1.4: +1 -1 lines
Diff to previous 1.4
alle crossfire-devs sind vierschwänzige retardierte hurensöhne.
fix the plug-in interface. no. fix some part of the plug-in interface. the rest surely is still broken.

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Wed Feb 22 18:53:56 2006 UTC (18 years, 2 months ago) by elmex
Branch: MAIN
Changes since 1.3: +4 -1 lines
Diff to previous 1.3
UPSTREAM_2006-02-22 merge

Revision 1.1.1.2 - (view) (download) (annotate) - [select for diffs] (vendor branch)
Wed Feb 22 18:03:21 2006 UTC (18 years, 2 months ago) by elmex
Branch: UPSTREAM
CVS Tags: UPSTREAM_2006_02_22, UPSTREAM_2006_03_15
Changes since 1.1.1.1: +4 -1 lines
Diff to previous 1.1.1.1 , to next main 1.16
cvs -z7 -d:ext:elmex@cvs.schmorp.de:/schmorpforge import cf.schmorp.de UPSTREAM UPSTREAM_2006_02_22

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Thu Feb 9 02:11:26 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2
*** empty log message ***

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Fri Feb 3 07:25:25 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1
initial cfperl/cf.schmorp.de import

Revision 1.1.1.1 - (view) (download) (annotate) - [select for diffs] (vendor branch)
Fri Feb 3 07:14:32 2006 UTC (18 years, 3 months ago) by root
Branch: UPSTREAM
CVS Tags: UPSTREAM_2006_02_03
Changes since 1.1: +0 -0 lines
Diff to previous 1.1
initial import

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Fri Feb 3 07:14:32 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Branch point for: UPSTREAM
Initial revision

Convenience Links

Links to HEAD: (view) (download) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a