ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/TODO
Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Tue Mar 6 03:05:59 2007 UTC (17 years, 2 months ago) by root
Branch: MAIN
CVS Tags: rel-2_0
Changes since 1.40: +2 -0 lines
Diff to previous 1.40
- automake insists on naming all libdirs .../cfserver now. i have to concur :/
- correctly reattach to players on reload, this likely fixes the reload crash bug.
- init env vars very early, so perl gets to see them.

Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Fri Mar 2 13:32:50 2007 UTC (17 years, 2 months ago) by pippijn
Branch: MAIN
Changes since 1.39: +2 -0 lines
Diff to previous 1.39
kick in perl

Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Sat Feb 17 23:54:35 2007 UTC (17 years, 2 months ago) by root
Branch: MAIN
Changes since 1.38: +0 -2 lines
Diff to previous 1.38
likely fix the freeze-on-quit bug, also nuke in-memory apartments on quit

Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Sat Feb 17 23:32:10 2007 UTC (17 years, 2 months ago) by root
Branch: MAIN
Changes since 1.37: +4 -0 lines
Diff to previous 1.37
- prepare find_style_map rewrite
- move pick_random_object to maptile::
- make pick_random_object fair overe the numbe rof monsters and
  no longer prefer big monsters.

Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Fri Feb 16 22:43:28 2007 UTC (17 years, 2 months ago) by root
Branch: MAIN
Changes since 1.36: +1 -0 lines
Diff to previous 1.36
*** empty log message ***

Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Fri Feb 16 19:43:40 2007 UTC (17 years, 2 months ago) by root
Branch: MAIN
Changes since 1.35: +2 -0 lines
Diff to previous 1.35
- 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.35 - (view) (download) (annotate) - [select for diffs]
Thu Feb 15 03:19:01 2007 UTC (17 years, 2 months ago) by root
Branch: MAIN
Changes since 1.34: +3 -0 lines
Diff to previous 1.34
- implement worldmap underlay and regionset and fill in C++,
  resulting in a *major* speedup in worldmap loading.
- use first arch (e.g. deep_sea) and first region (e.g. panthalassia)
  to fill maps outside the world: less hardcoded content data.
- fix ext/rent.ext to actually check again for entrance.
- temporarily remembver previous map in $ob->{_prev_pos}
  (HACK to make ext/rent.ext work).

Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Wed Feb 14 03:45:14 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
Changes since 1.33: +3 -0 lines
Diff to previous 1.33
*** empty log message ***

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Sat Feb 3 02:55:28 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
Changes since 1.32: +2 -0 lines
Diff to previous 1.32
*** empty log message ***

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Sat Feb 3 02:49:42 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
Changes since 1.31: +3 -0 lines
Diff to previous 1.31
*** empty log message ***

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Sat Jan 27 23:59:28 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
Changes since 1.30: +3 -0 lines
Diff to previous 1.30
- implement per-space regions

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Wed Jan 24 01:43:01 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
Changes since 1.29: +16 -0 lines
Diff to previous 1.29
fix the exit is closed... message by stringifying map objects to paths in normalise

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Tue Jan 23 01:05:17 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
Changes since 1.28: +3 -0 lines
Diff to previous 1.28
- avoid negative event priorities like the plague. they are actually
  worse because they introduce random memory corruption and endless
  loops and worse, if worse exists.
- aggressively swap out maps when #actives exceeds threshold
- sweep and cede after server tick
- increase player command handling priorities, just in case.
- fix a bug in mortal checking, this was the reason for the
  enourmous memory leaks in map-world.ext
- mark c++-side watchers as non-reentrant

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Thu Jan 18 17:54:49 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
Changes since 1.27: +0 -4 lines
Diff to previous 1.27
simplify and upgrade configury

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Thu Jan 18 00:08:29 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
Changes since 1.26: +2 -3 lines
Diff to previous 1.26
*** empty log message ***

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Mon Jan 15 02:18:01 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
Changes since 1.25: +4 -0 lines
Diff to previous 1.25
*** empty log message ***

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Mon Jan 15 02:08:38 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
Changes since 1.24: +5 -0 lines
Diff to previous 1.24
*** empty log message ***

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Mon Jan 15 02:05:49 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.23: +19 -11 lines
Diff to previous 1.23
*** empty log message ***

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Mon Jan 15 00:40:48 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.22: +6 -0 lines
Diff to previous 1.22
- micro-optimised hit_map and ok_to_put_more, this
  immensely helped reduce load on dense maps.
- introduced xy_normalise, which is imho a saner interface
  and much faster than get_map_flags so should be used
  in new code (and time-critical code).

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Sun Jan 14 23:35:03 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.21: +0 -4 lines
Diff to previous 1.21
- potentially fix the bug associated with
  2007-01-14 18:51:45.228 find_nearest_living_creature: map /mlab/cwdccastleofmarquis3 (40,44) has is_alive set but did not find a monster?

a) the mesage seemed to be totally bogus. P_IS_ALIVE means something with FLAG_IS_ALIVE is here, not a monster or anything else.
b) map flags caching was disabled due to my stupidity, probably causing high cpu usage.
c) ymmv

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Sun Jan 14 23:15:56 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.20: +0 -2 lines
Diff to previous 1.20
fix 'object lacks animation' continued reporting. maps should use 'animation', not 'animation NONE'

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Sun Jan 14 22:54:18 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.19: +7 -2 lines
Diff to previous 1.19
this seems to fix the random map closed bug... but why?

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Sun Jan 14 22:06:05 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.18: +9 -3 lines
Diff to previous 1.18
minor stuff

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Sun Jan 14 19:55:37 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.17: +7 -3 lines
Diff to previous 1.17
fix nimbus reset etc.

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Sun Jan 14 18:03:16 2007 UTC (17 years, 4 months ago) by elmex
Branch: MAIN
Changes since 1.16: +6 -0 lines
Diff to previous 1.16
added todo item

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Sun Jan 14 13:12:49 2007 UTC (17 years, 4 months ago) by elmex
Branch: MAIN
Changes since 1.15: +5 -0 lines
Diff to previous 1.15
further todos

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Thu Jan 11 01:27:35 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.14: +3 -2 lines
Diff to previous 1.14
*** empty log message ***

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Thu Jan 11 00:16:58 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.13: +3 -0 lines
Diff to previous 1.13
- start pluggable map types framework
- mvoe random map handling out of the core

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Mon Jan 8 22:32:10 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.12: +5 -5 lines
Diff to previous 1.12
- disabled stuff that might cause instabilities at the cost of certain
  (controlled) additional memory usage.
- minor changes to improve the stability,

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Mon Jan 8 16:01:39 2007 UTC (17 years, 4 months ago) by elmex
Branch: MAIN
Changes since 1.11: +3 -0 lines
Diff to previous 1.11
added a note

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Sun Jan 7 02:39:13 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.10: +2 -0 lines
Diff to previous 1.10
""

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Fri Jan 5 15:09:26 2007 UTC (17 years, 4 months ago) by elmex
Branch: MAIN
Changes since 1.9: +7 -0 lines
Diff to previous 1.9
another todo item

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Fri Jan 5 14:26:01 2007 UTC (17 years, 4 months ago) by elmex
Branch: MAIN
Changes since 1.8: +3 -0 lines
Diff to previous 1.8
added todo item

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Wed Jan 3 19:15:42 2007 UTC (17 years, 4 months ago) by elmex
Branch: MAIN
Changes since 1.7: +4 -0 lines
Diff to previous 1.7
added a todo item

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Wed Jan 3 01:42:29 2007 UTC (17 years, 4 months ago) by elmex
Branch: MAIN
Changes since 1.6: +8 -345 lines
Diff to previous 1.6
moved some todo stuff

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sun Sep 17 16:21:53 2006 UTC (17 years, 7 months ago) by root
Branch: MAIN
Changes since 1.5: +22 -1 lines
Diff to previous 1.5
*** empty log message ***

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Sat Sep 16 13:11:19 2006 UTC (17 years, 7 months ago) by root
Branch: MAIN
Changes since 1.4: +6 -0 lines
Diff to previous 1.4
*** empty log message ***

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Mon Sep 11 01:16:19 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.3: +1 -1 lines
Diff to previous 1.3
fix perl class for archetype, never free once-allocated objects, or destruct
them, there are too many long-lived references (and refcount doesn't help,
likely because it isn't correctly being incremented/decremented).

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Mon Sep 4 11:07:58 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.2: +1 -1 lines
Diff to previous 1.2
Changes...

- alternative shstr representation, saves code
- use glibs splice memory allocator (seems slower)
- use simpler memory/lifetime management for objects, no recycling

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Sat Sep 2 16:37:58 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.1: +2 -0 lines
Diff to previous 1.1
never, ever optimise if you don't need to

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Fri Feb 3 07:11:14 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Branch point for: UPSTREAM
Initial revision

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