glx
|
a28ea38653
|
(svn r13008) -Fix [FS#1997]: silence some MSVC x64 warnings
|
2008-05-08 13:20:54 +00:00 |
|
glx
|
e48a351f8e
|
(svn r13008) -Fix [FS#1997]: silence some MSVC x64 warnings
|
2008-05-08 13:20:54 +00:00 |
|
rubidium
|
92aac531c2
|
(svn r13005) -Codechange: prepare AllocateWindowDescFront for subclassing of Window.
|
2008-05-08 11:50:34 +00:00 |
|
rubidium
|
23fc96c3e8
|
(svn r13005) -Codechange: prepare AllocateWindowDescFront for subclassing of Window.
|
2008-05-08 11:50:34 +00:00 |
|
rubidium
|
51cda2252c
|
(svn r13004) -Codechange: replace AllocateWindow and AllocateWindowDesc with a Window constructor.
|
2008-05-08 11:31:41 +00:00 |
|
rubidium
|
2eef026fe3
|
(svn r13004) -Codechange: replace AllocateWindow and AllocateWindowDesc with a Window constructor.
|
2008-05-08 11:31:41 +00:00 |
|
rubidium
|
8796331d83
|
(svn r12975) -Codechange: replace DeleteWindow(w) with delete w.
|
2008-05-06 21:28:30 +00:00 |
|
rubidium
|
e6c944a6c4
|
(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 |
|
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
|
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
|
172237e326
|
(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
|
fc1f32a693
|
(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
|
a28f2f2bb1
|
(svn r12426) -Cleanup: sprinkle some coding style over a few files.
|
2008-03-26 10:38:31 +00:00 |
|
rubidium
|
f241b0acd4
|
(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 |
|
rubidium
|
327e870962
|
(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 |
|
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
|
67190b2906
|
(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 |
|
rubidium
|
516282fe3c
|
(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 |
|
peter1138
|
058724b768
|
(svn r12370) -Fix [FS#1853]: Close language drop down when parent window is clicked/closed.
|
2008-03-15 19:50:06 +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
|
68707808c0
|
(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
|
ac0fa7f69f
|
(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 |
|
peter1138
|
e4c05f8d78
|
(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 |
|
rubidium
|
9c0c798dd8
|
(svn r11834) -Codechange: only include settings_type.h if needed.
|
2008-01-13 14:37:30 +00:00 |
|
rubidium
|
dc87b05e8c
|
(svn r11834) -Codechange: only include settings_type.h if needed.
|
2008-01-13 14:37:30 +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
|
d4e6a6bf57
|
(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
|
ac528411df
|
(svn r11818) -Codechange: split player.h into smaller pieces.
|
2008-01-12 14:10:35 +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
|
0e517fe023
|
(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
|
a3ccdcea36
|
(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
|
38115acf5a
|
(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 |
|
rubidium
|
acc7c9eb01
|
(svn r11771) -Codechange: split settings.h into better separated headers.
|
2008-01-07 00:19:09 +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 |
|
belugas
|
e9a039b845
|
(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
|
db73addb43
|
(svn r11702) -Codechange: move all date related stuff to date*.
|
2007-12-26 13:50:40 +00:00 |
|
rubidium
|
b9046c97fb
|
(svn r11702) -Codechange: move all date related stuff to date*.
|
2007-12-26 13:50:40 +00:00 |
|
rubidium
|
81bf9f8503
|
(svn r11692) -Codechange: move some functions from 'functions.h' to a more logical place and remove about 50% of the includes of 'functions.h'
|
2007-12-25 11:26:07 +00:00 |
|
rubidium
|
429521a7d1
|
(svn r11692) -Codechange: move some functions from 'functions.h' to a more logical place and remove about 50% of the includes of 'functions.h'
|
2007-12-25 11:26:07 +00:00 |
|