ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/common/arch.C
Revision 1.44 - (view) (download) (annotate) - [select for diffs]
Thu Mar 1 11:14:45 2007 UTC (17 years, 3 months ago) by pippijn
Branch: MAIN
CVS Tags: rel-2_0
Changes since 1.43: +0 -2 lines
Diff to previous 1.43
es gibt keine tiles mehr

Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Fri Feb 16 19:43:40 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
Changes since 1.42: +78 -81 lines
Diff to previous 1.42
- identified random memory corrutpion bug
- fixed most likely cause for bug above
- rewrote object loader etc. into a simple one-line lookahead
  parser.
- rewrote/cleaned up archetype, treasure, artifact, formula parser.
- some optimisations / cleanups

Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Fri Feb 9 01:52:10 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
Changes since 1.41: +3 -1 lines
Diff to previous 1.41
minor stuff, indent

Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Thu Feb 8 03:09:31 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
Changes since 1.40: +1 -1 lines
Diff to previous 1.40
Object => object

Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Fri Feb 2 22:08:23 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
Changes since 1.39: +1 -1 lines
Diff to previous 1.39
fix

Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Fri Feb 2 22:07:51 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
Changes since 1.38: +19 -35 lines
Diff to previous 1.38
cleanups and speedups

Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Fri Feb 2 21:50:43 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
Changes since 1.37: +12 -117 lines
Diff to previous 1.37
- remove google sparsehash dependency again, its actually slower than
  gcc's current std::tr1::unordered_hash.
- remove hardcoded archtable code - the archetypes table is now
  no longer limited by an hardcoded constant but can grow dynamically
  at runtime.
- removed some cruft

Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Mon Jan 15 21:06:18 2007 UTC (17 years, 4 months ago) by pippijn
Branch: MAIN
Changes since 1.36: +22 -22 lines
Diff to previous 1.36
comments

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

Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Wed Jan 3 20:32:13 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.34: +6 -10 lines
Diff to previous 1.34
set no_drop flag on all inv items of created objects (e.g. pets), experimental.

Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Wed Jan 3 00:10:04 2007 UTC (17 years, 4 months ago) by pippijn
Branch: MAIN
Changes since 1.33: +2 -1 lines
Diff to previous 1.33
timestamp before arch-pass 2

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Sun Dec 31 17:17:22 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.32: +0 -1 lines
Diff to previous 1.32
many minor changes everywhere, random maps crash sometimes but design is in place

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Mon Dec 25 11:25:49 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.31: +0 -3 lines
Diff to previous 1.31
- 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.31 - (view) (download) (annotate) - [select for diffs]
Wed Dec 13 03:28:42 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.30: +1 -1 lines
Diff to previous 1.30
further cleanups and oofication

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Wed Dec 13 00:42:03 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.29: +3 -6 lines
Diff to previous 1.29
added a needed abstraction

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

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

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Sat Dec 9 14:01:12 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.26: +3 -2 lines
Diff to previous 1.26
*** empty log message ***

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Fri Nov 17 19:40:53 2006 UTC (17 years, 6 months ago) by root
Branch: MAIN
Changes since 1.25: +46 -25 lines
Diff to previous 1.25
* remove arch.h
* use refcounting for archetypes
* cleanup
* strat of generic garbage collector

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

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

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Thu Sep 14 23:13:48 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.22: +4 -8 lines
Diff to previous 1.22
replace was_destroyed by much simpler and less expensive ->destroyed,
which is valid, as objetc pointers are now reliable.

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Thu Sep 14 22:35:53 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.21: +13 -30 lines
Diff to previous 1.21
indent

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Thu Sep 14 22:33:58 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.20: +1 -1 lines
Diff to previous 1.20
indent

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Thu Sep 14 21:16:11 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.19: +36 -49 lines
Diff to previous 1.19
cleanup

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Thu Sep 14 18:13:01 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.18: +1 -1 lines
Diff to previous 1.18
presuppose iso c++0x

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Tue Sep 12 20:55:40 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.17: +11 -8 lines
Diff to previous 1.17
make use of slice_allocator and inline zero_initialised

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Tue Sep 12 19:20:06 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.16: +7 -14 lines
Diff to previous 1.16
- improve assign to prepend "..."
- make more use of assign
- implement op->debug_desc() and make some more use of it

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Sun Sep 10 16:00:23 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.15: +11 -7 lines
Diff to previous 1.15
indent

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Sun Sep 10 13:20:12 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.14: +111 -78 lines
Diff to previous 1.14
indent

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Fri Sep 8 17:14:07 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.13: +23 -51 lines
Diff to previous 1.13
genaccess, take two

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Thu Sep 7 09:37:11 2006 UTC (17 years, 8 months ago) by pippijn
Branch: MAIN
Changes since 1.12: +1 -3 lines
Diff to previous 1.12
Cleaned up code a little.

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Mon Sep 4 17:16:19 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.11: +527 -352 lines
Diff to previous 1.11
*** empty log message ***

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Sun Sep 3 22:45:55 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.10: +3 -4 lines
Diff to previous 1.10
string scanning (e.g. for patch) is not implemented ATM but should be easy
to add with an alternative constructor for object_thawer.

Rewrote flex scanner to be simpler, faster and more modularised.

Initial speedup: 16%

(ah well)

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Sun Sep 3 00:18:39 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.9: +40 -54 lines
Diff to previous 1.9
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.9 - (view) (download) (annotate) - [select for diffs]
Wed Aug 30 11:02:15 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.8: +3 -3 lines
Diff to previous 1.8
introduce overhead in the hope of decreasing it at some point

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Wed Aug 30 06:06:26 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.7: +32 -48 lines
Diff to previous 1.7
improve thawer interface, implement some monster event support

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

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Tue Aug 29 05:03:54 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.5: +1 -21 lines
Diff to previous 1.5
- 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.5 - (view) (download) (annotate) - [select for diffs]
Mon Aug 28 14:05:23 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.4: +7 -6 lines
Diff to previous 1.4
improved,more automatic freezer

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Sun Aug 27 16:15:11 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.3: +4 -2 lines
Diff to previous 1.3
first, untested persistent objetc storage for players and objects, not yte for maps

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

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Sat Aug 26 08:44:04 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.1: +2 -1 lines
Diff to previous 1.1
many, many cleanups

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Sun Aug 13 17:16:00 2006 UTC (17 years, 9 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