Jonathan G Rennison
|
5ae74ecf8e
|
Merge branch 'master' into jgrpp
# Conflicts:
# src/articulated_vehicles.cpp
# src/articulated_vehicles.h
# src/autoreplace_cmd.cpp
# src/build_vehicle_gui.cpp
# src/company_gui.cpp
# src/core/format.hpp
# src/genworld_gui.cpp
# src/gfx.cpp
# src/group_gui.cpp
# src/linkgraph/linkgraph_gui.cpp
# src/misc/endian_buffer.hpp
# src/music/music_driver.hpp
# src/newgrf_gui.cpp
# src/rail_cmd.cpp
# src/road_gui.cpp
# src/settings_type.h
# src/strgen/strgen.cpp
# src/strings.cpp
# src/timetable_cmd.cpp
# src/town.h
# src/vehicle.cpp
# src/vehicle_gui.cpp
# src/vehicle_gui_base.h
# src/widget.cpp
# src/widgets/dropdown.cpp
# src/widgets/road_widget.h
|
2023-12-17 00:37:16 +00:00 |
|
Jonathan G Rennison
|
ea3b991f72
|
MinGW: Remove direct mingw-std-threads includes
|
2023-12-13 23:11:20 +00:00 |
|
Peter Nelson
|
d4008850e3
|
Codechange: Ensure function opening { is on new line.
|
2023-11-09 20:15:38 +00:00 |
|
Jonathan G Rennison
|
129691dcc7
|
Music: Defer probing for music driver until a music set is loaded
|
2023-08-18 13:22:22 +01:00 |
|
Jonathan G Rennison
|
66166bad48
|
extmidi: Do not continuously retry if execvp fails
See: #478
|
2023-01-24 23:55:11 +00:00 |
|
Michael Lutz
|
37bc2f8064
|
Codechange: Use std::string in the driver and blitter selection code.
|
2020-05-21 20:02:34 +02:00 |
|
S. D. Cloudt
|
13cc8a0cee
|
Cleanup: Removed SVN headers
|
2019-11-10 17:59:20 +00:00 |
|
Charles Pigott
|
f5b1115039
|
Doc: Lots and lots of doxymentation fixes
|
2018-10-31 12:35:54 +01:00 |
|
Niels Martin Hansen
|
f946b3da56
|
Codechange: Pass a MusicSongInfo struct instead of bare filename to music drivers.
Preparation for later extending the info passed to music drivers.
|
2018-06-05 22:58:35 +02:00 |
|
rubidium
|
b476086c39
|
(svn r26538) -Codechange: remove double accounting of the drivers
|
2014-04-28 21:06:51 +00:00 |
|
rubidium
|
defda16eb6
|
(svn r26108) -Codechange: some coding style (whitespace)
|
2013-11-25 14:30:22 +00:00 |
|
rubidium
|
6996b441d9
|
(svn r26107) -Codechange/cleanup: remove some coding bloat and simplify the driver factory instatiations
|
2013-11-25 14:26:46 +00:00 |
|
rubidium
|
4d5dbf5170
|
(svn r22410) -Document: some more bits ;)
|
2011-05-02 16:14:23 +00:00 |
|
rubidium
|
7fbc33dae1
|
(svn r17248) -Fix: add GPL license notice where appropriate
|
2009-08-21 20:21:05 +00:00 |
|
peter1138
|
6b6fd36050
|
(svn r14907) -Codechange: Remove 32 character limit from driver/blitter selection and parameters.
|
2009-01-08 11:06:07 +00:00 |
|
rubidium
|
d03994098b
|
(svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description.
|
2008-05-06 15:11:33 +00:00 |
|
rubidium
|
3ca95f2a85
|
(svn r11839) -Codechange: move some variables from variables.h to a more logical location.
|
2008-01-13 21:41:24 +00:00 |
|
peter1138
|
8b81cdd2a6
|
(svn r10471) -Codechange: implement driver probing priority so that 'preferred' drivers are loaded first
|
2007-07-07 20:31:23 +00:00 |
|
peter1138
|
68c6add8cc
|
(svn r10444) -Codechange: switch to c++ classes and inheritance for sound/music/video drivers, using self-registration based on the blitter-model.
|
2007-07-05 12:23:54 +00:00 |
|