../
|
widget.ext
|
1.25
(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.
|
town_portal.ext
|
1.4
(17 years ago)
by root:
*** empty log message ***
|
tcp.ext
|
1.12
(16 years ago)
by root:
*** empty log message ***
|
suicide.ext
|
1.3
(16 years ago)
by root:
*** empty log message ***
|
sockpuppet.ext
|
1.2
(18 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.8
(17 years ago)
by root:
*** empty log message ***
|
schmorplog.ext
|
1.20
(16 years ago)
by root:
shit
|
schmorp-neko.ext
|
1.8
(16 years ago)
by root:
remove teleport hack and use goto
|
resource.ext
|
1.1
(17 years ago)
by root:
fixed exti handling, implemented generic resource request 'framework'
|
reseller.ext
|
1.12
(16 years ago)
by root:
kv rewrite
|
rent.ext
|
1.13
(16 years ago)
by root:
kv rewrite
|
quest_master.ext
|
1.3
(17 years ago)
by root:
add statistician
|
player-env.ext
|
1.15
(17 years ago)
by root:
name your coroutines
|
nimbus.ext
|
1.12
(17 years ago)
by root:
name your coroutines
|
minesweeper.ext
|
1.6
(17 years ago)
by root:
finally remove the old buggy plug-in cruft
|
metaserver2.ext
|
1.5
(17 years ago)
by root:
switch from Event to EV
|
metaserver.ext
|
1.7
(17 years ago)
by root:
switch from Event to EV
|
map_lib.ext
|
1.6
(17 years ago)
by root:
refactor decrease_ob* into ->decrease method.
|
map-world.ext
|
1.33
(17 years ago)
by root:
*** empty log message ***
|
map-tags.ext
|
1.13
(17 years ago)
by root:
switch to JSON::XS 2.01 API
|
map-style.ext
|
1.2
(17 years ago)
by root:
port micropather to c++...
|
map-scheduler.ext
|
1.47
(17 years ago)
by root:
*** empty log message ***
|
map-random.ext
|
1.31
(16 years ago)
by root:
*** empty log message ***
|
map-per-player.ext
|
1.11
(17 years ago)
by root:
port micropather to c++...
|
map-link.ext
|
1.7
(16 years ago)
by root:
*** empty log message ***
|
map-grid-move-torus.ext
|
1.1
(18 years ago)
by root:
moved perl extensions into server codebase, where they belong
|
map-grid-move-random.ext
|
1.2
(17 years ago)
by root:
finally remove the old buggy plug-in cruft
|
login.ext
|
1.87
(16 years ago)
by root:
*** empty log message ***
|
jeweler.ext
|
1.15
(17 years ago)
by root:
- separate internal (undefined type) and client-exported (else)
resources.
- new %cf::RESOURCE hash for internal resources
- move jeweler.yaml to archetype ("resource") data
- support resource data filters and implement yaml2json
(this reduced loading time for the jeweler data by a factor of 1000 :).
- clean up Jeweler.pm a bit.
|
item-worldmap.ext
|
1.18
(17 years ago)
by root:
switch from Event to EV
|
item-slag-ex.ext
|
1.3
(17 years ago)
by root:
refactor decrease_ob* into ->decrease method.
|
irc.ext
|
1.11
(17 years ago)
by root:
*** empty log message ***
|
ipo.ext
|
1.14
(17 years ago)
by elmex:
fixed the mailscroll bug in the ipo
|
invite.ext
|
1.6
(16 years ago)
by root:
fix invite, seems perl somehow breaks this now when it worked before
|
help.ext
|
1.12
(17 years ago)
by root:
improve help
|
guilds.ext
|
1.4
(18 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
(17 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
(18 years ago)
by root:
moved perl extensions into server codebase, where they belong
|
dmcommands.ext
|
1.23
(17 years ago)
by root:
name your coroutines
|
dm-support.ext
|
1.19
(17 years ago)
by root:
*** empty log message ***
|
commands.ext
|
1.67
(17 years ago)
by root:
*** empty log message ***
|
clientchk.ext
|
1.4
(17 years ago)
by root:
port micropather to c++...
|
client-settings-page.ext
|
1.2
(17 years ago)
by root:
work around perl 5.8 bug
|
checkrusage.ext
|
1.5
(17 years ago)
by root:
switch from Event to EV
|
chatlog.ext
|
1.6
(17 years ago)
by root:
add some deps
|
chat.ext
|
1.40
(17 years ago)
by root:
send replies to the map channel
|
cfplus.ext
|
1.11
(17 years ago)
by root:
switch from Event to EV
|
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
(18 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.6
(17 years ago)
by root:
fix nancy and irc's SAY_CHANNEL
|
affero.ext
|
1.4
(17 years ago)
by root:
*** empty log message ***
|
adjust_levels.ext
|
1.4
(17 years ago)
by root:
*** empty log message ***
|
NPC_Dialogue.pm
|
1.9
(17 years ago)
by root:
refactor decrease_ob* into ->decrease method.
|
Makefile.am
|
1.5
(17 years ago)
by root:
update copyrights and other minor stuff to deliantra
|
Jeweler.pm
|
1.25
(17 years ago)
by root:
*** empty log message ***
|
CFDB.pm
|
1.2
(17 years ago)
by root:
switch to JSON::XS 2.01 API
|