ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/common/button.C
Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Mon Jan 29 15:36:25 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: rel-2_0
Changes since 1.27: +33 -20 lines
Diff to previous 1.27
- implement mood floor types 5 and 6

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

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Wed Jan 10 10:36:47 2007 UTC (17 years, 4 months ago) by elmex
Branch: MAIN
Changes since 1.25: +26 -13 lines
Diff to previous 1.25
fixed check_inv now for sure!!?

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Tue Jan 9 22:14:29 2007 UTC (17 years, 4 months ago) by elmex
Branch: MAIN
Changes since 1.24: +1 -3 lines
Diff to previous 1.24
reverted last 'fix'

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Tue Jan 9 16:38:23 2007 UTC (17 years, 4 months ago) by elmex
Branch: MAIN
Changes since 1.23: +3 -1 lines
Diff to previous 1.23
this should fix the inv-checker problem in the library. i hope
there are no maps who exploit the inv-checker in evil ways... like
setting value to 1 in the object to invert the checker (but these were
and are usage errors anyways and then shall be fixed on sight (or noted
in the server todo)).

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Mon Jan 8 01:19:02 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.22: +0 -1 lines
Diff to previous 1.22
more preperations for player eviction

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

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Sat Dec 30 10:16:10 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.20: +0 -30 lines
Diff to previous 1.20
preliminary snapshot check-in, DO NOT USE IN PRODUCTION SYSTEMS
See the Changes file for details

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

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Mon Dec 25 11:25:49 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.18: +86 -88 lines
Diff to previous 1.18
- small, but subtle, rewrite of object management
- perl will now keep attachable objects alive
- objects are now refcounted
- refcouts need to be tested explicitly (refcnt_chk)
- explicit destroy is required current
- explicit destroy asks "nicely" for the object to self destruct, if possible
- refcounts will be used during mortal killing
- minor bugfixes, optimisations etc.
- some former hacks removed.

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Thu Dec 21 01:33:49 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.17: +12 -18 lines
Diff to previous 1.17
- reduce map memory consumption by reserving space for only the 3 existing layers
- factorise out some functions into mapspace and object

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

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Tue Dec 19 15:30:01 2006 UTC (17 years, 5 months ago) by elmex
Branch: MAIN
Changes since 1.15: +35 -19 lines
Diff to previous 1.15
reverted the last change to move_apply and check_inv and fixed check_inv
differntly: as all the buttons and pedestals check themselves whether
the objects above them satisfy their conditions i thought the best
would be if check_inv would do the same. The new semantics are
compatible with the semantics used by the map makers (at least i hope that)
and won't end up in a broken state so easily now.

While fixing check_inv i documented inventory checkers in objects.pod

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Tue Dec 19 13:41:45 2006 UTC (17 years, 5 months ago) by elmex
Branch: MAIN
Changes since 1.14: +9 -3 lines
Diff to previous 1.14
Added a parameter to move_apply that indicates whether something
moved on or off and changed check_inv to take the same additional argument.
An inventory checker is now mostly state-independend and a bad state
is corrected now if the inventory checker is activated.

While fixing that i've documented the HOLE type and FLAG_ACTIVATE_ON_(PUSH|RELEASE)
in objects.pod.

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Wed Dec 13 03:28:42 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.13: +1 -1 lines
Diff to previous 1.13
further cleanups and oofication

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Sat Dec 9 16:11:08 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.12: +2 -4 lines
Diff to previous 1.12
remove golem_count, likely golems are destroyed late now

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Sun Oct 15 02:16:34 2006 UTC (17 years, 7 months ago) by root
Branch: MAIN
Changes since 1.11: +18 -33 lines
Diff to previous 1.11
more now invalid tag_t uses replaced by refcounting. reduced codesize quite a bit.

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Sat Sep 16 22:24:12 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.10: +5 -5 lines
Diff to previous 1.10
mapstruct => maptile
removed many ytypedefs in favor of structure tags

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

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Wed Sep 13 23:42:23 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.8: +3 -4 lines
Diff to previous 1.8
*** empty log message ***

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Mon Sep 11 20:28:37 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.7: +49 -50 lines
Diff to previous 1.7
implement owner pointer using refcounted refptr templates

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Sun Sep 10 16:00:23 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.6: +536 -459 lines
Diff to previous 1.6
indent

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sun Sep 3 00:18:39 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.5: +6 -6 lines
Diff to previous 1.5
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.5 - (view) (download) (annotate) - [select for diffs]
Thu Aug 31 17:54:14 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4
rewrote object serialiser, parser is next

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Wed Aug 30 12:42:56 2006 UTC (17 years, 9 months ago) by elmex
Branch: MAIN
Changes since 1.3: +6 -4 lines
Diff to previous 1.3
fixed an evil crash bug

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Tue Aug 29 17:29:27 2006 UTC (17 years, 9 months ago) by elmex
Branch: MAIN
Changes since 1.2: +219 -152 lines
Diff to previous 1.2
rewrote parts of the connection code, which now is completly perl
invoke- and overrideable.

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: +334 -334 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, 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_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