frosch
|
0557a47162
|
(svn r17803) -Codechange: Remove update_(left|right) in favour of the rebuild flag of GUIList.
|
2009-10-18 16:31:27 +00:00 |
|
alberth
|
36b28dd48a
|
(svn r17785) -Codechange: autoreplace window uses pure nested widgets.
|
2009-10-17 14:26:40 +00:00 |
|
alberth
|
d2a66d68c5
|
(svn r17784) -Codechange: Replace 'i' with 'side' when side is intended in the autoreplace window.
|
2009-10-17 08:18:55 +00:00 |
|
alberth
|
0bc7475032
|
(svn r17783) -Codechange: Remove local pointer variable 'widget' from autoreplace window.
|
2009-10-17 08:14:39 +00:00 |
|
alberth
|
735c261633
|
(svn r17781) -Codechange: Remove local variable 'selected_group' from autoreplace window.
|
2009-10-17 08:10:46 +00:00 |
|
alberth
|
82a29ef80d
|
(svn r17780) -Codechange: A bit more code style in the autoreplace window.
|
2009-10-17 07:47:59 +00:00 |
|
alberth
|
df39af7be8
|
(svn r17764) -Codechange: Replace 'list' class variable in ReplacceVehicleWindow by 'engines'.
|
2009-10-11 13:09:44 +00:00 |
|
alberth
|
ab4e195072
|
(svn r17763) -Codechange: Rename 'wagon_btnstate' to 'replace_engines', and 'init_lists' to 'reset_sel_engine' in ReplaceVehicleWindow, add doxygen comments.
|
2009-10-11 12:51:15 +00:00 |
|
alberth
|
628f175154
|
(svn r17761) -Codechange: Removed some unused/unneeded variables from ReplaceVehicleWindow.
|
2009-10-11 11:47:21 +00:00 |
|
smatz
|
7c74afb1c3
|
(svn r17692) -Codechange: minor coding style fixes
|
2009-10-04 17:10:57 +00:00 |
|
rubidium
|
1854c5efec
|
(svn r17530) -Codechange: use QSortT instead of qsort for sorting EngineIDs
|
2009-09-13 17:47:07 +00:00 |
|
rubidium
|
2e59affde5
|
(svn r17367) -Codechange: make the autoreplace, bridge and build vehicle GUIs use the scrollbar wrappers
|
2009-09-02 07:17:15 +00:00 |
|
rubidium
|
99d46e0ad7
|
(svn r17248) -Fix: add GPL license notice where appropriate
|
2009-08-21 20:21:05 +00:00 |
|
rubidium
|
d61be2637e
|
(svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives
|
2009-08-05 17:59:21 +00:00 |
|
alberth
|
fe9f5cbc46
|
(svn r16845) -Codechange: Introduction of constants for describing the bits in a WWT_MATRIX data field.
|
2009-07-16 16:22:23 +00:00 |
|
rubidium
|
e39646d93b
|
(svn r16841) -Cleanup: spaces/tabs where they don't belong
|
2009-07-16 10:01:32 +00:00 |
|
belugas
|
af54ba7bfc
|
(svn r16611) -Doc Fix(r16606): "then" became "the" and now is gone.
In other words, fix a comment ;)
|
2009-06-20 23:22:46 +00:00 |
|
alberth
|
484a915ec2
|
(svn r16606) -Doc: Added/fixed doxygen comments.
|
2009-06-20 15:48:55 +00:00 |
|
yexo
|
68042a6dde
|
(svn r16433) -Codechange: Remove most of CmdSetAutoreplace and replace it with calls to CmdChangeCompanySetting
|
2009-05-26 13:29:01 +00:00 |
|
smatz
|
d495dc5dbc
|
(svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index)
|
2009-05-16 23:34:14 +00:00 |
|
yexo
|
d489f93473
|
(svn r16315) -Codechange: move the autorenew settings to a new CompanySettings struct
|
2009-05-15 23:55:06 +00:00 |
|
rubidium
|
3bd4eeb178
|
(svn r16162) -Codechange: remove needless TC_ colours from DrawString when they are part of strings and add some colours to a few strings.
|
2009-04-26 15:26:19 +00:00 |
|
rubidium
|
5c5b357043
|
(svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had this ID' from 'some' strings and replace the string name with something more sensible.
|
2009-04-21 23:40:56 +00:00 |
|
alberth
|
bbd546b792
|
(svn r15885) -Codechange: Removed new_size parameter of Window::OnResize() callback
|
2009-03-29 09:49:11 +00:00 |
|
yexo
|
2965004426
|
(svn r15870) -Codechange: New widgets for the autoreplace window.
|
2009-03-28 04:26:43 +00:00 |
|
rubidium
|
64e7ab4025
|
(svn r15807) -Codechange: let the build vehicle gui helper function pass around left and right instead of only left and assuming infinite width.
|
2009-03-22 11:06:25 +00:00 |
|
alberth
|
fc24b775bb
|
(svn r15802) -Codechange: Complete autoreplace GUI widget numbers and add them as comment
|
2009-03-22 09:04:15 +00:00 |
|
rubidium
|
c1aabd9842
|
(svn r15785) -Codechange: remove the *Truncated part of the old text drawing API.
|
2009-03-21 20:12:12 +00:00 |
|
rubidium
|
7f468dc142
|
(svn r15723) -Codechange: use a constructor for WindowDescs as that makes expanding them much easier (Alberth)
|
2009-03-15 15:12:06 +00:00 |
|
rubidium
|
c3e87f345d
|
(svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too
|
2009-03-15 00:32:18 +00:00 |
|
rubidium
|
f3e0fd7416
|
(svn r15711) -Codechange: lots of whitespace cleanup/fixes
|
2009-03-14 18:16:29 +00:00 |
|
peter1138
|
519277f980
|
(svn r15448) -Codechange: Don't show rail types in selection drop downs if they have no label.
|
2009-02-11 18:10:12 +00:00 |
|
rubidium
|
c7f3daacbf
|
(svn r15427) -Codechange: give w->caption_color a more sensible name as it holds the owner of whatever is shown in the window
|
2009-02-09 02:33:10 +00:00 |
|
rubidium
|
66cb1fe1ff
|
(svn r15423) -Codechange: split widget related types to their own header and add a bit of type strictness.
|
2009-02-09 01:06:23 +00:00 |
|
rubidium
|
283b3d16ab
|
(svn r15410) -Cleanup: get rid of most of the references to the 'patches' except where it's used for backward compatability.
|
2009-02-08 12:25:13 +00:00 |
|
rubidium
|
42fe0b65d2
|
(svn r15338) -Fix [FS#2598]: close all construction related windows whenever changing company.
|
2009-02-04 16:59:41 +00:00 |
|
smatz
|
9021c20b5e
|
(svn r15299) -Cleanup: remove many redundant includes
|
2009-01-31 20:16:06 +00:00 |
|
rubidium
|
9e9af7f561
|
(svn r14989) -Codechange: remove a lookup table by reordering some items in english.txt (Swallow)
|
2009-01-11 14:01:45 +00:00 |
|
rubidium
|
e83cca7d13
|
(svn r14754) -Codechange: get rid of _cmd_text and just pass it as (optional) parameter.
|
2008-12-28 14:37:19 +00:00 |
|
rubidium
|
e589c7e580
|
(svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.
|
2008-09-30 20:51:04 +00:00 |
|
rubidium
|
f56e630e5c
|
(svn r14421) -Codechange: rename all player variables/types to company *or* client so it is immediatelly clear which one you are working with.
|
2008-09-30 20:39:50 +00:00 |
|
peter1138
|
6261063689
|
(svn r14157) -Codechange: Add and use string properties for rail types instead of relying on consecutive string IDs.
|
2008-08-24 21:31:24 +00:00 |
|
frosch
|
110a9f8fc0
|
(svn r14037) -Fix (r8610): The autoreplace gui showed vehicle types for replacement which CmdSetAutoReplace() did not accept.
|
2008-08-10 15:02:21 +00:00 |
|
belugas
|
2767042705
|
(svn r13887) -Codechange: Replace numbers with Colours enum on autoreplace, build_vehicle, cheat, depot and dock guis.
The fact that it goes alphabetically is pure coincidence.
|
2008-07-31 02:36:01 +00:00 |
|
frosch
|
a3662216ee
|
(svn r13850) -Fix [FS#2146]: Fix resp. implement refitting of articulated vehicles during autoreplace.
|
2008-07-27 15:17:16 +00:00 |
|
frosch
|
0e91a2f52f
|
(svn r13840) -Fix: Some glitches in the autoreplace GUI.
|
2008-07-26 17:55:49 +00:00 |
|
peter1138
|
759739db3f
|
(svn r13784) -Codechange: Truncate vehicle names in purchase list to width of window.
|
2008-07-22 16:13:42 +00:00 |
|
peter1138
|
47ba8389b5
|
(svn r13760) -Codechange: With multiple NewGRF engine sets, engine IDs may not be allocated in the order expected by GRF authors, so sort by 'list position' instead of engine ID for all vehicle types.
|
2008-07-20 21:21:51 +00:00 |
|
peter1138
|
c61baba819
|
(svn r13314) -Codechange: Switch EngineList from std::vector to GUIList
|
2008-05-28 17:29:27 +00:00 |
|
peter1138
|
4ab659e29b
|
(svn r13313) -Fix-ish (r13306): List was copied in another place the autoreplace gui...
|
2008-05-28 17:08:45 +00:00 |
|