Author | Revisions | Lines of Code | Added Lines of Code | Lines of Code per Change |
---|---|---|---|---|
mwedel | 45 (27.3%) | 564 (5.7%) | 1940 (15.3%) | 12.53 |
akirschbaum | 32 (19.4%) | 677 (6.9%) | 1194 (9.4%) | 21.16 |
uid200 | 30 (18.2%) | 8128 (82.4%) | 8128 (63.9%) | 270.93 |
cvs | 30 (18.2%) | 366 (3.7%) | 599 (4.7%) | 12.20 |
michtoen | 6 (3.6%) | 10 (0.1%) | 19 (0.1%) | 1.67 |
tchize | 5 (3.0%) | 12 (0.1%) | 715 (5.6%) | 2.40 |
ryo_saeba | 4 (2.4%) | 87 (0.9%) | 89 (0.7%) | 21.75 |
peterm | 3 (1.8%) | 1 (0.0%) | 3 (0.0%) | 0.33 |
garbled | 2 (1.2%) | 1 (0.0%) | 4 (0.0%) | 0.50 |
elsbernd | 2 (1.2%) | 1 (0.0%) | 4 (0.0%) | 0.50 |
rower | 1 (0.6%) | 0 (0.0%) | 1 (0.0%) | 0.00 |
pjka | 1 (0.6%) | 5 (0.1%) | 7 (0.1%) | 5.00 |
mids | 1 (0.6%) | 8 (0.1%) | 8 (0.1%) | 8.00 |
jbontje | 1 (0.6%) | 2 (0.0%) | 3 (0.0%) | 2.00 |
cavesomething | 1 (0.6%) | 4 (0.0%) | 5 (0.0%) | 4.00 |
azzie | 1 (0.6%) | 1 (0.0%) | 2 (0.0%) | 1.00 |
Date | Author | File/Message |
---|---|---|
2/10/06 5:59 PM | akirschbaum |
Apply slightly modified patch #1428309 (code-cleanup: const, static) by
Stefan Huehner: add const/static to functions/variables. Remove some type casts. (1 Files changed, 1 Lines changed) crossedit/stubs.c 1.4
(+1
-1)
|
1/9/06 1:35 PM | cavesomething |
spell listing support
(1 Files changed,
5 Lines changed)
crossedit/stubs.c 1.3
(+5
-1)
|
12/9/05 3:34 PM | akirschbaum |
crossedit/Makefile.in: Rebuilt.
(1 Files changed,
5 Lines changed)
crossedit/Makefile.in 1.25
(+5
-2)
|
12/9/05 3:24 PM | akirschbaum |
Apply slightly modified first part of patch #1275563 (Crossedit: fix map
attributes window): make the map attributes dialogs work again. (9 Files changed, 697 Lines changed) crossedit/Defines.h 1.5
(+1
-0)
crossedit/Makefile.am 1.4
(+2
-0)
crossedit/Edit.h 1.3
(+2
-2)
crossedit/Attr.c 1.22
(+5
-14)
crossedit/Crossedit.ad.h 1.2
(+3
-13)
crossedit/Crossedit.ad 1.2
(+3
-13)
crossedit/MapAttr.h 1.1 added 58
crossedit/MapAttr.c 1.1 added 539
crossedit/Edit.c 1.19
(+84
-225)
|
11/16/05 2:16 AM | mwedel |
Commit for new blocking code. Not going to dictate all the changes -
but will outline the broad points. Note also that the doc/Developers/objects is updated and goes into more details also. - check for P_WALL no longer used - instead, need to use GET_MAP_MOVE_BLCOK and check against movement type of objects. - arch_blocked() changed to ob_blocked(), now takes object. Needed because just looking at archetype move_ values is no longer sufficient. - find_first_free_spot() changed to take object, since it just calls arch_blocked() - FLAG_FLYING removed, now in move type. - walk_on/walk_off/fly_on/fly_off removed - now based on move_on and move_off fields. - Map space structure extended to hold the move_on/move_off, etc values so that we can shortcut some processing by not having to check every object on the space when something enters it if move_on isn't set. - archetypes recollected - boulders needed move_walk to properly trigger buttons. - Note that the new plugin code has to be fixed up for the new movement code. Look for FIXME in plugins/cfpython/cfpython_object.c MSW 2005-11-15 (1 Files changed, 1 Lines changed) crossedit/Edit.c 1.18
(+1
-1)
|
10/28/05 2:08 PM | akirschbaum |
Fix compiler warnings. Most changes do not change the program (remove unused
variables, convert "if(x = y)" into "x = y; if(x)"); a few actually fix (possible) problems (fix uninitialized variables, fix printf format specifiers, fix mismatches between signed and unsigned variables, add missing return and default statements). (2 Files changed, 5 Lines changed) crossedit/Edit.c 1.17
(+2
-1)
crossedit/Attr.c 1.21
(+3
-2)
|
10/24/05 3:48 PM | akirschbaum |
Code improvements:
common/image.c: Declare some variables and functions as static or const; add safeguards while loading config files; remove support for numeric face names (no active archetype or map does use it); in free_all_images() deallocate memory allocated for smoothing. crossedit/xutil.c: Remove assignment to nrofpixmaps since ReadBmapNames() already sets this variable. include/{global.h, libproto.h, loader.h}: Remove now static variables and functions. (1 Files changed, 2 Lines changed) crossedit/xutil.c 1.13
(+2
-2)
|
10/7/05 12:54 PM | akirschbaum |
common/{arch.c, object.c}, crossedit/{Attr.c, Defines.h, Edit.c},
include/libproto.h, server/{plugins.c, time.c}: Rename functions with mixed-case names to lower case only. crossedit/Defines.h: Remove prototypes for nonexisting functions. (3 Files changed, 4 Lines changed) crossedit/Edit.c 1.16
(+2
-2)
crossedit/Defines.h 1.4
(+1
-3)
crossedit/Attr.c 1.20
(+1
-1)
|
8/30/05 5:15 PM | akirschbaum |
Add (slightly reformatted) patch #1276121 (Crossedit: handle big faces) by
Kevin Rudat: crossedit/CrEdit.c: UpdatePosition(): Use new drawing subroutines. crossedit/CrFace.c: DrawObject(): Use new drawing subroutine. crossedit/CrList.c: Redisplay(): Use new drawing subroutine. crossedit/CrUtil.c, crossedit/CrUtil.h: Remove FaceDraw(), add DrawFacePart() and DrawPartObject(). crossedit/png.c: Upload the whole image, not just the top-left corner. (6 Files changed, 99 Lines changed) crossedit/CrUtil.h 1.2
(+2
-1)
crossedit/CrUtil.c 1.4
(+60
-14)
crossedit/CrEdit.c 1.8
(+33
-25)
crossedit/png.c 1.9
(+2
-2)
crossedit/CrList.c 1.3
(+1
-1)
crossedit/CrFace.c 1.3
(+1
-1)
|
8/28/05 3:18 AM | akirschbaum |
Add patch #1274385 by Kevin Rudat to make crossedit draw floors on tiles with
items. crossedit/CrEdit.c: Add call to update_position() in UpdatePosition(). (1 Files changed, 6 Lines changed) crossedit/CrEdit.c 1.7
(+6
-1)
|
8/28/05 1:58 AM | akirschbaum |
Add patch #1271417 by Kevin Rudat to stop crossedit losing regions. Patch is
slightly modified to properly handle all map fields. crossedit/Edit.c: Copy all map fields in MapMoveScrollResize(). Do not add a msg header to already existing maps. crossedit/crossedit.c: Call init_regions() at program initialization. (2 Files changed, 56 Lines changed) crossedit/Edit.c 1.15
(+55
-9)
crossedit/crossedit.c 1.5
(+1
-0)
|
7/17/05 6:00 AM | ryo_saeba |
Use const char* instead of char* when possible. Removed unused variables from weather code.
(1 Files changed,
1 Lines changed)
crossedit/stubs.c 1.2
(+1
-1)
|
7/16/05 4:10 PM | akirschbaum |
Fix spelling errors in string constants.
(2 Files changed,
4 Lines changed)
crossedit/png.c 1.8
(+2
-2)
crossedit/Attr.c 1.19
(+2
-2)
|
7/16/05 1:13 PM | akirschbaum |
*Makefile.in, aclocal.m4, configure: Rebuilt generated files.
(1 Files changed,
23 Lines changed)
crossedit/Makefile.in 1.24
(+23
-10)
|
7/15/05 10:48 AM | ryo_saeba |
A few more fixes
(1 Files changed,
3 Lines changed)
crossedit/Makefile.in 1.23
(+3
-1)
|
7/15/05 10:42 AM | ryo_saeba |
A few more fixes
(2 Files changed,
85 Lines changed)
crossedit/Makefile.am 1.3
(+1
-0)
crossedit/stubs.c 1.1 added 84
|
7/10/05 8:54 AM | akirschbaum |
server/{login.c, player.c}: Fix buffer overflow with pl->title. Based on patch
by Scott Kullberg. crossedit/{Edit.c, Cnv/CnvPrompt.c}, server/{ban.c, hiscore.c, login.c, player.c, shop.c, win32.c}: Properly terminate destination string of strncpy with '\0'. (1 Files changed, 3 Lines changed) crossedit/Edit.c 1.14
(+3
-1)
|
7/8/05 8:03 PM | mwedel |
configure.ac, configure, aclocal.m4, */Makefile.in: Add AM_MAINTAINER_MODE
macro to configure.ac - this should hopefully supress auto regeneration of makefiles.in MSW 2005-07-08 (1 Files changed, 6 Lines changed) crossedit/Makefile.in 1.22
(+6
-3)
|
7/8/05 7:03 PM | mwedel |
Commit updated makefiles so files these depend on have been updated
(aclocal/include). MSW 2005-07-08 (1 Files changed, 267 Lines changed) crossedit/Makefile.in 1.21
(+267
-165)
|
5/6/05 4:10 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 (1 Files changed, 169 Lines changed) crossedit/Makefile.in 1.20
(+169
-283)
|