ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/server/shop.C
Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Sun Feb 25 19:13:25 2007 UTC (17 years, 2 months ago) by root
Branch: MAIN
CVS Tags: rel-2_0
Changes since 1.33: +4 -5 lines
Diff to previous 1.33
*** empty log message ***

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Thu Feb 8 13:47:18 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
Changes since 1.32: +1 -0 lines
Diff to previous 1.32
*** empty log message ***

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Thu Feb 8 13:41:44 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
Changes since 1.31: +3 -2 lines
Diff to previous 1.31
make item prices now only dependent on the item itself, not the map it
is on nor on server restarts.

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

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Wed Jan 10 19:52:43 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.29: +4 -3 lines
Diff to previous 1.29
- implement cf::map::unique_maps ()
- support string overloading for cf::path objects
- minor cleanups

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

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

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

Revision 1.26 - (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.25: +2 -2 lines
Diff to previous 1.25
- 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.25 - (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.24: +2 -2 lines
Diff to previous 1.24
- minor cleanups
- minor optimisations (in_player vs. is_player_inv)
- added P_PLAYER map flag
- some (dead) concept code

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Fri Dec 15 19:59:20 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.23: +1 -4 lines
Diff to previous 1.23
the rename for sanity campaign hits
you died
- renamed stuff
- partially updated copyrights
- some cleanups

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Thu Dec 14 22:45:41 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.22: +4 -4 lines
Diff to previous 1.22
- implement event watcher autoncancellation on reload
- used it everywhere
- removed lots of compatibility cruft
  - configure does no longer check for mandatory unix functionality/headers
  - confgiure now runs much faster

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Tue Dec 12 21:39:57 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21
- more ooficiation
- removed now superfluous remove calls

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Tue Dec 12 20:53:03 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.20: +4 -4 lines
Diff to previous 1.20
replace some function- by method-calls

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Mon Dec 11 19:46:47 2006 UTC (17 years, 5 months ago) by pippijn
Branch: MAIN
Changes since 1.19: +0 -4 lines
Diff to previous 1.19
removed #ifn?def WIN32 from all files

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Mon Dec 11 14:28:13 2006 UTC (17 years, 5 months ago) by pippijn
Branch: MAIN
Changes since 1.18: +0 -1 lines
Diff to previous 1.18
- 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.18 - (view) (download) (annotate) - [select for diffs]
Sat Sep 16 22:24:13 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.17: +8 -8 lines
Diff to previous 1.17
mapstruct => maptile
removed many ytypedefs in favor of structure tags

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Thu Sep 14 23:13:49 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.16: +1 -2 lines
Diff to previous 1.16
replace was_destroyed by much simpler and less expensive ->destroyed,
which is valid, as objetc pointers are now reliable.

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

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

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Tue Sep 12 19:20:08 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.13: +16 -13 lines
Diff to previous 1.13
- improve assign to prepend "..."
- make more use of assign
- implement op->debug_desc() and make some more use of it

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Tue Sep 12 01:09:54 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.12: +3 -3 lines
Diff to previous 1.12
convert to more stable depth-firts iterator

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Mon Sep 11 23:33:30 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.11: +151 -180 lines
Diff to previous 1.11
- temporarily disabled shstr garbage collection
- use sint64 instead of uint64 in shop code
- implement fully recursive item iterator for object
- add some utility functions

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Mon Sep 11 20:26:41 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.10: +12 -9 lines
Diff to previous 1.10
indent

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Sun Sep 10 15:59:57 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.9: +876 -738 lines
Diff to previous 1.9
indent

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

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Sun Sep 3 00:18:42 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.7: +16 -17 lines
Diff to previous 1.7
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.7 - (view) (download) (annotate) - [select for diffs]
Tue Aug 29 10:51:43 2006 UTC (17 years, 8 months ago) by elmex
Branch: MAIN
Changes since 1.6: +20 -1 lines
Diff to previous 1.6
removed all the broken SHOP_FLOOR checks and replaced them with the is_in_shop ()
check function.

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

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Tue Aug 29 07:34:00 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.4: +4 -4 lines
Diff to previous 1.4
nuke transports

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Sat Aug 26 23:36:34 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.3: +5 -9 lines
Diff to previous 1.3
intermediate check-in, per-object events work

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Mon Aug 14 07:10:47 2006 UTC (17 years, 9 months ago) by elmex
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2
added another utility function

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Mon Aug 14 04:22:05 2006 UTC (17 years, 9 months ago) by elmex
Branch: MAIN
Changes since 1.1: +9 -9 lines
Diff to previous 1.1
fixed bug in cf.pm when unloading extensions.
added EVENT_DROP_ON for the trade shops and made query_cost using double

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