|
Login: tchize
Fullname: tchize
Revisions: 332
Lines of Code: 22107
Added Lines of Code: 155916
Lines of Code per Change: 66.6
|
Date | Author | File/Message |
---|---|---|
9/4/05 10:44 AM | tchize |
Fixed a bug in map loading (doors and fireplacs could have disappear)
(1 Files changed,
2 Lines changed)
common/map.c 1.79
(+2
-12)
|
9/3/05 3:42 PM | tchize |
Changed altar behaviour. Now altar can check also against fullname of object.
examples are: slaying bronze sword +2 slaying diamond of exceptional beauty (1 Files changed, 3 Lines changed) common/button.c 1.27
(+3
-2)
|
9/3/05 2:15 PM | tchize |
Added glowing crystal charge/max charge information in description.
See RFE #1241712 on sourceforge http://sourceforge.net/tracker/index.php?func=detail&aid=1241712&group_id=13833&atid=363833 (2 Files changed, 29 Lines changed) server/c_object.c 1.65
(+2
-1)
common/item.c 1.50
(+27
-2)
|
8/31/05 3:07 PM | tchize |
Accelerated map loading (a lot) and map saving (a bit) codes to improve map transition
experience. (7 Files changed, 1158 Lines changed) include/define.h 1.90
(+8
-2)
include/map.h 1.30
(+4
-1)
include/object.h 1.39
(+5
-1)
common/object.c 1.101
(+16
-9)
common/map.c 1.78
(+17
-6)
common/loader.l 1.66
(+15
-6)
common/loader.c 1.70
(+1093
-870)
|
5/29/05 12:35 PM | tchize |
add-on: title more lenghtly are now allowed and the part ' the ' in title is now optional.
This does not add a 'title prefix' command as suggest by mwedel and casper1 on tracker reference: [ 1088383 ] title_prefix http://sourceforge.net/tracker/index.php?func=detail&aid=1088383&group_id=13833&atid=313833 (4 Files changed, 16 Lines changed) server/c_misc.c 1.59
(+9
-3)
include/define.h 1.86
(+2
-2)
socket/info.c 1.24
(+2
-2)
lib/settings 1.19
(+3
-2)
|
5/29/05 10:37 AM | tchize |
MOTD now splitted in 3 files: rules, news and motd.
They are sent on connection to client in this exact order. (10 Files changed, 130 Lines changed) lib/news 1.1 added 12
server/player.c 1.164
(+69
-5)
include/global.h 1.55
(+3
-1)
lib/Makefile.in 1.65
(+1
-1)
include/define.h 1.85
(+6
-3)
common/init.c 1.40
(+3
-1)
lib/rules 1.1 added 13
include/libproto.h 1.64
(+2
-0)
lib/Makefile.am 1.18
(+1
-1)
common/utils.c 1.16
(+20
-1)
|
5/21/05 1:52 PM | tchize |
FIX: recollected arches, treasures were missing
(5 Files changed,
12286 Lines changed)
lib/crossfire.0 1.46
(+0
-0)
lib/crossfire.1 1.45
(+0
-0)
lib/treasures.bld 1.30
(+4039
-0)
lib/archetypes 1.159
(+3634
-3634)
lib/bmaps.paths 1.82
(+4613
-4613)
|
5/21/05 12:34 PM | tchize |
Added support for readable subtypes in sign managements.
Added some documentation on readable subtypes in the form Now signs should show nice on new clients (if you except my awful drawings) (15 Files changed, 11880 Lines changed) lib/crossfire.0 1.45
(+0
-0)
socket/info.c 1.23
(+4
-4)
doc/Developers/extmessage-types.html 1.1 added 1437
lib/archetypes 1.158
(+1694
-172)
lib/smooth 1.14
(+1
-0)
server/apply.c 1.126
(+9
-6)
lib/faces 1.68
(+258
-217)
lib/bmaps 1.79
(+4077
-4069)
include/sockproto.h 1.21
(+1
-1)
include/define.h 1.84
(+10
-6)
lib/crossfire.1 1.44
(+0
-0)
lib/treasures.bld 1.29
(+39
-4035)
server/player.c 1.163
(+2
-2)
lib/animations 1.71
(+271
-162)
lib/bmaps.paths 1.81
(+4077
-4069)
|
5/7/05 6:51 AM | tchize |
Corrected silinesses in code. Now compiles when CFLAGS=-ansi -pedantic
(12 Files changed,
170 Lines changed)
ChangeLog 1.281
(+9
-0)
server/spell_attack.c 1.19
(+2
-2)
server/apply.c 1.123
(+1
-5)
server/plugins.c 1.35
(+2
-3)
server/c_misc.c 1.58
(+5
-2)
server/weather.c 1.38
(+11
-11)
include/define.h 1.83
(+6
-1)
configure.ac 1.12
(+23
-5)
include/win32.h 1.16
(+0
-2)
configure 1.52
(+106
-0)
server/login.c 1.48
(+2
-2)
include/autoconf.h.in 1.13
(+3
-0)
|
5/6/05 4:09 PM | tchize |
added a new command to identify the type of text send to client.
media tags can be included inside them. Those text types include scrolls, books, message of the day, signs, aso. See protocol doc for details (43 Files changed, 9811 Lines changed) doc/spell-docs/Makefile.in 1.14
(+67
-156)
socket/init.c 1.36
(+2
-1)
crossedit/Makefile.in 1.20
(+169
-283)
random_maps/Makefile.in 1.23
(+166
-247)
utils/Makefile.in 1.23
(+112
-202)
doc/spoiler/Makefile.in 1.17
(+70
-156)
common/logger.c 1.9
(+2
-2)
include/book.h 1.3
(+7
-1)
include/libproto.h 1.63
(+2
-0)
Makefile.in 1.38
(+142
-308)
include/sockproto.h 1.20
(+3
-0)
server/apply.c 1.122
(+15
-5)
crossedit/Cnv/Makefile.in 1.14
(+134
-223)
common/readable.c 1.18
(+78
-3)
crossedit/bitmaps/Makefile.in 1.12
(+67
-156)
common/Makefile.in 1.21
(+147
-229)
configure 1.51
(+106
-309)
socket/request.c 1.69
(+54
-1)
lib/Makefile.in 1.64
(+120
-212)
common/utils.c 1.15
(+24
-1)
aclocal.m4 1.19
(+6080
-5988)
include/Makefile.in 1.18
(+86
-187)
include/config.h 1.64
(+2
-2)
doc/spoiler-html/Makefile.in 1.20
(+70
-156)
socket/Makefile.in 1.16
(+128
-218)
include/global.h 1.54
(+3
-2)
server/Makefile.in 1.25
(+175
-246)
crossedit/doc/Makefile.in 1.12
(+67
-156)
doc/Developers/protocol 1.13
(+68
-3)
server/player.c 1.161
(+13
-8)
socket/info.c 1.21
(+70
-1)
socket/loop.c 1.28
(+3
-2)
include/newserver.h 1.31
(+12
-2)
crossedit/include/Makefile.in 1.12
(+80
-181)
devel/Makefile.in 1.9
(+136
-228)
include/define.h 1.82
(+96
-2)
server/init.c 1.61
(+3
-1)
doc/playbook/Makefile.in 1.18
(+75
-159)
doc/scripts/Makefile.in 1.14
(+68
-158)
doc/Developers/Makefile.in 1.14
(+67
-156)
random_maps/reader.c 1.10
(+832
-635)
doc/Makefile.in 1.30
(+118
-245)
doc/playbook-html/Makefile.in 1.18
(+72
-157)
|