Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 25 (100.0%) | 438 (100.0%) | 17.5 |
gros | 1 (4.0%) | 279 (63.7%) | 279.0 |
akirschbaum | 6 (24.0%) | 79 (18.0%) | 13.1 |
partmedia | 5 (20.0%) | 33 (7.5%) | 6.6 |
ryo_saeba | 6 (24.0%) | 20 (4.6%) | 3.3 |
mwedel | 2 (8.0%) | 13 (3.0%) | 6.5 |
qal21 | 1 (4.0%) | 6 (1.4%) | 6.0 |
quinet | 1 (4.0%) | 4 (0.9%) | 4.0 |
crowbert | 1 (4.0%) | 2 (0.5%) | 2.0 |
kbulgrien | 1 (4.0%) | 1 (0.2%) | 1.0 |
anmaster | 1 (4.0%) | 1 (0.2%) | 1.0 |
Introduce C++14.
Allow the server to run without collecting files in "arch". It can
now directly run with the "arch" directory along the "maps" one.
Rewrite the collect mechanism to use the server itself and not an external script.
1 lines of code changed in 1 file:
Use the Animations directly instead of using a number.
Hide a non significant variable.
2 lines of code changed in 1 file:
Wrap nrofpixmaps in a function to not expose global variable.
Rename 'New_Face' to 'Face'.
Use Face* instead of face number.
1 lines of code changed in 1 file:
fix bug where players-in-map counts are messed up when entering/exiting transports
2 lines of code changed in 1 file:
Fix transport type apply method return values
8 lines of code changed in 1 file:
Rename shop functions to be more consistent
1 lines of code changed in 1 file:
Split shop functions into a new header file
1 lines of code changed in 1 file:
Clean up standard C headers.
22 lines of code changed in 1 file:
Refactor to use C99 integer type names.
Submitted by: Tolga Dalman
1 lines of code changed in 1 file:
- Remove unused "oldmessage" parameter from draw_ext_info(),
draw_ext_info_format(), ext_info_map(), ext_info_map_except(), and
ext_info_map_except2() functions and calls.
1 lines of code changed in 1 file:
Replace most calls to object_insert_in_map() with object_insert_in_map_at().
1 lines of code changed in 1 file:
Rewrite loops iterating over inv/env/below/above object lists with macros that are not affected by objects being modified/removed/freed within the loop.
2 lines of code changed in 1 file:
Rename function names.
1 lines of code changed in 1 file:
Add more functions object_find_by_xxx(); use these functions where possible.
1 lines of code changed in 1 file:
Rename most functions in object.c to object_xxx().
12 lines of code changed in 1 file:
types/transport/transport.c: Add missing braces to if clause in
transport_type_process().
MSW 2009-01-24
2 lines of code changed in 1 file:
Whitespace changes: consistently reformat code.
62 lines of code changed in 1 file:
Automatic style fix: replace "foo* bar" by "foo *bar", remove extra spaces inside parentheses, etc.
4 lines of code changed in 1 file:
Set svn:eol-style to native on *.c and *.h files that were missing it.
1 lines of code changed in 1 file:
Fix for bug 1850524 - SDL clients crash when entering boat. Bogus scroll
values were being sent on mapscroll, but only the SDL client did anything
with the mapscroll variables, so only it saw problems.
---
types/transport/transport.c: Store away player x and y positions so we
can do proper comparisions. Move update of applier values out of
if coordinates are different, since those need to get updated in all
cases.
MSW 2008-01-27
11 lines of code changed in 1 file:
Apply patch #1660388: Code-cleanup: () -> (void) courtesy Stefan Huehner.
1 lines of code changed in 1 file:
Make functions in types/ static where possible and reasonable.
6 lines of code changed in 1 file:
No functional changes, just compilation warnings / Doxygen stuff.
1 lines of code changed in 1 file:
Remove static buffer for query_name().
14 lines of code changed in 1 file:
Refactoring for TRANSPORT, BOOK, ITEM_TRANSFORMER and POWER_CRYSTAL classes of objects.
Methods implemented: apply, process, describe.
2007-01-14 - Gros
279 lines of code changed in 1 file: