ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/server/build_map.C
Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Mon Feb 5 02:07:40 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: rel-2_0
Changes since 1.23: +2 -2 lines
Diff to previous 1.23
remove many strcmps on shstr, added fast strcmp wrapper that only etsts for inequality

Revision 1.23 - (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.22: +1 -1 lines
Diff to previous 1.22
replace amny strcpy by checked assign's

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

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

Revision 1.20 - (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.19: +2 -2 lines
Diff to previous 1.19
preliminary snapshot check-in, DO NOT USE IN PRODUCTION SYSTEMS
See the Changes file for details

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

Revision 1.18 - (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.17: +8 -36 lines
Diff to previous 1.17
simplify logic in apply_builder_remove, let update_ob_speed work if the objetc is in delayed destruction

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Mon Dec 25 14:43:23 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.16: +3 -3 lines
Diff to previous 1.16
interim.checkin

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Sat Dec 23 07:32:29 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.15: +0 -1 lines
Diff to previous 1.15
removed debugging code

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Sat Dec 23 06:41:39 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14
- rename flags => flag (because its rpedominantly used singular),
- remove remaining use of the flags array semantics

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Fri Dec 22 16:54:56 2006 UTC (17 years, 5 months ago) by elmex
Branch: MAIN
Changes since 1.13: +4 -8 lines
Diff to previous 1.13
fixed the building bug that broke walls after building. a hacky method
for flags copying was used and is now replaced with the proper one.

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Wed Dec 20 12:13:47 2006 UTC (17 years, 5 months ago) by elmex
Branch: MAIN
Changes since 1.12: +14 -8 lines
Diff to previous 1.12
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.12 - (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.11: +14 -20 lines
Diff to previous 1.11
- more ooficiation
- removed now superfluous remove calls

Revision 1.11 - (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.10: +18 -18 lines
Diff to previous 1.10
replace some function- by method-calls

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Mon Dec 4 15:48:13 2006 UTC (17 years, 6 months ago) by elmex
Branch: MAIN
Changes since 1.9: +6 -4 lines
Diff to previous 1.9
fixed a bug in the fix_walls heuristic of finding compatible walls.
now fake walls can be build properly!

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Mon Dec 4 15:15:34 2006 UTC (17 years, 6 months ago) by elmex
Branch: MAIN
Changes since 1.8: +19 -1 lines
Diff to previous 1.8
added fix_walls_around for the builder ui extension.

Revision 1.8 - (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.7: +5 -5 lines
Diff to previous 1.7
mapstruct => maptile
removed many ytypedefs in favor of structure tags

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

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Thu Sep 14 21:16:12 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.5: +5 -5 lines
Diff to previous 1.5
cleanup

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Sun Sep 10 15:59:57 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.4: +643 -602 lines
Diff to previous 1.4
indent

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Fri Sep 8 16:53:57 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.3: +6 -6 lines
Diff to previous 1.3
archt => archetype

Revision 1.3 - (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.2: +13 -18 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:37 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.1: +75 -75 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:03 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