ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/common/loader.l
Revision 1.20
Sun Sep 3 22:45:55 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.19: +0 -0 lines
FILE REMOVED
string scanning (e.g. for patch) is not implemented ATM but should be easy
to add with an alternative constructor for object_thawer.

Rewrote flex scanner to be simpler, faster and more modularised.

Initial speedup: 16%

(ah well)

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Sun Sep 3 00:18:40 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.18: +23 -80 lines
Diff to previous 1.18
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.18 - (view) (download) (annotate) - [select for diffs]
Thu Aug 31 17:54:14 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
CVS Tags: STABLE
Changes since 1.17: +911 -1127 lines
Diff to previous 1.17
rewrote object serialiser, parser is next

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Thu Aug 31 09:19:33 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.16: +0 -110 lines
Diff to previous 1.16
*** empty log message ***

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Thu Aug 31 06:23:19 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.15: +0 -2 lines
Diff to previous 1.15
*** empty log message ***

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Wed Aug 30 16:30:36 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.14: +1 -1 lines
Diff to previous 1.14
remove compression support, intiialise perl earlier etc. etc.

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Tue Aug 29 05:03:54 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.13: +3 -293 lines
Diff to previous 1.13
- 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.13 - (view) (download) (annotate) - [select for diffs]
Mon Aug 28 14:05:23 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.12: +8 -8 lines
Diff to previous 1.12
improved,more automatic freezer

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Mon Aug 28 07:07:41 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.11: +5 -6 lines
Diff to previous 1.11
better but more wasteful serialisation support, perl can invoke events, fixes

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Sun Aug 27 17:59:25 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.10: +7 -2 lines
Diff to previous 1.10
fixes, objects on maps get instantiated properly

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Sun Aug 27 16:15:11 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.9: +12 -9 lines
Diff to previous 1.9
first, untested persistent objetc storage for players and objects, not yte for maps

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

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Sat Aug 26 08:44:04 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.7: +6 -2 lines
Diff to previous 1.7
many, many cleanups

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Sun Aug 13 17:16:00 2006 UTC (17 years, 9 months ago) by elmex
Branch: MAIN
Changes since 1.6: +4 -4 lines
Diff to previous 1.6
Made server compile with C++.
Removed cfanim plugin and crossedit.
C++ here we come.

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sat Jul 1 21:06:06 2006 UTC (17 years, 10 months ago) by root
Branch: MAIN
CVS Tags: LAST_C_VERSION, difficulty_fix_merge_060810_2300
Branch point for: difficulty_fix
Changes since 1.5: +3 -9 lines
Diff to previous 1.5
'fix' buffer overflow by enlarging the buffer and keeping your fingers crossed. fixing the bug requires a complete rewrite of the relevant code parts, unfortunately

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Mon Jun 26 21:46:04 2006 UTC (17 years, 10 months ago) by root
Branch: MAIN
Changes since 1.4: +8 -4 lines
Diff to previous 1.4
plug this side of the hole

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Thu May 11 20:15:30 2006 UTC (18 years ago) by root
Branch: MAIN
Changes since 1.3: +4 -4 lines
Diff to previous 1.3
improve message slightly

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Thu May 11 19:07:40 2006 UTC (18 years ago) by root
Branch: MAIN
Changes since 1.2: +35 -8 lines
Diff to previous 1.2
add op_debug_info* functions and use it in check_loaded_object for better (usable?) error reporting

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Thu May 11 18:37:20 2006 UTC (18 years ago) by root
Branch: MAIN
Changes since 1.1: +137 -33 lines
Diff to previous 1.1
remove bogus debugging message

Revision 1.1.1.3 - (view) (download) (annotate) - [select for diffs] (vendor branch)
Wed Mar 15 14:04:37 2006 UTC (18 years, 2 months ago) by elmex
Branch: UPSTREAM
CVS Tags: UPSTREAM_2006_03_15
Changes since 1.1.1.2: +14 -14 lines
Diff to previous 1.1.1.2 , to next main 1.20
cvs -z9 -d:ext:elmex@cvs.schmorp.de:/schmorpforge import cf.schmorp.de UPSTREAM UPSTREAM_2006_03_15

Revision 1.1.1.2 - (view) (download) (annotate) - [select for diffs] (vendor branch)
Wed Feb 22 18:01:20 2006 UTC (18 years, 2 months ago) by elmex
Branch: UPSTREAM
CVS Tags: UPSTREAM_2006_02_22
Changes since 1.1.1.1: +131 -25 lines
Diff to previous 1.1.1.1
cvs -z7 -d:ext:elmex@cvs.schmorp.de:/schmorpforge import cf.schmorp.de UPSTREAM UPSTREAM_2006_02_22

Revision 1.1.1.1 - (view) (download) (annotate) - [select for diffs] (vendor branch)
Fri Feb 3 07:11:36 2006 UTC (18 years, 3 months ago) by root
Branch: UPSTREAM
CVS Tags: UPSTREAM_2006_02_03
Changes since 1.1: +0 -0 lines
Diff to previous 1.1
initial import

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Fri Feb 3 07:11:36 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)

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