Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-12-01 | (svn r11546) -Fix[FS#1496]: If ever the air/heli port is suddenly not ↵ | belugas | |
available while the "chopper" is descending, just go back into flying. The code should have been better written, but in respect of newgrf_port branch, i prefer minimalist intervention | |||
2007-12-01 | (svn r11545) -Revert(r11543): The result is not what was expected. Looks ↵ | belugas | |
like more work might be needed | |||
2007-12-01 | (svn r11544) -Fix [FS#1501]: revert r11453 as it translated cargo when it ↵ | glx | |
should not | |||
2007-12-01 | (svn r11543) -Codechange: Give a more adequate message when trying to place ↵ | belugas | |
an industry required to be built over a house on any other type of tiles. In reference to FS#1492, and other "bugs" like that one | |||
2007-11-30 | (svn r11542) -Fix r11540: [OSX] presumed 10.3 style strings when using ↵ | bjarni | |
GetCurrentLocale nomatter what OSX the target was | |||
2007-11-30 | (svn r11541) -Fix: [OSX] detect statvfs at runtime (based on OSX version) ↵ | bjarni | |
instead of compile time This should prevent a crash on OSX 10.3 with the precompiled binaries (in the load/save windows) | |||
2007-11-30 | (svn r11540) -Fix: [OSX] Don't try to compile the quartz video driver on OSX ↵ | bjarni | |
10.3. It will fail | |||
2007-11-29 | (svn r11539) -Feature: Make the bridge selection window resizable | skidd13 | |
2007-11-28 | (svn r11538) -Codechange: Rewrite GetNthSetBit in a more uncontroversial way ↵ | skidd13 | |
and add its documentation | |||
2007-11-28 | (svn r11537) -Codechange: make it much harder to 'accidentally' add savegame ↵ | rubidium | |
conversion code after the window and cache initializations. | |||
2007-11-28 | (svn r11536) -Codechange: Align some elements of the _tree_layout_sprite ↵ | belugas | |
table a little better looking for the eye | |||
2007-11-27 | (svn r11535) -Update: WebTranslator2 update to 2007-11-27 20:21:42 | miham | |
ukrainian - 1 fixed by mad (1) | |||
2007-11-27 | (svn r11534) -Feature(newgrf): Implement property 23h for Industries. | belugas | |
This will add a cost to the removal of an industry using the cheat magic bulldozer. Note that the removal of regular or newgrf industries without specified removal cost will have no cost applied to. This is a difference from original spec, where a default base cost is added. | |||
2007-11-27 | (svn r11533) -Codechange: Rename some unclear clear_x prices member names. | belugas | |
While at it, remove one unused entry on the clear_price_table array. It is based on ground type, and the unused one was referencing a non existing one. | |||
2007-11-27 | (svn r11532) -Feature[newgrf]: Add decrement(0x0D) / increment(0x0E) ↵ | belugas | |
production operations from result of production callback cb29/35. Only var 0x93 will be affected by these operations | |||
2007-11-26 | (svn r11531) -Fix [FS#1459]: version determination did stall (read: never ↵ | rubidium | |
finish) when both svn and git were not installed. | |||
2007-11-26 | (svn r11530) -Codechange: do not update Tpool->first_free_index for ↵ | smatz | |
PoolItems allocated on stack | |||
2007-11-26 | (svn r11529) -Update: WebTranslator2 update to 2007-11-26 21:13:37 | miham | |
brazilian_portuguese - 1 fixed by fukumori (1) catalan - 1 fixed, 2 changed by arnaullv (3) dutch - 1 fixed by habell (1) french - 1 fixed, 1 changed by glx (2) italian - 1 fixed by lorenzodv (1) lithuanian - 4 fixed by Domas (4) slovak - 1 fixed, 1 changed by lengyel (2) ukrainian - 5 fixed by mad (5) | |||
2007-11-26 | (svn r11528) -Fix (r11500): With smooth economy enabled, industries that ↵ | maedhros | |
should only decrease production would always increase it when more than 60% was transported. | |||
2007-11-26 | (svn r11527) -Codechange: Split the bitmath functions of to their own files | skidd13 | |
2007-11-26 | (svn r11526) -Codechange: Rename the function delta fitting to the naming style | skidd13 | |
2007-11-25 | (svn r11525) -Fix: do not do all kinds of 'updates' for town, waypoint, ↵ | rubidium | |
station and other signs when you haven't converted the map to the 'current' format as that means you are going to read data in the 'old' format when you assume that it is in the 'current' format. | |||
2007-11-25 | (svn r11524) -Fix [FS#1485]: assertion when tram reversed at a station. | rubidium | |
2007-11-25 | (svn r11523) -Codechange: Move the CHANCE macros to core/random_func.cpp ↵ | skidd13 | |
cause they depend on Random() -Codechange: Convert the CHANCE macros to functions and rename them fitting to the naming style | |||
2007-11-25 | (svn r11522) -Fix: The scrollbar of the network gui could run out of bounds | skidd13 | |
2007-11-25 | (svn r11521) -Codechange: [OSX] Check what the running os version is in a ↵ | egladil | |
cleaner way. | |||
2007-11-25 | (svn r11520) -Fix: [OSX] The cocoa video driver let the mouse cursor escape ↵ | egladil | |
the window when using rmb scrolling. Thanks ln- for pointing this out and providing a fix. | |||
2007-11-25 | (svn r11519) -Codechange: enumerization and cleanup of NetworkLobbyWindow in ↵ | smatz | |
network_gui.cpp | |||
2007-11-25 | (svn r11518) -Codechange: enforce (by assert) unused parameters of widgets ↵ | smatz | |
to be zero. Better readability of DrawWindowWidgets(), too | |||
2007-11-24 | (svn r11517) -Codechange: better cleanup of NetworkStartServerWindow in ↵ | smatz | |
network_gui.cpp | |||
2007-11-24 | (svn r11516) -Codechange: cleanup of NetworkGameWindow in network_gui.cpp | smatz | |
2007-11-24 | (svn r11515) -Codechange: cleanup of NetworkStartServerWindow in network_gui.cpp | smatz | |
2007-11-24 | (svn r11514) -Change: implement the automatic multiplier handler for NewGRF ↵ | rubidium | |
industries. | |||
2007-11-24 | (svn r11513) -Codechange: enumerize some depot GUI actions | smatz | |
2007-11-24 | (svn r11512) -Change: make the subsidy window able to resize to something ↵ | rubidium | |
smaller than 640x127 (especially the 640 part) when the screen is really too small. | |||
2007-11-24 | (svn r11511) -Revert parts of r11505: forgot that CTRL might be used for ↵ | rubidium | |
other features, like adjacent stations or signals. | |||
2007-11-24 | (svn r11510) -Codechange: merge the IS_*INSIDE* functions and rename them ↵ | skidd13 | |
fitting to the naming style | |||
2007-11-24 | (svn r11509) -Fix: off-by-one error in some sprite numbers; increase sprite ↵ | rubidium | |
number counter before loading the next sprite instead of after doing so. | |||
2007-11-24 | (svn r11508) -Cleanup: Removed unused headers from the cocoa video driver. | egladil | |
2007-11-24 | (svn r11507) -Fix [FS#1463]: signs totally illegible when transparant signs ↵ | rubidium | |
is turned on and zoomed out more than one level. | |||
2007-11-24 | (svn r11506) -Fix [FS#1471]: selling vehicles could cause the window of ↵ | rubidium | |
others to scroll to that location. | |||
2007-11-24 | (svn r11505) -Fix/Feature: make CTRL work on all road/rail construction ↵ | rubidium | |
options that 'work' with the 'Bulldozer' button instead of only a few. | |||
2007-11-24 | (svn r11504) -Fix [FS#1467]: removing docks/ship depots could result in ↵ | rubidium | |
non-canal water where canals should have been build. | |||
2007-11-23 | (svn r11502) -Fix (r11144): don't do standard production change if callbacks ↵ | glx | |
29/35 failed -Fix (r11144): disable smooth economy for industries using callbacks 29/35 | |||
2007-11-23 | (svn r11501) -Fix: [OSX] This remedies a problem with right click scrolling ↵ | egladil | |
that was introduced in r11492. | |||
2007-11-23 | (svn r11500) -Codechange: Smooth economy fine-tuning, making industries more ↵ | belugas | |
responsive. Patch by Sirkoz. | |||
2007-11-23 | (svn r11499) -Fix (r11144): mul/div factor were wrong (off by two) | glx | |
2007-11-23 | (svn r11498) -Add [FS#1411]: [OSX] Added support for using Quartz instead of ↵ | egladil | |
Quickdraw in windowed mode on OS X 10.4 and higher. Based on a patch by blackis. | |||
2007-11-22 | (svn r11495) -Fix (r11493): some compilers fail to show warnings when they ↵ | rubidium | |
should. | |||
2007-11-22 | (svn r11494) -Fix [FS#1461] (r11450): cargo translation table was now loaded ↵ | glx | |
too late ;) |