ViewVC Help
View Directory | Download Tarball
/cvs/deliantra/server/common
File (rev) Last Change
 ../
utils.C 1.56 (17 years ago) by root: - prepare common/ for head_ => head change - add some copyrights for files where they were missing
treasure.C 1.60 (17 years ago) by root: - unrelated change, replace get_attr_value/set_attr_value by a nicer to use stat member function. should really replace the struct values by an array.
time.C 1.14 (17 years ago) by root: - prepare common/ for head_ => head change - add some copyrights for files where they were missing
shstr.C 1.22 (17 years ago) by root: - prepare common/ for head_ => head change - add some copyrights for files where they were missing
region.C 1.31 (17 years ago) by root: - fix players frozen on movers - allow overriding of existing spells implement town portal: - new fields portasl_maap|x|y for regions - new ext town_portsla completelyx implementing it - some debugging code, some check code
recipe.C 1.20 (17 years ago) by root: - prepare common/ for head_ => head change - add some copyrights for files where they were missing
readable.C 1.24 (17 years ago) by root: add books from books.pod via some most dire hacks
porting.C 1.16 (17 years ago) by root: - prepare common/ for head_ => head change - add some copyrights for files where they were missing
player.C 1.28 (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.
path.C 1.4 (17 years ago) by root: - prepare common/ for head_ => head change - add some copyrights for files where they were missing
object.C 1.156 (17 years ago) by root: more skill tuning: - clear_skill is gone, use change_skill (0) instead. - change_skill now clears the current_weapon. - more intelligent weapon switching on unapply. - be more clever when initially applying weapons on player load/connect. - survive wrong setting of READY_WEAPON.
micropather.C 1.1 (17 years ago) by root: I like micropather so much without ever having used it that I included it. This is not to be used directly, it should be integrated into the map management code.
map.C 1.104 (17 years ago) by root: stupidity
los.C 1.25 (17 years ago) by root: - prepare common/ for head_ => head change - add some copyrights for files where they were missing
logger.C 1.12 (17 years ago) by root: revamp loggin. have a new log flag logBacktrace that logs the message and prepares a backtrace in the background, spewing it into the log at a later time. this is useful to shed some light on otherwise completely useless log messages such as: 2007-04-27 19:48:48.142 Calling random_roll with min=1 max=0 which could just as well not be there as we will never find out who is doing this to puny poor random_roll.
loader.C 1.85 (17 years ago) by root: - restore after combined mainboard+harddisk crash - cleanup/fixes for 2.1 release - fix invoke to actually do work - refactor invoke shortcuts, gcc cannot inline varargs functions. - optimised invoke to 4-5 insns in the common case. - optimised (For no good reason) the int-to-ascii conversions of dynbuf_text into division-less and branchless code (of which I am pretty proud). - actually move players to their savebed when they did not use one and the map has been reste in the meantime. does not kill (yet) when too long. - enter_map is now handled completely in perl. - goto is now using generation counting to ensure that only the most-recently-issues goto will succeed. - make some heavy use of __builtin_expect to streamline rare callbacks even more. - optimised thawer.
living.C 1.64 (17 years ago) by root: - restore after combined mainboard+harddisk crash - cleanup/fixes for 2.1 release - fix invoke to actually do work - refactor invoke shortcuts, gcc cannot inline varargs functions. - optimised invoke to 4-5 insns in the common case. - optimised (For no good reason) the int-to-ascii conversions of dynbuf_text into division-less and branchless code (of which I am pretty proud). - actually move players to their savebed when they did not use one and the map has been reste in the meantime. does not kill (yet) when too long. - enter_map is now handled completely in perl. - goto is now using generation counting to ensure that only the most-recently-issues goto will succeed. - make some heavy use of __builtin_expect to streamline rare callbacks even more. - optimised thawer.
links.C 1.7 (17 years ago) by root: - prepare common/ for head_ => head change - add some copyrights for files where they were missing
item.C 1.34 (17 years ago) by root: breath life into completely broken skill tools
init.C 1.35 (17 years ago) by root: remove superfluous/broken settings and related code - COZY_SERVER: enabled most msall adjustments, changed digestion formula to the original one, party member treament w.r.t. pets enforced. - PROHIBIT_PLAYERKILL: default - real_wiz: removed and enforced - create_home_portals: removed and enforced - casting_time: removed and forced to be off (was crashing anyways) - was_wiz flag removed and treated as off usually unless it was used in place of flag_wiz. - do not save or restore wiz, wizcast and wizpass flags.
info.C 1.13 (17 years ago) by root: - prepare common/ for head_ => head change - add some copyrights for files where they were missing
image.C 1.23 (17 years ago) by root: move animation info into facedata and make it reloadable at runtime
holy.C 1.9 (17 years ago) by root: - prepare common/ for head_ => head change - add some copyrights for files where they were missing
glue.C 1.8 (17 years ago) by root: - prepare common/ for head_ => head change - add some copyrights for files where they were missing
friend.C 1.13 (17 years ago) by root: - prepare common/ for head_ => head change - add some copyrights for files where they were missing
exp.C 1.14 (17 years ago) by root: - prepare common/ for head_ => head change - add some copyrights for files where they were missing
button.C 1.32 (17 years ago) by root: - prepare common/ for head_ => head change - add some copyrights for files where they were missing
arch.C 1.60 (17 years ago) by root: - prepare common/ for head_ => head change - add some copyrights for files where they were missing
anim.C 1.24 (17 years ago) by root: - prepare common/ for head_ => head change - add some copyrights for files where they were missing
README 1.1.1.1 (18 years ago) by root: initial import
Makefile.am 1.9 (17 years ago) by root: I like micropather so much without ever having used it that I included it. This is not to be used directly, it should be integrated into the map management code.
0 directories and 31 files shown