ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/server/skill_util.C
Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Tue Mar 6 00:51:00 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
CVS Tags: rel-2_0
Changes since 1.27: +138 -137 lines
Diff to previous 1.27
*** empty log message ***

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

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

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Mon Jan 8 18:18:35 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.24: +16 -23 lines
Diff to previous 1.24
- move most last_* values into socket, where they belong
- this actually saved a lot of space in the text segment,
  which might mean less complicated pointer accesses, because
  the data is no where it belongs, mostly.

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

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

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Fri Dec 22 16:34:00 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.21: +2 -3 lines
Diff to previous 1.21
- preliminary check in, stuff is rudimentarily working
- moved most of the player creation process into a perl coroutine
- changed internal design of player management to not reuse
  and morph the object in funny ways. should be safer and much
  nicer to handle.
- got rid of some annoying hacks, such as clear()
  (TODO: get rid of player_pod and other stuff now unnecessary?)

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

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Mon Dec 11 21:32:18 2006 UTC (17 years, 6 months ago) by root
Branch: MAIN
Changes since 1.19: +5 -6 lines
Diff to previous 1.19
- simplify headerfiles (this is the 21st century)
- remove long long hacks for printf etc.

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Mon Dec 11 21:06:59 2006 UTC (17 years, 6 months ago) by pippijn
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18
lld -> I64_PFd

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Mon Dec 11 14:28:13 2006 UTC (17 years, 6 months ago) by pippijn
Branch: MAIN
Changes since 1.17: +1 -1 lines
Diff to previous 1.17
- removed or commented out unused variables
- fixed one signedness issue (should work.. uint64 to sint64.. just
      what about the shopmax still being uint64?)

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

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Wed Dec 6 13:59:01 2006 UTC (17 years, 6 months ago) by root
Branch: MAIN
Changes since 1.15: +39 -72 lines
Diff to previous 1.15
- implement and modernize op->insert and op->remove
- simplify find_hth_skill to always use first found
- change change_skill to move recently used skills to top of inventory

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Mon Dec 4 20:39:32 2006 UTC (17 years, 6 months ago) by root
Branch: MAIN
Changes since 1.14: +7 -14 lines
Diff to previous 1.14
Remove i==0 optimisation which is wrong, as it makes clawing dependent on
the order of skills in the inventory.

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Sun Dec 3 20:26:35 2006 UTC (17 years, 6 months ago) by root
Branch: MAIN
Changes since 1.13: +0 -2 lines
Diff to previous 1.13
indent

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

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

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Tue Sep 12 00:53:57 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.10: +19 -3 lines
Diff to previous 1.10
introducing skillinc.h

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Tue Sep 12 00:26:16 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.9: +9 -17 lines
Diff to previous 1.9
*** empty log message ***

Revision 1.9 - (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.8: +728 -594 lines
Diff to previous 1.8
indent

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Thu Sep 7 10:01:58 2006 UTC (17 years, 9 months ago) by pippijn
Branch: MAIN
Changes since 1.7: +7 -7 lines
Diff to previous 1.7
Some cleanups.

Revision 1.7 - (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.6: +15 -33 lines
Diff to previous 1.6
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.6 - (view) (download) (annotate) - [select for diffs]
Wed Aug 30 06:06:27 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.5: +4 -1 lines
Diff to previous 1.5
improve thawer interface, implement some monster event support

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Tue Aug 29 08:01:38 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.4: +420 -420 lines
Diff to previous 1.4
expand initial tabs to spaces

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Tue Aug 29 05:03:55 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.3: +1 -4 lines
Diff to previous 1.3
- added ready/unready/can_apply events and their passive versions
- removed support for event_*-fields in maps
- removed support for current_weapon_script
- removed timers
- removed say/shout/Tell and related commands

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sat Aug 26 08:44:07 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.2: +1 -3 lines
Diff to previous 1.2
many, many cleanups

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Fri Aug 25 17:11:53 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.1: +5 -10 lines
Diff to previous 1.1
converted more events, broken per-object events (needs map support), lots of fixes

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