rubidium
|
51cda2252c
|
(svn r13004) -Codechange: replace AllocateWindow and AllocateWindowDesc with a Window constructor.
|
2008-05-08 11:31:41 +00:00 |
|
rubidium
|
e0e1bf76a2
|
(svn r12986) -Codechange: move the landscape and transport related types from openttd.h to their own headers.
|
2008-05-07 09:07:19 +00:00 |
|
rubidium
|
8796331d83
|
(svn r12975) -Codechange: replace DeleteWindow(w) with delete w.
|
2008-05-06 21:28:30 +00:00 |
|
rubidium
|
1ce0b03bf0
|
(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 |
|
maedhros
|
28e1da6c5d
|
(svn r12968) -Fix: Don't segfault when adding a server if 0.0.0.0 was entered for the address.
|
2008-05-06 10:31:50 +00:00 |
|
rubidium
|
e7d125de58
|
(svn r12963) -Fix (r12960): loading some NewGRFs could cause an infinite loop.
|
2008-05-05 22:35:33 +00:00 |
|
rubidium
|
f2683a6037
|
(svn r12960) -Codechange: handle return values of (some) file system related functions.
|
2008-05-05 21:54:05 +00:00 |
|
rubidium
|
41aeb7ffa0
|
(svn r12957) -Codechange: do not misuse snprintf when you just want to copy a string, also use DEBUG instead of fprintf in one case.
|
2008-05-05 18:27:57 +00:00 |
|
smatz
|
89a8dc8cf7
|
(svn r12944) -Codechange: use rev.h instead of externs at many places
|
2008-05-04 21:53:36 +00:00 |
|
rubidium
|
f1820a5708
|
(svn r12930) -Add: build support for NetBSD and HP-UX. Patch by ahoka.
|
2008-04-30 07:39:46 +00:00 |
|
smatz
|
3fe8c58257
|
(svn r12777) -Codechange: rename fatal() and error() in strgen, so it can always have the NORETURN attribute
|
2008-04-18 21:33:21 +00:00 |
|
rubidium
|
d46d8d9c9d
|
(svn r12765) -Codechange: move some stuff out of variables.h that required including other headers in variables.h.
|
2008-04-18 10:16:51 +00:00 |
|
rubidium
|
f4b07a78c4
|
(svn r12762) -Fix: tabs after the first non-tab character are generally not okay (or lines starting with a space and then tabs).
|
2008-04-18 04:54:09 +00:00 |
|
rubidium
|
ca1f8fbe2e
|
(svn r12761) -Codechange: lots of minor whitespace coding style fixes around operators.
|
2008-04-18 04:37:06 +00:00 |
|
rubidium
|
52d83de8d8
|
(svn r12709) -Feature: show the last joined server. Heavily based on a patch by Yexo.
|
2008-04-14 20:31:21 +00:00 |
|
rubidium
|
cf00e8e1d9
|
(svn r12701) -Codechange: do not explicitly number a widget enum because that causes a big diff when adding something.
|
2008-04-14 13:23:16 +00:00 |
|
rubidium
|
cd23dd64bf
|
(svn r12637) -Fix [FS#1913]: possible NULL pointer dereference when reading some NewGRF data.
|
2008-04-09 14:05:50 +00:00 |
|
rubidium
|
fcf888799f
|
(svn r12574) -Fix: binding to a specific IP could cause OpenTTD to not register properly with the masterserver if one has multiple external interfaces.
|
2008-04-04 21:09:28 +00:00 |
|
rubidium
|
b488fe1929
|
(svn r12501) -Codechange: split signs.h.
|
2008-03-31 07:25:49 +00:00 |
|
rubidium
|
0f1a82a4c2
|
(svn r12499) -Codechange: some coding style tweaks for network_internal.h.
|
2008-03-31 07:11:18 +00:00 |
|
rubidium
|
c51b81c247
|
(svn r12489) -Codechange: split station.h into station_base.h and station_func.h.
|
2008-03-31 00:06:17 +00:00 |
|
rubidium
|
a28f2f2bb1
|
(svn r12426) -Cleanup: sprinkle some coding style over a few files.
|
2008-03-26 10:38:31 +00:00 |
|
rubidium
|
a606fe9610
|
(svn r12425) -Feature [FS#1846]: On Screen Keyboard for input fields so someone without a keyboard can enter text too. Patch by Dominik.
|
2008-03-26 10:08:17 +00:00 |
|
glx
|
15cd2931f3
|
(svn r12407) -Add [FS#1866]: more language flags for servers
|
2008-03-24 20:30:08 +00:00 |
|
rubidium
|
f76110425b
|
(svn r12404) -Codechange: rename the string buffer used for network GUIs to something more unique than what it is called now.
|
2008-03-24 06:38:20 +00:00 |
|
rubidium
|
d4b6b57f8b
|
(svn r12403) -Codechange: unmisuse a variable in the chat window and make the code a little cleaner.
|
2008-03-24 06:32:53 +00:00 |
|
peter1138
|
46ad4b8267
|
(svn r12370) -Fix [FS#1853]: Close language drop down when parent window is clicked/closed.
|
2008-03-15 19:50:06 +00:00 |
|
smatz
|
8d7f246b55
|
(svn r12367) -Fix [FS#1650](r707): commands were sent to clients waiting for map download causing 'executing command from the past' error
|
2008-03-15 00:31:10 +00:00 |
|
rubidium
|
3e90a16cfc
|
(svn r12017) -Fix: when you have more than 9 network interfaces you'll enter the wonderfull world of overflows.
|
2008-01-29 21:43:22 +00:00 |
|
rubidium
|
1b7051768c
|
(svn r12004) -Codechange: refactor the random functions to reduce code duplication.
|
2008-01-29 00:27:25 +00:00 |
|
glx
|
b3e35db958
|
(svn r11920) -Fix (r11844): train count was incorrect in network lobby window (and 'players' command)
|
2008-01-18 21:25:18 +00:00 |
|
peter1138
|
04da1e1d45
|
(svn r11915) -Codechange: Add a function to draw a sort button's up/down arrow. Arrows are now drawn in a consistent position based on the widget, instead of randomly positioned by pixel.
|
2008-01-18 10:36:55 +00:00 |
|
peter1138
|
8794c5bc3c
|
(svn r11909) -Codechange: use dropdown widget for player livery, network lobby/setup and news settings windows
|
2008-01-17 20:00:13 +00:00 |
|
peter1138
|
1fa2285327
|
(svn r11848) -Codechange: New class-based drop down list functionality. Lists are now dynamically generated, and can include parameters, or be extended however needed.
|
2008-01-14 16:10:58 +00:00 |
|
glx
|
88e16866bc
|
(svn r11844) -Fix: road vehicle count was incorrect in network lobby window
|
2008-01-13 22:27:06 +00:00 |
|
rubidium
|
9ac26e1bf1
|
(svn r11840) -Codechange: split network.h so not everything in there needs to be included when wanting to know whether we are a server.
|
2008-01-13 21:51:53 +00:00 |
|
rubidium
|
9c0c798dd8
|
(svn r11834) -Codechange: only include settings_type.h if needed.
|
2008-01-13 14:37:30 +00:00 |
|
rubidium
|
0ca79e2fb8
|
(svn r11829) -Feature: allow reloading openttd.cfg when starting a new game on a dedicated server. Patch by dihedral.
|
2008-01-13 01:39:22 +00:00 |
|
rubidium
|
90acd52f22
|
(svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h.
|
2008-01-13 01:21:35 +00:00 |
|
rubidium
|
2fc62eab05
|
(svn r11818) -Codechange: split player.h into smaller pieces.
|
2008-01-12 14:10:35 +00:00 |
|
rubidium
|
07e0e0a1ff
|
(svn r11816) -Fix: forgot clearing one byte, causing the passwords to differ slightly on different platforms.
|
2008-01-12 08:34:16 +00:00 |
|
rubidium
|
97d6e0e6c0
|
(svn r11811) -Fix: make compilation without networking work again (and thus move the debugdumpcommand stuff out of the network 'area').
|
2008-01-11 00:30:32 +00:00 |
|
rubidium
|
64d691bacc
|
(svn r11787) -Codechange: more header rewrites. This time related to viewport.h.
|
2008-01-09 09:45:45 +00:00 |
|
rubidium
|
b09d957f31
|
(svn r11777) -Codechange: split the string header and make do not include it when it's not necessary.
|
2008-01-07 14:23:25 +00:00 |
|
rubidium
|
71d4004a85
|
(svn r11776) -Codechange: more header splittings to reduce the dependencies.
|
2008-01-07 14:02:26 +00:00 |
|
rubidium
|
2469bca24c
|
(svn r11771) -Codechange: split settings.h into better separated headers.
|
2008-01-07 00:19:09 +00:00 |
|
glx
|
7a890182c0
|
(svn r11762) -Fix: compilation with DEBUG_DUMP_COMMANDS was broken
|
2008-01-05 21:42:34 +00:00 |
|
belugas
|
1b76c8bb67
|
(svn r11714) -Fix[FS#1569]: Do not allow player inauguration date on scenarios to be bigger than current year.
This will not (yet) be true if you are loading a scenario with the "-g" command line option.
|
2007-12-28 04:20:56 +00:00 |
|
rubidium
|
722613f7f3
|
(svn r11706) -Codechange: split vehicle.h and remove another bunch of useless includes.
|
2007-12-27 13:35:39 +00:00 |
|
rubidium
|
db73addb43
|
(svn r11702) -Codechange: move all date related stuff to date*.
|
2007-12-26 13:50:40 +00:00 |
|