ViewVC Help
View Directory | Download Tarball
/cvs/deliantra/server/server
File Last Change
 ../
Makefile.am 1.30 (16 years ago) by root: - implemented ref/deref "framework" that allows one to create semipersistent references and dereference them later (works only for players right now). - (partially) expose freezer and thawer to perl. - thawers now do next() automatically after instantiating. - allow the thawer to record delayed dereference requests to be resolved, well, later (should be a different class actually but lets stay realistic). - use thawers when loading maps and players and resolve delayed derefs after loading them before activating them. - serialise io for no good reason.
alchemy.C 1.26 (16 years ago) by root: - upgrade crossfire trt to the GPL version 3 (hopefully correctly). - add a single file covered by the GNU Affero General Public License (which is not yet released, so I used the current draft, which is legally a bit wavy, but its likely better than nothing as it expresses direct intent by the authors, and we can upgrade as soon as it has been released). * this should ensure availability of source code for the server at least and hopefully also archetypes and maps even when modified versions are not being distributed, in accordance of section 13 of the agplv3.
apply.C 1.132 (16 years ago) by root: we need some 'sound_apply_type'-type framework
attack.C 1.76 (16 years ago) by root: - clean up stuff - get rid of map_load lock - improve change_object
build_map.C 1.29 (16 years ago) by elmex: a check in a strategic place seemed to have been missing
c_misc.C 1.64 (16 years ago) by root: cleanup
c_move.C 1.11 (16 years ago) by root: - upgrade crossfire trt to the GPL version 3 (hopefully correctly). - add a single file covered by the GNU Affero General Public License (which is not yet released, so I used the current draft, which is legally a bit wavy, but its likely better than nothing as it expresses direct intent by the authors, and we can upgrade as soon as it has been released). * this should ensure availability of source code for the server at least and hopefully also archetypes and maps even when modified versions are not being distributed, in accordance of section 13 of the agplv3.
c_new.C 1.16 (16 years ago) by root: - upgrade crossfire trt to the GPL version 3 (hopefully correctly). - add a single file covered by the GNU Affero General Public License (which is not yet released, so I used the current draft, which is legally a bit wavy, but its likely better than nothing as it expresses direct intent by the authors, and we can upgrade as soon as it has been released). * this should ensure availability of source code for the server at least and hopefully also archetypes and maps even when modified versions are not being distributed, in accordance of section 13 of the agplv3.
c_object.C 1.58 (16 years ago) by root: *** empty log message ***
c_party.C 1.20 (16 years ago) by root: - upgrade crossfire trt to the GPL version 3 (hopefully correctly). - add a single file covered by the GNU Affero General Public License (which is not yet released, so I used the current draft, which is legally a bit wavy, but its likely better than nothing as it expresses direct intent by the authors, and we can upgrade as soon as it has been released). * this should ensure availability of source code for the server at least and hopefully also archetypes and maps even when modified versions are not being distributed, in accordance of section 13 of the agplv3.
c_range.C 1.28 (16 years ago) by root: - upgrade crossfire trt to the GPL version 3 (hopefully correctly). - add a single file covered by the GNU Affero General Public License (which is not yet released, so I used the current draft, which is legally a bit wavy, but its likely better than nothing as it expresses direct intent by the authors, and we can upgrade as soon as it has been released). * this should ensure availability of source code for the server at least and hopefully also archetypes and maps even when modified versions are not being distributed, in accordance of section 13 of the agplv3.
c_wiz.C 1.50 (16 years ago) by root: likely fix addexp to support >32 bit experiences
cfperl.xs 1.254 (16 years ago) by root: - note to self: all forms of cede need PUTBACK as any other fucntion modifying the stack. - the beginning of tag support - just for fun tag soem buildings in scorn and watch the database change - do not install world-precomposed, this saves a lot of traffic, scanning and other things. - add tag field to every object in the editor.
commands.C 1.49 (16 years ago) by root: move hiscore and whereabouts to perl
disease.C 1.42 (16 years ago) by root: lock map_data in addition to map_load when loading a map, possibly avoids the crash seen today
dynbuf.C 1.18 (16 years ago) by root: first, untested, try at spicing up the message system
egoitem.C 1.7 (16 years ago) by root: - upgrade crossfire trt to the GPL version 3 (hopefully correctly). - add a single file covered by the GNU Affero General Public License (which is not yet released, so I used the current draft, which is legally a bit wavy, but its likely better than nothing as it expresses direct intent by the authors, and we can upgrade as soon as it has been released). * this should ensure availability of source code for the server at least and hopefully also archetypes and maps even when modified versions are not being distributed, in accordance of section 13 of the agplv3.
freezethaw.C 1.29 (16 years ago) by root: - rename world to world-precomposed (mostly), which is 100% optional for the server operation - rename world-overlay to world (mostly), as to not lie about map paths - disable the skip_block thingy again, its harmful - better bdb support
genacc 1.8 (16 years ago) by root: allow perl access to the full tcpi structure. do some elaborate congestion control (very experimental, but better than the old way)
gods.C 1.29 (16 years ago) by root: *** empty log message ***
hiscore.C 1.22 (16 years ago) by root: - upgrade crossfire trt to the GPL version 3 (hopefully correctly). - add a single file covered by the GNU Affero General Public License (which is not yet released, so I used the current draft, which is legally a bit wavy, but its likely better than nothing as it expresses direct intent by the authors, and we can upgrade as soon as it has been released). * this should ensure availability of source code for the server at least and hopefully also archetypes and maps even when modified versions are not being distributed, in accordance of section 13 of the agplv3.
init.C 1.58 (16 years ago) by root: support exit sounds, remove some cruft
main.C 1.116 (16 years ago) by root: *** empty log message ***
monster.C 1.40 (16 years ago) by root: indeed i fucked it up again
move.C 1.21 (16 years ago) by root: - upgrade crossfire trt to the GPL version 3 (hopefully correctly). - add a single file covered by the GNU Affero General Public License (which is not yet released, so I used the current draft, which is legally a bit wavy, but its likely better than nothing as it expresses direct intent by the authors, and we can upgrade as soon as it has been released). * this should ensure availability of source code for the server at least and hopefully also archetypes and maps even when modified versions are not being distributed, in accordance of section 13 of the agplv3.
pets.C 1.39 (16 years ago) by root: fix summon golem w.r.t. head
player.C 1.171 (16 years ago) by root: this weird door at /quests/pippijn/tuk_ice/tuk3+4+3 caused the crash, as messages seem to be mandatory there
plugin_common.C 1.3 (16 years ago) by root: - upgrade crossfire trt to the GPL version 3 (hopefully correctly). - add a single file covered by the GNU Affero General Public License (which is not yet released, so I used the current draft, which is legally a bit wavy, but its likely better than nothing as it expresses direct intent by the authors, and we can upgrade as soon as it has been released). * this should ensure availability of source code for the server at least and hopefully also archetypes and maps even when modified versions are not being distributed, in accordance of section 13 of the agplv3.
plugins.C 1.51 (16 years ago) by root: very very preliminary, non-working sound framework
resurrection.C 1.23 (16 years ago) by root: - upgrade crossfire trt to the GPL version 3 (hopefully correctly). - add a single file covered by the GNU Affero General Public License (which is not yet released, so I used the current draft, which is legally a bit wavy, but its likely better than nothing as it expresses direct intent by the authors, and we can upgrade as soon as it has been released). * this should ensure availability of source code for the server at least and hopefully also archetypes and maps even when modified versions are not being distributed, in accordance of section 13 of the agplv3.
rune.C 1.29 (16 years ago) by root: sound on spring trap, unless trap has one
shop.C 1.43 (16 years ago) by root: add shop buy/sell/enter/leave sounds and converter beep
skill_util.C 1.58 (16 years ago) by root: - upgrade crossfire trt to the GPL version 3 (hopefully correctly). - add a single file covered by the GNU Affero General Public License (which is not yet released, so I used the current draft, which is legally a bit wavy, but its likely better than nothing as it expresses direct intent by the authors, and we can upgrade as soon as it has been released). * this should ensure availability of source code for the server at least and hopefully also archetypes and maps even when modified versions are not being distributed, in accordance of section 13 of the agplv3.
skills.C 1.42 (16 years ago) by root: *** empty log message ***
spell_attack.C 1.48 (16 years ago) by root: consdierably reduce disease range modifier
spell_effect.C 1.73 (16 years ago) by root: first round of infobox and c++-level channels
spell_util.C 1.61 (16 years ago) by root: support generic spell sound, too many spells lack some sound
swamp.C 1.9 (16 years ago) by root: - upgrade crossfire trt to the GPL version 3 (hopefully correctly). - add a single file covered by the GNU Affero General Public License (which is not yet released, so I used the current draft, which is legally a bit wavy, but its likely better than nothing as it expresses direct intent by the authors, and we can upgrade as soon as it has been released). * this should ensure availability of source code for the server at least and hopefully also archetypes and maps even when modified versions are not being distributed, in accordance of section 13 of the agplv3.
swap.C 1.24 (16 years ago) by root: - upgrade crossfire trt to the GPL version 3 (hopefully correctly). - add a single file covered by the GNU Affero General Public License (which is not yet released, so I used the current draft, which is legally a bit wavy, but its likely better than nothing as it expresses direct intent by the authors, and we can upgrade as soon as it has been released). * this should ensure availability of source code for the server at least and hopefully also archetypes and maps even when modified versions are not being distributed, in accordance of section 13 of the agplv3.
time.C 1.67 (16 years ago) by root: - clean up stuff - get rid of map_load lock - improve change_object
typemap 1.26 (16 years ago) by root: - implemented ref/deref "framework" that allows one to create semipersistent references and dereference them later (works only for players right now). - (partially) expose freezer and thawer to perl. - thawers now do next() automatically after instantiating. - allow the thawer to record delayed dereference requests to be resolved, well, later (should be a different class actually but lets stay realistic). - use thawers when loading maps and players and resolve delayed derefs after loading them before activating them. - serialise io for no good reason.
weather.C 1.19 (16 years ago) by root: - upgrade crossfire trt to the GPL version 3 (hopefully correctly). - add a single file covered by the GNU Affero General Public License (which is not yet released, so I used the current draft, which is legally a bit wavy, but its likely better than nothing as it expresses direct intent by the authors, and we can upgrade as soon as it has been released). * this should ensure availability of source code for the server at least and hopefully also archetypes and maps even when modified versions are not being distributed, in accordance of section 13 of the agplv3.
0 directories and 42 files shown