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
-
(svn r18035) -Fix (r16909): one could remotely crash (assert) the server on certain commands draftTue, 10 Nov 2009 11:19:07 +0000, by rubidium
-
(svn r18033) -Codechange: make the padding for IMGBTN_2 the same as for IMGBTN; the image doesn't move, so the extra space at the right and bottom aren't needed draftMon, 09 Nov 2009 17:20:48 +0000, by rubidium
-
(svn r18030) -Fix: screen jumped a bit for at least SDL and Allegro when right-click-dragging draftMon, 09 Nov 2009 16:05:24 +0000, by rubidium
-
(svn r18029) -Fix (r18028): AppendPathSeparator() should stay global draftMon, 09 Nov 2009 15:16:38 +0000, by glx
-
(svn r18028) -Codechange: unglobalise some functions draftMon, 09 Nov 2009 10:40:33 +0000, by rubidium
-
(svn r18027) -Codechange: make some unneededly global variables static and remove some unused variables draftMon, 09 Nov 2009 09:59:35 +0000, by rubidium
-
(svn r18026) -Codechange: make a lookup table static that doesn't need to be 'exported' draftMon, 09 Nov 2009 09:27:48 +0000, by rubidium
-
(svn r18025) -Fix (r17217): more missing/extra parentheses (for compilers I've never heard of) draftSun, 08 Nov 2009 23:56:39 +0000, by rubidium
-
(svn r18023) -Codechange: Make the timetable window nested. draftSun, 08 Nov 2009 20:52:14 +0000, by alberth
-
(svn r18022) -Cleanup: remove some (now) unused button resize functions draftSun, 08 Nov 2009 19:49:13 +0000, by rubidium
-
(svn r18021) -Codechange: Have a widget for every cargo-type to eliminate searching. draftSun, 08 Nov 2009 19:36:17 +0000, by alberth
-
(svn r18020) -Codechange: Make the company station list window nested. draftSun, 08 Nov 2009 19:31:57 +0000, by alberth
-
(svn r18019) -Codechange: make the 'engine preview' window nested draftSun, 08 Nov 2009 19:22:45 +0000, by rubidium
-
(svn r18018) -Codechange: make the 'buy company' window nested draftSun, 08 Nov 2009 19:21:18 +0000, by rubidium
-
(svn r18016) -Codechange: Move the arbitrary basecost multiplier offset (8) to newgrf loading and make the internal state zero-based instead. draftSun, 08 Nov 2009 18:04:53 +0000, by frosch
-
(svn r18015) -Codechange: redesign the world generation windows to make 'proper' use of nested widgets. draftSun, 08 Nov 2009 16:46:23 +0000, by rubidium
-
(svn r18014) -Codechange: Station view window uses pure nested widgets. draftSun, 08 Nov 2009 15:26:20 +0000, by alberth
-
(svn r18013) -Codechange: Add possibility to change window size during ReInit(). draftSun, 08 Nov 2009 15:22:04 +0000, by alberth
-
(svn r18012) -Codechange: make the world generation windows nested; they'll need some tweaks to use the full potential though draftSun, 08 Nov 2009 13:35:45 +0000, by rubidium
-
(svn r18011) -Feature(ette): [NewGRF] CB 36 for roadvehicle property 09 'running cost factor'. draftSun, 08 Nov 2009 13:02:05 +0000, by frosch
-
(svn r18010) -Codechange: Split StationViewWindow::OnPaint in four functions. draftSun, 08 Nov 2009 12:45:16 +0000, by alberth
-
(svn r18009) -Codechange: make the 'create scenario' window nested draftSun, 08 Nov 2009 12:38:00 +0000, by rubidium
-
(svn r18008) -Codechange: Rename NUM_PRICES to PR_END, and use the Price enum some more. draftSun, 08 Nov 2009 12:23:02 +0000, by frosch
-
(svn r18007) -Codechange: No need to call CB 36 'running cost factor' if the vehicle has no running cost class anyway. draftSun, 08 Nov 2009 12:18:59 +0000, by frosch
-
(svn r18006) -Codechange: make the world generation progress window nested draftSun, 08 Nov 2009 12:11:38 +0000, by rubidium
-
(svn r18005) -Codechange: Convert the Prices struct into an array and an enum. draftSat, 07 Nov 2009 22:47:54 +0000, by frosch
-
(svn r18003) -Cleanup: prune some unused functions from Window draftSat, 07 Nov 2009 22:29:17 +0000, by rubidium
-
(svn r18002) -Change: add cases to Greek and use them (fumantsu) draftSat, 07 Nov 2009 21:51:21 +0000, by rubidium
-
(svn r18001) -Codechange: [SDL] When the mouse cursor is locked into position when scrolling a viewport, warp the mouse pointer to the centre of the window. This gives maximum freedom of movement. The pointer position is restored when the lock is removed. Visually the mouse cursor stays where it was. draftSat, 07 Nov 2009 21:41:41 +0000, by peter1138
-
(svn r17999) -Fix: [NewGRF] Improve parsing of RIFF data. Skip unknown chunks and check chunk sizes. draftSat, 07 Nov 2009 18:22:00 +0000, by frosch
-
(svn r17998) -Fix (r17994): Use a consistent item list width. draftSat, 07 Nov 2009 17:45:49 +0000, by alberth
-
(svn r17997) -Codechange: Introduce functions for querying top and bottom of the main view. draftSat, 07 Nov 2009 17:24:04 +0000, by alberth
-
(svn r17995) -Codechange: PreventHiding() is used in one file, make it static. draftSat, 07 Nov 2009 15:49:36 +0000, by alberth
-
(svn r17994) -Codechange: Make the dropdown menu window use pure nested widgets. draftSat, 07 Nov 2009 14:40:37 +0000, by alberth
-
(svn r17993) -Codechange: Move widget and data initialization into the dropdown menu class. draftSat, 07 Nov 2009 11:44:38 +0000, by alberth
-
(svn r17992) -Codechange: Merge some parameters of the dropdown menu. draftSat, 07 Nov 2009 11:26:23 +0000, by alberth
-
(svn r17991) -Codechange: Use WD_VSCROLLBAR_WIDTH constant in dropdown menu window. draftSat, 07 Nov 2009 10:26:09 +0000, by alberth
-
(svn r17990) -Codechange: Add widgets enum for dropdown menu window. draftSat, 07 Nov 2009 08:41:34 +0000, by alberth
-
(svn r17986) -Codechange: make the scenario 'main' toolbar nested. Also make it implement the 'switch' toolbar feature when it gets really small. draftFri, 06 Nov 2009 20:34:43 +0000, by rubidium
-
(svn r17985) -Codechange: make the toolbar container support non-resizable widgets and subclassing of itself. draftFri, 06 Nov 2009 20:32:15 +0000, by rubidium
-
(svn r17984) -Codechange: make it possible to use MakeNWidgets using a custom container widget. draftFri, 06 Nov 2009 20:26:28 +0000, by rubidium
-
(svn r17977) -Fix: Busses and trucks are distinguished by cargo class. draftThu, 05 Nov 2009 20:26:13 +0000, by frosch
-
(svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up including of newgrf_cargo.h draftThu, 05 Nov 2009 19:46:17 +0000, by frosch
-
(svn r17973) -Fix: 'save' toolbar button didn't change when clicking it draftWed, 04 Nov 2009 20:02:14 +0000, by rubidium
-
(svn r17971) -Codechange: make the code of the toolbar more uniform; give the switch bar a tooltip and unify the naming of sprites. draftWed, 04 Nov 2009 18:28:59 +0000, by rubidium
-
(svn r17970) -Codechange: some coding style / improvement of constant usage draftWed, 04 Nov 2009 15:50:14 +0000, by rubidium
-
(svn r17969) -Codechange: use the toolbar switch button lowered state as a way to tell which of the configurations it's showing draftWed, 04 Nov 2009 15:49:27 +0000, by rubidium
-
(svn r17967) -Codechange: Specify that the buttons of the query string window should be equal in size. draftTue, 03 Nov 2009 20:25:19 +0000, by alberth
-
(svn r17966) -Fix (r17965): The Default button should be disabled in some cases rather than the Ok button. draftTue, 03 Nov 2009 20:21:49 +0000, by alberth
-
(svn r17965) -Codechange: query string window uses pure nested widgets. draftTue, 03 Nov 2009 20:04:05 +0000, by alberth
-
(svn r17963) -Codechange: some documentation style draftTue, 03 Nov 2009 17:30:08 +0000, by rubidium
-
(svn r17961) -Document: also document the hanging of SDL on quiting if it 'talks' to PulseAudio via its virtual ALSA device draftTue, 03 Nov 2009 09:52:19 +0000, by rubidium
-
(svn r17958) -Codechange: make the join progress window nested draftMon, 02 Nov 2009 19:42:09 +0000, by rubidium
-
(svn r17956) -Document: CPU usage issues with SDL-ALSA-PulseAudo draftMon, 02 Nov 2009 17:04:21 +0000, by rubidium
-
(svn r17955) -Codechange: s/SPR_PLAYER_ICON/SPR_COMPANY_ICON/ draftMon, 02 Nov 2009 16:07:09 +0000, by rubidium
-
(svn r17954) -Codechange: make the network client list nested draftMon, 02 Nov 2009 16:03:17 +0000, by rubidium
-
(svn r17953) -Fix: when you start giving money (input window for amount), then get moved to spectators and you click 'Ok' a crash would occur draftMon, 02 Nov 2009 15:39:03 +0000, by rubidium
-
(svn r17952) -Codechange: make the network client list popup nested draftMon, 02 Nov 2009 15:37:54 +0000, by rubidium
-
(svn r17951) -Codechange: simplify making the popup list, remove arbirary limitations and unused code/strings. draftMon, 02 Nov 2009 15:27:05 +0000, by rubidium
-
(svn r17950) -Fix (r17776): _draw_mutex was never destroyed, _draw_thread was never joined draftMon, 02 Nov 2009 13:36:17 +0000, by smatz
-
(svn r17949) -Fix (r17776): unlock mutex before deleting it when creating drawing thread failed draftMon, 02 Nov 2009 12:12:13 +0000, by smatz
-
(svn r17948) -Codechange: remove some magic numbers from the network client list GUIs / use ResizeWindow instead of custom resize code. draftMon, 02 Nov 2009 10:52:57 +0000, by rubidium
-
(svn r17947) -Codechange: make the statusbar, chat input and news window know of eachothers size so they don't get overlapped and don't get invisible (bottoms) of windows when a larger font is used draftMon, 02 Nov 2009 10:15:48 +0000, by rubidium
-
(svn r17946) -Codechange: move the widget definition of the client list closer to the window draftMon, 02 Nov 2009 09:58:08 +0000, by rubidium
-
(svn r17945) -Fix (r17940): Absence of main toolbar and/or status bar should not be fatal. draftMon, 02 Nov 2009 05:12:58 +0000, by alberth
-
(svn r17944) -Codechange (r11848): Removed the second counter variable that ran in sync with the first one. draftSun, 01 Nov 2009 21:05:48 +0000, by alberth
-
(svn r17943) -Change: use 24bpp BMP format instead of 32bpp for screenshots. Saves space and is supported by more image viewers draftSun, 01 Nov 2009 20:54:21 +0000, by smatz
-
(svn r17942) -Documentation: Add a few doxygen comments to the dropdown code. draftSun, 01 Nov 2009 20:50:00 +0000, by alberth
-
(svn r17941) -Fix: close BMP file when making screenshot fails draftSun, 01 Nov 2009 20:40:36 +0000, by smatz
-
(svn r17940) -Codechange: Use real y position of the main toolbar and status bar instead of hardcoded sizes for tooltip and for error message windows. draftSun, 01 Nov 2009 19:19:14 +0000, by alberth
-
(svn r17938) -Feature: non-automatic screenshot name can be entered in console draftSun, 01 Nov 2009 18:15:35 +0000, by smatz
-
(svn r17937) -Codechange: rename current_screenshot_type to _screenshot_type draftSun, 01 Nov 2009 18:08:58 +0000, by smatz
-
(svn r17936) -Fix: deadlock when trying to create screenshot with too long name (including path) draftSun, 01 Nov 2009 17:49:23 +0000, by smatz
-
(svn r17935) -Fix (r17933): Compensate for being inside a class. draftSun, 01 Nov 2009 17:45:24 +0000, by alberth
-
(svn r17933) -Codechange: Move position calculation of error message window into the class. draftSun, 01 Nov 2009 17:38:14 +0000, by alberth
-
(svn r17932) -Fix: Don't let the tooltip go under the status bar. draftSun, 01 Nov 2009 17:20:28 +0000, by alberth
-
(svn r17931) -Codechange: Error message window uses pure nested widgets. draftSun, 01 Nov 2009 14:28:53 +0000, by alberth
-
(svn r17930) -Fix (r17926): Aircraft were not carrying mail anymore, when CB15 was in use. draftSun, 01 Nov 2009 08:48:16 +0000, by frosch
-
(svn r17929) -Fix (r2391): STR_NULL does not seem very useful as file save error summary. draftSat, 31 Oct 2009 20:09:37 +0000, by alberth
-
(svn r17928) -Codechange: ShowErrorMessage() now takes the summary string before the details string. draftSat, 31 Oct 2009 19:46:51 +0000, by alberth
-
(svn r17927) -Codechange: Rename error message string variables. draftSat, 31 Oct 2009 18:22:39 +0000, by alberth
-
(svn r17926) -Fix (r9352): Make the decision whether aircraft carry mail consistent. Now always the cargo class decides. draftSat, 31 Oct 2009 17:48:09 +0000, by frosch
-
(svn r17924) -Codechange: Replace y array with two area rectangles in the error message window. draftSat, 31 Oct 2009 15:47:22 +0000, by alberth
-
(svn r17923) -Feature: "port" OpenTTD to GNU/Hurd draftSat, 31 Oct 2009 15:26:07 +0000, by rubidium
-
(svn r17922) -Fix [FS#3291]: crash when closing NewGRF parameter window with no NewGRF selected draftSat, 31 Oct 2009 14:53:19 +0000, by rubidium
-
(svn r17921) -Documentation: Add doxygen comments in the ErrmsgWindow struct. draftSat, 31 Oct 2009 14:33:07 +0000, by alberth
-
(svn r17920) -Codechange: add a 'filter' for numbers+spaces and use it for the NewGRF parameter list draftSat, 31 Oct 2009 14:06:16 +0000, by rubidium
-
(svn r17919) -Codechange (r17849): Remove the outermost NWID_LAYERED and NWID_VERTICAL containers from the load and save nested widget parts, since they do nothing. draftSat, 31 Oct 2009 13:43:34 +0000, by alberth
-
(svn r17918) -Codechange: Move tooltip size calculation into the tooltip window class. draftSat, 31 Oct 2009 13:29:53 +0000, by alberth
-
(svn r17917) -Codechange: Move tooltip initial position calculation into the tooltip window class. draftSat, 31 Oct 2009 13:14:51 +0000, by alberth
-
(svn r17916) -Codechange: Make tooltips window use pure nested widgets. draftSat, 31 Oct 2009 13:01:52 +0000, by alberth
-
(svn r17915) -Codechange: Allow windows to compute their own initial position. draftSat, 31 Oct 2009 11:34:43 +0000, by alberth
-
(svn r17914) -Codechange: Use some constants in the size calculation, and pass the size as a combined value to the tooltip window. draftSat, 31 Oct 2009 11:29:53 +0000, by alberth
-
(svn r17913) -Documentation: Add doxygen comments to the tooltip window class. draftSat, 31 Oct 2009 11:13:31 +0000, by alberth
-
(svn r17912) -Fix [FS#3289] (r17868): crash when opening the vehicle list (not group list) of a specific company draftSat, 31 Oct 2009 10:07:40 +0000, by rubidium
-
(svn r17911) -Codechange: bool * is a pointer, not a bool draftSat, 31 Oct 2009 08:15:46 +0000, by peter1138
-
(svn r17910) -Fix: 32bpp BMP screenshots were broken when screen width wasn't multiple of 4 draftFri, 30 Oct 2009 23:58:40 +0000, by smatz
-
(svn r17909) -Fix: 32bpp BMP screenshots were in wrong colours on big endian machines draftFri, 30 Oct 2009 23:43:44 +0000, by smatz
-
(svn r17908) -Fix [FS#3288]: uninitialised values in some paths of loading TTO savegames draftFri, 30 Oct 2009 23:24:17 +0000, by rubidium
-
(svn r17907) -Codechange: Deduplicate result interpretation of articulated vehicle callback. draftFri, 30 Oct 2009 21:51:36 +0000, by frosch
-
(svn r17906) -Fix [FS#3286]: Fill the vehicle list before initializing the widgets of the vehicle list window. draftFri, 30 Oct 2009 20:51:36 +0000, by alberth