log

age author description
Fri, 15 Aug 2008 19:18:55 +0000 glx (svn r14079) -Fix: misleading help in configure draft
Fri, 15 Aug 2008 17:54:43 +0000 peter1138 (svn r14078) -Codechange: Rename *VehicleInfo::base_cost to cost_factor, indicating what it actually is. draft
Fri, 15 Aug 2008 15:38:41 +0000 belugas (svn r14077) -Fix: MSVC projects re-ordering draft
Fri, 15 Aug 2008 13:57:43 +0000 frosch (svn r14076) -Codechange: Merge the four start/stop commands into a single CMD_START_STOP_VEHICLE. draft
Fri, 15 Aug 2008 12:47:20 +0000 rubidium (svn r14075) -Codechange: make the windows installer more platform aware and warn when the to-be-installed binary isn't the recommended one (or won't work at all). draft
Fri, 15 Aug 2008 11:58:15 +0000 rubidium (svn r14074) -Codechange: split the bundle generation out of the main makefile so it can be reused for making bundles from MSVC compiles. draft
Thu, 14 Aug 2008 15:37:52 +0000 glx (svn r14072) -Fix (r14053): branch detection failed with mawk (peter1138) draft
Wed, 13 Aug 2008 19:09:27 +0000 rubidium (svn r14071) -Fix [FS#2057]: the screen wouldn't be centered on Windows multimonitor systems if the first monitor is right of the second one. draft
Wed, 13 Aug 2008 14:52:54 +0000 rubidium (svn r14069) -Fix: silence MSVC 64-bits compile warnings. draft
Wed, 13 Aug 2008 14:26:20 +0000 rubidium (svn r14068) -Fix (r14056): MSVC doesn't support typeof. draft
Wed, 13 Aug 2008 06:22:04 +0000 rubidium (svn r14064) -Fix [FS#1752]: check for the length of strings (in bytes) in the command. Checking for the length in pixels is impossible because that differs per client. draft
Wed, 13 Aug 2008 06:05:01 +0000 rubidium (svn r14063) -Codechange: replace some "magic" constants with enumified constants. draft
Wed, 13 Aug 2008 05:12:36 +0000 rubidium (svn r14062) -Fix [FS#2226]: division by 0 in newai. draft
Wed, 13 Aug 2008 02:48:50 +0000 belugas (svn r14061) -Codechange: constification and move a declaration more logically draft
Wed, 13 Aug 2008 02:43:42 +0000 belugas (svn r14060) -Codechange: Replace numbers with Colours enum on Gen world gui. draft
Wed, 13 Aug 2008 01:48:58 +0000 belugas (svn r14059) -Fix(r13872): Wrong comments in enum. Dear old copy/paste... draft
Tue, 12 Aug 2008 22:14:57 +0000 rubidium (svn r14058) -Fix [FS#2224]: NewGRF callback 23 didn't use the NewGRF compatible text stack (minime) draft
Tue, 12 Aug 2008 22:12:14 +0000 rubidium (svn r14057) -Fix: NewGRF text stack's "push word" didn't move the data around properly (minime) draft
Tue, 12 Aug 2008 20:49:27 +0000 rubidium (svn r14056) -Fix [FS#2192]: the console backlog is too small for list_patches. Now it'll only remove backlog items when there are more than a threshold and when they are there longer than (another) threshold. draft
Tue, 12 Aug 2008 20:31:49 +0000 rubidium (svn r14055) -Codechange: increase buffers for (dedicated) consoles as they couldn't use the full "extent" of the new chat message limit. draft
Tue, 12 Aug 2008 19:29:10 +0000 rubidium (svn r14054) -Fix (rthebeginning): long strings in the edit box would cause OpenTTD to stop drawing the string. This is especially noticable with low resolutions and the chat input box. draft
Tue, 12 Aug 2008 18:03:32 +0000 glx (svn r14053) -Fix: branch detection failed for svn+ssh repos draft
Tue, 12 Aug 2008 12:23:05 +0000 rubidium (svn r14052) -Codechange: make the size of the chat message "box" configurable and increase the default size slightly so it can hold the longest chat messages. draft
Tue, 12 Aug 2008 11:21:37 +0000 rubidium (svn r14051) -Codechange: enumify the DrawString buffer length. draft
Tue, 12 Aug 2008 02:20:39 +0000 belugas (svn r14049) -Codechange: rename a variable to a somewhat more descriptive one. And constify it too. draft
Mon, 11 Aug 2008 22:58:30 +0000 rubidium (svn r14048) -Fix (r14019) [FS#2222]: Redo the check for reserved tracks properly this time. (michi_cc) draft
Mon, 11 Aug 2008 22:45:11 +0000 rubidium (svn r14047) -Codechange: move chatmessage handling to the network directory as that's the only case chat messages are used. Furthermore remove any trace of chatmessages when compiling without network support. draft
Mon, 11 Aug 2008 22:08:56 +0000 rubidium (svn r14046) -Codechange: make the size of querystring "widgets" more configurable. draft
Mon, 11 Aug 2008 22:07:26 +0000 rubidium (svn r14045) -Codechange: move the network's limitation to chat messages to a more logical location and give it a more consistent name. draft
Mon, 11 Aug 2008 20:06:57 +0000 belugas (svn r14043) -Codechange: Rename a variable to a more obvious name. And a few comments added too. draft
Mon, 11 Aug 2008 18:30:52 +0000 belugas (svn r14042) -Codechange: Rename some structure members to more obvious names. And add a few comments on the _extra_palette_values array. draft
Mon, 11 Aug 2008 17:15:31 +0000 glx (svn r14041) -Feature(tte): make it possible to filter list_patches output like it's done for other list_* console commands draft
Mon, 11 Aug 2008 16:31:36 +0000 belugas (svn r14040) -Codechange:Remove a hard coded value that is not even representative, draft
Sun, 10 Aug 2008 21:56:47 +0000 rubidium (svn r14039) -Fix [FS#2217]: reversing an overlength train at a station would try to find a route out and sometimes reset the unload counter making it wait 2.5 years before departing instead of waiting until the train would actually leave the station (michi_cc) draft
Sun, 10 Aug 2008 19:00:33 +0000 rubidium (svn r14038) -Fix [FS#2211] (r13731): company limit was not properly enforced for CMD_PLAYER_CTRL. draft
Sun, 10 Aug 2008 15:02:21 +0000 frosch (svn r14037) -Fix (r8610): The autoreplace gui showed vehicle types for replacement which CmdSetAutoReplace() did not accept. draft
Sun, 10 Aug 2008 13:37:09 +0000 rubidium (svn r14036) -Fix [FS#2197,FS#2198]: trains crashing into eachother when signals are changed (michi_cc) draft
Sun, 10 Aug 2008 09:55:26 +0000 translators (svn r14035) -Update: WebTranslator2 update to 2008-08-10 11:54:57 draft
Sat, 09 Aug 2008 18:46:51 +0000 peter1138 (svn r14034) -Cleanup (r13938) [FS#2210]: Typo in YAPP constant. (Eddi) draft
Sat, 09 Aug 2008 18:42:37 +0000 peter1138 (svn r14033) -Fix (r13938) [FS#2209]: Wrong offset in signal GUI. (Eddi) draft
Sat, 09 Aug 2008 17:56:31 +0000 bjarni (svn r14032) -Fix (r13584): [OSX] changed the condition for selecting 8 or 32 bpp blitter by default draft
Sat, 09 Aug 2008 16:42:55 +0000 frosch (svn r14031) -Fix (r13850): Determining the refit cargo did not work, when the old vehicle did not carry anything but the new one did. draft
Sat, 09 Aug 2008 11:04:42 +0000 frosch (svn r14030) -Fix (r14027): true != false, also rename the parameter to make 'true' and 'false' more intuitively useable. draft
Sat, 09 Aug 2008 03:30:15 +0000 belugas (svn r14029) -Fix(r14027): reverting the TC_FROMSTRING back to the magical 0xFE number. Exact meaning will need to be found later. draft
Sat, 09 Aug 2008 02:54:06 +0000 belugas (svn r14028) -Fix(r14027): Wrong value for the multiline_skipping. Just the other way around. draft
Sat, 09 Aug 2008 02:11:46 +0000 belugas (svn r14027) -Codechange: Document a bit the DoDrawString function while removing yet som more magic numbers and one "false" colour draft
Fri, 08 Aug 2008 15:49:16 +0000 glx (svn r14026) -Cleanup (r13995, r14004): trailing whitespaces draft
Fri, 08 Aug 2008 15:02:21 +0000 smatz (svn r14024) -Fix (r14019) [YAPP]: YAPF also skips tunnels and bridges. Honor that in penalty calculations. (michi_cc) draft
Fri, 08 Aug 2008 14:58:27 +0000 smatz (svn r14023) -Fix (r13944) [YAPP]: If YAPF encountered a dead-end that had a signal on it, is could be falsely seen as a valid destination. (michi_cc) draft
Fri, 08 Aug 2008 13:53:06 +0000 smatz (svn r14022) -Fix (r13957) [YAPP]: Removing station tiles could produce stale reservations, too. (michi_cc) draft
Fri, 08 Aug 2008 13:29:18 +0000 smatz (svn r14021) -Fix (r13957) [YAPP]: Overbuilding station tiles with non-track tiles could produce stale reservations. (michi_cc) draft
Fri, 08 Aug 2008 09:31:50 +0000 rubidium (svn r14019) -Fix [FS#2205]: game crash after order skip while waiting for free path (michi_cc). draft
Fri, 08 Aug 2008 06:02:06 +0000 peter1138 (svn r14018) -Fix (r14017): Typos prevented compilation. draft
Fri, 08 Aug 2008 03:37:00 +0000 belugas (svn r14017) -Codechange: DrawArrowButtons now uses Colours enum to specify the colour of the button draft
Fri, 08 Aug 2008 02:28:28 +0000 belugas (svn r14016) -Codechange: Remove some magical numbers draft
Thu, 07 Aug 2008 18:26:13 +0000 peter1138 (svn r14015) -Codechange: Add facility for a drop down list to always close (if requested) when the mouse button is released. draft
Thu, 07 Aug 2008 18:11:09 +0000 peter1138 (svn r14014) -Codechange: Add support for automatically sizing drop down lists to the widest list item. draft
Thu, 07 Aug 2008 13:07:51 +0000 rubidium (svn r14013) -Fix [FS#2202]: do not allow extending signals by dragging in any direction other than the track direction. draft
Thu, 07 Aug 2008 07:48:57 +0000 peter1138 (svn r14012) -Fix (r13936): Don't copy pre-signal type when dragging signals. draft
Thu, 07 Aug 2008 01:28:27 +0000 belugas (svn r14011) -Codechange: not required to define an enum which was just the representation of another. draft
Wed, 06 Aug 2008 20:14:21 +0000 peter1138 (svn r14009) -Cleanup (r14008): Bad whitespace... draft
Wed, 06 Aug 2008 20:12:42 +0000 peter1138 (svn r14008) -Fix (r14004): NewGRF preset drop down list not working draft
Wed, 06 Aug 2008 19:00:31 +0000 frosch (svn r14007) -Fix [FS#2098]: Notify vehicle windows when their internal state is botched up from outside. draft
Wed, 06 Aug 2008 18:57:37 +0000 frosch (svn r14006) -Codechange: Deduplicate some code. draft
Wed, 06 Aug 2008 15:52:04 +0000 smatz (svn r14005) -Codechange: minor coding style fix draft
Wed, 06 Aug 2008 07:10:40 +0000 peter1138 (svn r14004) -Codechange: Clean of drop down lists. draft
Wed, 06 Aug 2008 04:01:07 +0000 belugas (svn r14003) -Codechange: Replace numbers with Colours enum opn some DrawArrowButtons calls draft
Tue, 05 Aug 2008 13:25:49 +0000 smatz (svn r14001) -Fix (r13989): reading wrong variable, train crash on bridge crashes game draft
Tue, 05 Aug 2008 00:17:56 +0000 peter1138 (svn r14000) -Codechange: Missing enum entries kind of defeat the point of the enum draft
Mon, 04 Aug 2008 22:31:49 +0000 rubidium (svn r13999) -Fix [FS#2190]: crash when the AI tries to find the depot of an airport that doesn't have a depot. draft
Mon, 04 Aug 2008 21:51:52 +0000 rubidium (svn r13998) -Fix [FS#2004]: MSVC can't handle changed files in the prebuild event, so make the version determination a separate subproject (michi_cc). draft
Mon, 04 Aug 2008 19:07:37 +0000 rubidium (svn r13997) -Fix (r13988): in some cases no broadcast addresses would be found. draft
Mon, 04 Aug 2008 18:54:19 +0000 frosch (svn r13996) -Fix (r13845): Oilrigs from pre r13838 save games can have unknown water class. draft
Mon, 04 Aug 2008 18:27:54 +0000 rubidium (svn r13995) -Fix (r13988): some warnings of the compile farm. draft
Mon, 04 Aug 2008 17:27:06 +0000 belugas (svn r13994) -Codechange: replace a few rogue magic numbers with Colours enum values draft
Mon, 04 Aug 2008 17:12:23 +0000 belugas (svn r13993) -Codechange: Associate TextColour values with comments of related values in _string_colormap table draft
Mon, 04 Aug 2008 15:07:17 +0000 rubidium (svn r13992) -Fix [FS#2189]: the dedicated console removed any character that was not a printable ASCII character instead. Now it allows UTF8 formated strings too. draft
Mon, 04 Aug 2008 14:40:50 +0000 smatz (svn r13991) -Codechange: draw text effects after all other signs draft
Mon, 04 Aug 2008 13:54:10 +0000 glx (svn r13990) -Fix (r13988): win32 compilation failed draft
Mon, 04 Aug 2008 13:15:15 +0000 rubidium (svn r13989) -Fix [FS#2186] (r13953): YAPP track reservation for crashed trains was broken for depots and wormholes (michi_cc). draft
Mon, 04 Aug 2008 12:56:38 +0000 rubidium (svn r13988) -Codechange: move the to IP resolving functions to a separate file. draft
Mon, 04 Aug 2008 05:59:28 +0000 peter1138 (svn r13987) -Codechange: Resize small map legend dynamically on window resize and when switching small map types, so that the legend is taller only on the industry type and only when the legend will not fit in the available space. draft
Sun, 03 Aug 2008 20:50:12 +0000 smatz (svn r13985) -Fix (r13944): gcc 2.95 compilation draft
Sun, 03 Aug 2008 20:09:35 +0000 peter1138 (svn r13984) -Codechange: Simplify industry legend on small map, by automatically splitting columns based on widget height. draft
Sun, 03 Aug 2008 19:04:11 +0000 frosch (svn r13983) -Fix (r13953) [YAPP]: Crashed trains can be on different trackbits. Make sure there is still a track reservation when one vehicle is cleaned up. draft
Sun, 03 Aug 2008 18:56:44 +0000 peter1138 (svn r13982) -Fix (r13981): And then not enough was cleared... draft
Sun, 03 Aug 2008 18:51:13 +0000 peter1138 (svn r13981) -Fix [FS#AmmlersStillTooLazy]: Resetting construction stage counter reset more than it should. draft
Sun, 03 Aug 2008 18:18:36 +0000 peter1138 (svn r13980) -Codechange: Turn small map legend while loop into a for-loop. draft
Sun, 03 Aug 2008 18:00:28 +0000 peter1138 (svn r13979) -Codechange: Use widget dimensions instead of magic number incantations for limiting small map area. draft
Sun, 03 Aug 2008 17:36:39 +0000 peter1138 (svn r13978) -Fix: Incorrect widget size. draft
Sun, 03 Aug 2008 17:35:08 +0000 peter1138 (svn r13977) -Codechange: Let ResizeWindowForWidget() handle hidden (zero height or zero width) widgets. draft
Sun, 03 Aug 2008 17:16:39 +0000 frosch (svn r13976) -Fix (r13953) [YAPP]: A crashing train could sometimes free the reservation of another train. (assisted by michi_cc) draft
Sun, 03 Aug 2008 14:58:26 +0000 peter1138 (svn r13975) -Codechange: Replace some globals used by the small map window with static members of the window. draft
Sun, 03 Aug 2008 14:16:57 +0000 frosch (svn r13974) -Fix [YAPP]: A train crash could lead to stale reservations. (michi_cc) draft
Sun, 03 Aug 2008 11:28:35 +0000 smatz (svn r13973) -Codechange [YAPP]: Improve the behavior when changing signals to not cause stale reservations. (michi_cc) draft
Sun, 03 Aug 2008 08:25:26 +0000 rubidium (svn r13972) -Fix [FS#2180]: the timetable's "Clear Time" button didn't have any effect. draft
Sun, 03 Aug 2008 08:20:04 +0000 rubidium (svn r13971) -Fix [YAPP]: segfault due to mixed up variables (michi_cc) draft
Sun, 03 Aug 2008 02:18:45 +0000 belugas (svn r13970) -Codechange: Replace numbers with Colours enum on network, toolbar and dropdown guis. draft
Sat, 02 Aug 2008 23:30:50 +0000 glx (svn r13968) -Fix (r13923): 'cast from pointer to integer of different size' warning draft
Sat, 02 Aug 2008 22:57:47 +0000 rubidium (svn r13967) -Codechange [YAPP]: Tweak pathfinder penalties a bit. (michi_cc) draft
Sat, 02 Aug 2008 22:57:18 +0000 rubidium (svn r13966) -Codechange [YAPP]: Bar level crossings upon path reservation. (michi_cc) draft
Sat, 02 Aug 2008 22:57:03 +0000 rubidium (svn r13965) -Add [YAPP]: Implement newgrf var 0x44 for stations (PBS reservation state). (michi_cc) draft
Sat, 02 Aug 2008 22:56:50 +0000 rubidium (svn r13964) -Codechange [YAPP]: Check if a train needs servicing when reserving the next path segment. (michi_cc) draft
Sat, 02 Aug 2008 22:56:35 +0000 rubidium (svn r13963) -Codechange [YAPP]: Reserve a track when entering a PBS block through a conventional signal. (michi_cc) draft
Sat, 02 Aug 2008 22:56:21 +0000 rubidium (svn r13962) -Codechange [YAPP]: Do not reverse in front of red signals when inside a PBS block and reversing of stuck trains is disabled. (michi_cc) draft
Sat, 02 Aug 2008 22:56:07 +0000 rubidium (svn r13961) -Add [YAPP]: Handle train reversing. (michi_cc) draft
Sat, 02 Aug 2008 22:55:52 +0000 rubidium (svn r13960) -Codechange [YAPP]: Reserve a path when exiting a depot into a PBS block. (michi_cc) draft
Sat, 02 Aug 2008 22:55:38 +0000 rubidium (svn r13959) -Codechange [YAPP]: Try to extend a train reservation as far as possible and only call into the pathfinder on track choices. (michi_cc) draft
Sat, 02 Aug 2008 22:55:23 +0000 rubidium (svn r13958) -Add [YAPP]: Implement look-ahead for trains so they extend their reservation before reaching the end. (michi_cc) draft
Sat, 02 Aug 2008 22:55:08 +0000 rubidium (svn r13957) -Codechange [YAPP]: Free the old path reservation on removing some tracks and reroute trains afterwards. (michi_cc) draft
Sat, 02 Aug 2008 22:54:53 +0000 rubidium (svn r13956) -Add [YAPP]: Function for getting the train holding a reserved path. (michi_cc) draft
Sat, 02 Aug 2008 22:54:38 +0000 rubidium (svn r13955) -Codechange [YAPP]: Try to extend the path of a stuck train so it is able to continue. (michi_cc) draft
Sat, 02 Aug 2008 22:54:23 +0000 rubidium (svn r13954) -Codechange [YAPP]: On reserving a path that ends at the destination, the path could end at a non-safe tile. In this case, extend the reservation based on the next vehicle orders. (michi_cc) draft
Sat, 02 Aug 2008 22:54:07 +0000 rubidium (svn r13953) -Add [YAPP]: Free track reservations of crashed trains. (michi_cc) draft
Sat, 02 Aug 2008 22:53:51 +0000 rubidium (svn r13952) -Add [YAPP]: Trains now reserve paths trough PBS signals. Bump savegame version. (michi_cc) draft
Sat, 02 Aug 2008 22:53:37 +0000 rubidium (svn r13951) -Codechange [YAPP]: A train leaving a tile should unreserve the track it came from if it was reserved. (michi_cc) draft
Sat, 02 Aug 2008 22:53:21 +0000 rubidium (svn r13950) -Add [YAPP]: Trains can now also be in a 'stuck' state when waiting on a path reservation. (michi_cc) draft
Sat, 02 Aug 2008 22:53:05 +0000 rubidium (svn r13949) -Codechange [YAPP]: Declare the functions for processing conditional orders as non-static. (michi_cc) draft
Sat, 02 Aug 2008 22:52:50 +0000 rubidium (svn r13948) -Add [YAPP]: Extend NPF with a function to find a safe tile and reserve a path. (michi_cc) draft
Sat, 02 Aug 2008 22:52:36 +0000 rubidium (svn r13947) -Codechange [YAPP]: Added YAPP-related penalties to NPF. (michi_cc) draft