Directory types/transport/

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

[root]/types/transport

Lines of Code

types/transport/ Lines of Code

Developers

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

Most Recent Commits

ryo_saeba 2021-01-14 04:59 Rev.: 21764

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:

  • types/transport: transport.c (+1 -1)
ryo_saeba 2020-10-01 11:39 Rev.: 21469

Use the Animations directly instead of using a number.
Hide a non significant variable.

2 lines of code changed in 1 file:

  • types/transport: transport.c (+2 -2)
ryo_saeba 2020-10-01 05:23 Rev.: 21467

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:

  • types/transport: transport.c (+1 -1)
crowbert 2020-08-18 09:36 Rev.: 21289

fix bug where players-in-map counts are messed up when entering/exiting transports

2 lines of code changed in 1 file:

  • types/transport: transport.c (+2)
partmedia 2020-03-04 19:47 Rev.: 21129

Fix transport type apply method return values

8 lines of code changed in 1 file:

  • types/transport: transport.c (+8 -10)
partmedia 2015-03-18 19:03 Rev.: 19854

Rename shop functions to be more consistent

1 lines of code changed in 1 file:

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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