belugas
|
ef22740ccb
|
(svn r14017) -Codechange: DrawArrowButtons now uses Colours enum to specify the colour of the button
|
2008-08-08 03:37:00 +00:00 |
|
skidd13
|
41b09d4027
|
(svn r13628) -Feature: enable building of aqueducts in the scenario editor
-Codechange: related to this split the waterway based buttons from the landscape generation window
|
2008-06-25 17:30:16 +00:00 |
|
rubidium
|
27bca407de
|
(svn r13318) -Codechange: move some functions from gui.h/misc_gui.cpp to window_gui.h/window.cpp because they belong there.
|
2008-05-29 06:49:56 +00:00 |
|
glx
|
ca4d92e2f2
|
(svn r13061) -Codechange: make a class of the BuildTreesWindow.
|
2008-05-12 21:46:08 +00:00 |
|
rubidium
|
cabd771fc0
|
(svn r13009) -Codechange: move more tile highlighting related functions/types to tilehighlight_*.h.
|
2008-05-08 13:21:55 +00:00 |
|
rubidium
|
7ccda80b0b
|
(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
|
402a1e24ba
|
(svn r12977) -Codechange: remove quite some redundant (duplicate) function declarations.
|
2008-05-06 22:17:12 +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 |
|
peter1138
|
4595d2c3b1
|
(svn r12953) -Feature: Open a new viewport when ctrl-clicking on a 'Location' button, a town/station/industry list, or some news items.
|
2008-05-05 11:36:43 +00:00 |
|
rubidium
|
8c2c7c27ea
|
(svn r12768) -Codechange: move the statusbar GUI to it's own file.
|
2008-04-18 15:13:45 +00:00 |
|
rubidium
|
dc16b4f2b4
|
(svn r12767) -Codechange: merge all main toolbar related functions into a single file instead of scattering the functionality over several files.
|
2008-04-18 15:11:39 +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 |
|
rubidium
|
e9dad7637e
|
(svn r12441) -Feature: open the time table when pressing the order button while pressing the CTRL key. Patch by Phil Sophus.
|
2008-03-27 14:34:29 +00:00 |
|
rubidium
|
65c7ef9629
|
(svn r12398) -Codechange [FS#1770]: Move toolbar related code to it's own little neighbourhood. Based on a patch by Dominik.
|
2008-03-23 07:35:29 +00:00 |
|
belugas
|
539c635efd
|
(svn r12136) -Fix(r12135): Code style compliance and... code style as such
|
2008-02-14 03:10:22 +00:00 |
|
belugas
|
81b3652f37
|
(svn r12135) -Codechange: Road and rail bridge selection windows were identical apart the caption. So remove one window definition and set manually the caption accordingly.
-Codechange: prepare the "type" of bridge parameter only once, at the beginning of the selection process. Makes less magic around.
|
2008-02-14 02:57:38 +00:00 |
|
rubidium
|
9444eb4484
|
(svn r11939) -Codechange: some type fixes and very initial steps into supporting NDS by default. Based on work by Dominik.
|
2008-01-21 23:55:57 +00:00 |
|
peter1138
|
4a2f7db99b
|
(svn r11926) -Feature: Rivers. Graphics must be provided by NewGRF else rivers are drawn as canals. Rivers can currently only be placed with-in the scenario editor.
|
2008-01-19 17:00:54 +00:00 |
|
rubidium
|
5c4150d304
|
(svn r11832) -Codechange: get rid of (quite) some VARDEFs.
|
2008-01-13 13:36:01 +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
|
ac528411df
|
(svn r11818) -Codechange: split player.h into smaller pieces.
|
2008-01-12 14:10:35 +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
|
aeff6e5761
|
(svn r11768) -Codechange: move some terraform related gui stuff from main_gui.cpp to terraform_gui.cpp (and introduce terraform_gui.h). Based on a patch by Roujin.
|
2008-01-06 18:56:43 +00:00 |
|
peter1138
|
9299f76af4
|
(svn r11759) -Feature: Add drag-n-drop support to the raise/lower land tools. Land is raised/lowered at the start and the rest of the area levelled to match. Patch by Roujin.
|
2008-01-04 18:18:46 +00:00 |
|
rubidium
|
aac835171e
|
(svn r11700) -Codechange: reduce the amount of unnecessary includes.
|
2007-12-25 23:42:52 +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 |
|
rubidium
|
970fd6220a
|
(svn r11685) -Codechange: remove a few 'useless' includes.
|
2007-12-23 11:20:41 +00:00 |
|
rubidium
|
a773d45885
|
(svn r11684) -Codechange: split gfx.h in a type and functional header.
|
2007-12-23 10:56:02 +00:00 |
|
rubidium
|
8f0e68285b
|
(svn r11682) -Codechange: move some 'generic' geometry related types into a single file and do not include gfx.h everywhere to get a Point type.
|
2007-12-22 23:30:28 +00:00 |
|
rubidium
|
6a9e77e079
|
(svn r11680) -Codechange: refactor more out of openttd.h and functions.h.
|
2007-12-21 22:50:51 +00:00 |
|
rubidium
|
a6b1526c13
|
(svn r11672) -Codechange: refactor some stuff out of gui.h.
|
2007-12-21 07:38:36 +00:00 |
|
rubidium
|
5b49e75453
|
(svn r11669) -Codechange: refactor tile.h -> tile_type.h and tile_map.h
|
2007-12-19 23:26:02 +00:00 |
|
rubidium
|
d582aea639
|
(svn r11668) -Codechange: more refactoring aimed at reducing compile time and making it more logic where function definitions can be found.
|
2007-12-19 20:45:46 +00:00 |
|
rubidium
|
8896bea306
|
(svn r11667) -Codechange: split window.h into a header that defines some 'global' window related types, on that defined 'global' window functions and one that defines functions and types only used by *_gui.cpps.
|
2007-12-19 19:44:29 +00:00 |
|
skidd13
|
9b4252bd62
|
(svn r11446) -Codechange: change the naming of road related code parts to something more descriptive
-Change: invert the two single roads gui buttons, making it consistent with rails toolbar
Based on a patch by Octopussy
|
2007-11-17 01:10:06 +00:00 |
|
belugas
|
56e6282f2f
|
(svn r11374) -Codechange: Give meaning to the magical number that specifies the color of the text in a DrawString call.
Patch heavily based on BiBB's work (FS#1383)
|
2007-11-04 00:08:57 +00:00 |
|
rubidium
|
2c1bfe10ac
|
(svn r11339) -Add: autoroad; same as autorail, but for road and trams and only on X and Y direction. Patch by Octopussy and skidd13.
|
2007-10-22 19:11:50 +00:00 |
|
rubidium
|
5d628e6135
|
(svn r10997) -Codechange: unify the vehicle view window. Patch by PhilSophus.
|
2007-08-29 20:50:58 +00:00 |
|
rubidium
|
7cd00468d6
|
(svn r10522) -Fix: the "build truck station" GUI showed that it would accept tourists when it does not, whereas the "build bus station" GUI did not show them when it did accept them.
|
2007-07-12 13:40:24 +00:00 |
|
rubidium
|
f806b46cc9
|
(svn r10246) -Fix (r10297): some forgotten money conversions and truncation issues. Thanks to benc for providing the patch.
|
2007-06-21 14:32:27 +00:00 |
|
maedhros
|
35ce34d55a
|
(svn r9901) -Codechange: Decide what to do with selected land areas based on the specific variable, not how it was highlighted.
|
2007-05-23 13:52:10 +00:00 |
|
maedhros
|
ca5c578d0f
|
(svn r9900) -Codechange: Separate the variables for how to highlight a land area and what to do with it afterwards.
|
2007-05-23 12:45:56 +00:00 |
|
rubidium
|
b7748a686e
|
(svn r9897) -Codechange: prepare the toolbar for more road types.
|
2007-05-21 21:58:31 +00:00 |
|
rubidium
|
7d4be11516
|
(svn r9874) -Feature: advanced vehicle lists a.k.a. group interface. Now you can make groups of vehicles and perform all kinds of tasks on that given group. Original code by nycom and graphics by skidd13.
|
2007-05-19 09:40:18 +00:00 |
|
peter1138
|
e643aeaed2
|
(svn r9810) -Feature: Add drag and drop removal of station tiles (Wolf01)
|
2007-05-07 17:10:30 +00:00 |
|
rubidium
|
36bb92ae24
|
(svn r9050) -Codechange: Foo(void) -> Foo()
|
2007-03-07 11:47:46 +00:00 |
|
belugas
|
978d7da818
|
(svn r8950) -Cleanup: doxygen changes. Mostly @files missing tags and a few comments style.
|
2007-03-01 01:24:44 +00:00 |
|
peter1138
|
ef2daa5060
|
(svn r8826) -Codechange: Replace _cargoc's separate arrays with a regular struct array (with accessor) and implement new initialization method using cargo labels.
|
2007-02-20 22:09:21 +00:00 |
|
tron
|
508dc154df
|
(svn r8436) -Fix
-Feature: When linking the terraform toolbar to the build toolbars place them side by side instead of on top of each other
|
2007-01-28 10:09:40 +00:00 |
|
maedhros
|
38647bb426
|
(svn r8301) -Codechange: Move the code relating to the sign list window from graph_gui.cpp to a file of its own: signs_gui.cpp.
|
2007-01-21 12:35:35 +00:00 |
|