ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/common/item.C
Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Fri Feb 16 19:43:40 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: rel-2_0
Changes since 1.22: +31 -31 lines
Diff to previous 1.22
- 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.22 - (view) (download) (annotate) - [select for diffs]
Mon Feb 5 01:42:22 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.21: +10 -10 lines
Diff to previous 1.21
stupid macros

Revision 1.21 - (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.20: +4 -10 lines
Diff to previous 1.20
indent

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Mon Feb 5 01:24:45 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.19: +44 -42 lines
Diff to previous 1.19
replace amny strcpy by checked assign's

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

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

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Wed Jan 3 02:30:51 2007 UTC (17 years, 5 months ago) by elmex
Branch: MAIN
Changes since 1.16: +1 -1 lines
Diff to previous 1.16
implemented proper support for empty treasures, which
sadly occur in empty treasure lists. fixing treasurelists
to have no entries at all would be even more complicated,
but even when this is fixed, the current changes only make the
server more crash robust to bad treasures.
Also removed the 'NONE' specialcase for treasure lists. Developers
should use 'none' instead now.

Revision 1.16 - (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.15: +1 -1 lines
Diff to previous 1.15
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.15 - (view) (download) (annotate) - [select for diffs]
Wed Dec 20 14:38:50 2006 UTC (17 years, 6 months ago) by elmex
Branch: MAIN
Changes since 1.14: +0 -2 lines
Diff to previous 1.14
removed TOOL and BUILDFAC which were also dead types.

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Wed Dec 20 14:11:42 2006 UTC (17 years, 6 months ago) by elmex
Branch: MAIN
Changes since 1.13: +0 -2 lines
Diff to previous 1.13
removed dead types: FIREHOLES and POISONCLOUD.

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Wed Dec 20 13:07:12 2006 UTC (17 years, 6 months ago) by elmex
Branch: MAIN
Changes since 1.12: +0 -3 lines
Diff to previous 1.12
removed LIGHT_SOURCE, MONSTER and SPAWN_GENERATOR types.

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Wed Dec 20 12:13:48 2006 UTC (17 years, 6 months ago) by elmex
Branch: MAIN
Changes since 1.11: +1 -2 lines
Diff to previous 1.11
removed TRAP_PART, renamed WALL to BUILDABLE_WALL to reflect the usage
of this type these days and fixed generic destroyer not to remove
players and other objects that can crash the server (hopefully).

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

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Wed Dec 20 10:31:00 2006 UTC (17 years, 6 months ago) by elmex
Branch: MAIN
Changes since 1.9: +0 -1 lines
Diff to previous 1.9
removed EXPERIENCE type.

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

Revision 1.8 - (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.7: +3 -3 lines
Diff to previous 1.7
ooification

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Thu Sep 21 00:05:24 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.6: +12 -25 lines
Diff to previous 1.6
further simplify and speed up map saving, fixed
- flag_player_sold was incorrectly saved as "player sold 1"
- flag_has_ready_range was not saved
- flag_is_dust is not in use anymore

not well tested

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

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Tue Sep 12 18:15:34 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.4: +2 -1 lines
Diff to previous 1.4
- introduce shstr_cmp for mass comparisons to shstr and make use of it
- introduce assign utility function to replace strncpy

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Sun Sep 10 16:00:23 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.3: +1064 -911 lines
Diff to previous 1.3
indent

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sun Sep 3 00:18:40 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.2: +13 -15 lines
Diff to previous 1.2
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.2 - (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.1: +589 -589 lines
Diff to previous 1.1
expand initial tabs to spaces

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