Mercurial > hg > openttd
graph
-
(svn r18160) -Codechange: The hyphen character may not line up in all fonts, so draw draftWed, 18 Nov 2009 10:09:22 +0000, by peter1138
-
(svn r18159) -Codechange: Rework graphs to scale to the widget they are in, instead of using absolute pixel placement. X-axis labels still need work for large fonts. draftWed, 18 Nov 2009 08:32:39 +0000, by peter1138
-
(svn r18158) -Codechange: add crash screenshot for OSX draftWed, 18 Nov 2009 01:00:01 +0000, by smatz
-
(svn r18157) -Codechange: some minor tweaks of the boundaries of strings etc. in the depot window draftTue, 17 Nov 2009 23:32:18 +0000, by rubidium
-
(svn r18156) -Add: crash screenshot, created from blitter buffer draftTue, 17 Nov 2009 23:12:42 +0000, by smatz
-
(svn r18155) -Codechange: in MakeScreenshotName(), don't return pointer to local static variable - use global one instead draftTue, 17 Nov 2009 23:08:55 +0000, by smatz
-
(svn r18154) -Codechange: let the depot window better scale with bigger fonts draftTue, 17 Nov 2009 22:58:41 +0000, by rubidium
-
(svn r18153) -Codechange: Correct height for 'key' button on graph windows. draftTue, 17 Nov 2009 22:06:18 +0000, by peter1138
-
(svn r18152) -Codechange: remove the 'minimum window size' from the WindowDesc; it's determined from the (nested) widgets draftTue, 17 Nov 2009 19:16:48 +0000, by rubidium
-
(svn r18151) -Codechange: Let industry build/found widgets fill the window. draftTue, 17 Nov 2009 19:12:49 +0000, by peter1138
-
(svn r18150) -Codechange: make the horizontal scrollbar scroll in the opposite direction with RTL draftTue, 17 Nov 2009 18:45:57 +0000, by rubidium
-
(svn r18148) -Fix: with the waypoint picker the wrong widget was 'grayed' with RTL and the y offset of the grayed area was incorrect for big fonts draftTue, 17 Nov 2009 18:45:00 +0000, by rubidium
-
(svn r18147) -Add: experimental option to try to statically link to libicu draftTue, 17 Nov 2009 18:01:05 +0000, by rubidium
-
(svn r18146) -Codechange: Improve content download window scaling and offsets for different font size draftTue, 17 Nov 2009 17:51:44 +0000, by peter1138
-
(svn r18145) -Codechange: pass the 'proper' left and right values to DrawVehicleInDepot draftTue, 17 Nov 2009 16:03:51 +0000, by rubidium
-
(svn r18144) -Codechange: ignore SETX(Y) spacing in vehicle details and graphical glitches due to (incorrect) SETX(Y) usage draftTue, 17 Nov 2009 15:26:46 +0000, by rubidium
-
(svn r18143) -Codechange: allow stripping/ignoring of SETX(Y) during DrawString draftTue, 17 Nov 2009 15:25:40 +0000, by rubidium
-
(svn r18142) -Codechange: make the vehicle details RTL (and huge ship/aircraft) aware draftTue, 17 Nov 2009 15:05:12 +0000, by rubidium
-
(svn r18141) -Fix (r18051): one couldn't (easily) continue a game in single player that was 'not enough players'/'waiting on join'-paused draftTue, 17 Nov 2009 14:06:28 +0000, by rubidium
-
(svn r18140) -Codechange: Use text lines widget part to set height of 'Name' button on vehicle detail window, and the start/stop button on vehicle view window. draftTue, 17 Nov 2009 13:17:09 +0000, by peter1138
-
(svn r18139) -Codechange: Scale company league table for font height. draftTue, 17 Nov 2009 13:07:12 +0000, by peter1138
-
(svn r18138) -Codechange: Add a new widgetpart to specify the height of a widget in text lines. draftTue, 17 Nov 2009 13:04:05 +0000, by peter1138
-
(svn r18137) -Codechange: Make station rating graphics in station list scale to the small font size. draftTue, 17 Nov 2009 12:05:55 +0000, by peter1138
-
(svn r18136) -Codechange: support RTL in the vehicle lists draftTue, 17 Nov 2009 11:36:36 +0000, by rubidium
-
(svn r18135) -Codechange: File list text overflowed its container. draftTue, 17 Nov 2009 10:04:21 +0000, by peter1138
-
(svn r18134) -Codechange: scale the offset of the text/vehicle in the vehicle lists based on the font and the unit numbers in the list draftTue, 17 Nov 2009 09:09:20 +0000, by rubidium
-
(svn r18133) -Codechange: pass the 'maximum' left/right positions to Draw*Image draftMon, 16 Nov 2009 22:25:01 +0000, by rubidium
-
(svn r18132) -Codechange: Scale OSK buttons to font height. draftMon, 16 Nov 2009 21:42:04 +0000, by peter1138
-
(svn r18131) -Codechange: account for the height of the small order lists when determining the height of a vehicle list item draftMon, 16 Nov 2009 21:39:47 +0000, by rubidium
-
(svn r18130) -Codechange: initial steps into making the vehicle/group lists big font and RTL aware draftMon, 16 Nov 2009 21:28:12 +0000, by rubidium
-
(svn r18129) -Codechange: Fix up train details window for correct offsets and line spacing. draftMon, 16 Nov 2009 21:10:23 +0000, by peter1138
-
(svn r18128) -Codechange: rename GetVehicleListHeight to GetVehicleHeight as it has nothing to do with the height of the vehicle lists. draftMon, 16 Nov 2009 20:58:38 +0000, by rubidium
-
(svn r18127) -Codechange: Adjust station accept/rating list height by number of lines instead of pixels. draftMon, 16 Nov 2009 20:40:35 +0000, by peter1138
-
(svn r18126) -Codechange: remove duplicate (since r18119) scrollbar capacity/matrix initialisation draftMon, 16 Nov 2009 20:34:57 +0000, by rubidium
-
(svn r18125) -Fix: the waypoint/buoy window had the wrong text colour in their title draftMon, 16 Nov 2009 20:17:27 +0000, by rubidium
-
(svn r18123) -Codechange: try our best to keep the vehicles within the build vehicle list/autoreplace lists instead of overflowing. draftMon, 16 Nov 2009 17:58:46 +0000, by rubidium
-
(svn r18122) -Fix: the build vehicle GUI would draw a (few) pixels over the border draftMon, 16 Nov 2009 17:56:59 +0000, by rubidium
-
(svn r18121) -Codechange: pass the maximum left/right location to the Draw*Engine functions draftMon, 16 Nov 2009 17:15:42 +0000, by rubidium
-
(svn r18120) -Fix (r18119): sometimes ReInit didn't dirty the new window draftMon, 16 Nov 2009 17:01:25 +0000, by rubidium
-
(svn r18119) -Codechange/Fix: always call OnResize so the matrices/scrollbars are initialised without the need for duplicating the OnResize code draftMon, 16 Nov 2009 16:42:04 +0000, by rubidium
-
(svn r18118) -Codechange: improve behaviour of the engine lists (both build vehicle/autoreplace) w.r.t. large(r) fonts and RTL. RTL support for 'wider than usual' vehicles is still needed though. draftMon, 16 Nov 2009 16:22:14 +0000, by rubidium
-
(svn r18117) -Codechange: don't pass the location of the vehicle count but whether to show the vehicle count draftMon, 16 Nov 2009 15:11:54 +0000, by rubidium
-
(svn r18116) -Change: make the station list support RTL when drawing the ratings draftMon, 16 Nov 2009 14:48:22 +0000, by rubidium
-
(svn r18115) -Codechange: prevent RTL glitch with refitting and cargo suffix draftMon, 16 Nov 2009 13:19:39 +0000, by rubidium
-
(svn r18114) -Fix: RTL languages don't have the keyboard swapped draftMon, 16 Nov 2009 12:29:52 +0000, by rubidium
-
(svn r18113) -Fix: RTL glitch in play heightmap window draftMon, 16 Nov 2009 11:54:59 +0000, by rubidium
-
(svn r18112) -Fix (rnewpool): crash when a company got removed and you had the company league window opened draftSun, 15 Nov 2009 23:22:07 +0000, by rubidium
-
(svn r18111) -Change: One more developer added to the history of OpenTTD. draftSun, 15 Nov 2009 21:07:39 +0000, by alberth
-
(svn r18110) -Codechange [FS#3316]: search for stations nearby only once per producer (instead of once pre produced cargo type) (fonsinchen) draftSun, 15 Nov 2009 21:06:13 +0000, by smatz
-
(svn r18109) -Fix: Up-/down-buttons of CreateScenarioWindow were not raised again. draftSun, 15 Nov 2009 20:37:13 +0000, by frosch
-
(svn r18108) -Fix (r17986): crash when clicking just 'outside' of the date panel draftSun, 15 Nov 2009 20:16:51 +0000, by rubidium
-
(svn r18107) -Codechange: Add spacer panel to end of transparency window, to fill space if title is too long. draftSun, 15 Nov 2009 19:31:12 +0000, by peter1138
-
(svn r18106) -Codechange: Draw string underline FONT_HEIGHT_NORMAL pixels down, not 10. draftSun, 15 Nov 2009 19:18:19 +0000, by peter1138
-
(svn r18104) -Codechange: Let the query popup window's text entry field expand if necessary (e.g. with long window title). draftSun, 15 Nov 2009 18:44:33 +0000, by peter1138
-
(svn r18103) -Codechange: Base content window detail title height on font height. draftSun, 15 Nov 2009 18:39:22 +0000, by peter1138
-
(svn r18102) -Codechange: simplify Company::Get(this->window_number)->index to just this->window_number draftSun, 15 Nov 2009 18:21:17 +0000, by smatz
-
(svn r18101) -Fix (r15188): AI settings window used window-relative pixel positions draftSun, 15 Nov 2009 17:22:47 +0000, by peter1138
-
(svn r18099) -Codechange: scale the edit boxes to the fontsize draftSun, 15 Nov 2009 15:37:37 +0000, by rubidium
-
(svn r18096) -Fix (r5079/r7158??): Use free type ascender/descender metrics to position font offset correctly. draftSun, 15 Nov 2009 14:39:37 +0000, by peter1138
-
(svn r18095) -Fix (r18093): a bit too much nested_array != NULL removal draftSun, 15 Nov 2009 14:07:23 +0000, by rubidium
-
(svn r18094) -Codechange: make the network content GUI work better with RTL draftSun, 15 Nov 2009 14:01:45 +0000, by rubidium
-
(svn r18093) -Fix: the mouseover handler could crash if there wasn't a widget under the mouse draftSun, 15 Nov 2009 13:50:49 +0000, by rubidium
-
(svn r18092) -Codechange: remove support for the unnested widgets draftSun, 15 Nov 2009 13:36:30 +0000, by rubidium
-
(svn r18091) -Codechange: CompanyWindow uses pure nested widgets. draftSun, 15 Nov 2009 13:31:27 +0000, by alberth
-
(svn r18090) -Fix: Only allow raising of WWT_* nested widgets. draftSun, 15 Nov 2009 13:08:50 +0000, by alberth
-
(svn r18089) -Codechange: remove ResizeWindowForWidget draftSun, 15 Nov 2009 10:40:06 +0000, by rubidium
-
(svn r18088) -Codechange: remove CompareWidgetArrays draftSun, 15 Nov 2009 10:38:04 +0000, by rubidium
-
(svn r18086) -Codechange: remove 'widget' from WindowDesc draftSun, 15 Nov 2009 10:26:01 +0000, by rubidium
-
(svn r18085) -Codechange: Make the company face window use nested widgets. draftSun, 15 Nov 2009 09:46:40 +0000, by alberth
-
(svn r18084) -Codechange: make the cheat gui nested draftSun, 15 Nov 2009 09:23:40 +0000, by rubidium
-
(svn r18083) -Codechange: make the small map GUI nested. draftSat, 14 Nov 2009 20:56:25 +0000, by rubidium
-
(svn r18082) -Codechange: make it visually easier to see where the different legenda 'tables' are split + some typos draftSat, 14 Nov 2009 20:34:46 +0000, by rubidium
-
(svn r18080) -Codechange: add some const to the smallmap draftSat, 14 Nov 2009 17:47:05 +0000, by rubidium
-
(svn r18079) -Codechange: allow overwriting of screenshots with user-supplied filenames draftSat, 14 Nov 2009 15:50:38 +0000, by smatz
-
(svn r18078) -Codechange: remove some duplicate (non translatable) strings draftSat, 14 Nov 2009 15:37:33 +0000, by rubidium
-
(svn r18077) -Codechange: Make the livery window use pure nested widgets. draftSat, 14 Nov 2009 15:34:21 +0000, by alberth
-
(svn r18076) -Codechange: rename MakeBmpImage() to MakeBMPImage() draftSat, 14 Nov 2009 15:31:06 +0000, by smatz
-
(svn r18075) -Codechange: let ScreenshotHandlerProc() accept 'name' as 'const char \*' draftSat, 14 Nov 2009 15:28:57 +0000, by smatz
-
(svn r18074) -Fix [FS#3314]: [OSX] Don't link clipboard support twice when building without Cocoa. draftSat, 14 Nov 2009 15:26:43 +0000, by michi_cc
-
(svn r18073) -Codechange: remove some more unneeded skips draftSat, 14 Nov 2009 13:11:40 +0000, by rubidium
-
(svn r18072) -Codechange: remove the need for {SKIP} (and a string) from the order window draftSat, 14 Nov 2009 12:55:48 +0000, by rubidium
-
(svn r18071) -Codechange: remove the need for {SKIP} in the autoreplace window + strings draftSat, 14 Nov 2009 12:50:38 +0000, by rubidium
-
(svn r18070) -Fix: some possible unwanted side effects if using some sorts of boolean expressions in DEBUG draftSat, 14 Nov 2009 11:57:55 +0000, by rubidium
-
(svn r18069) -Codechange: Initialize window flags at the same tme as the other fields instead of afterwards. draftSat, 14 Nov 2009 09:58:52 +0000, by alberth
-
(svn r18068) -Cleanup: Remove obsolete BaseVehicleListWindow(const WindowDesc *desc, WindowNumber window_number) constructor. draftSat, 14 Nov 2009 08:49:58 +0000, by alberth
-
(svn r18067) -Codechange: Eliminate a constant representing a widget top edge in vehicle windows. draftSat, 14 Nov 2009 08:44:12 +0000, by alberth
-
(svn r18066) -Codechange: Make group gui window use pure nested widgets. draftFri, 13 Nov 2009 21:42:49 +0000, by alberth
-
(svn r18065) -Codechange/Fix: account for the text in WWT_FRAMEs when determining the minimum width draftFri, 13 Nov 2009 20:23:48 +0000, by rubidium
-
(svn r18064) -Codechange: make the sticky box size to the height of the title bar preventing glitches with larger fonts draftFri, 13 Nov 2009 20:10:13 +0000, by rubidium
-
(svn r18063) -Change: remove some unneeded blue pixels that only cause the sprites to be displayed too big if size is taken from the sprites draftFri, 13 Nov 2009 20:03:22 +0000, by rubidium
-
(svn r18061) -Fix: glitches with the dock GUI when the title is very long draftFri, 13 Nov 2009 19:46:12 +0000, by rubidium
-
(svn r18059) -Codechange: Move some variable declarations to their use. draftFri, 13 Nov 2009 18:17:46 +0000, by alberth
-
(svn r18057) -Codechange: replace assert_compile() by new one which works with gcc3.3 and removes the need of assert_tcompile() draftFri, 13 Nov 2009 15:53:51 +0000, by smatz
-
(svn r18056) -Fix (r17737): compiling without networking failed draftThu, 12 Nov 2009 21:08:41 +0000, by rubidium
-
(svn r18054) -Change/Fix [FS#3310]: make pause on join pause during the whole joining (including download) phase draftThu, 12 Nov 2009 20:52:14 +0000, by rubidium
-
(svn r18053) -Codechange: remove the manual pause/unpause limitation with min_active_clients draftThu, 12 Nov 2009 20:38:52 +0000, by rubidium
-
(svn r18052) -Codechange/Fix: make the 'pause' chat message when actually executing the pause command. This to prevent showing paused and especially unpaused to be shown when the state doesn't change. Output now mentions whether pause changes keep the game paused and what reasons for pausing there 'currently' are. draftThu, 12 Nov 2009 20:33:30 +0000, by rubidium
-
(svn r18051) -Codechange: make the active clients pause use a separate bit in the pause mode draftThu, 12 Nov 2009 17:46:04 +0000, by rubidium
-
(svn r18050) -Codechange: disallow 'pause on join' paused when not in a network game draftThu, 12 Nov 2009 17:44:49 +0000, by rubidium
-
(svn r18049) -Fix [FS#3310] (r16448): Crash when an articulated RV is turning on a drive through road station that gets forcefully (bankrupt) removed draftThu, 12 Nov 2009 17:28:20 +0000, by rubidium
-
(svn r18048) -Change: make no distinction between unpausing because of a client aborting to join or actually joining draftThu, 12 Nov 2009 17:27:24 +0000, by rubidium
-
(svn r18045) -Fix: GCC 4.5@HEAD not compiling OpenTTD anymore because of a "non-placement deallocation function [is] selected for placement delete", or in other words delete(void *, size_t) is 'magic'. draftWed, 11 Nov 2009 21:15:58 +0000, by rubidium
-
(svn r18044) -Change: mention (one of the) bug report(s) for the known-but-will-not-or-cannot-fix bugs and order them by FS ID draftWed, 11 Nov 2009 21:09:04 +0000, by rubidium
-
(svn r18043) -Document: the resizing issue with SDL and OpenTTD draftWed, 11 Nov 2009 21:07:12 +0000, by rubidium
-
(svn r18042) -Cleanup: remove some stale comments draftWed, 11 Nov 2009 20:53:23 +0000, by rubidium
-
(svn r18040) -Codechange: the size parameter (if it's that actually) isn't needed for the delete operator draftWed, 11 Nov 2009 20:40:40 +0000, by rubidium
-
(svn r18038) -Fix [FS#3290] (r17402): AIs failed to load their data from savegames by crashing them when they tried draftWed, 11 Nov 2009 18:13:17 +0000, by rubidium