Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-07-28 | (svn r10716) -Codechange: not all windows' minimum size is actually their ↵ | rubidium | |
minimum size, so take the size of the window after WE_CREATE has been called as bare minimum size. | |||
2007-07-28 | (svn r10715) -Fix: limited-fs code was broken | truelight | |
2007-07-28 | (svn r10714) -Fix r10696: MSVC performance warning | glx | |
2007-07-27 | (svn r10713) -Cleanup (r10711): too long string buffers, unsafe sprintf used ↵ | KUDr | |
(Darkvater) | |||
2007-07-27 | (svn r10712) -Fix (r10711): \0 at the end of string constant (glx) | KUDr | |
2007-07-27 | (svn r10711) -Fix [Win32]: take default language from current user's locale ↵ | KUDr | |
on Windows (In-) | |||
2007-07-27 | (svn r10710) -Codechange: allow automatic downsizing of the group window. ↵ | rubidium | |
Same as idea as for the previous commits, i.e. you could already do so but the button would be out of reach. | |||
2007-07-27 | (svn r10709) -Codechange: allow automatic downsizing of the load game/save ↵ | rubidium | |
game windows. These windows also already supported downsizing, but again the resize button would be unreachable. | |||
2007-07-27 | (svn r10708) -Codechange: allow automatic downsizing of the smallmap window ↵ | rubidium | |
in case of low resolutions; one could already make the window smaller, but the resize button was unreachable. | |||
2007-07-27 | (svn r10707) -Codechange: account for the main toolbar and status bar when ↵ | rubidium | |
determining the maximum height for a window. | |||
2007-07-27 | (svn r10706) -Codechange: allow resizing the multiplayer server list window. | rubidium | |
2007-07-27 | (svn r10705) -Fix (r10704): some windows were not correctly initialized as ↵ | rubidium | |
they resized the window themselves and that should be interfered by making sure the window is resized in the right "step" size. -Fix (r10704): call the WE_RESIZE when resizing during initialization of the windows. | |||
2007-07-27 | (svn r10704) -Codechange: provide an infrastructure to have resizable ↵ | rubidium | |
windows that are smaller than the default window size. | |||
2007-07-27 | (svn r10703) -Update: WebTranslator2 update to 2007-07-27 10:33:19 | miham | |
croatian - 1 fixed, 6 changed by knovak (7) | |||
2007-07-27 | (svn r10702) -Fix: "Can't build ..." instead of "Can't remove ..." message ↵ | rubidium | |
shown for road stops for trucks/cargo trams. | |||
2007-07-27 | (svn r10701) -Codechange: Make sure to not use an out of bound index when ↵ | belugas | |
the index is specified by a grf file. It has a different meaning then. | |||
2007-07-27 | (svn r10700) -Codechange: Enable to jump (by default) to the overriding ↵ | belugas | |
industry tile spec of the one been queried. Only on certain very specific circumstances do we need the original spec | |||
2007-07-26 | (svn r10699) -Fix (r10698): bridge middle parts were drawn too high if the ↵ | rubidium | |
southern bridge head has a foundation. | |||
2007-07-26 | (svn r10698) -Codechange [FS#1082]: simplify the code related to ↵ | rubidium | |
foundations. Primarily removal of (duplicated|magic) code and introduction of few helper functions to ease foundation determination. Patch by frosch. | |||
2007-07-26 | (svn r10697) -Codechange: give a more sensible names to some of the unkX ↵ | rubidium | |
variables. | |||
2007-07-26 | (svn r10696) -Codechange: remove duplication of the "make sprite ↵ | rubidium | |
transparent" code. | |||
2007-07-26 | (svn r10695) -Fix [FS#1079]: building single pieces of road over tramtrack ↵ | rubidium | |
or vice versa on slopes did not work as expected. | |||
2007-07-26 | (svn r10694) -Codechange: update the server information in the game list ↵ | rubidium | |
every once in a while so the information stays fairly up-to-date when you are looking through the servers. | |||
2007-07-26 | (svn r10693) -Fix: --enable-install should have been removed from the ↵ | rubidium | |
configure parameters to save a long time ago. Now it is only causing warnings. | |||
2007-07-25 | (svn r10692) -Fix (r10691): those good old days that LT_NORMAL was still ↵ | rubidium | |
called LT_NORMAL :) | |||
2007-07-25 | (svn r10691) -Codechange [FS#509]: simplify GetTransportedGoodsIncome to ↵ | rubidium | |
make it more obvious and less hidden what actually happens. Based on a patch by rfalke. | |||
2007-07-25 | (svn r10690) -Codechange: use the enum that describes all callback IDs in ↵ | rubidium | |
favor of "just" using an untyped integer. | |||
2007-07-25 | (svn r10689) -Documentation [FS#1057]: lots of function documentation ↵ | rubidium | |
written by Progman. | |||
2007-07-25 | (svn r10688) -Cleanup: coding style cleanups missed in the last few cleanups. | rubidium | |
2007-07-25 | (svn r10687) -Fix (r10686): subversion does not like it when you change code ↵ | rubidium | |
when you are typing the commit message. | |||
2007-07-25 | (svn r10686) -Fix [FS#1058]: determining whether there is a tunnel going ↵ | rubidium | |
under the lowered area is only needed in two directions instead of all four, so take the directions (one for each axis) to the nearest border (along the given axis). Furthermore GetTileZ did much more than absolutely necessary. | |||
2007-07-25 | (svn r10685) -Fix [FS#1076]: graphical glitches when the "link landscape ↵ | rubidium | |
toolbar" patch is turned on when opening one of the construction toolbars. | |||
2007-07-25 | (svn r10684) -Codechange: some more coding style related changes. Primarily ↵ | rubidium | |
moving { to a new line. | |||
2007-07-24 | (svn r10681) -Codechange: do not determine whether a tile is a hangar based ↵ | rubidium | |
on the graphics index to be drawn on the given tile, but do it based on the specification of the location of hangars of the airport. | |||
2007-07-24 | (svn r10675) -Codechange: unhardcode the industry types used in several ↵ | rubidium | |
locations of the source code. | |||
2007-07-24 | (svn r10673) -Cleanup: some assorted style cleanups. Primarily type* var -> ↵ | rubidium | |
type *var. | |||
2007-07-24 | (svn r10672) -Codechange: typify some parameters/variables. | rubidium | |
2007-07-24 | (svn r10671) -Codechange: don't mix both lookup and ↵ | truelight | |
temp-variable-with-value-of-lookup (skidd13) | |||
2007-07-24 | (svn r10670) -Fix: Use proper initialization for grf_prop override member | belugas | |
2007-07-24 | (svn r10669) -Codechange: Removed redundant comment | belugas | |
-Codechange: Add placeholder for yet another industry "variable" to code | |||
2007-07-23 | (svn r10665) -Codechange: replace magic 15 with MAX_TILE_HEIGHT (bilbo) | truelight | |
-Codechange: replace magic 13 with MAX_SNOWLINE_HEIGHT (bilbo) -Codechange: assure _map_height_bits is always of correct size (Rubidium) | |||
2007-07-23 | (svn r10664) -Codechange: simplify a small piece of code (skidd13) | truelight | |
2007-07-23 | (svn r10663) -Fix r10662: bad me, didn't comply with coding style, as ↵ | truelight | |
penalty I updated the surrounding code to comply with coding style too; I will never do it again (I hope :p) | |||
2007-07-23 | (svn r10662) -Add: added 'V' as new shortcut for new viewport (bilbo) | truelight | |
-Add: added 'M' as new shortcut for smallmap (bilbo) -Add: added '+' and '-' as shortcuts to zoom in the mainview (bilbo) -Add: added support for other keycodes to be possible used in the future (bilbo) | |||
2007-07-23 | (svn r10661) -Documentation: documented slope.h (Progman) | truelight | |
2007-07-23 | (svn r10660) -Codechange: simplified tunnel cost algorithm (bilbo) | truelight | |
2007-07-23 | (svn r10659) -Codechange: updated documentation around ↵ | truelight | |
RAIL_GROUND_FENCE_VERT[12] (frosch) -Codechange: added documentation and SPR_ enums for track fences (frosch) | |||
2007-07-23 | (svn r10658) -Add: support for autosave_on_exit in the console, so dedicated ↵ | glx | |
servers can use it | |||
2007-07-23 | (svn r10657) -Fix r10655: commit didn't comply with coding style (tnx glx :)) | truelight | |
2007-07-23 | (svn r10656) -Fix [FS#1068]: GetPartialZ returned wrong value for ↵ | truelight | |
SLOPE_STEEP_E (frosch) |