ViewVC Help
View Directory | Download Tarball
/cvs/deliantra/server/ext
File (rev) Last Change
 ../
widget.ext 1.19 (16 years ago) by root: simpler, more powerful and slightly less compact widget protocol
transports.ext 1.4 (17 years ago) by root: new speed management: - weapon speed and object speed is now completekly decoupled for players. - both can be used at the same time, or indeepndent, when running or firing. - still only one command per object speed can be issued.
town_portal.ext 1.2 (17 years ago) by root: *** empty log message ***
tcp.ext 1.7 (17 years ago) by root: *** empty log message ***
suicide.ext 1.1 (17 years ago) by root: moved perl extensions into server codebase, where they belong
sockpuppet.ext 1.2 (17 years ago) by root: - updated cf.pm to use a more generic and extendable syntax, now that it is clear that we will have multiple "attachable" objects. maybe bite the bullet in C++ and make attachable virtual? - completely rework the syntax for attaching and attachments - update all extensions
setup.ext 1.6 (16 years ago) by root: simpler, more powerful and slightly less compact widget protocol
schmorplog.ext 1.10 (17 years ago) by root: add some deps
schmorp-neko.ext 1.7 (16 years ago) by root: finally remove the old buggy plug-in cruft
resource.ext 1.1 (16 years ago) by root: fixed exti handling, implemented generic resource request 'framework'
reseller.ext 1.8 (16 years ago) by root: finally remove the old buggy plug-in cruft
rent.ext 1.11 (16 years ago) by root: rent was calling blocking functions in the main coro. doh.; also, do some cleanups
player-env.ext 1.15 (16 years ago) by root: name your coroutines
nimbus.ext 1.12 (16 years ago) by root: name your coroutines
minesweeper.ext 1.6 (16 years ago) by root: finally remove the old buggy plug-in cruft
metaserver2.ext 1.3 (16 years ago) by root: *** empty log message ***
metaserver.ext 1.6 (16 years ago) by root: *** empty log message ***
map_lib.ext 1.4 (17 years ago) by elmex: adjusted weapon bonuses a bit. added attachment for dialog flag detection.
map-world.ext 1.31 (16 years ago) by root: name your coroutines
map-tags.ext 1.9 (16 years ago) by root: name your coroutines
map-style.ext 1.2 (17 years ago) by root: port micropather to c++...
map-scheduler.ext 1.45 (16 years ago) by root: - rewrite follow to use a coroutine and make it generally safer. - the map scheduler, under duress, tried to swap out maps fast, but when a sync job was entered it also entered and andless loop causing a freeze. hack around this temporairly by always sleeping 50ms.
map-random.ext 1.17 (17 years ago) by root: port micropather to c++...
map-per-player.ext 1.11 (17 years ago) by root: port micropather to c++...
map-link.ext 1.5 (16 years ago) by root: *** empty log message ***
map-grid-move-torus.ext 1.1 (17 years ago) by root: moved perl extensions into server codebase, where they belong
map-grid-move-random.ext 1.2 (16 years ago) by root: finally remove the old buggy plug-in cruft
login.ext 1.73 (16 years ago) by root: further adjust map scheduler coroutine to be as high as the main ticker
jeweler.ext 1.14 (16 years ago) by elmex: fixed a minor bug
item-worldmap.ext 1.17 (16 years ago) by root: further adjust map scheduler coroutine to be as high as the main ticker
item-slag-ex.ext 1.2 (16 years ago) by elmex: last versin of the slag-ex, forgot to check in
irc.ext 1.7 (16 years ago) by elmex: fixed !tell and the bank
ipo.ext 1.12 (16 years ago) by elmex: fixed literacy scrolls for free and set the value of sold items to 0
invite.ext 1.3 (17 years ago) by root: *** empty log message ***
help.ext 1.10 (16 years ago) by root: name your coroutines
guilds.ext 1.4 (17 years ago) by root: - implement two new helper functions: cf::cache => load and process a file, caching the result in the db cf::fork_call => execute a given sub asynchronously (e.g. for cpu jobs) - make use of it in ext/map-world.ext, greatly speeding up worldmap loading. - preliminary garbage added to cf::pod.
follow.ext 1.13 (16 years ago) by root: - rewrite follow to use a coroutine and make it generally safer. - the map scheduler, under duress, tried to swap out maps fast, but when a sync job was entered it also entered and andless loop causing a freeze. hack around this temporairly by always sleeping 50ms.
eval.ext 1.1 (17 years ago) by root: moved perl extensions into server codebase, where they belong
dmcommands.ext 1.23 (16 years ago) by root: name your coroutines
dm-support.ext 1.15 (16 years ago) by root: remove storable compatibility mode
db-scheduler.ext 1.2 (17 years ago) by root: port micropather to c++...
commands.ext 1.64 (16 years ago) by root: less tabs
clientchk.ext 1.4 (17 years ago) by root: port micropather to c++...
checkrusage.ext 1.4 (17 years ago) by root: *** empty log message ***
chatlog.ext 1.6 (17 years ago) by root: add some deps
chat.ext 1.36 (16 years ago) by root: *** empty log message ***
cfplus.ext 1.9 (16 years ago) by root: - new extcmd version, much streamlined - new npc dialogue protocol - older cfplus clients are supported, without cfplus_support (no dialogue), for some time. - improved worldmap support.
books.ext 1.3 (17 years ago) by root: - improve dynbuf implementation further - save now saves shstrs longer than HUGE_BUF, lets fix any brokenness remaining in the server... - converted most describe_*-functions to dynbuf_text, making them likely faster (or maybe slower), while removing any hardcoded length limit. - memory allocated for static dynbuf's is not being returned ever (at least not the initial chunk, maybe fix this?) - implement framework for predeclared const shstrs for comparison purposes (shstrinc.h). - enabled and enforced new material code. - implement hack to clean up book titles. - increases HUGE_BUF to 10240, to be similar to mac network packet size.
bonus.ext 1.8 (17 years ago) by root: port micropather to c++...
board.ext 1.5 (17 years ago) by root: - implement two new helper functions: cf::cache => load and process a file, caching the result in the db cf::fork_call => execute a given sub asynchronously (e.g. for cpu jobs) - make use of it in ext/map-world.ext, greatly speeding up worldmap loading. - preliminary garbage added to cf::pod.
bank.ext 1.4 (16 years ago) by elmex: removed code
affero.ext 1.2 (17 years ago) by root: 'affero tuning'
adjust_levels.ext 1.4 (16 years ago) by root: *** empty log message ***
NPC_Dialogue.pm 1.8 (16 years ago) by root: and one more rename
Makefile.am 1.4 (17 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.
Jeweler.pm 1.22 (16 years ago) by root: *** empty log message ***
CFDB.pm 1.1 (17 years ago) by root: moved perl extensions into server codebase, where they belong
0 directories and 57 files shown