Mercurial > hg > openttd
graph
-
(svn r11907) -Codechange: clean up of worldgen/heightmap ui: replace many separate DrawString() calls with widgets, use dropdown widgets, and use consistent positioning/sizing. draftThu, 17 Jan 2008 19:41:05 +0000, by peter1138
-
(svn r11906) -Fix: fixed a typo in german language (reported by Botcher0) draftThu, 17 Jan 2008 19:35:37 +0000, by miham
-
(svn r11905) -Codechange: add widget enums for player finances and player livery windows draftThu, 17 Jan 2008 19:12:53 +0000, by peter1138
-
(svn r11904) -Codechange: use dropdown widget in 3 more windows, build vehicle, group vehicle list and station list. draftThu, 17 Jan 2008 18:49:39 +0000, by peter1138
-
(svn r11902) -Codechange: use new dropdown widget for game options window draftThu, 17 Jan 2008 18:10:27 +0000, by peter1138
-
(svn r11901) -Add: add two widgets for dropdowns, one raised and one inset, to eventually replace use of two widgets for each dropdown control. draftThu, 17 Jan 2008 18:09:15 +0000, by peter1138
-
(svn r11900) -Fix: set correctly crossing state after train reversal, train leaving crossing, train crash draftThu, 17 Jan 2008 17:57:39 +0000, by smatz
-
(svn r11899) -Cleanup: Remove ShowReplaceVehicleWindow() as it is basically a duplicate of ShowReplaceGroupVehicleWindow(). draftThu, 17 Jan 2008 17:35:59 +0000, by frosch
-
(svn r11898) -Fix: Update neighboured canals + signals when flooding non-flat tiles, too. draftThu, 17 Jan 2008 17:13:47 +0000, by frosch
-
(svn r11897) -Fix: Replace an uint with TileIndex and a small coding style fix. draftThu, 17 Jan 2008 16:55:13 +0000, by frosch
-
(svn r11896) -Fix (r11886): a missing const broke compilation with MSVC draftThu, 17 Jan 2008 16:46:41 +0000, by glx
-
(svn r11895) -Fix (r11875): for once MSVC warns for a good reason draftThu, 17 Jan 2008 16:41:02 +0000, by glx
-
(svn r11894) -Cleanup: Remove strings removed from english.txt in r11893 draftThu, 17 Jan 2008 14:06:49 +0000, by peter1138
-
(svn r11893) -Codechange: build map size drop downs dynamically and remove unneeded strings draftThu, 17 Jan 2008 14:00:17 +0000, by peter1138
-
(svn r11892) -Fix (r11879): View switched from ungrouped to all vehicles as ungrouped is not technically a valid group, and ensure dropdown is removed draftThu, 17 Jan 2008 13:37:28 +0000, by peter1138
-
(svn r11890) -Change: ignore some files for git too. Patch by bruce89. draftThu, 17 Jan 2008 02:13:01 +0000, by rubidium
-
(svn r11889) -Change: small inconsistency between documentation and code. Patch by Yexo. draftThu, 17 Jan 2008 02:10:55 +0000, by rubidium
-
(svn r11888) -Codechange: simplify sorting of the strings in town names dropdown draftThu, 17 Jan 2008 02:10:26 +0000, by glx
-
(svn r11887) -Fix [FS#1658]: segmentation faults/wrong frees due uninitialized memory in the AI. draftThu, 17 Jan 2008 02:09:34 +0000, by rubidium
-
(svn r11886) -Add: sort the strings in languages dropdown draftThu, 17 Jan 2008 00:21:43 +0000, by glx
-
(svn r11885) -Cleanup: Remove gotos from widget drawing code. A side affect is that it is now possible for any widget type to be shown disabled. draftThu, 17 Jan 2008 00:06:36 +0000, by peter1138
-
(svn r11884) -Cleanup: leftover use of widget numbers instead of enum draftWed, 16 Jan 2008 23:46:46 +0000, by peter1138
-
(svn r11883) -Fix (r11864): assert when trying to remove rail from a house or industry tile draftWed, 16 Jan 2008 22:26:45 +0000, by smatz
-
(svn r11882) -Codechange: introduce MarkSingleVehicleDirty() and simplify the code at some places draftWed, 16 Jan 2008 21:17:31 +0000, by smatz
-
(svn r11881) -Cleanup: Code style for global variables. draftWed, 16 Jan 2008 18:34:53 +0000, by peter1138
-
(svn r11880) -Codechange: Generate vehicle group action dropdown dynamically, and assign an enum for the function return codes. draftWed, 16 Jan 2008 18:25:23 +0000, by peter1138
-
(svn r11879) -Fix: Only update group action drop down list when clicking on the dropdown text/button. Other times is not needed and caused a double free. draftWed, 16 Jan 2008 17:43:46 +0000, by peter1138
-
(svn r11878) -Fix: Crash in MP in vehicle group window if the currently selected group is deleted by another player. draftWed, 16 Jan 2008 16:52:50 +0000, by peter1138
-
(svn r11877) -Fix: another way to crash competitors' train in a station draftWed, 16 Jan 2008 15:48:36 +0000, by smatz
-
(svn r11876) -Fix: Start industry tile animation also for overridden industry tiles. (Will only apply to new games or newly build industries.) draftWed, 16 Jan 2008 15:06:48 +0000, by frosch
-
(svn r11875) -Fix: automatically sending aircraft to depot for autoreplace/renew is now triggered by the correct conditions draftWed, 16 Jan 2008 13:59:08 +0000, by bjarni
-
(svn r11874) -Fix [FS#1655]: all wagons of maglev/monorail trains would get the livery colour of the engine instead of their wagon type. draftWed, 16 Jan 2008 11:25:15 +0000, by rubidium
-
(svn r11873) -Codechange: less a few magical numbers and a tiny bit more comments on town zones draftWed, 16 Jan 2008 02:53:55 +0000, by belugas
-
(svn r11872) -Fix (r9874): EngineHasReplacementForPlayer() didn't look in ALL_GROUP draftWed, 16 Jan 2008 01:27:24 +0000, by bjarni
-
(svn r11871) -Fix [FS#1074]: do not update signals after each tile when building/removing a large block of track/signals/station draftWed, 16 Jan 2008 01:18:15 +0000, by smatz
-
(svn r11870) -Fix: slow down train when approaching tile we can't enter in more cases draftWed, 16 Jan 2008 00:33:28 +0000, by smatz
-
(svn r11868) -Fix: some files were still mentioning that beta1 is the latest release when that's not the case. draftTue, 15 Jan 2008 20:44:31 +0000, by rubidium
-
(svn r11867) -Fix: do not reset changes to persistent storages during world generation. draftTue, 15 Jan 2008 18:51:46 +0000, by rubidium
-
(svn r11866) -Codechange: swap OFB_* and OF_* so it conceptually in sync with other cases of *B_* vs *_* like VETSB_* and VETS_*. draftTue, 15 Jan 2008 18:44:22 +0000, by rubidium
-
(svn r11865) -Feature(tte): Support scrolling of drop down lists when in drag mode by moving the pointer above or below the list. draftTue, 15 Jan 2008 16:30:08 +0000, by peter1138
-
(svn r11864) -Codechange: pass owner whose signals we will update instead of complex detection later draftTue, 15 Jan 2008 15:00:01 +0000, by smatz
-
(svn r11863) -Fix (r11848): One day I'll learn C++... Delete all items in a drop down list before deleting the list. draftTue, 15 Jan 2008 13:20:58 +0000, by peter1138
-
(svn r11862) -Fix [FS#1559]: when two NewGRFs 'fight' to define the same cargo it could happen that the strings are defined by one cargo and the 'action2' by another and when one assumes that both come from the same NewGRF... So store the GRF ID with the strings. To be extra sure add the same protection mechanism to industries and towns too. draftTue, 15 Jan 2008 13:19:49 +0000, by rubidium
-
(svn r11861) -Fix: do not call rail specific functions when removing road tunnel/bridge draftTue, 15 Jan 2008 11:45:29 +0000, by smatz
-
(svn r11860) -Fix: Test station class validity against number of classes, not abosolute limit. draftTue, 15 Jan 2008 11:43:06 +0000, by peter1138
-
(svn r11859) -Codechange: Update newgrf station class dropdown to use new method of generating list. draftTue, 15 Jan 2008 10:36:51 +0000, by peter1138
-
(svn r11858) -Fix (r1679): Mask and rule colour in drop down lists using wrong source value. (r1679 partially reverted r1368) draftTue, 15 Jan 2008 08:14:22 +0000, by peter1138
-
(svn r11856) -Revert (r11772): since FS#1335 is solved, we do not need the extra checking and such anymore. draftTue, 15 Jan 2008 00:11:28 +0000, by glx
-
(svn r11855) -Fix [FS#1335]: recompute town population when removing a 'newhouses' grf, or when loading a game with missing 'newhouses' grfs draftTue, 15 Jan 2008 00:03:48 +0000, by glx
-
(svn r11854) -Fix (r11848): Nightly build farm showed up more compiler warnings... c++ is fun draftMon, 14 Jan 2008 20:52:43 +0000, by peter1138
-
(svn r11853) -Fix [r11837]: [OSX] reconfigure killed the space in shared-dir draftMon, 14 Jan 2008 20:30:05 +0000, by bjarni
-
(svn r11852) -Update: WebTranslator2 update to 2008-01-14 21:05:38 draftMon, 14 Jan 2008 20:06:18 +0000, by miham
-
(svn r11851) -Codechange: A few magic numbers removal, plus a little code style draftMon, 14 Jan 2008 18:19:29 +0000, by belugas
-
(svn r11850) -Fix (r11848): forgot to update vc project files draftMon, 14 Jan 2008 16:40:31 +0000, by peter1138
-
(svn r11849) -Fix (r11848): Incomplete(?) class broke MSVC/mingw compilation draftMon, 14 Jan 2008 16:35:49 +0000, by peter1138
-
(svn r11848) -Codechange: New class-based drop down list functionality. Lists are now dynamically generated, and can include parameters, or be extended however needed. draftMon, 14 Jan 2008 16:10:58 +0000, by peter1138
-
(svn r11847) -Fix: do not affect the speed a train is entering a depot by trackbits behind it draftMon, 14 Jan 2008 14:46:09 +0000, by smatz
-
(svn r11846) -Fix [FS#1651]: implicit conversion from unsigned to signed int caused compilation failure with MSVC. draftMon, 14 Jan 2008 11:18:43 +0000, by peter1138