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
|
c28ce39e3c
|
(svn r12987) -Codechange: split viewport and tile selection.
|
2008-05-07 13:10:15 +00:00 |
|
rubidium
|
3d5567ccf7
|
(svn r12987) -Codechange: split viewport and tile selection.
|
2008-05-07 13:10:15 +00:00 |
|
rubidium
|
9db77e3808
|
(svn r12976) -Codechange: use w->SetDirty() instead of SetWindowDirty(w) when it's certain that w != NULL.
|
2008-05-06 22:08:18 +00:00 |
|
rubidium
|
9bf519f26b
|
(svn r12976) -Codechange: use w->SetDirty() instead of SetWindowDirty(w) when it's certain that w != NULL.
|
2008-05-06 22:08:18 +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
|
0083ce9e1b
|
(svn r12941) -Codechange: don't access wndproc directly. Patch by Alberth.
|
2008-05-04 10:05:50 +00:00 |
|
rubidium
|
cb680474c3
|
(svn r12941) -Codechange: don't access wndproc directly. Patch by Alberth.
|
2008-05-04 10:05:50 +00:00 |
|
peter1138
|
b471c5d312
|
(svn r12848) -Cleanup/Codechange: Use correct variable types, don't prefix with _ for non-globals, and use implicit enum numbering.
|
2008-04-23 12:03:47 +00:00 |
|
peter1138
|
24cccc8333
|
(svn r12848) -Cleanup/Codechange: Use correct variable types, don't prefix with _ for non-globals, and use implicit enum numbering.
|
2008-04-23 12:03:47 +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
|
1b2773445d
|
(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
|
ca1f8fbe2e
|
(svn r12761) -Codechange: lots of minor whitespace coding style fixes around operators.
|
2008-04-18 04:37:06 +00:00 |
|
rubidium
|
9d8fa486af
|
(svn r12761) -Codechange: lots of minor whitespace coding style fixes around operators.
|
2008-04-18 04:37:06 +00:00 |
|
rubidium
|
18e64b28e2
|
(svn r12757) -Codechange: move all cheat related stuff from all over the place to a single location.
|
2008-04-17 21:21:01 +00:00 |
|
rubidium
|
b1d1a4ac66
|
(svn r12757) -Codechange: move all cheat related stuff from all over the place to a single location.
|
2008-04-17 21:21:01 +00:00 |
|
glx
|
0b3a78b927
|
(svn r12686) -Fix: MSVC signed/unsigned warning
|
2008-04-13 15:07:36 +00:00 |
|
glx
|
5e2a5953a4
|
(svn r12686) -Fix: MSVC signed/unsigned warning
|
2008-04-13 15:07:36 +00:00 |
|
rubidium
|
bd432258cb
|
(svn r12596) -Feature: show what cargos a station could be supplied with. Patch by Roujin.
|
2008-04-06 22:32:20 +00:00 |
|
rubidium
|
1bd5a29df5
|
(svn r12596) -Feature: show what cargos a station could be supplied with. Patch by Roujin.
|
2008-04-06 22:32:20 +00:00 |
|
smatz
|
f8b2e84537
|
(svn r12579) -Change: reset cursor when the Plant trees GUI is opened
|
2008-04-05 12:30:48 +00:00 |
|
smatz
|
d977461d10
|
(svn r12579) -Change: reset cursor when the Plant trees GUI is opened
|
2008-04-05 12:30:48 +00:00 |
|
smatz
|
2185591156
|
(svn r12565) -Cleanup: variable scope in misc\*.cpp
|
2008-04-04 17:27:38 +00:00 |
|
smatz
|
e5d4ee30d3
|
(svn r12565) -Cleanup: variable scope in misc\*.cpp
|
2008-04-04 17:27:38 +00:00 |
|
smatz
|
8ed3f5fd5e
|
(svn r12550) -Change: the signal GUI is now persistent - has the same data when it is reopened
|
2008-04-03 21:54:31 +00:00 |
|
smatz
|
ff7e8fb2dd
|
(svn r12550) -Change: the signal GUI is now persistent - has the same data when it is reopened
|
2008-04-03 21:54:31 +00:00 |
|
rubidium
|
877ca99198
|
(svn r12495) -Codechange: reduce the dependency on newgrf_station.h (especially because newgrf_station.h includes a lot of stuff).
|
2008-03-31 06:42:26 +00:00 |
|
rubidium
|
6f15d34fe5
|
(svn r12495) -Codechange: reduce the dependency on newgrf_station.h (especially because newgrf_station.h includes a lot of stuff).
|
2008-03-31 06:42:26 +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
|
2edd403656
|
(svn r12489) -Codechange: split station.h into station_base.h and station_func.h.
|
2008-03-31 00:06:17 +00:00 |
|
belugas
|
8988c1f7c1
|
(svn r12444) -Fix: A little typo
|
2008-03-27 15:46:58 +00:00 |
|
belugas
|
3256b24dd6
|
(svn r12444) -Fix: A little typo
|
2008-03-27 15:46:58 +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
|
fedb33d697
|
(svn r12389) -Codechange: remove unneeded code from the Cheat window handling and bring it in line with the coding guidelines.
|
2008-03-22 10:50:50 +00:00 |
|
rubidium
|
5d747802f2
|
(svn r12389) -Codechange: remove unneeded code from the Cheat window handling and bring it in line with the coding guidelines.
|
2008-03-22 10:50:50 +00:00 |
|
peter1138
|
bb89e98ec2
|
(svn r12336) -Fix [FS#1733]: Don't pause/unpause the game when showing load/save windows when the game is paused due to missing GRFs.
|
2008-03-04 12:15:33 +00:00 |
|
peter1138
|
9674ff71de
|
(svn r12336) -Fix [FS#1733]: Don't pause/unpause the game when showing load/save windows when the game is paused due to missing GRFs.
|
2008-03-04 12:15:33 +00:00 |
|
belugas
|
35356c97e7
|
(svn r12206) -Fix: A comma is not a rare resource. Do not hesitate to use it when needed.
|
2008-02-20 21:08:27 +00:00 |
|
belugas
|
1b73417e5f
|
(svn r12206) -Fix: A comma is not a rare resource. Do not hesitate to use it when needed.
|
2008-02-20 21:08:27 +00:00 |
|
belugas
|
20035ca48d
|
(svn r12187) -Add: frosch as dev. Last, but not least
|
2008-02-19 17:52:30 +00:00 |
|
belugas
|
b4b5c09ff9
|
(svn r12187) -Add: frosch as dev. Last, but not least
|
2008-02-19 17:52:30 +00:00 |
|
maedhros
|
f95fb570ad
|
(svn r11994) -Codechange: Remove numbers from string names where the strings aren't present in TTD, since they don't correspond to either TTD's TextIDs or OpenTTD's StringIDs.
|
2008-01-27 17:32:12 +00:00 |
|
maedhros
|
21eef65e77
|
(svn r11994) -Codechange: Remove numbers from string names where the strings aren't present in TTD, since they don't correspond to either TTD's TextIDs or OpenTTD's StringIDs.
|
2008-01-27 17:32:12 +00:00 |
|