Directory server/trunk/types/transport/

Directory Created:
2007-01-14 04:16
Total Files:
1
Deleted Files:
0
Lines of Code:
253

[root]/server/trunk/types/transport

Lines of Code

server/trunk/types/transport/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 20 (100.0%) 424 (100.0%) 21.2
gros 1 (5.0%) 279 (65.8%) 279.0
akirschbaum 6 (30.0%) 79 (18.6%) 13.1
partmedia 4 (20.0%) 25 (5.9%) 6.2
ryo_saeba 3 (15.0%) 16 (3.8%) 5.3
mwedel 2 (10.0%) 13 (3.1%) 6.5
qal21 1 (5.0%) 6 (1.4%) 6.0
quinet 1 (5.0%) 4 (0.9%) 4.0
kbulgrien 1 (5.0%) 1 (0.2%) 1.0
anmaster 1 (5.0%) 1 (0.2%) 1.0

Most Recent Commits

partmedia 2015-03-18 19:03 Rev.: 19854

Rename shop functions to be more consistent

1 lines of code changed in 1 file:

  • server/trunk/types/transport: transport.c (+1 -1)
partmedia 2015-03-18 19:03 Rev.: 19853

Split shop functions into a new header file

1 lines of code changed in 1 file:

  • server/trunk/types/transport: transport.c (+1)
partmedia 2014-06-06 17:30 Rev.: 19529

Clean up standard C headers.

22 lines of code changed in 1 file:

  • server/trunk/types/transport: transport.c (+22 -27)
partmedia 2014-04-25 19:00 Rev.: 19364

Refactor to use C99 integer type names.

Submitted by: Tolga Dalman

1 lines of code changed in 1 file:

  • server/trunk/types/transport: transport.c (+1 -1)
kbulgrien 2010-05-28 01:12 Rev.: 13308

- 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:

  • server/trunk/types/transport: transport.c (+1 -9)
akirschbaum 2009-06-24 14:17 Rev.: 12016

Replace most calls to object_insert_in_map() with object_insert_in_map_at().

1 lines of code changed in 1 file:

  • server/trunk/types/transport: transport.c (+1 -4)
akirschbaum 2009-06-18 16:10 Rev.: 11941

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:

  • server/trunk/types/transport: transport.c (+2 -1)
akirschbaum 2009-06-16 15:44 Rev.: 11916

Rename function names.

1 lines of code changed in 1 file:

  • server/trunk/types/transport: transport.c (+1 -1)
akirschbaum 2009-06-12 15:53 Rev.: 11822

Add more functions object_find_by_xxx(); use these functions where possible.

1 lines of code changed in 1 file:

  • server/trunk/types/transport: transport.c (+1 -3)
akirschbaum 2009-06-12 10:46 Rev.: 11817

Rename most functions in object.c to object_xxx().

12 lines of code changed in 1 file:

  • server/trunk/types/transport: transport.c (+12 -12)
mwedel 2009-01-25 00:11 Rev.: 11261

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:

  • server/trunk/types/transport: transport.c (+2 -1)
akirschbaum 2009-01-24 03:20 Rev.: 11226

Whitespace changes: consistently reformat code.

62 lines of code changed in 1 file:

  • server/trunk/types/transport: transport.c (+62 -88)
quinet 2008-07-20 04:49 Rev.: 9584

Automatic style fix: replace "foo* bar" by "foo *bar", remove extra spaces inside parentheses, etc.

4 lines of code changed in 1 file:

  • server/trunk/types/transport: transport.c (+4 -4)
anmaster 2008-06-01 11:40 Rev.: 9198

Set svn:eol-style to native on *.c and *.h files that were missing it.

1 lines of code changed in 1 file:

  • server/trunk/types/transport: transport.c (+1)
mwedel 2008-01-28 01:43 Rev.: 8298

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:

  • server/trunk/types/transport: transport.c (+11 -7)
ryo_saeba 2007-03-13 14:12 Rev.: 5756

Apply patch #1660388: Code-cleanup: () -> (void) courtesy Stefan Huehner.

1 lines of code changed in 1 file:

  • server/trunk/types/transport: transport.c (+1 -1)
qal21 2007-02-24 13:59 Rev.: 5608

Make functions in types/ static where possible and reasonable.

6 lines of code changed in 1 file:

  • server/trunk/types/transport: transport.c (+6 -2)
ryo_saeba 2007-02-09 18:09 Rev.: 5420

No functional changes, just compilation warnings / Doxygen stuff.

1 lines of code changed in 1 file:

  • server/trunk/types/transport: transport.c (+1)
ryo_saeba 2007-02-08 18:26 Rev.: 5408

Remove static buffer for query_name().

14 lines of code changed in 1 file:

  • server/trunk/types/transport: transport.c (+14 -9)
gros 2007-01-14 04:16 Rev.: 5310

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:

  • server/trunk/types/transport: transport.c (new 279)
Generated by StatSVN 0.7.0