ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/server/time.C
Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Tue Feb 13 21:28:11 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: rel-2_0
Changes since 1.37: +1 -1 lines
Diff to previous 1.37
uglyness prevails in fixing nekosan

Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Mon Feb 5 02:09:56 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.36: +9 -8 lines
Diff to previous 1.36
remove many strcmps on shstr, added fast strcmp wrapper that only tests for inequality

Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Mon Feb 5 01:39:05 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.35: +3 -4 lines
Diff to previous 1.35
indent

Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Tue Jan 9 01:28:32 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.34: +2 -4 lines
Diff to previous 1.34
- fix This exit is cloed on login because the maplevel of
  players not on any map was not saved.

Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Sun Jan 7 02:39:14 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.33: +24 -26 lines
Diff to previous 1.33
""

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Sat Jan 6 14:42:31 2007 UTC (17 years, 5 months ago) by pippijn
Branch: MAIN
Changes since 1.32: +1 -0 lines
Diff to previous 1.32
added some copyrights

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Wed Jan 3 00:56:40 2007 UTC (17 years, 5 months ago) by elmex
Branch: MAIN
Changes since 1.31: +2 -1 lines
Diff to previous 1.31
small formatting change

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Tue Jan 2 11:08:36 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.30: +0 -1 lines
Diff to previous 1.30
add some robustness checks, add map find/load locking

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Sun Dec 31 21:02:05 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.29: +3 -3 lines
Diff to previous 1.29
more use of shstr where it makes sense naturally

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Sat Dec 30 21:07:46 2006 UTC (17 years, 5 months ago) by elmex
Branch: MAIN
Changes since 1.28: +2 -2 lines
Diff to previous 1.28
fixed the problem where objects with speed=0 were on the active object list.
extended debug_desc a bit. implemented object::has_active_speed ().

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Sat Dec 30 10:16:11 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.27: +8 -10 lines
Diff to previous 1.27
preliminary snapshot check-in, DO NOT USE IN PRODUCTION SYSTEMS
See the Changes file for details

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Tue Dec 26 09:52:40 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.26: +2 -2 lines
Diff to previous 1.26
more cleanups and bugfixes, we are reaching a local peak of stability now

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Tue Dec 26 08:55:00 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.25: +17 -28 lines
Diff to previous 1.25
replace update_ob_speed by ->set_speed

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Tue Dec 26 08:17:59 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.24: +11 -16 lines
Diff to previous 1.24
simplify logic in apply_builder_remove, let update_ob_speed work if the objetc is in delayed destruction

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Mon Dec 25 11:25:50 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.23: +16 -13 lines
Diff to previous 1.23
- small, but subtle, rewrite of object management
- perl will now keep attachable objects alive
- objects are now refcounted
- refcouts need to be tested explicitly (refcnt_chk)
- explicit destroy is required current
- explicit destroy asks "nicely" for the object to self destruct, if possible
- refcounts will be used during mortal killing
- minor bugfixes, optimisations etc.
- some former hacks removed.

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Fri Dec 22 16:34:00 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.22: +5 -5 lines
Diff to previous 1.22
- preliminary check in, stuff is rudimentarily working
- moved most of the player creation process into a perl coroutine
- changed internal design of player management to not reuse
  and morph the object in funny ways. should be safer and much
  nicer to handle.
- got rid of some annoying hacks, such as clear()
  (TODO: get rid of player_pod and other stuff now unnecessary?)

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Thu Dec 21 01:33:50 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.21: +43 -51 lines
Diff to previous 1.21
- reduce map memory consumption by reserving space for only the 3 existing layers
- factorise out some functions into mapspace and object

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Wed Dec 20 11:20:50 2006 UTC (17 years, 5 months ago) by elmex
Branch: MAIN
Changes since 1.20: +0 -4 lines
Diff to previous 1.20
removed QUEST and LIGHTNING types.

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Wed Dec 20 09:14:22 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.19: +15 -10 lines
Diff to previous 1.19
- minor cleanups
- minor optimisations (in_player vs. is_player_inv)
- added P_PLAYER map flag
- some (dead) concept code

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Mon Dec 18 03:00:02 2006 UTC (17 years, 6 months ago) by root
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18
ooification

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Wed Dec 13 03:28:42 2006 UTC (17 years, 6 months ago) by root
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17
further cleanups and oofication

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Tue Dec 12 21:39:57 2006 UTC (17 years, 6 months ago) by root
Branch: MAIN
Changes since 1.16: +34 -39 lines
Diff to previous 1.16
- more ooficiation
- removed now superfluous remove calls

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Tue Dec 12 20:53:03 2006 UTC (17 years, 6 months ago) by root
Branch: MAIN
Changes since 1.15: +42 -42 lines
Diff to previous 1.15
replace some function- by method-calls

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Tue Nov 7 16:30:55 2006 UTC (17 years, 7 months ago) by root
Branch: MAIN
Changes since 1.14: +0 -2 lines
Diff to previous 1.14
re-implement dump and dumpbelow

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Thu Sep 21 18:58:39 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.13: +8 -7 lines
Diff to previous 1.13
fix yet another crash bug

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Sat Sep 16 22:24:13 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.12: +4 -4 lines
Diff to previous 1.12
mapstruct => maptile
removed many ytypedefs in favor of structure tags

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Thu Sep 14 22:34:05 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.11: +1 -7 lines
Diff to previous 1.11
indent

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Thu Sep 14 01:12:28 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.10: +2 -1 lines
Diff to previous 1.10
aggressively use refcounted pointers for object references - seems to fix all random stomping. also reduced size of object further from originally 656 to 624 bytes

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Mon Sep 11 20:26:41 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.9: +159 -154 lines
Diff to previous 1.9
indent

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Sun Sep 10 15:59:58 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.8: +1188 -979 lines
Diff to previous 1.8
indent

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Sun Sep 3 00:18:42 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.7: +14 -21 lines
Diff to previous 1.7
THIS CODE WILL NOT COMPILE
use the STABLE tag instead.

- major changes in object lifetime and memory management
- replaced manual refcounting by shstr class
- removed quest system
- many optimisations
- major changes

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Tue Aug 29 17:29:28 2006 UTC (17 years, 9 months ago) by elmex
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6
rewrote parts of the connection code, which now is completly perl
invoke- and overrideable.

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Tue Aug 29 08:01:38 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.5: +680 -680 lines
Diff to previous 1.5
expand initial tabs to spaces

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Tue Aug 29 07:34:01 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.4: +1 -9 lines
Diff to previous 1.4
nuke transports

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Tue Aug 29 05:03:55 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.3: +4 -3 lines
Diff to previous 1.3
- added ready/unready/can_apply events and their passive versions
- removed support for event_*-fields in maps
- removed support for current_weapon_script
- removed timers
- removed say/shout/Tell and related commands

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sun Aug 27 15:24:22 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.2: +7 -10 lines
Diff to previous 1.2
further refinements

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Sat Aug 26 23:36:34 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.1: +4 -3 lines
Diff to previous 1.1
intermediate check-in, per-object events work

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Sun Aug 13 17:16:05 2006 UTC (17 years, 10 months ago) by elmex
Branch: MAIN
Made server compile with C++.
Removed cfanim plugin and crossedit.
C++ here we come.

Convenience Links

Links to HEAD: (view) (download) (annotate) Links to rel-2_0: (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