[root]/server/trunk/random_maps
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 424 (100.0%) | 10819 (100.0%) | 25.5 |
ryo_saeba | 141 (33.3%) | 4892 (45.2%) | 34.6 |
akirschbaum | 92 (21.7%) | 2453 (22.7%) | 26.6 |
partmedia | 75 (17.7%) | 1962 (18.1%) | 26.1 |
anmaster | 42 (9.9%) | 1040 (9.6%) | 24.7 |
mwedel | 58 (13.7%) | 210 (1.9%) | 3.6 |
gros | 3 (0.7%) | 132 (1.2%) | 44.0 |
silvernexus | 6 (1.4%) | 101 (0.9%) | 16.8 |
quinet | 5 (1.2%) | 21 (0.2%) | 4.2 |
kbulgrien | 2 (0.5%) | 8 (0.1%) | 4.0 |
Make mimics rarely spawn in random dungeons.
26 lines of code changed in 1 file:
Reduce maintenance costs of adding new random map layouts by using existing defines in standalone generator.
2 lines of code changed in 1 file:
Remove incorrect comment about onion layout.
1 lines of code changed in 1 file:
Expand functionality of standalone test random map generator to allow layout selection.
60 lines of code changed in 1 file:
Fix botched memory leak fix
The fix in r20296 was incorrect and introduced double frees.
2 lines of code changed in 1 file:
Fix incorrect substitution of NULL for ASCII NUL
Reported by: Coverity Scan
1 lines of code changed in 1 file:
Fix memory leaks
Reported by: Coverity Scan
6 lines of code changed in 1 file:
Remove duplicated function.
6 lines of code changed in 2 files:
Remove unnecessary header checks
1 lines of code changed in 1 file:
Remove old-style function definitions.
3 lines of code changed in 1 file:
Rename load_original_map() to mapfile_load()
1 lines of code changed in 1 file:
Convert remaining uses of gettimeofday()
1 lines of code changed in 1 file:
Make parameter constant.
1 lines of code changed in 1 file:
Removed superfluous assignment of freed string to null. The macro FREE_AND_CLEAR_STR already assigns to null.
1 lines of code changed in 1 file:
Fix for bug #807: 'Random map potion-fountains can be destroyed'.
11 lines of code changed in 1 file:
Simplify code.
16 lines of code changed in 1 file:
Clean up system headers.
4 lines of code changed in 1 file:
Clean up standard C headers.
68 lines of code changed in 13 files:
Fix useless array comparisons.
2 lines of code changed in 1 file:
Fix several bugs that weren't fixed the first time.
4 lines of code changed in 1 file:
Clean up dead code and unreached variable checks.
7 lines of code changed in 1 file:
Refactor to use C99 integer type names.
Submitted by: Tolga Dalman
7 lines of code changed in 3 files:
Prevent possibility of divide-by-zero.
3 lines of code changed in 1 file:
Fix flipped operand to calloc(3).
8 lines of code changed in 1 file:
Free resources before returning on error.
1 lines of code changed in 1 file:
Fix several unsafe uses of strncpy(3).
1 lines of code changed in 1 file:
Move random map headers to include directory.
1 lines of code changed in 6 files:
Reorganize to remove need for static function prototypes.
171 lines of code changed in 1 file:
Rewrite standalone "random_map" program.
This makes testing random map generators easier and lets us remove the
already broken 'test.c' hack.
146 lines of code changed in 3 files:
Fix comments and include statements.
29 lines of code changed in 2 files:
Rename standalone.c -> main.c.
241 lines of code changed in 3 files:
Properly protect header files.
25 lines of code changed in 5 files:
Whitespace formatting and source header update.
1176 lines of code changed in 19 files:
Clean up Makefile.am and rename Notes -> README.
54 lines of code changed in 3 files:
Improve readability of malloc fix.
1 lines of code changed in 1 file:
Fix allocator sizeof operand mismatch.
1 lines of code changed in 1 file:
Trim legacy Makefile headers.
0 lines of code changed in 1 file:
Don't crash if chest's archetype is invalid.
2 lines of code changed in 1 file:
More random chests in maps.
1 lines of code changed in 1 file:
Change pkglib_PROGRAMS to pkglibexec_PROGRAMS. The former is not supported
in versions of automake >= 1.11.2. I believe the later is not supported
in versions < 1.11.1 (released Dec 2009), but policy is to support
current set of tools. MSW 2012-03-21
1 lines of code changed in 1 file:
(105 more)