Jonathan G Rennison
|
dfd3e3dcaa
|
Add track func: TrackdirToDirection
|
2018-07-08 23:01:29 +01:00 |
|
Jonathan G Rennison
|
3330e4cef8
|
Merge branch 'cargo_type_order' into jgrpp
# Conflicts:
# src/pathfinder/yapf/yapf_common.hpp
# src/saveload/extended_ver_sl.cpp
# src/saveload/order_sl.cpp
# src/saveload/station_sl.cpp
# src/track_func.h
|
2018-07-02 21:04:06 +01:00 |
|
J0anJosep
|
d01c09fb73
|
Codechange: Use HasTrack(dir) to improve code readability.
|
2018-06-27 23:14:30 +02:00 |
|
J0anJosep
|
31ac11bddb
|
Codechange: Increase readability of track functions and pathfinders.
|
2018-06-27 23:14:30 +02:00 |
|
Jonathan G Rennison
|
4d1bd8e4b4
|
Merge branch 'master' into jgrpp
# Conflicts:
# src/genworld_gui.cpp
# src/gfx.cpp
# src/lang/korean.txt
# src/linkgraph/linkgraph_gui.cpp
# src/linkgraph/linkgraph_gui.h
# src/music.cpp
# src/table/settings.ini
# src/town_cmd.cpp
# src/train_cmd.cpp
|
2018-06-25 18:57:48 +01:00 |
|
PeterN
|
c2a7728084
|
Fix: Prevent ships moving into docks after finishing (un)loading. (#6791)
|
2018-06-14 09:25:39 +01:00 |
|
Jonathan G Rennison
|
fc60857b66
|
Merge branches 'adjacent_crossings' and 'zoning' into jgrpp
|
2017-03-20 19:06:09 +00:00 |
|
peter1138
|
f3cbe98156
|
(svn r27808) -Codechange: Adjust the size of _track_crosses_trackdirs
_track_crosses_trackdirs is indexed by a Track, not a
Trackdir, so adjust its size accordingly. (cirdan)
|
2017-03-19 22:30:47 +00:00 |
|
peter1138
|
e3a1ae2be5
|
(svn r27808) -Codechange: Adjust the size of _track_crosses_trackdirs
_track_crosses_trackdirs is indexed by a Track, not a
Trackdir, so adjust its size accordingly. (cirdan)
|
2017-03-19 22:30:47 +00:00 |
|
Jonathan G Rennison
|
ecf5943954
|
Fix some undefined behaviour: signed overflow and over shift left.
Caught by UndefinedBehaviourSanitizer.
|
2015-11-22 23:16:09 +00:00 |
|
rubidium
|
299786a8d1
|
(svn r26105) -Codechange: add a lot of assertions to track/road functions that might eventually lead to become indices into tables
|
2013-11-25 13:16:06 +00:00 |
|
rubidium
|
4b8d9aad5b
|
(svn r26105) -Codechange: add a lot of assertions to track/road functions that might eventually lead to become indices into tables
|
2013-11-25 13:16:06 +00:00 |
|
planetmaker
|
f00d9976f9
|
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow)
|
2013-01-08 22:46:42 +00:00 |
|
planetmaker
|
c24374f99c
|
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow)
|
2013-01-08 22:46:42 +00:00 |
|
alberth
|
063931d435
|
(svn r21060) -Doc: Improved wording of comments (mostly by __ln__)
|
2010-10-30 17:51:07 +00:00 |
|
alberth
|
7e48d85104
|
(svn r21060) -Doc: Improved wording of comments (mostly by __ln__)
|
2010-10-30 17:51:07 +00:00 |
|
rubidium
|
618572ce77
|
(svn r19792) -Change: use the typed FOR_EACH_SET_BIT for Tracks (adf88)
|
2010-05-11 21:02:26 +00:00 |
|
rubidium
|
99ecfe4061
|
(svn r19792) -Change: use the typed FOR_EACH_SET_BIT for Tracks (adf88)
|
2010-05-11 21:02:26 +00:00 |
|
rubidium
|
9467b7c6d6
|
(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header
|
2010-01-15 16:41:15 +00:00 |
|
rubidium
|
82fc28f77f
|
(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header
|
2010-01-15 16:41:15 +00:00 |
|
rubidium
|
99d46e0ad7
|
(svn r17248) -Fix: add GPL license notice where appropriate
|
2009-08-21 20:21:05 +00:00 |
|
rubidium
|
7fbc33dae1
|
(svn r17248) -Fix: add GPL license notice where appropriate
|
2009-08-21 20:21:05 +00:00 |
|
rubidium
|
27cfb68d93
|
(svn r13941) -Codechange [YAPP]: Added YAPP-related penalties to YAPF. (michi_cc)
|
2008-08-02 22:51:07 +00:00 |
|
rubidium
|
8c7983727e
|
(svn r13941) -Codechange [YAPP]: Added YAPP-related penalties to YAPF. (michi_cc)
|
2008-08-02 22:51:07 +00:00 |
|
rubidium
|
11bf3902c4
|
(svn r13926) -Add [YAPP]: Add map accessors for path reservations. (michi_cc)
|
2008-08-02 22:47:20 +00:00 |
|
rubidium
|
ec7cc49825
|
(svn r13926) -Add [YAPP]: Add map accessors for path reservations. (michi_cc)
|
2008-08-02 22:47:20 +00:00 |
|
smatz
|
2be223fc03
|
(svn r13090) -Codechange: add functions for direct conversion from DiagDirection to Track and Trackbits
|
2008-05-14 18:31:21 +00:00 |
|
smatz
|
ec627dedf8
|
(svn r13090) -Codechange: add functions for direct conversion from DiagDirection to Track and Trackbits
|
2008-05-14 18:31:21 +00:00 |
|
frosch
|
4ec7f33f8c
|
(svn r12313) -Fix: YAPF and NTP did not apply penalty for uphill tracks on steep slopes.
|
2008-02-28 17:34:34 +00:00 |
|
frosch
|
35fd0dfd4e
|
(svn r12313) -Fix: YAPF and NTP did not apply penalty for uphill tracks on steep slopes.
|
2008-02-28 17:34:34 +00:00 |
|
frosch
|
7f3d56041b
|
(svn r12199) -Codechange: Remove magic around the results of GetTileTrackStatus().
|
2008-02-20 17:49:50 +00:00 |
|
frosch
|
b7993793c8
|
(svn r12199) -Codechange: Remove magic around the results of GetTileTrackStatus().
|
2008-02-20 17:49:50 +00:00 |
|
rubidium
|
8ebdfb258f
|
(svn r11674) -Codechange: refactor some functions out of macros.h into more logical locations.
|
2007-12-21 19:21:21 +00:00 |
|
rubidium
|
01e20c9140
|
(svn r11674) -Codechange: refactor some functions out of macros.h into more logical locations.
|
2007-12-21 19:21:21 +00:00 |
|
rubidium
|
be923601bf
|
(svn r11669) -Codechange: refactor tile.h -> tile_type.h and tile_map.h
|
2007-12-19 23:26:02 +00:00 |
|
rubidium
|
5b49e75453
|
(svn r11669) -Codechange: refactor tile.h -> tile_type.h and tile_map.h
|
2007-12-19 23:26:02 +00:00 |
|
rubidium
|
818a23e7f2
|
(svn r11664) -Codechange: use more specific ("rail_type.h" instead of "rail.h" that includes way more than only "rail_type.h") includes at some places.
|
2007-12-18 20:58:12 +00:00 |
|
rubidium
|
7db6c7db38
|
(svn r11664) -Codechange: use more specific ("rail_type.h" instead of "rail.h" that includes way more than only "rail_type.h") includes at some places.
|
2007-12-18 20:58:12 +00:00 |
|
rubidium
|
efc18e8ab3
|
(svn r11663) -Codechange: moving of the road related types and functions.
|
2007-12-18 20:38:16 +00:00 |
|
rubidium
|
e4ef359f47
|
(svn r11663) -Codechange: moving of the road related types and functions.
|
2007-12-18 20:38:16 +00:00 |
|
rubidium
|
2e2d76f445
|
(svn r11662) -Codechange: move some rail types/related functions around.
|
2007-12-18 20:10:21 +00:00 |
|
rubidium
|
df0c6eb2b9
|
(svn r11662) -Codechange: move some rail types/related functions around.
|
2007-12-18 20:10:21 +00:00 |
|