Jonathan G Rennison
ba34ec7ade
Merge branch 'master' into jgrpp
...
Replace build and refit, and group collapse implementations
Fix template creation build and refit
# Conflicts:
# Makefile.bundle.in
# config.lib
# src/animated_tile.cpp
# src/blitter/32bpp_anim.hpp
# src/blitter/32bpp_base.hpp
# src/blitter/8bpp_base.hpp
# src/blitter/null.hpp
# src/build_vehicle_gui.cpp
# src/command.cpp
# src/command_func.h
# src/console_gui.cpp
# src/core/smallstack_type.hpp
# src/date.cpp
# src/debug.cpp
# src/genworld_gui.cpp
# src/ground_vehicle.hpp
# src/group_gui.cpp
# src/lang/korean.txt
# src/linkgraph/linkgraph_gui.h
# src/main_gui.cpp
# src/misc_gui.cpp
# src/network/core/game.h
# src/network/core/packet.cpp
# src/network/core/udp.cpp
# src/network/core/udp.h
# src/network/network_content.cpp
# src/network/network_type.h
# src/network/network_udp.cpp
# src/newgrf_house.h
# src/openttd.cpp
# src/order_cmd.cpp
# src/order_gui.cpp
# src/os/unix/crashlog_unix.cpp
# src/os/windows/crashlog_win.cpp
# src/osk_gui.cpp
# src/pathfinder/opf/opf_ship.cpp
# src/rail_cmd.cpp
# src/rail_gui.cpp
# src/saveload/saveload.cpp
# src/settings.cpp
# src/settings_gui.cpp
# src/smallmap_gui.h
# src/station_base.h
# src/station_cmd.cpp
# src/table/gameopt_settings.ini
# src/table/newgrf_debug_data.h
# src/table/settings.ini
# src/timetable_gui.cpp
# src/toolbar_gui.cpp
# src/train_gui.cpp
# src/vehicle.cpp
# src/vehicle_gui.cpp
# src/vehiclelist.cpp
# src/viewport.cpp
# src/widgets/dropdown.cpp
# src/window_gui.h
2019-03-27 18:12:04 +00:00
Patric Stout
72c5f2b3ee
Remove: DOS support
...
In 10 years there was no active development on DOS. Although it
turned out to still work, the FPS was very bad. There is little
interest in the current community to look into this.
Further more, we like to switch to c++11 functions for threads,
which are not implemented by DJGPP, the only current compiler
for DOS.
Additionally, DOS is the only platform which does not support
networking. It is the reason we have tons of #ifdefs to support
disabling networking.
By removing DOS support, we can both use c++11 functions for threads,
and remove all the code related to disabling network. Sadly, this
means we have to see DOS go.
Of course, if you feel up for the task, simply revert this commit,
and implement stub c++11 functions for threads and stub functions
for networking. We are more than happy to accept such Pull Request.
2019-03-19 23:22:51 +01:00
Jonathan G Rennison
ec302b8531
Adjust bundle path of data/ dir on OSX DMG
2019-02-14 00:26:41 +00:00
Jonathan G Rennison
e3d167f9f0
Merge branch 'save_ext' into jgrpp
...
# Conflicts:
# config.lib
# src/misc_gui.cpp
# src/network/network_gui.cpp
# src/settings_type.h
# src/smallmap_gui.cpp
# src/smallmap_gui.h
# src/station_cmd.cpp
# src/toolbar_gui.cpp
# src/vehicle_gui.cpp
# src/window.cpp
2019-01-14 00:01:44 +00:00
Patric Stout
52a66e4dd3
Fix 192770e6da
: not all REV instances were renamed to VERSION
2019-01-13 11:31:04 +00:00
Jonathan G Rennison
50c9af503e
Makefile: Fix data dir not being created in make install
target
2018-07-25 19:44:49 +01:00
Jonathan G Rennison
1fe0bb76b9
Merge branches 'crashlog_improvements', 'save_ext', 'version_utils' into jgrpp
2018-04-27 02:42:20 +01:00
Ricardo N Feliciano
e8de33a61f
Cleanup: Use new filename for README file. ( #6738 )
2018-04-21 11:05:38 +02:00
frosch
192770e6da
Change: Non-tag revisions are now named '<commitdate>-<branch>-g<shorthash><modified>'.
2018-04-12 22:26:45 +02:00
Jonathan G Rennison
4c0423d6d8
Merge branch 'master' into jgrpp
2016-05-13 00:25:10 +01:00
rubidium
9a05a688a7
(svn r27558) -Fix: force sorting to be locale independent, so files are always ordered the same and by that token better diff-able
2016-05-11 18:39:18 +00:00
rubidium
6da8fede43
(svn r27558) -Fix: force sorting to be locale independent, so files are always ordered the same and by that token better diff-able
2016-05-11 18:39:18 +00:00
Jonathan G Rennison
73367d7209
build: include win32/win64 in output bundle name for mingw target.
2015-11-17 18:56:57 +00:00
Jonathan G Rennison
a286096f63
Add readme and changelog to bundle/install target.
2015-11-01 22:54:24 +00:00
Jonathan G Rennison
531956bb4d
Merge branch 'house_placing' into jgrpp
2015-09-21 22:17:37 +01:00
planetmaker
8fbcc2b45c
(svn r27399) -Fix: [Makefile] game script directory and compat*.nut were never installed on *nix
2015-09-17 13:12:21 +00:00
planetmaker
e4c3db0c6a
(svn r27399) -Fix: [Makefile] game script directory and compat*.nut were never installed on *nix
2015-09-17 13:12:21 +00:00
Jonathan G Rennison
427808dfbe
Include data directory in make install target.
2015-09-07 17:39:29 +01:00
Jonathan G Rennison
46817994bf
Include GRFs in bundle output.
2015-08-20 00:36:54 +01:00
matthijs
e25844cdf2
(svn r25780) -Change: [DOS] Put cwsdpmi and exe2coff files in subdirectories.
...
- Since these are different components, distributed under a different
license, mixing them in the same directory is confusing.
2013-09-19 07:42:13 +00:00
matthijs
4e0a0db81b
(svn r25780) -Change: [DOS] Put cwsdpmi and exe2coff files in subdirectories.
...
- Since these are different components, distributed under a different
license, mixing them in the same directory is confusing.
2013-09-19 07:42:13 +00:00
frosch
ba8d5d662c
(svn r24892) -Fix (r24890): Missing mkdir
2013-01-06 19:34:13 +00:00
frosch
002337b6b1
(svn r24892) -Fix (r24890): Missing mkdir
2013-01-06 19:34:13 +00:00
zuu
2e4f470f1a
(svn r24890) -Fix: Distribute GS compat_<version>.nut with OpenTTD
2013-01-06 16:44:15 +00:00
zuu
e99f312766
(svn r24890) -Fix: Distribute GS compat_<version>.nut with OpenTTD
2013-01-06 16:44:15 +00:00
planetmaker
8259649381
(svn r24569) -Fix (r23817): Naming of bundles was somewhat broken
2012-10-03 09:12:51 +00:00
planetmaker
57d452df50
(svn r24569) -Fix (r23817): Naming of bundles was somewhat broken
2012-10-03 09:12:51 +00:00
rubidium
c94a2d5289
(svn r24257) -Fix [FS#5112]: update some outdated documentation and make is somewhat more consistent
2012-05-16 19:34:36 +00:00
rubidium
da6b84e779
(svn r24257) -Fix [FS#5112]: update some outdated documentation and make is somewhat more consistent
2012-05-16 19:34:36 +00:00
rubidium
1e817ae241
(svn r24100) -Fix: also provide translated comments in the desktop file without language name postfix
2012-04-08 14:29:31 +00:00
rubidium
c7bce8e460
(svn r24100) -Fix: also provide translated comments in the desktop file without language name postfix
2012-04-08 14:29:31 +00:00
rubidium
79b82b56a8
(svn r23220) -Change: move the baseset files to their new location
2011-11-14 21:38:36 +00:00
rubidium
57afd9e9e8
(svn r23220) -Change: move the baseset files to their new location
2011-11-14 21:38:36 +00:00
rubidium
bffa93a4e9
(svn r22910) -Fix [FS#4617]: icon would (almost) never be shown for SDL builds
2011-09-09 09:13:18 +00:00
rubidium
696e4eec2d
(svn r22910) -Fix [FS#4617]: icon would (almost) never be shown for SDL builds
2011-09-09 09:13:18 +00:00
rubidium
bedcbfe2ba
(svn r21042) -Change: make it possible to make .tar.xz bundles
2010-10-26 22:03:37 +00:00
rubidium
90080e9586
(svn r21042) -Change: make it possible to make .tar.xz bundles
2010-10-26 22:03:37 +00:00
rubidium
9e35e80aa1
(svn r20999) -Change: Add installing options or rather options to not install certain documentation, in a similar way to GRFCodec/catcodec
2010-10-20 07:23:40 +00:00
rubidium
03aa88ba7c
(svn r20999) -Change: Add installing options or rather options to not install certain documentation, in a similar way to GRFCodec/catcodec
2010-10-20 07:23:40 +00:00
rubidium
fba7ce392d
(svn r20590) -Fix: only unix2dos text files when generating the Windows installer
2010-08-21 21:07:34 +00:00
rubidium
a27c25749f
(svn r20590) -Fix: only unix2dos text files when generating the Windows installer
2010-08-21 21:07:34 +00:00
rubidium
45440063b5
(svn r19884) -Feature: translatable desktop shortcut comments
2010-05-22 19:59:37 +00:00
rubidium
27e8dc1bb0
(svn r19884) -Feature: translatable desktop shortcut comments
2010-05-22 19:59:37 +00:00
yexo
33e48c63b8
(svn r18706) -Cleanup: remove docs/Manual.txt and docs/OSX_install_instructions.txt, the contents of those are already in readme.txt and they were outdated.
...
Add docs/obm_format.txt and docs/obs_format.txt to Makefile.bundle
Add several documentation files to the windows installer
2010-01-03 22:10:17 +00:00
yexo
ec9de781a6
(svn r18706) -Cleanup: remove docs/Manual.txt and docs/OSX_install_instructions.txt, the contents of those are already in readme.txt and they were outdated.
...
Add docs/obm_format.txt and docs/obs_format.txt to Makefile.bundle
Add several documentation files to the windows installer
2010-01-03 22:10:17 +00:00
rubidium
c93d873638
(svn r18609) -Fix (r18608): installing of obm files didn't quite happen
2009-12-23 06:52:50 +00:00
rubidium
7346ba9aef
(svn r18609) -Fix (r18608): installing of obm files didn't quite happen
2009-12-23 06:52:50 +00:00
rubidium
07d2af338e
(svn r17339) -Codechange: move thread related files to their own directory (like done for video, music, sound, etc)
2009-09-01 10:07:22 +00:00
rubidium
533e3da493
(svn r17339) -Codechange: move thread related files to their own directory (like done for video, music, sound, etc)
2009-09-01 10:07:22 +00:00
rubidium
402df1486e
(svn r17264) -Fix (r17261): bundle making for OSX failed
2009-08-22 19:04:20 +00:00