ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/server/alchemy.C
Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Sat Dec 27 02:31:19 2008 UTC (15 years, 4 months ago) by root
Branch: MAIN
CVS Tags: rel-2_74
Changes since 1.32: +3 -2 lines
Diff to previous 1.32
implement smell member for mapspaces, remove all traces of the old RANDOM macro

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Mon Sep 29 10:32:50 2008 UTC (15 years, 7 months ago) by root
Branch: MAIN
CVS Tags: rel-2_72, rel-2_73
Changes since 1.31: +2 -2 lines
Diff to previous 1.31
destroy (true) => destroy ()

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Mon Sep 29 10:20:48 2008 UTC (15 years, 7 months ago) by root
Branch: MAIN
Changes since 1.30: +3 -4 lines
Diff to previous 1.30
do the same everywhere else

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Sat Jul 12 22:46:58 2008 UTC (15 years, 10 months ago) by root
Branch: MAIN
CVS Tags: rel-2_6, rel-2_61, rel-2_7, rel-2_71
Changes since 1.29: +5 -16 lines
Diff to previous 1.29
re-enable fireball/bomb on failed alchemy

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Tue May 6 16:55:26 2008 UTC (16 years ago) by root
Branch: MAIN
CVS Tags: rel-2_54, rel-2_55, rel-2_56
Changes since 1.28: +1 -1 lines
Diff to previous 1.28
update copyright

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Sun Apr 20 23:25:09 2008 UTC (16 years, 1 month ago) by root
Branch: MAIN
CVS Tags: rel-2_52, rel-2_53
Changes since 1.27: +2 -2 lines
Diff to previous 1.27
minor refactoring

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Thu Nov 8 19:43:25 2007 UTC (16 years, 6 months ago) by root
Branch: MAIN
CVS Tags: rel-2_32, rel-2_4, rel-2_41, rel-2_42, rel-2_43, rel-2_5
Changes since 1.26: +4 -4 lines
Diff to previous 1.26
update copyrights and other minor stuff to deliantra

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Sun Jul 1 05:00:19 2007 UTC (16 years, 10 months ago) by root
Branch: MAIN
CVS Tags: rel-2_2, rel-2_3
Changes since 1.25: +10 -11 lines
Diff to previous 1.25
- upgrade crossfire trt to the GPL version 3 (hopefully correctly).
- add a single file covered by the GNU Affero General Public License
  (which is not yet released, so I used the current draft, which is
  legally a bit wavy, but its likely better than nothing as it expresses
  direct intent by the authors, and we can upgrade as soon as it has been
  released).
  * this should ensure availability of source code for the server at least
    and hopefully also archetypes and maps even when modified versions
    are not being distributed, in accordance of section 13 of the agplv3.

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Mon Jun 4 12:19:09 2007 UTC (16 years, 11 months ago) by root
Branch: MAIN
Changes since 1.24: +3 -3 lines
Diff to previous 1.24
rename arch->name to arch->archname for preparation of subclassing object

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Mon May 28 21:28:35 2007 UTC (16 years, 11 months ago) by root
Branch: MAIN
Changes since 1.23: +17 -17 lines
Diff to previous 1.23
update copyrights in server/*.C

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Tue May 1 05:48:20 2007 UTC (17 years ago) by root
Branch: MAIN
CVS Tags: rel-2_1
Changes since 1.22: +8 -4 lines
Diff to previous 1.22
big simplification, still doesn't work, but feels cleaner

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Mon Apr 16 06:23:42 2007 UTC (17 years, 1 month ago) by root
Branch: MAIN
Changes since 1.21: +2 -1 lines
Diff to previous 1.21
VERY EXPERIMENTAL

- change the way archetypes and treasurelists are being loaded:
  - referring to a nonexisting treasurelist will create an empty one
  - referring to a nonexisting archetype will create an empty one
  - archetypes/treasurelists will overwrite any existing object
    of the same name.

- net effect should be to allow reloading of archetypes and treasurelists
  at runtime at a later stage.

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Wed Feb 7 02:04:47 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
CVS Tags: rel-2_0
Changes since 1.20: +1 -9 lines
Diff to previous 1.20
rework material code in preparation for nuking object->materials, also add some useful object methods in preparation of the mapspace limiting

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Mon Feb 5 02:07:40 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
Changes since 1.19: +4 -3 lines
Diff to previous 1.19
remove many strcmps on shstr, added fast strcmp wrapper that only etsts for inequality

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

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

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Sat Jan 6 21:31:44 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.16: +11 -8 lines
Diff to previous 1.16
remove debugging code

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

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Tue Dec 26 20:04:09 2006 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.14: +14 -14 lines
Diff to previous 1.14
- added maptile->insert and object->insert_at methods that might
  make code using it clearer.
- replaced some insert_ob_in_map calls.

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Tue Dec 26 08:54:59 2006 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.13: +1 -3 lines
Diff to previous 1.13
replace update_ob_speed by ->set_speed

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

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

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Mon Dec 11 19:46:46 2006 UTC (17 years, 5 months ago) by pippijn
Branch: MAIN
Changes since 1.10: +0 -6 lines
Diff to previous 1.10
removed #ifn?def WIN32 from all files

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Mon Dec 11 02:54:57 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.9: +5 -0 lines
Diff to previous 1.9
- rename $uptime to $UPTIME
- hopefully force alchemy to use one second delay

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Fri Sep 15 23:11:57 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.8: +3 -7 lines
Diff to previous 1.8
dumber bug than ever imagined

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

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Sun Sep 10 15:59:57 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.6: +725 -613 lines
Diff to previous 1.6
indent

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sun Sep 3 14:33:45 2006 UTC (17 years, 8 months ago) by elmex
Branch: MAIN
Changes since 1.5: +10 -8 lines
Diff to previous 1.5
removed ox/oy, and then added shstr stuff to the recipes in alchemy

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Sun Sep 3 00:18:42 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.4: +18 -20 lines
Diff to previous 1.4
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.4 - (view) (download) (annotate) - [select for diffs]
Tue Aug 29 08:01:37 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.3: +307 -307 lines
Diff to previous 1.3
expand initial tabs to spaces

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Tue Aug 15 17:35:51 2006 UTC (17 years, 9 months ago) by elmex
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2
removed P_SAFE_MAP and added P_SAFE as map flag set by an item with type SAFE_FLOOR (165)

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Tue Aug 15 16:19:55 2006 UTC (17 years, 9 months ago) by elmex
Branch: MAIN
Changes since 1.1: +9 -1 lines
Diff to previous 1.1
added safe map and some checks over the code to make the maps really safe!

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