[simutrans] 03/03: Updated version 120.2.2 from 'upstream/120.2.2'

Jörg Frings-Fürst jff-guest at moszumanska.debian.org
Sun Jun 25 08:35:50 UTC 2017


This is an automated email from the git hooks/post-receive script.

jff-guest pushed a commit to branch master
in repository simutrans.

commit b45b386db547b55ee4443c8c8f64ef6455bf973e
Merge: 9efc563 d39564d
Author: Jörg Frings-Fürst <debian at jff-webhosting.net>
Date:   Sun Jun 25 10:35:12 2017 +0200

    Updated version 120.2.2 from 'upstream/120.2.2'
    
    with Debian dir a77c1c46e92310a8736392b2e4804396bff362ba

 .gitignore                                         |    1 -
 Makefile                                           |  161 +-
 OSX/binary_picker.sh                               |   38 -
 OSX/osx.mk                                         |   48 -
 OSX/plistgen.sh                                    |   48 -
 OSX/simutrans.icns                                 |  Bin 172520 -> 0 bytes
 OSX/simutrans.sh                                   |   10 -
 Simutrans.manifest                                 |   23 -
 bauer/brueckenbauer.cc                             |  399 ++--
 bauer/brueckenbauer.h                              |   47 +-
 bauer/fabrikbauer.cc                               |  384 ++--
 bauer/fabrikbauer.h                                |   64 +-
 bauer/goods_manager.cc                             |  200 ++
 bauer/{warenbauer.h => goods_manager.h}            |   38 +-
 bauer/hausbauer.cc                                 |  512 +++--
 bauer/hausbauer.h                                  |   68 +-
 bauer/tunnelbauer.cc                               |  307 +--
 bauer/tunnelbauer.h                                |   28 +-
 bauer/vehikelbauer.cc                              |  222 +-
 bauer/vehikelbauer.h                               |   26 +-
 bauer/warenbauer.cc                                |  200 --
 bauer/wegbauer.cc                                  |  855 +++----
 bauer/wegbauer.h                                   |   65 +-
 besch/bild_besch.h                                 |   79 -
 besch/bildliste2d_besch.h                          |   38 -
 besch/bildliste_besch.h                            |   42 -
 besch/bruecke_besch.cc                             |  145 --
 besch/fabrik_besch.cc                              |   83 -
 besch/fabrik_besch.h                               |  298 ---
 besch/fussgaenger_besch.h                          |   47 -
 besch/groundobj_besch.h                            |   85 -
 besch/grund_besch.cc                               | 1075 ---------
 besch/grund_besch.h                                |  116 -
 besch/haus_besch.cc                                |  254 ---
 besch/haus_besch.h                                 |  373 ---
 besch/obj_besch.h                                  |   52 -
 besch/obj_besch_std_name.cc                        |   20 -
 besch/reader/bridge_reader.cc                      |  182 --
 besch/reader/building_reader.cc                    |  419 ----
 besch/reader/citycar_reader.cc                     |   82 -
 besch/reader/crossing_reader.cc                    |   85 -
 besch/reader/factory_reader.cc                     |  359 ---
 besch/reader/good_reader.cc                        |   90 -
 besch/reader/good_reader.h                         |   28 -
 besch/reader/ground_reader.cc                      |   24 -
 besch/reader/groundobj_reader.cc                   |   69 -
 besch/reader/image_reader.cc                       |  201 --
 besch/reader/imagelist2d_reader.cc                 |   25 -
 besch/reader/imagelist_reader.cc                   |   25 -
 besch/reader/pedestrian_reader.cc                  |   67 -
 besch/reader/roadsign_reader.cc                    |   97 -
 besch/reader/root_reader.cc                        |   15 -
 besch/reader/skin_reader.cc                        |   41 -
 besch/reader/sound_reader.cc                       |   50 -
 besch/reader/text_reader.cc                        |   20 -
 besch/reader/tree_reader.cc                        |   66 -
 besch/reader/tunnel_reader.cc                      |  144 --
 besch/reader/vehicle_reader.cc                     |  334 ---
 besch/reader/way_obj_reader.cc                     |   69 -
 besch/reader/way_reader.cc                         |  177 --
 besch/reader/xref_reader.cc                        |   36 -
 besch/skin_besch.h                                 |   40 -
 besch/spezial_obj_tpl.h                            |   73 -
 besch/stadtauto_besch.h                            |   57 -
 besch/tunnel_besch.h                               |   87 -
 besch/vehikel_besch.cc                             |   27 -
 besch/vehikel_besch.h                              |  268 ---
 besch/way_obj_besch.h                              |  184 --
 besch/weg_besch.cc                                 |   27 -
 besch/writer/roadsign_writer.cc                    |   77 -
 boden/boden.cc                                     |   36 +-
 boden/boden.h                                      |    4 +-
 boden/brueckenboden.cc                             |   34 +-
 boden/brueckenboden.h                              |    4 +-
 boden/fundament.cc                                 |   24 +-
 boden/fundament.h                                  |   14 +-
 boden/grund.cc                                     |  542 ++---
 boden/grund.h                                      |   92 +-
 boden/monorailboden.cc                             |   18 +-
 boden/monorailboden.h                              |    4 +-
 boden/tunnelboden.cc                               |   44 +-
 boden/tunnelboden.h                                |    6 +-
 boden/wasser.cc                                    |   26 +-
 boden/wasser.h                                     |   16 +-
 boden/wege/kanal.cc                                |   32 +-
 boden/wege/kanal.h                                 |    4 +-
 boden/wege/maglev.cc                               |   14 +-
 boden/wege/maglev.h                                |    4 +-
 boden/wege/monorail.cc                             |   14 +-
 boden/wege/monorail.h                              |   10 +-
 boden/wege/narrowgauge.cc                          |   14 +-
 boden/wege/narrowgauge.h                           |    4 +-
 boden/wege/runway.cc                               |   28 +-
 boden/wege/runway.h                                |    4 +-
 boden/wege/schiene.cc                              |   38 +-
 boden/wege/schiene.h                               |    6 +-
 boden/wege/strasse.cc                              |   32 +-
 boden/wege/strasse.h                               |    4 +-
 boden/wege/weg.cc                                  |  132 +-
 boden/wege/weg.h                                   |   72 +-
 buildOSXbundle.sh                                  |  150 --
 config.default.in                                  |    2 +
 config.template                                    |   11 +-
 configure.ac                                       |  114 -
 configure.sh                                       |  323 +--
 dataobj/crossing_logic.cc                          |   88 +-
 dataobj/crossing_logic.h                           |   25 +-
 dataobj/environment.cc                             |   95 +-
 dataobj/environment.h                              |   29 +-
 dataobj/fahrplan.h                                 |  318 ---
 dataobj/gameinfo.cc                                |   20 +-
 dataobj/gameinfo.h                                 |   13 +-
 dataobj/height_map_loader.cc                       |  242 ++
 dataobj/height_map_loader.h                        |   47 +
 dataobj/koord.cc                                   |    8 +-
 dataobj/koord.h                                    |   10 +-
 dataobj/koord3d.cc                                 |   12 +-
 dataobj/loadsave.cc                                |  171 +-
 dataobj/loadsave.h                                 |    3 +-
 dataobj/marker.cc                                  |   28 +-
 dataobj/marker.h                                   |   16 +-
 dataobj/objlist.cc                                 |   67 +-
 dataobj/objlist.h                                  |    2 +-
 dataobj/powernet.cc                                |   69 +-
 dataobj/powernet.h                                 |   82 +-
 dataobj/ribi.cc                                    |  494 ++--
 dataobj/ribi.h                                     |  323 +--
 dataobj/route.cc                                   |   77 +-
 dataobj/route.h                                    |    2 +-
 dataobj/scenario.cc                                |  198 +-
 dataobj/scenario.h                                 |   39 +-
 dataobj/{fahrplan.cc => schedule.cc}               |  190 +-
 dataobj/schedule.h                                 |  322 +++
 dataobj/{linieneintrag.h => schedule_entry.h}      |   16 +-
 dataobj/settings.cc                                |  156 +-
 dataobj/settings.h                                 |   69 +-
 dataobj/tabfile.cc                                 |  610 ++---
 dataobj/tabfile.h                                  |   35 +-
 dataobj/warenziel.cc                               |   21 -
 dataobj/warenziel.h                                |   24 -
 descriptor/bridge_desc.cc                          |  145 ++
 besch/bruecke_besch.h => descriptor/bridge_desc.h  |   70 +-
 descriptor/building_desc.cc                        |  242 ++
 descriptor/building_desc.h                         |  369 +++
 descriptor/citycar_desc.h                          |   57 +
 .../kreuzung_besch.h => descriptor/crossing_desc.h |   46 +-
 descriptor/factory_desc.cc                         |   83 +
 descriptor/factory_desc.h                          |  298 +++
 besch/ware_besch.cc => descriptor/goods_desc.cc    |    4 +-
 besch/ware_besch.h => descriptor/goods_desc.h      |   51 +-
 descriptor/ground_desc.cc                          | 1076 +++++++++
 descriptor/ground_desc.h                           |  113 +
 descriptor/groundobj_desc.h                        |   96 +
 besch/bild_besch.cc => descriptor/image.cc         |  114 +-
 descriptor/image.h                                 |   95 +
 descriptor/image_array.h                           |   38 +
 descriptor/image_list.h                            |   42 +
 {besch => descriptor}/intro_dates.h                |    2 +-
 descriptor/obj_base_desc.cc                        |   20 +
 .../obj_base_desc.h                                |   46 +-
 descriptor/obj_desc.h                              |   61 +
 {besch => descriptor}/obj_node_info.h              |    4 +-
 {besch => descriptor}/objversion.h                 |    0
 descriptor/pedestrian_desc.h                       |   47 +
 descriptor/reader/bridge_reader.cc                 |  196 ++
 {besch => descriptor}/reader/bridge_reader.h       |    6 +-
 descriptor/reader/building_reader.cc               |  458 ++++
 {besch => descriptor}/reader/building_reader.h     |    6 +-
 descriptor/reader/citycar_reader.cc                |   90 +
 {besch => descriptor}/reader/citycar_reader.h      |    6 +-
 descriptor/reader/crossing_reader.cc               |   97 +
 {besch => descriptor}/reader/crossing_reader.h     |    4 +-
 descriptor/reader/factory_reader.cc                |  457 ++++
 {besch => descriptor}/reader/factory_reader.h      |   26 +-
 descriptor/reader/good_reader.cc                   |   96 +
 descriptor/reader/good_reader.h                    |   28 +
 descriptor/reader/ground_reader.cc                 |   24 +
 {besch => descriptor}/reader/ground_reader.h       |    4 +-
 descriptor/reader/groundobj_reader.cc              |   77 +
 {besch => descriptor}/reader/groundobj_reader.h    |    4 +-
 descriptor/reader/image_reader.cc                  |  196 ++
 {besch => descriptor}/reader/image_reader.h        |    2 +-
 descriptor/reader/imagelist2d_reader.cc            |   25 +
 {besch => descriptor}/reader/imagelist2d_reader.h  |    2 +-
 descriptor/reader/imagelist_reader.cc              |   25 +
 {besch => descriptor}/reader/imagelist_reader.h    |    2 +-
 {besch => descriptor}/reader/obj_reader.cc         |   61 +-
 {besch => descriptor}/reader/obj_reader.h          |   24 +-
 descriptor/reader/pedestrian_reader.cc             |   67 +
 {besch => descriptor}/reader/pedestrian_reader.h   |    6 +-
 descriptor/reader/roadsign_reader.cc               |  109 +
 {besch => descriptor}/reader/roadsign_reader.h     |    4 +-
 descriptor/reader/root_reader.cc                   |   15 +
 {besch => descriptor}/reader/root_reader.h         |    4 +-
 {besch => descriptor}/reader/sim_reader.cc         |    4 +-
 descriptor/reader/skin_reader.cc                   |   41 +
 {besch => descriptor}/reader/skin_reader.h         |    4 +-
 descriptor/reader/sound_reader.cc                  |   50 +
 {besch => descriptor}/reader/sound_reader.h        |    4 +-
 descriptor/reader/text_reader.cc                   |   20 +
 {besch => descriptor}/reader/text_reader.h         |    2 +-
 descriptor/reader/tree_reader.cc                   |   72 +
 {besch => descriptor}/reader/tree_reader.h         |    4 +-
 descriptor/reader/tunnel_reader.cc                 |  156 ++
 {besch => descriptor}/reader/tunnel_reader.h       |    8 +-
 descriptor/reader/vehicle_reader.cc                |  363 +++
 {besch => descriptor}/reader/vehicle_reader.h      |    4 +-
 descriptor/reader/way_obj_reader.cc                |   72 +
 {besch => descriptor}/reader/way_obj_reader.h      |    6 +-
 descriptor/reader/way_reader.cc                    |  182 ++
 {besch => descriptor}/reader/way_reader.h          |    4 +-
 descriptor/reader/xref_reader.cc                   |   36 +
 {besch => descriptor}/reader/xref_reader.h         |    4 +-
 .../roadsign_besch.h => descriptor/roadsign_desc.h |   32 +-
 descriptor/skin_desc.h                             |   40 +
 besch/sound_besch.cc => descriptor/sound_desc.cc   |   46 +-
 besch/sound_besch.h => descriptor/sound_desc.h     |   30 +-
 descriptor/spezial_obj_tpl.h                       |   73 +
 besch/text_besch.h => descriptor/text_desc.h       |   12 +-
 besch/baum_besch.h => descriptor/tree_desc.h       |   34 +-
 besch/tunnel_besch.cc => descriptor/tunnel_desc.cc |    9 +-
 descriptor/tunnel_desc.h                           |   87 +
 descriptor/vehicle_desc.cc                         |   27 +
 descriptor/vehicle_desc.h                          |  270 +++
 descriptor/way_desc.cc                             |   26 +
 besch/weg_besch.h => descriptor/way_desc.h         |   89 +-
 descriptor/way_obj_desc.h                          |  176 ++
 {besch => descriptor}/writer/bridge_writer.cc      |   28 +-
 {besch => descriptor}/writer/bridge_writer.h       |    0
 {besch => descriptor}/writer/building_writer.cc    |  111 +-
 {besch => descriptor}/writer/building_writer.h     |    0
 {besch => descriptor}/writer/citycar_writer.cc     |   12 +-
 {besch => descriptor}/writer/citycar_writer.h      |    6 +-
 {besch => descriptor}/writer/crossing_writer.cc    |   25 +-
 {besch => descriptor}/writer/crossing_writer.h     |    0
 {besch => descriptor}/writer/factory_writer.cc     |  152 +-
 {besch => descriptor}/writer/factory_writer.h      |    4 +-
 {besch => descriptor}/writer/get_climate.cc        |    2 +-
 {besch => descriptor}/writer/get_climate.h         |    0
 {besch => descriptor}/writer/get_waytype.cc        |    4 +-
 {besch => descriptor}/writer/get_waytype.h         |    3 +-
 {besch => descriptor}/writer/good_writer.cc        |    6 +-
 {besch => descriptor}/writer/good_writer.h         |   10 +-
 {besch => descriptor}/writer/ground_writer.cc      |   10 +-
 {besch => descriptor}/writer/ground_writer.h       |    0
 {besch => descriptor}/writer/groundobj_writer.cc   |   14 +-
 {besch => descriptor}/writer/groundobj_writer.h    |    0
 {besch => descriptor}/writer/image_writer.cc       |  182 +-
 {besch => descriptor}/writer/image_writer.h        |   12 +-
 {besch => descriptor}/writer/imagelist2d_writer.cc |    0
 {besch => descriptor}/writer/imagelist2d_writer.h  |    0
 {besch => descriptor}/writer/imagelist_writer.cc   |    0
 {besch => descriptor}/writer/imagelist_writer.h    |    0
 {besch => descriptor}/writer/obj_node.cc           |    2 +-
 {besch => descriptor}/writer/obj_node.h            |    0
 {besch => descriptor}/writer/obj_pak_exception.h   |    0
 {besch => descriptor}/writer/obj_writer.cc         |    2 +-
 {besch => descriptor}/writer/obj_writer.h          |    4 +-
 {besch => descriptor}/writer/pedestrian_writer.cc  |    6 +-
 {besch => descriptor}/writer/pedestrian_writer.h   |    0
 descriptor/writer/roadsign_writer.cc               |   77 +
 {besch => descriptor}/writer/roadsign_writer.h     |    0
 {besch => descriptor}/writer/root_writer.cc        |   24 +-
 {besch => descriptor}/writer/root_writer.h         |    0
 {besch => descriptor}/writer/sim_writer.cc         |   18 +-
 {besch => descriptor}/writer/skin_writer.cc        |    2 +-
 {besch => descriptor}/writer/skin_writer.h         |    0
 {besch => descriptor}/writer/sound_writer.cc       |    6 +-
 {besch => descriptor}/writer/sound_writer.h        |    0
 {besch => descriptor}/writer/text_writer.cc        |    2 +-
 {besch => descriptor}/writer/text_writer.h         |    0
 {besch => descriptor}/writer/tree_writer.cc        |    2 +-
 {besch => descriptor}/writer/tree_writer.h         |    0
 {besch => descriptor}/writer/tunnel_writer.cc      |   34 +-
 {besch => descriptor}/writer/tunnel_writer.h       |    0
 {besch => descriptor}/writer/vehicle_writer.cc     |  126 +-
 {besch => descriptor}/writer/vehicle_writer.h      |    0
 {besch => descriptor}/writer/way_obj_writer.cc     |   18 +-
 {besch => descriptor}/writer/way_obj_writer.h      |    2 +-
 {besch => descriptor}/writer/way_writer.cc         |   38 +-
 {besch => descriptor}/writer/way_writer.h          |    0
 {besch => descriptor}/writer/xref_writer.cc        |    2 +-
 {besch => descriptor}/writer/xref_writer.h         |    0
 besch/xref_besch.h => descriptor/xref_desc.h       |   10 +-
 display/clip_num.h                                 |    2 +
 display/font.cc                                    |    2 +-
 display/simgraph.h                                 |  128 +-
 display/simgraph0.cc                               |  116 +-
 display/simgraph16.cc                              | 1538 ++++++-------
 display/simimg.h                                   |    2 +-
 display/simview.cc                                 |   54 +-
 display/simview.h                                  |    4 +-
 display/viewport.cc                                |    2 +-
 distribute.sh                                      |  133 --
 finder/building_placefinder.h                      |   30 +
 finder/placefinder.cc                              |  275 +++
 finder/placefinder.h                               |   95 +
 findversion.sh                                     |   28 -
 freight_list_sorter.cc                             |   26 +-
 get_lang_files.sh                                  |   51 -
 get_pak.sh                                         |  158 --
 gui/ai_option_t.cc                                 |    2 +-
 gui/ai_selector.cc                                 |   80 +
 gui/{scenario_frame.h => ai_selector.h}            |   14 +-
 gui/banner.cc                                      |   56 +-
 gui/banner.h                                       |    5 +-
 gui/base_info.cc                                   |   23 +-
 gui/baum_edit.cc                                   |   44 +-
 gui/baum_edit.h                                    |    6 +-
 gui/city_info.cc                                   |   42 +-
 gui/city_info.h                                    |    7 +-
 gui/citybuilding_edit.cc                           |  104 +-
 gui/citybuilding_edit.h                            |    6 +-
 gui/citylist_frame_t.cc                            |   52 +-
 gui/citylist_stats_t.cc                            |   10 +-
 gui/citylist_stats_t.h                             |    2 +-
 gui/climates.cc                                    |   18 +-
 gui/components/gui_button.cc                       |   29 +-
 gui/components/gui_button.h                        |    4 +-
 gui/components/gui_chart.cc                        |   50 +-
 gui/components/gui_chart.h                         |   12 +-
 gui/components/gui_combobox.cc                     |   45 +-
 gui/components/gui_combobox.h                      |   10 +-
 gui/components/gui_container.cc                    |  130 +-
 gui/components/gui_convoiinfo.cc                   |   26 +-
 gui/components/gui_fixedwidth_textarea.cc          |    2 +-
 gui/components/gui_flowtext.cc                     |   30 +-
 gui/components/gui_flowtext_image.cc               |  139 ++
 gui/components/gui_flowtext_image.h                |   22 +
 gui/components/gui_image.cc                        |    6 +-
 gui/components/gui_image.h                         |    2 +-
 gui/components/gui_image_list.cc                   |   18 +-
 gui/components/gui_image_list.h                    |    6 +-
 gui/components/gui_label.cc                        |   20 +-
 gui/components/gui_label.h                         |   10 +-
 gui/components/gui_map_preview.h                   |    6 +-
 gui/components/gui_numberinput.cc                  |    6 +-
 gui/components/gui_scrollbar.cc                    |    2 +-
 gui/components/gui_scrolled_list.cc                |   56 +-
 gui/components/gui_scrolled_list.h                 |   18 +-
 gui/components/gui_speedbar.cc                     |   10 +-
 gui/components/gui_speedbar.h                      |    4 +-
 gui/components/gui_tab_panel.cc                    |   44 +-
 gui/components/gui_tab_panel.h                     |   10 +-
 gui/components/gui_textarea.cc                     |    6 +-
 gui/components/gui_textarea.h                      |    3 -
 gui/components/gui_textinput.cc                    |   54 +-
 gui/components/gui_textinput.h                     |    4 +-
 gui/components/gui_world_view_t.cc                 |    4 +-
 gui/convoi_detail_t.cc                             |   70 +-
 gui/convoi_filter_frame.cc                         |   32 +-
 gui/convoi_filter_frame.h                          |   10 +-
 gui/convoi_frame.cc                                |   26 +-
 gui/convoi_frame.h                                 |    6 +-
 gui/convoi_info_t.cc                               |   74 +-
 gui/convoy_item.cc                                 |    2 +-
 gui/convoy_item.h                                  |    6 +-
 gui/curiosity_edit.cc                              |  130 +-
 gui/curiosity_edit.h                               |    6 +-
 gui/curiositylist_frame_t.cc                       |    4 +-
 gui/curiositylist_stats_t.cc                       |   44 +-
 gui/curiositylist_stats_t.h                        |    2 +-
 gui/depot_frame.cc                                 |  674 +++---
 gui/depot_frame.h                                  |   17 +-
 gui/display_settings.cc                            |   49 +-
 gui/display_settings.h                             |    2 +-
 gui/enlarge_map_frame_t.cc                         |   66 +-
 gui/enlarge_map_frame_t.h                          |    3 +-
 gui/extend_edit.cc                                 |    7 +-
 gui/fabrik_info.cc                                 |   76 +-
 gui/factory_chart.cc                               |   64 +-
 gui/factory_edit.cc                                |  142 +-
 gui/factory_edit.h                                 |    6 +-
 gui/factorylist_frame_t.cc                         |   60 +-
 gui/factorylist_frame_t.h                          |   18 +-
 gui/factorylist_stats_t.cc                         |  338 ++-
 gui/factorylist_stats_t.h                          |   41 +-
 gui/goods_frame_t.cc                               |   36 +-
 gui/goods_stats_t.cc                               |   26 +-
 gui/ground_info.cc                                 |   12 +-
 gui/gui_frame.cc                                   |   15 +-
 gui/gui_frame.h                                    |    6 +-
 gui/gui_theme.cc                                   |  345 ++-
 gui/gui_theme.h                                    |   70 +-
 gui/halt_detail.cc                                 |   38 +-
 gui/halt_info.cc                                   |   79 +-
 gui/halt_list_filter_frame.cc                      |   18 +-
 gui/halt_list_filter_frame.h                       |   12 +-
 gui/halt_list_frame.cc                             |  101 +-
 gui/halt_list_frame.h                              |   14 +-
 gui/halt_list_stats.cc                             |   36 +-
 gui/karte.cc                                       |  402 ++--
 gui/karte.h                                        |   31 +-
 gui/kennfarbe.cc                                   |   27 +-
 gui/kennfarbe.h                                    |    2 +-
 gui/label_info.cc                                  |   10 +-
 gui/label_info.h                                   |    1 -
 gui/labellist_frame_t.cc                           |    4 +-
 gui/labellist_stats_t.cc                           |   15 +-
 gui/line_item.cc                                   |    4 +-
 gui/line_item.h                                    |    6 +-
 gui/line_management_gui.cc                         |   32 +-
 gui/line_management_gui.h                          |    4 +-
 gui/load_relief_frame.cc                           |   14 +-
 gui/load_relief_frame.h                            |    2 +
 gui/map_frame.cc                                   |   89 +-
 gui/map_frame.h                                    |    6 +-
 gui/message_frame_t.cc                             |    4 +-
 gui/message_option_t.cc                            |    4 +-
 gui/message_stats_t.cc                             |    8 +-
 gui/messagebox.cc                                  |   26 +-
 gui/messagebox.h                                   |   15 +-
 gui/money_frame.cc                                 |   20 +-
 gui/money_frame.h                                  |   71 +-
 gui/obj_info.cc                                    |   12 +-
 gui/optionen.cc                                    |    2 +-
 gui/password_frame.cc                              |    4 +-
 gui/password_frame.h                               |    2 +-
 gui/player_frame_t.cc                              |   73 +-
 gui/scenario_frame.cc                              |    4 +-
 gui/scenario_frame.h                               |    2 -
 gui/{fahrplan_gui.cc => schedule_gui.cc}           |  274 +--
 gui/{fahrplan_gui.h => schedule_gui.h}             |   36 +-
 gui/schedule_list.cc                               |   30 +-
 gui/server_frame.cc                                |   22 +-
 gui/server_frame.h                                 |    2 +-
 gui/settings_frame.cc                              |    6 +
 gui/settings_stats.cc                              |   55 +-
 gui/simwin.cc                                      |  141 +-
 gui/simwin.h                                       |    4 +-
 gui/sprachen.cc                                    |    4 +-
 gui/station_building_select.cc                     |   36 +-
 gui/station_building_select.h                      |    6 +-
 gui/tool_selector.cc                               |   18 +-
 gui/tool_selector.h                                |    3 +-
 gui/welt.cc                                        |  104 +-
 gui/welt.h                                         |    2 +-
 ifc/simtestdriver.h                                |   11 +-
 ifc/sync_steppable.h                               |   11 +-
 makeobj/Makefile                                   |   61 +-
 makeobj/makeobj.cc                                 |   12 +-
 music/w32_midi.cc                                  |    4 +-
 nettools/Makefile                                  |  106 -
 network/network.cc                                 |  100 +-
 network/network.h                                  |   12 +-
 network/network_cmd.h                              |    2 +-
 network/network_cmd_ingame.cc                      |   64 +-
 network/network_cmd_ingame.h                       |    1 +
 network/network_cmd_scenario.cc                    |   47 +-
 network/network_cmd_scenario.h                     |   17 +-
 network/network_cmp_pakset.cc                      |    8 +-
 network/network_cmp_pakset.h                       |    2 +-
 network/network_file_transfer.cc                   |    4 +-
 network/network_socket_list.h                      |    2 +-
 network/pakset_info.cc                             |    2 +-
 network/pakset_info.h                              |    2 +-
 nsis/CC-BY-SA.txt                                  |  363 +++
 nsis/license.rtf                                   |    6 +-
 nsis/onlineupgrade.nsi                             |    2 +-
 nsis/other-functions.nsh                           |   33 +-
 nsis/paksets.nsh                                   |   40 +-
 nsis/preparation-functions.nsh                     |    2 +-
 nsis/simutrans-offline.nsi                         |    2 +-
 nsis/simutrans.nsi                                 |   31 +-
 obj/baum.cc                                        |  133 +-
 obj/baum.h                                         |   42 +-
 obj/bruecke.cc                                     |  156 +-
 obj/bruecke.h                                      |   14 +-
 obj/crossing.cc                                    |   74 +-
 obj/crossing.h                                     |   20 +-
 obj/dummy.h                                        |    2 +-
 obj/field.cc                                       |   26 +-
 obj/field.h                                        |    8 +-
 obj/gebaeude.cc                                    |  409 ++--
 obj/gebaeude.h                                     |   42 +-
 obj/groundobj.cc                                   |   78 +-
 obj/groundobj.h                                    |   20 +-
 obj/label.cc                                       |    6 +-
 obj/leitung2.cc                                    |  487 ++--
 obj/leitung2.h                                     |  144 +-
 obj/pillar.cc                                      |   57 +-
 obj/pillar.h                                       |   16 +-
 obj/roadsign.cc                                    |  334 +--
 obj/roadsign.h                                     |   52 +-
 obj/signal.cc                                      |   90 +-
 obj/signal.h                                       |    6 +-
 obj/tunnel.cc                                      |  104 +-
 obj/tunnel.h                                       |   24 +-
 obj/wayobj.cc                                      |  206 +-
 obj/wayobj.h                                       |   42 +-
 obj/wolke.cc                                       |   62 +-
 obj/wolke.h                                        |   18 +-
 obj/zeiger.cc                                      |   20 +-
 obj/zeiger.h                                       |   10 +-
 old_blockmanager.cc                                |   22 +-
 pathes.h                                           |    4 +-
 player/ai.cc                                       |   75 +-
 player/ai.h                                        |   27 +-
 player/ai_goods.cc                                 |  324 +--
 player/ai_goods.h                                  |   34 +-
 player/ai_passenger.cc                             |  350 +--
 player/ai_passenger.h                              |   20 +-
 player/ai_scripted.cc                              |  219 ++
 player/ai_scripted.h                               |   78 +
 player/finance.cc                                  |   10 +-
 player/finance.h                                   |   10 +-
 player/simplay.cc                                  |  110 +-
 player/simplay.h                                   |   21 +-
 revision.h                                         |    2 +
 revision.jse                                       |   43 -
 script/api/Doxyfile_SQAPI                          |   42 -
 script/api/api.h                                   |    7 +-
 script/api/api_city.cc                             |   68 +-
 script/api/api_command.cc                          |  334 +++
 script/api/api_command.h                           |  150 ++
 script/api/api_const.cc                            |   42 +-
 script/api/api_control.cc                          |   39 +
 script/api/api_convoy.cc                           |  135 +-
 script/api/api_doc.h                               |  229 +-
 script/api/api_factory.cc                          |   48 +-
 script/api/api_gui.cc                              |   63 +-
 script/api/api_halt.cc                             |   44 +-
 script/api/api_include.cc                          |    4 +-
 script/api/api_line.cc                             |   46 +
 script/api/api_map_objects.cc                      |  138 +-
 script/api/api_obj_desc.cc                         |  407 +++-
 script/api/api_obj_desc_base.cc                    |   36 +-
 script/api/api_obj_desc_base.h                     |   52 +-
 script/api/api_player.cc                           |  121 +-
 script/api/api_scenario.cc                         |   47 +-
 script/api/api_schedule.cc                         |   94 +-
 script/api/api_settings.cc                         |   18 +-
 script/api/api_simple.cc                           |   34 +-
 script/api/api_skeleton.cc                         |   66 +-
 script/api/api_skeleton.h                          |    4 +
 script/api/api_tiles.cc                            |   40 +-
 script/api/api_world.cc                            |   32 +-
 script/api/changelog.h                             |   13 +
 script/api/export.awk                              |  224 --
 script/api/export_besch.cc                         |   42 -
 script/api/export_besch.h                          |   21 -
 script/api/export_desc.cc                          |   42 +
 script/api/export_desc.h                           |   21 +
 script/api/filter_cpp.sh                           |    4 -
 script/api/filter_sq.sh                            |    4 -
 script/api/squirrel_types.awk                      |  256 ---
 script/api_class.cc                                |    4 +
 script/api_class.h                                 |   43 +
 script/api_function.cc                             |   15 +-
 script/api_function.h                              |   70 +-
 script/api_param.cc                                |  194 +-
 script/api_param.h                                 |   72 +-
 script/dynamic_string.cc                           |  108 +-
 script/dynamic_string.h                            |   13 +-
 script/export_objs.cc                              |   16 +-
 script/export_objs.h                               |    3 +-
 script/script.cc                                   |  679 +++++-
 script/script.h                                    |  196 +-
 simcity.cc                                         |  570 ++---
 simcity.h                                          |   56 +-
 simcolor.h                                         |  148 +-
 simconst.h                                         |   32 +-
 simconvoi.cc                                       |  689 +++---
 simconvoi.h                                        |   52 +-
 simdebug.cc                                        |    2 +-
 simdebug.h                                         |   30 +-
 simdepot.cc                                        |   88 +-
 simdepot.h                                         |   36 +-
 simevent.cc                                        |    2 +-
 simevent.h                                         |    7 +-
 simfab.cc                                          | 1330 ++++++-----
 simfab.h                                           |  162 +-
 simhalt.cc                                         |  526 +++--
 simhalt.h                                          |   46 +-
 siminteraction.cc                                  |   80 +-
 simintr.cc                                         |   73 +-
 simintr.h                                          |    4 +-
 simline.cc                                         |   70 +-
 simline.h                                          |   16 +-
 simlinemgmt.cc                                     |   14 +-
 simlinemgmt.h                                      |    4 +-
 simloadingscreen.cc                                |   34 +-
 simloadingscreen.h                                 |    4 +-
 simmain.cc                                         |  183 +-
 simmenu.cc                                         |   82 +-
 simmenu.h                                          |   38 +-
 simmesg.cc                                         |   86 +-
 simmesg.h                                          |   37 +-
 simobj.cc                                          |   48 +-
 simobj.h                                           |   14 +-
 simplan.cc                                         |   84 +-
 simplan.h                                          |   10 +-
 simskin.cc                                         |  174 +-
 simskin.h                                          |  118 +-
 simsound.cc                                        |    4 +-
 simsound.h                                         |    2 +-
 simsys.cc                                          |   25 +-
 simsys.h                                           |   18 +-
 simsys_d.cc                                        |   11 +-
 simsys_opengl.cc                                   |   17 +-
 simsys_posix.cc                                    |    8 +-
 simsys_s.cc                                        |   25 +-
 simsys_s2.cc                                       |  229 +-
 simsys_w.cc                                        |  182 +-
 simsys_w32_png.cc                                  |    2 +-
 simticker.cc                                       |   16 +-
 simticker.h                                        |    3 +-
 simtool-dialogs.h                                  |   14 +-
 simtool.cc                                         | 2280 ++++++++++---------
 simtool.h                                          |   99 +-
 simtypes.h                                         |   16 +-
 simutrans/ai/readme.txt                            |    4 +
 simutrans/config/simuconf.tab                      |   18 +-
 simutrans/history.txt                              |  986 ++++----
 simutrans/license_squirrel.txt                     |    2 +-
 simutrans/script/new_scenario_template.nut         |  125 -
 simutrans/script/scenario_base.nut                 |  675 ------
 simutrans/script/scenario_compat.nut               |   53 -
 simutrans/text/be.tab                              |  943 ++++++++
 simutrans/text/bg.tab                              |  159 ++
 simutrans/text/ca.tab                              | 2073 +++++++++++++++++
 simutrans/text/cn.tab                              | 2109 +++++++++++++++++
 simutrans/text/cn/baum_build.txt                   |   26 +-
 simutrans/text/cn/color.txt                        |   18 +-
 simutrans/text/cz.tab                              | 2379 ++++++++++++++++++++
 simutrans/text/cz/airtools.txt                     |  129 +-
 simutrans/text/cz/baum_build.txt                   |    4 +
 simutrans/text/cz/bridges.txt                      |   22 +-
 simutrans/text/cz/citybuilding_build.txt           |   22 +-
 simutrans/text/cz/citylist_filter.txt              |    9 +-
 simutrans/text/cz/citywindow.txt                   |   43 +-
 simutrans/text/cz/climates.txt                     |   40 +-
 simutrans/text/cz/convoi.txt                       |   24 +-
 simutrans/text/cz/convoi_filter.txt                |    7 +-
 simutrans/text/cz/convoidetail.txt                 |    9 +-
 simutrans/text/cz/convoiinfo.txt                   |   49 +-
 simutrans/text/cz/curiosity_build.txt              |    5 +-
 simutrans/text/cz/curiositylist_filter.txt         |    5 +-
 simutrans/text/cz/depot.txt                        |    2 +-
 simutrans/text/cz/finances.txt                     |   79 +-
 simutrans/text/cz/settings.txt                     |  417 +++-
 simutrans/text/de.tab                              | 2205 ++++++++++++++++++
 simutrans/text/de/airtools.txt                     |    2 +-
 simutrans/text/de/convoi.txt                       |    2 +-
 simutrans/text/de/convoidetail.txt                 |   15 +-
 simutrans/text/de/convoiinfo.txt                   |   11 +-
 simutrans/text/de/display.txt                      |   14 +-
 simutrans/text/de/factorylist_filter.txt           |    2 +-
 simutrans/text/de/finances.txt                     |   10 +-
 simutrans/text/de/haltlist.txt                     |    4 +-
 simutrans/text/de/linemanagement.txt               |    7 +-
 simutrans/text/de/load.txt                         |   12 +-
 simutrans/text/de/monorailtools.txt                |    2 +-
 simutrans/text/de/readme.html                      |   33 -
 simutrans/text/de/save.txt                         |    4 +-
 simutrans/text/de/sound.txt                        |    6 +-
 simutrans/text/de/trafficlight_info.txt            |    2 +-
 simutrans/text/de/underground.txt                  |    2 +-
 simutrans/text/de/window.txt                       |    2 +-
 simutrans/text/dk.tab                              |  643 ++++++
 simutrans/text/dk/readme                           |   12 -
 simutrans/text/en.tab                              | 1547 +++++++++++++
 simutrans/text/en/citywindow.txt                   |    6 +-
 simutrans/text/en/climates.txt                     |    2 +-
 simutrans/text/en/convoiinfo.txt                   |    2 +-
 simutrans/text/en/curiosity_build.txt              |   24 +-
 simutrans/text/en/finances.txt                     |    2 +-
 simutrans/text/en/goods_filter.txt                 |   34 +-
 simutrans/text/en/language.txt                     |    2 +-
 simutrans/text/en/new_world.txt                    |    2 +-
 simutrans/text/en/removal_tool.txt                 |    5 +-
 simutrans/text/en/signal_spacing.txt               |    2 +-
 simutrans/text/en/simutrans.txt                    |    2 +-
 simutrans/text/es.tab                              | 2105 +++++++++++++++++
 simutrans/text/et.tab                              |  371 +++
 simutrans/text/fi.tab                              | 1709 ++++++++++++++
 simutrans/text/fr.tab                              | 2065 +++++++++++++++++
 simutrans/text/fr/airtools.txt                     |    2 +-
 simutrans/text/fr/finances.txt                     |    2 +-
 simutrans/text/fr/options.txt                      |    2 +-
 simutrans/text/fr/railtools.txt                    |   14 +-
 simutrans/text/frp.tab                             |  605 +++++
 simutrans/text/gr.tab                              |  723 ++++++
 simutrans/text/hr.tab                              | 1693 ++++++++++++++
 simutrans/text/hr/citybuilding_build.txt           |   26 +-
 simutrans/text/hr/citywindow.txt                   |    6 +-
 simutrans/text/hr/climates.txt                     |    2 +-
 simutrans/text/hr/language.txt                     |    2 +-
 simutrans/text/hr/simutrans.txt                    |    2 +-
 simutrans/text/hr/underground.txt                  |    2 +-
 simutrans/text/hu.tab                              | 1841 +++++++++++++++
 simutrans/text/id.tab                              | 2005 +++++++++++++++++
 simutrans/text/id/general.txt                      |  105 +
 simutrans/text/{en => id}/simutrans.txt            |    2 +-
 simutrans/text/it.tab                              | 2093 +++++++++++++++++
 simutrans/text/it/baum_build.txt                   |   16 +-
 simutrans/text/it/citywindow.txt                   |    4 +-
 simutrans/text/it/climates.txt                     |    2 +-
 simutrans/text/it/display.txt                      |   12 +-
 simutrans/text/it/haltlist.txt                     |   24 +-
 simutrans/text/it/removal_tool.txt                 |    3 +-
 simutrans/text/ja.tab                              | 2069 +++++++++++++++++
 simutrans/text/ja/enlarge_map.txt                  |    8 +
 simutrans/text/ja/load_relief.txt                  |   25 +
 simutrans/text/ja/map.txt                          |    2 +-
 simutrans/text/ja/monorailtools.txt                |   61 +
 simutrans/text/ja/password.txt                     |   58 +-
 simutrans/text/ja/privatesign_info.txt             |    9 +
 simutrans/text/ja/removal_tool.txt                 |   27 +
 simutrans/text/ja/scenario.txt                     |    7 +
 simutrans/text/ja/signal_spacing.txt               |   42 +-
 simutrans/text/ja/simutrans.txt                    |   42 +-
 simutrans/text/ja/slopetools.txt                   |    9 +-
 simutrans/text/ja/sound.txt                        |    6 +-
 simutrans/text/ja/station.txt                      |    2 +-
 simutrans/text/ja/trafficlight_info.txt            |   36 +-
 simutrans/text/ko.tab                              | 1767 +++++++++++++++
 simutrans/text/ko/map.txt                          |    2 +-
 simutrans/text/lt.tab                              | 2049 +++++++++++++++++
 simutrans/text/nl.tab                              | 2077 +++++++++++++++++
 simutrans/text/no.tab                              |  457 ++++
 simutrans/text/pl.tab                              | 1751 ++++++++++++++
 simutrans/text/pt.tab                              | 2169 ++++++++++++++++++
 simutrans/text/pt/curiosity_build.txt              |   24 +-
 simutrans/text/pt/general.txt                      |   22 +-
 simutrans/text/pt/removal_tool.txt                 |    3 +-
 simutrans/text/pt/scenario.txt                     |   12 +-
 simutrans/text/pt/trafficlight_info.txt            |   10 +-
 simutrans/text/readme_citylist.txt                 |    2 +-
 simutrans/text/ro.tab                              | 1281 +++++++++++
 simutrans/text/ru.tab                              | 2137 ++++++++++++++++++
 simutrans/text/ru/airtools.txt                     |   55 +
 simutrans/text/ru/baum_build.txt                   |   16 +
 simutrans/text/ru/citybuilding_build.txt           |   20 +
 simutrans/text/ru/color.txt                        |   26 +-
 simutrans/text/sk.tab                              | 1609 +++++++++++++
 simutrans/text/sk/finances.txt                     |    3 +-
 simutrans/text/sq.tab                              |   49 +
 simutrans/text/sv.tab                              | 1871 +++++++++++++++
 simutrans/text/sv/citywindow.txt                   |    4 +-
 simutrans/text/sv/signal_spacing.txt               |    2 +-
 simutrans/text/th.tab                              |  173 ++
 simutrans/text/tr.tab                              |   51 +
 simutrans/text/tr/airtools.txt                     |   44 +-
 simutrans/text/uk.tab                              | 2091 +++++++++++++++++
 simutrans/text/uk/airtools.txt                     |   37 +
 simutrans/text/uk/baum_build.txt                   |    8 +
 simutrans/text/uk/bridges.txt                      |   10 +
 simutrans/text/uk/citybuilding_build.txt           |   14 +
 simutrans/text/zh.tab                              | 2069 +++++++++++++++++
 simutrans/text/zh/baum_build.txt                   |    2 +-
 simutrans/text/zh/color.txt                        |    2 +-
 simutrans/themes/standard-large.tab                |   14 +-
 simutrans/themes/themes.tab                        |   14 +-
 simversion.h                                       |   12 +-
 simware.cc                                         |   22 +-
 simware.h                                          |   27 +-
 simworld.cc                                        | 1435 +++++-------
 simworld.h                                         |  227 +-
 sound/allegro_sound.cc                             |    2 +-
 sound/core-audio_sound.mm                          |    2 +-
 sound/sdl_mixer_sound.cc                           |    4 +-
 sound/sdl_sound.cc                                 |    6 +-
 squirrel/sq_extensions.cc                          |   92 +-
 squirrel/sq_extensions.h                           |   45 +-
 squirrel/sqconfig.h                                |  145 ++
 squirrel/sqstdlib/sqstdaux.cc                      |    5 +-
 squirrel/sqstdlib/sqstdblob.cc                     |   10 +-
 squirrel/sqstdlib/sqstdio.cc                       |  124 +-
 squirrel/sqstdlib/sqstdmath.cc                     |    6 +-
 squirrel/sqstdlib/sqstdrex.cc                      |   78 +-
 squirrel/sqstdlib/sqstdstream.cc                   |   14 +-
 squirrel/sqstdlib/sqstdstream.h                    |    6 +-
 squirrel/sqstdlib/sqstdstring.cc                   |  201 +-
 squirrel/sqstdlib/sqstdsystem.cc                   |   28 +-
 squirrel/squirrel.h                                |  242 +-
 squirrel/squirrel/sqapi.cc                         |  147 +-
 squirrel/squirrel/sqbaselib.cc                     |  203 +-
 squirrel/squirrel/sqclass.cc                       |    5 +-
 squirrel/squirrel/sqclass.h                        |    2 +-
 squirrel/squirrel/sqclosure.h                      |   18 +-
 squirrel/squirrel/sqcompiler.cc                    |   81 +-
 squirrel/squirrel/sqcompiler.h                     |   73 +-
 squirrel/squirrel/sqdebug.cc                       |    9 +-
 squirrel/squirrel/sqfuncproto.h                    |    2 +-
 squirrel/squirrel/sqfuncstate.cc                   |    8 +-
 squirrel/squirrel/sqlexer.cc                       |  112 +-
 squirrel/squirrel/sqlexer.h                        |   12 +-
 squirrel/squirrel/sqmem.cc                         |    8 +-
 squirrel/squirrel/sqobject.cc                      |   37 +-
 squirrel/squirrel/sqobject.h                       |   22 +-
 squirrel/squirrel/sqopcodes.h                      |    3 +-
 squirrel/squirrel/sqstate.cc                       |   54 +-
 squirrel/squirrel/sqstate.h                        |   44 +-
 squirrel/squirrel/sqtable.h                        |   18 +
 squirrel/squirrel/squtils.h                        |    2 +-
 squirrel/squirrel/sqvm.cc                          |  161 +-
 squirrel/squirrel/sqvm.h                           |   25 +-
 sucher/bauplatz_sucher.h                           |   30 -
 sucher/platzsucher.cc                              |  263 ---
 sucher/platzsucher.h                               |   95 -
 themes.src/aero/aero.tab                           |    8 +-
 themes.src/aero/skins_aero.dat                     |  122 -
 themes.src/standard/standard-large.tab             |    8 +-
 themes.src/standard/standard.dat                   |  218 --
 themes.src/standard/themes.tab                     |    8 +-
 tpl/array2d_tpl.h                                  |    2 +-
 tpl/array_tpl.h                                    |    5 +-
 tpl/binary_heap_tpl.h                              |    4 +-
 tpl/hashtable_tpl.h                                |    4 +-
 tpl/inthashtable_tpl.h                             |    2 +-
 tpl/ptrhashtable_tpl.h                             |   14 +-
 tpl/quickstone_tpl.h                               |    8 +-
 tpl/slist_tpl.h                                    |    8 +-
 tpl/stringhashtable_tpl.h                          |    2 +-
 tpl/vector_tpl.h                                   |    2 +-
 unicode.cc                                         |    2 +-
 utils/cbuffer_t.cc                                 |    4 +-
 utils/csv.cc                                       |    4 +-
 utils/dr_rdpng.cc                                  |   30 +-
 utils/imgloader.cc                                 |  916 ++++++++
 utils/imgloader.h                                  |  213 ++
 utils/log.cc                                       |   48 +-
 utils/searchfolder.cc                              |    1 +
 utils/searchfolder.h                               |    4 +-
 utils/sha1.cc                                      |  368 +++
 utils/sha1.h                                       |   81 +
 utils/simrandom.cc                                 |    4 +-
 utils/simrandom.h                                  |    2 +-
 utils/simstring.cc                                 |    6 +-
 utils/simstring.h                                  |    6 +-
 utils/simthread.h                                  |    2 +-
 vehicle/movingobj.cc                               |  107 +-
 vehicle/movingobj.h                                |   26 +-
 vehicle/simpeople.cc                               |   76 +-
 vehicle/simpeople.h                                |   18 +-
 vehicle/simroadtraffic.cc                          |  151 +-
 vehicle/simroadtraffic.h                           |   16 +-
 vehicle/simvehicle.cc                              |  706 +++---
 vehicle/simvehicle.h                               |   60 +-
 840 files changed, 84311 insertions(+), 27545 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/simutrans.git



More information about the Pkg-games-commits mailing list