rubidium
|
d837fc4d03
|
(svn r15797) -Codechange: make users of the old DrawStringMultiLine use the new one.
|
2009-03-21 23:45:34 +00:00 |
|
rubidium
|
f9def73be6
|
(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
|
b25a4f8231
|
(svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too
|
2009-03-15 00:32:18 +00:00 |
|
frosch
|
a987c7299b
|
(svn r15559) -Feature: Show required/already-delivered cargo needed for town-growth in town-view-window. (and only if it is really needed)
|
2009-02-23 20:03:38 +00:00 |
|
smatz
|
42747e222c
|
(svn r15506) -Codechange: rename ScenarioEditorTownGenerationWindow to FoundTownWindow
|
2009-02-17 00:21:08 +00:00 |
|
smatz
|
0878541cf2
|
(svn r15505) -Codechange: pass name of new town as parameter to CMD_BUILD_TOWN
|
2009-02-16 23:23:33 +00:00 |
|
rubidium
|
8dae160d0f
|
(svn r15425) -Codechange: some color->colour changes and type safety.
|
2009-02-09 02:09:47 +00:00 |
|
smatz
|
6dff31d34b
|
(svn r15357) -Codechange: unify the way buttons are updated in the 'found town' window
|
2009-02-05 16:51:23 +00:00 |
|
smatz
|
ef4282f8de
|
(svn r15356) -Codechange: make PlaceProc_Town and some global variables a static function/variables of the scenedit window
|
2009-02-05 15:59:40 +00:00 |
|
smatz
|
324b54132c
|
(svn r15353) -Feature(tte): make it possible to have cities of various sizes
|
2009-02-05 15:28:01 +00:00 |
|
smatz
|
aa692a99a9
|
(svn r15352) -Codechange: make the arguments passed around while founding a town a bit more readable
|
2009-02-05 13:33:37 +00:00 |
|
smatz
|
df2a387fc3
|
(svn r15342) -Feature: allow changing town layout in the 'Found new town' window
|
2009-02-04 22:52:34 +00:00 |
|
rubidium
|
7da743a0dc
|
(svn r15336) -Fix: do not use _current_company in the GUI as there are no guarantees that _current_company is the same as _local_company.
|
2009-02-04 16:45:07 +00:00 |
|
smatz
|
0d3f5e6e74
|
(svn r15299) -Cleanup: remove many redundant includes
|
2009-01-31 20:16:06 +00:00 |
|
peter1138
|
481c2164d0
|
(svn r15149) -Codechange: GetMaskOfTownActions() is used by a Cmd handler, therefore it does not belong in _gui.
|
2009-01-19 12:07:01 +00:00 |
|
peter1138
|
1ee0c4caf4
|
(svn r15088) -Fix [FS#2536]: Resize company list in town authority window if required.
|
2009-01-15 12:50:59 +00:00 |
|
peter1138
|
4f4408f37e
|
(svn r15087) -Codechange: Less hardcoding of y positions in town authority window.
|
2009-01-15 12:36:24 +00:00 |
|
frosch
|
cf1e926e37
|
(svn r14902) -Feature: Advanced setting to keep various building tools active, which are usually closed after placing an object. (planetmaker)
|
2009-01-07 17:40:17 +00:00 |
|
smatz
|
254e19da91
|
(svn r14807) -Codechange: use INVALID_TILE instead of 0 to mark invalid depots, industries, towns and waypoints
|
2009-01-03 16:06:58 +00:00 |
|
rubidium
|
87e5a8b52b
|
(svn r14754) -Codechange: get rid of _cmd_text and just pass it as (optional) parameter.
|
2008-12-28 14:37:19 +00:00 |
|
smatz
|
07e3c096b3
|
(svn r14591) -Fix [FS#2388](r14528): cached nearest town could be invalid after importing older savegame and during town generation
-Codechange: rewrite parts of code responsible for caching index of nearest town
|
2008-11-18 22:43:59 +00:00 |
|
rubidium
|
a14ad77a36
|
(svn r14528) -Codechange: cache the closest town for all road tiles instead of only roads owned by tiles. This replaces a O(n) search over all towns from the road's tileloop with a O(1) lookup (PhilSophus)
|
2008-10-25 13:51:47 +00:00 |
|
rubidium
|
b650a86e58
|
(svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.
|
2008-09-30 20:51:04 +00:00 |
|
rubidium
|
3b798599b6
|
(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 |
|
smatz
|
1266b1a73f
|
(svn r14334) -Feature: ability to reset name to default/automatic value (for vehicles, engines, towns, groups, stations, waypoints, managers and companies)
|
2008-09-15 19:02:50 +00:00 |
|
smatz
|
606f4defdc
|
(svn r14331) -Codechange: use an enum as additional parameter for ShowQueryString()
|
2008-09-15 16:29:40 +00:00 |
|
rubidium
|
97c184f8f8
|
(svn r14063) -Codechange: replace some "magic" constants with enumified constants.
|
2008-08-13 06:05:01 +00:00 |
|
belugas
|
c5cecdd2e3
|
(svn r13919) -Codechange: Replace numbers with Colours enum on osk(forgot 2 assignations), statusbar, subsidy, terraform, timetable, toolbar, town, tree and vehicle guis.
|
2008-08-02 02:28:17 +00:00 |
|
rubidium
|
3a799389eb
|
(svn r13731) -Codechange: make a pool of the array of players.
|
2008-07-18 16:40:29 +00:00 |
|
rubidium
|
d06529ef4d
|
(svn r13719) -Codechange: rename IsValidPlayer to IsValidPlayerID in line with all other structs/classes that are in a pool.
|
2008-07-17 20:13:01 +00:00 |
|
belugas
|
33150af3e2
|
(svn r13683) -Codechange: privatize a function that is not used outside of the class who calls it
|
2008-07-09 02:18:51 +00:00 |
|
skidd13
|
6b8a758339
|
(svn r13533) -Codechange: Replace direct class member access of GUIList with the appropriate function calls
|
2008-06-16 17:05:17 +00:00 |
|
rubidium
|
923e21129c
|
(svn r13325) -Codechange: split the client-side only settings from the settings stored in the savegame so there is no need to have a duplicate copy of it for new games.
|
2008-05-29 15:13:28 +00:00 |
|
rubidium
|
5c5ee7eb57
|
(svn r13301) -Fix [FS#1997]: resolve more MSVC 9 x64 warnings.
|
2008-05-27 21:41:00 +00:00 |
|
peter1138
|
cfb962c7f1
|
(svn r13297) -Codechange: Use GUIList for the town directory window
|
2008-05-27 20:05:36 +00:00 |
|
rubidium
|
4625695653
|
(svn r13251) -Codechange: rename _patches to _settings as that is more logic.
-Codechange: move all Settings into substructs of _settings in a way that they are logically grouped.
|
2008-05-25 19:17:03 +00:00 |
|
smatz
|
32380e257c
|
(svn r13244) -Fix: allow only one town directory window to be opened
|
2008-05-25 15:57:45 +00:00 |
|
belugas
|
fc35ad9ee9
|
(svn r13226) -Feature: Allow to have more than only two airports per town. The number of airports is now controlled by the noise each of them generates, the distance from town's center and how tolerant the town is.
Initial concept : TTDPatch (moreairpots), Initial code : Pasky
Thanks to BigBB (help coding), Smatz Skidd13 and frosch for bugcatches and advices
|
2008-05-24 02:54:47 +00:00 |
|
peter1138
|
6f233b1f8f
|
(svn r13225) -Fix (r13041): Missing calls to FindWindowPlacementAndResize() from lots
of windows causing 'two stage' opening effect.
|
2008-05-23 23:02:13 +00:00 |
|
belugas
|
1e79665b45
|
(svn r13210) -Codechange: make town (previously named t) a private member of the different Town guis and assign it only once, at creation
|
2008-05-22 02:13:24 +00:00 |
|
belugas
|
b4128cbc25
|
(svn r13209) -Codechange: Privatize what should be private.
|
2008-05-22 02:03:05 +00:00 |
|
rubidium
|
27c38052b7
|
(svn r13185) -Codechange: remove everything related to the WindowProc callbacks.
|
2008-05-19 09:48:47 +00:00 |
|
peter1138
|
b1e324dd47
|
(svn r13180) -Codechange: make a window class of the TownDirectoryWindow.
|
2008-05-19 09:17:26 +00:00 |
|
smatz
|
290cedade2
|
(svn r13176) -Fix (r13153): town window was glitchy while opening
|
2008-05-19 01:50:07 +00:00 |
|
rubidium
|
33b822faf7
|
(svn r13153) -Codechange: make classes of the TownViewWindow and the ScenarioEditorTownGenerationWindow.
|
2008-05-18 08:13:13 +00:00 |
|
rubidium
|
8b54212900
|
(svn r13139) -Codechange: move DrawWindowWidgets and DrawWindowViewport to the Window class and remove Window from their naming.
|
2008-05-17 12:48:06 +00:00 |
|
rubidium
|
7c7a4de3e5
|
(svn r13113) -Codechange: make a class of the TownAuthorityWindow.
|
2008-05-15 22:47:03 +00:00 |
|
rubidium
|
f23026cce8
|
(svn r13027) -Codechange: use StrEmpty instead of arr[0] == '\0' and remove the need for WE_ON_EDIT_TEXT_CANCEL.
|
2008-05-10 08:58:52 +00:00 |
|
rubidium
|
f438700402
|
(svn r13024) -Codechange: do not use WE_MOUSELOOP when WE_TICK suffices, rename WE_4 to something more descriptive and correct some (completely incorrect) comments.
|
2008-05-09 09:29:27 +00:00 |
|
rubidium
|
23fc96c3e8
|
(svn r13005) -Codechange: prepare AllocateWindowDescFront for subclassing of Window.
|
2008-05-08 11:50:34 +00:00 |
|
rubidium
|
3d5567ccf7
|
(svn r12987) -Codechange: split viewport and tile selection.
|
2008-05-07 13:10:15 +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
|
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
|
24b5c91039
|
(svn r12789) -Codechange: rename AssignWindowViewport to InitializeWindowViewport because the viewport is now part of the window struct. Patch by Alberth.
|
2008-04-19 13:17:19 +00:00 |
|
rubidium
|
9d8fa486af
|
(svn r12761) -Codechange: lots of minor whitespace coding style fixes around operators.
|
2008-04-18 04:37:06 +00:00 |
|
belugas
|
8a669f04cd
|
(svn r12733) -Codechange: Merge two more Widgets arrays (town views ) into one.
|
2008-04-16 03:05:56 +00:00 |
|
belugas
|
a8008db23d
|
(svn r12705) -Codechange: enumification of some more widgets
|
2008-04-14 17:50:15 +00:00 |
|
belugas
|
8418bc5050
|
(svn r12704) -Codechange: code style cleanup, mostly switch case alignment
|
2008-04-14 17:06:36 +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 |
|
maedhros
|
292cfc56f6
|
(svn r12391) -Feature: Show whether a town is a "city" in the town description title bar.
|
2008-03-22 11:27:46 +00:00 |
|
belugas
|
e7173d3ba4
|
(svn r12159) -Codechange: Enumify some widget magical numbers
-Cleanup: apply a bit of code style. Mostly re-indenting switch cases
|
2008-02-16 03:12:57 +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 |
|
rubidium
|
dc87b05e8c
|
(svn r11834) -Codechange: only include settings_type.h if needed.
|
2008-01-13 14:37:30 +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
|
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
|
bf98e25e43
|
(svn r11691) -Codechange: move+rename helpers.hpp and only include it when it is really needed.
|
2007-12-25 09:48:53 +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
|
9e9cfe6e59
|
(svn r11677) -Codechange: move price and command related types/functions to their respective places.
|
2007-12-21 21:50:46 +00:00 |
|
rubidium
|
433a9f3c09
|
(svn r11675) -Codechange: split the string types from the string functions.
|
2007-12-21 19:49:27 +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 |
|
rubidium
|
ec90ce7e98
|
(svn r11643) -Codechange: conform with the coding style for the WP macro uses.
|
2007-12-16 10:54:08 +00:00 |
|
glx
|
b47bce651e
|
(svn r11600) -Cleanup: remove extra out-of-memory checks, since it's now done in *allocT functions.
|
2007-12-08 15:47:23 +00:00 |
|
skidd13
|
82913a2134
|
(svn r11564) -Codechange: Increase the usage of the for_each_bit macro and rename it fitting to the naming style
|
2007-12-03 09:19:19 +00:00 |
|
rubidium
|
527b72749d
|
(svn r11555) -Codechange: use the new members introduced in r11551.
|
2007-12-02 14:29:48 +00:00 |
|
skidd13
|
6e511188ae
|
(svn r11538) -Codechange: Rewrite GetNthSetBit in a more uncontroversial way and add its documentation
|
2007-11-28 21:59:06 +00:00 |
|
skidd13
|
bf959f926f
|
(svn r11510) -Codechange: merge the IS_*INSIDE* functions and rename them fitting to the naming style
|
2007-11-24 10:38:43 +00:00 |
|
skidd13
|
71c4325c50
|
(svn r11481) -Codechange: Rename the HASBIT function to fit with the naming style
|
2007-11-19 21:02:30 +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
|
ff14665f6e
|
(svn r11188) -Codechange: rewrite of the town action related code (remove some of the magic).
-Feature: possibility to disable exclusive rights and giving money. Both by skidd13.
|
2007-09-30 17:38:42 +00:00 |
|
rubidium
|
db374f600c
|
(svn r10755) -Codechange: make the town struct use the pool item class as super class.
|
2007-08-02 21:05:54 +00:00 |
|
rubidium
|
c03cb2c8db
|
(svn r10704) -Codechange: provide an infrastructure to have resizable windows that are smaller than the default window size.
|
2007-07-27 12:49:04 +00:00 |
|
peter1138
|
eb6594caa8
|
(svn r10323) -Codechange: reference company name, number and player (president) name
by index
|
2007-06-25 13:30:38 +00:00 |
|
truelight
|
2d591ec1af
|
(svn r10291) -Fix [FS#920]: double click in town-GUI didn't work as expected
|
2007-06-23 00:33:15 +00:00 |
|
truelight
|
6159f58948
|
(svn r10265) -Feature: allow double-clicking on certain places: build-vehicle and town-action
|
2007-06-22 10:57:53 +00:00 |
|
rubidium
|
9c0944aa09
|
(svn r10258) -Codechange: as we are now using int64 all over the place, it's better to use int64 variables in the string generating too instead of packing them into two int32s.
-Fix: some displays of money were wrong.
|
2007-06-21 17:25:17 +00:00 |
|
rubidium
|
eb1472a82d
|
(svn r10247) -Fix (r10210): *always* call SetDParamMoney when you want to place money in some string.
|
2007-06-21 14:54:51 +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 |
|
truelight
|
d3f375231f
|
(svn r9844) -Codechange: replace zoomlevel with an enum
-Codechange: use predefined enums for viewport zoomlevels
|
2007-05-15 14:08:39 +00:00 |
|
belugas
|
f81217bcf4
|
(svn r9558) -Documentation: doxygen and comment changes: 'T' now. Almost done
|
2007-04-04 03:21:14 +00:00 |
|
rubidium
|
36bb92ae24
|
(svn r9050) -Codechange: Foo(void) -> Foo()
|
2007-03-07 11:47:46 +00:00 |
|
rubidium
|
c8882bd3d2
|
(svn r8511) -Codechange: make WindowClass an enumerated value.
|
2007-02-01 15:49:12 +00:00 |
|
maedhros
|
7a7562d8e2
|
(svn r8300) -Codechange: Add a prototype for DrawPlayerIcon to players.h and include that
instead of using externs. Also move DrawPlayerIcon from graph_gui.cpp to
players.cpp.
|
2007-01-21 11:49:18 +00:00 |
|
peter1138
|
92d418b031
|
(svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit values.
This lets us increase the sprite width from 14 to up to 29 bits,
effectively nulling the old sprite limit. Table changes in next commit.
|
2007-01-14 19:57:49 +00:00 |
|
KUDr
|
33be1ecfb1
|
(svn r8066) - Codechange: MallocT(), CallocT(), ReallocT() now return the pointer to allocated memory instead of modifying the pointer given as parameter
|
2007-01-11 17:29:39 +00:00 |
|
rubidium
|
f35ed4bbc2
|
(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b.
|
2007-01-10 18:56:51 +00:00 |
|
KUDr
|
e373ea7096
|
(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed to .cpp)
|
2007-01-10 18:12:09 +00:00 |
|