ViewVC Help
View Directory | Download Tarball
/cvs/deliantra/server/ext
File Last Change
 ../
CFDB.pm 1.1 (17 years ago) by root: moved perl extensions into server codebase, where they belong
Jeweler.pm 1.22 (16 years ago) by root: *** empty log message ***
Makefile.am 1.4 (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.
NPC_Dialogue.pm 1.8 (16 years ago) by root: and one more rename
adjust_levels.ext 1.4 (16 years ago) by root: *** empty log message ***
affero.ext 1.2 (16 years ago) by root: 'affero tuning'
bank.ext 1.4 (16 years ago) by elmex: removed code
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.
bonus.ext 1.8 (17 years ago) by root: port micropather to c++...
books.ext 1.3 (16 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.
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.
chat.ext 1.36 (16 years ago) by root: *** empty log message ***
chatlog.ext 1.6 (17 years ago) by root: add some deps
checkrusage.ext 1.4 (17 years ago) by root: *** empty log message ***
clientchk.ext 1.4 (17 years ago) by root: port micropather to c++...
commands.ext 1.64 (16 years ago) by root: less tabs
db-scheduler.ext 1.2 (17 years ago) by root: port micropather to c++...
dm-support.ext 1.15 (16 years ago) by root: remove storable compatibility mode
dmcommands.ext 1.23 (16 years ago) by root: name your coroutines
eval.ext 1.1 (17 years ago) by root: moved perl extensions into server codebase, where they belong
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.
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.
help.ext 1.10 (16 years ago) by root: name your coroutines
invite.ext 1.3 (17 years ago) by root: *** empty log message ***
ipo.ext 1.12 (16 years ago) by elmex: fixed literacy scrolls for free and set the value of sold items to 0
irc.ext 1.7 (16 years ago) by elmex: fixed !tell and the bank
item-slag-ex.ext 1.2 (16 years ago) by elmex: last versin of the slag-ex, forgot to check in
item-worldmap.ext 1.17 (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
login.ext 1.73 (16 years ago) by root: further adjust map scheduler coroutine to be as high as the main ticker
map-grid-move-random.ext 1.2 (16 years ago) by root: finally remove the old buggy plug-in cruft
map-grid-move-torus.ext 1.1 (17 years ago) by root: moved perl extensions into server codebase, where they belong
map-link.ext 1.5 (16 years ago) by root: *** empty log message ***
map-per-player.ext 1.11 (17 years ago) by root: port micropather to c++...
map-random.ext 1.17 (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-style.ext 1.2 (17 years ago) by root: port micropather to c++...
map-tags.ext 1.9 (16 years ago) by root: name your coroutines
map-world.ext 1.31 (16 years ago) by root: name your coroutines
map_lib.ext 1.4 (17 years ago) by elmex: adjusted weapon bonuses a bit. added attachment for dialog flag detection.
metaserver.ext 1.6 (16 years ago) by root: *** empty log message ***
metaserver2.ext 1.3 (16 years ago) by root: *** empty log message ***
minesweeper.ext 1.6 (16 years ago) by root: finally remove the old buggy plug-in cruft
nimbus.ext 1.12 (16 years ago) by root: name your coroutines
player-env.ext 1.15 (16 years ago) by root: name your coroutines
rent.ext 1.11 (16 years ago) by root: rent was calling blocking functions in the main coro. doh.; also, do some cleanups
reseller.ext 1.8 (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'
schmorp-neko.ext 1.7 (16 years ago) by root: finally remove the old buggy plug-in cruft
schmorplog.ext 1.10 (17 years ago) by root: add some deps
setup.ext 1.6 (16 years ago) by root: simpler, more powerful and slightly less compact widget protocol
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
suicide.ext 1.1 (17 years ago) by root: moved perl extensions into server codebase, where they belong
tcp.ext 1.7 (17 years ago) by root: *** empty log message ***
town_portal.ext 1.2 (17 years ago) by root: *** empty log message ***
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.
widget.ext 1.19 (16 years ago) by root: simpler, more powerful and slightly less compact widget protocol
0 directories and 57 files shown