ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/TODO
Revision 1.63 - (view) (download) (annotate) - [select for diffs]
Sat May 26 15:43:59 2007 UTC (16 years, 11 months ago) by root
Branch: MAIN
CVS Tags: rel-2_1
Changes since 1.62: +6 -1 lines
Diff to previous 1.62
- restore after combined mainboard+harddisk crash
- cleanup/fixes for 2.1 release
- fix invoke to actually do work
- refactor invoke shortcuts, gcc cannot inline
  varargs functions.
- optimised invoke to 4-5 insns in the common case.
- optimised (For no good reason) the int-to-ascii
  conversions of dynbuf_text into division-less and
  branchless code (of which I am pretty proud).
- actually move players to their savebed when they did
  not use one and the map has been reste in the meantime.
  does not kill (yet) when too long.
- enter_map is now handled completely in perl.
- goto is now using generation counting to ensure that only the
  most-recently-issues goto will succeed.
- make some heavy use of __builtin_expect to streamline
  rare callbacks even more.
- optimised thawer.

Revision 1.62 - (view) (download) (annotate) - [select for diffs]
Tue May 22 10:49:55 2007 UTC (16 years, 11 months ago) by root
Branch: MAIN
Changes since 1.61: +2 -0 lines
Diff to previous 1.61
- fix players frozen on movers
- allow overriding of existing spells

implement town portal:
- new fields portasl_maap|x|y for regions
- new ext town_portsla completelyx implementing it
- some debugging code, some check code

Revision 1.61 - (view) (download) (annotate) - [select for diffs]
Fri May 18 14:19:19 2007 UTC (16 years, 11 months ago) by root
Branch: MAIN
Changes since 1.60: +4 -5 lines
Diff to previous 1.60
*** empty log message ***

Revision 1.60 - (view) (download) (annotate) - [select for diffs]
Thu May 17 14:14:54 2007 UTC (16 years, 11 months ago) by root
Branch: MAIN
Changes since 1.59: +2 -0 lines
Diff to previous 1.59
remove superfluous/broken settings and related code

- COZY_SERVER:
  enabled most msall adjustments, changed digestion formula to the original one,
  party member treament w.r.t. pets enforced.
- PROHIBIT_PLAYERKILL: default
- real_wiz: removed and enforced
- create_home_portals: removed and enforced
- casting_time: removed and forced to be off (was crashing anyways)
- was_wiz flag removed and treated as off usually unless it was used
  in place of flag_wiz.
- do not save or restore wiz, wizcast and wizpass flags.

Revision 1.59 - (view) (download) (annotate) - [select for diffs]
Thu May 17 13:24:54 2007 UTC (16 years, 11 months ago) by root
Branch: MAIN
Changes since 1.58: +1 -17 lines
Diff to previous 1.58
fix ordering in static settings initialiser that enabled catsing_time by default (leading to, of coruse, crashes). found by archaios and me

Revision 1.58 - (view) (download) (annotate) - [select for diffs]
Wed May 16 23:40:06 2007 UTC (16 years, 11 months ago) by root
Branch: MAIN
Changes since 1.57: +3 -0 lines
Diff to previous 1.57
- always force-apply cursed weapons even when not "wielded".

Revision 1.57 - (view) (download) (annotate) - [select for diffs]
Mon May 7 19:55:29 2007 UTC (17 years ago) by root
Branch: MAIN
Changes since 1.56: +0 -8 lines
Diff to previous 1.56
*** empty log message ***

Revision 1.56 - (view) (download) (annotate) - [select for diffs]
Mon May 7 03:05:57 2007 UTC (17 years ago) by root
Branch: MAIN
Changes since 1.55: +15 -0 lines
Diff to previous 1.55
- add two new slots for shields and combat weapons
- make slots into bitfields, they are not too speed-critical and this
  saves 16 bytes in the object structure.
- add accessors to body lcoation names etc. to perl
- use those in the body command

Revision 1.55 - (view) (download) (annotate) - [select for diffs]
Fri Apr 27 02:20:21 2007 UTC (17 years ago) by root
Branch: MAIN
Changes since 1.54: +2 -0 lines
Diff to previous 1.54
*** empty log message ***

Revision 1.54 - (view) (download) (annotate) - [select for diffs]
Thu Apr 26 18:05:35 2007 UTC (17 years ago) by root
Branch: MAIN
Changes since 1.53: +5 -0 lines
Diff to previous 1.53
*** empty log message ***

Revision 1.53 - (view) (download) (annotate) - [select for diffs]
Sat Apr 21 22:57:14 2007 UTC (17 years ago) by root
Branch: MAIN
Changes since 1.52: +3 -0 lines
Diff to previous 1.52
- fix tausworthe generator initialisation (no big deal)
- use numerically more correct multiplication instead
  of remainder. this has surprisingly good consequences
  (which I originally didn't expect):
  - the generated code is smaller and faster
  - gcc optimises the 64 bit arithmetic extremely well on 32 bit archs.
  - behaviour for negative and zero arguments (both illegal) is
    pretty well-behaved.

Revision 1.52 - (view) (download) (annotate) - [select for diffs]
Thu Apr 19 19:25:05 2007 UTC (17 years ago) by root
Branch: MAIN
Changes since 1.51: +3 -1 lines
Diff to previous 1.51
*** empty log message ***

Revision 1.51 - (view) (download) (annotate) - [select for diffs]
Wed Apr 18 15:16:50 2007 UTC (17 years ago) by root
Branch: MAIN
Changes since 1.50: +3 -0 lines
Diff to previous 1.50
*** empty log message ***

Revision 1.50 - (view) (download) (annotate) - [select for diffs]
Mon Apr 16 15:41:26 2007 UTC (17 years ago) by root
Branch: MAIN
Changes since 1.49: +0 -3 lines
Diff to previous 1.49
replace AUTODECL by auto. this is the first time in my life, I think, that I redefined a keyword - fortunately only with arguments

Revision 1.49 - (view) (download) (annotate) - [select for diffs]
Sat Apr 14 07:22:59 2007 UTC (17 years, 1 month ago) by root
Branch: MAIN
Changes since 1.48: +2 -0 lines
Diff to previous 1.48
implement defaulting region by map path match

Revision 1.48 - (view) (download) (annotate) - [select for diffs]
Mon Apr 9 04:09:10 2007 UTC (17 years, 1 month ago) by root
Branch: MAIN
Changes since 1.47: +6 -0 lines
Diff to previous 1.47
*** empty log message ***

Revision 1.47 - (view) (download) (annotate) - [select for diffs]
Fri Apr 6 19:44:01 2007 UTC (17 years, 1 month ago) by root
Branch: MAIN
Changes since 1.46: +2 -0 lines
Diff to previous 1.46
some experiment in replacing a real ground tile...

Revision 1.46 - (view) (download) (annotate) - [select for diffs]
Sun Mar 25 20:57:34 2007 UTC (17 years, 1 month ago) by root
Branch: MAIN
Changes since 1.45: +3 -0 lines
Diff to previous 1.45
*** empty log message ***

Revision 1.45 - (view) (download) (annotate) - [select for diffs]
Fri Mar 23 22:05:59 2007 UTC (17 years, 1 month ago) by root
Branch: MAIN
Changes since 1.44: +3 -0 lines
Diff to previous 1.44
*** empty log message ***

Revision 1.44 - (view) (download) (annotate) - [select for diffs]
Sat Mar 17 22:32:15 2007 UTC (17 years, 1 month ago) by root
Branch: MAIN
Changes since 1.43: +3 -0 lines
Diff to previous 1.43
*** empty log message ***

Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Sat Mar 17 19:57:01 2007 UTC (17 years, 1 month ago) by root
Branch: MAIN
Changes since 1.42: +3 -0 lines
Diff to previous 1.42
switch to the new facename.faceset.png naming scheme

Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Thu Mar 15 14:23:01 2007 UTC (17 years, 2 months ago) by root
Branch: MAIN
Changes since 1.41: +5 -26 lines
Diff to previous 1.41
- remove many TODO items that in fatc have been fixed already without
  looking at the TODO.
- remove unpaid items on playerdeath unconditionally.
- reenabled cede-while-saving.

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, 3 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_1: (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