log

age author description
Fri, 03 Aug 2007 12:16:06 +0000 rubidium (svn r10764) -Documentation: [FS#1099]: of road.h. Based on a patch by Progman. draft
Fri, 03 Aug 2007 12:10:07 +0000 rubidium (svn r10763) -Documentation [FS#1098]: document direction.h. Patch by Progman. draft
Fri, 03 Aug 2007 09:08:49 +0000 peter1138 (svn r10762) -Codechange: Change enum StringIDEnum { to static const StringID = for draft
Fri, 03 Aug 2007 02:21:10 +0000 glx (svn r10761) -Fix (FS#1101, r10216): _pal_last_dirty changed to _pal_count_dirty without updating, so it was of by one draft
Thu, 02 Aug 2007 23:40:19 +0000 rubidium (svn r10760) -Codechange: make the order struct use the pool item class as super class. draft
Thu, 02 Aug 2007 23:21:52 +0000 rubidium (svn r10759) -Codechange: make the industry struct use the pool item class as super class. draft
Thu, 02 Aug 2007 22:33:53 +0000 rubidium (svn r10758) -Codechange: make the depot struct use the pool item class as super class. draft
Thu, 02 Aug 2007 22:32:47 +0000 rubidium (svn r10757) -Codechange: make the engine renew struct use the pool item class as super class. draft
Thu, 02 Aug 2007 21:19:07 +0000 rubidium (svn r10756) -Codechange: use vehicle->IsValid in favour of IsValidVehicle(vehicle). draft
Thu, 02 Aug 2007 21:05:54 +0000 rubidium (svn r10755) -Codechange: make the town struct use the pool item class as super class. draft
Thu, 02 Aug 2007 21:02:57 +0000 rubidium (svn r10754) -Fix: MorphOS does not like sizeof in the templated pool item class, so use the item size that is set in the pool. draft
Thu, 02 Aug 2007 13:27:45 +0000 rubidium (svn r10753) -Codechange: make the sign struct use the pool item class as super class. draft
Thu, 02 Aug 2007 13:18:57 +0000 rubidium (svn r10752) -Fix: apparantly const on function pointers is ignored. draft
Thu, 02 Aug 2007 12:51:57 +0000 rubidium (svn r10751) -Codechange: make the group struct use the pool item class as super class. draft
Thu, 02 Aug 2007 12:22:40 +0000 rubidium (svn r10750) -Codechange: make the waypoint struct use the new poolitem class as super class. draft
Thu, 02 Aug 2007 10:49:24 +0000 rubidium (svn r10749) -Codechange: use the generic pool item class as super class for cargo packets, which results in a nice reduction of code duplication. draft
Thu, 02 Aug 2007 10:47:43 +0000 rubidium (svn r10748) -Codechange: call the pool cleanup functions for stations directly instead of using the wrapper functions. draft
Thu, 02 Aug 2007 10:47:00 +0000 rubidium (svn r10747) -Codechange: add a variable that points to some index in the pool that is not beyond the first free pool item. It does not necessarily point to the first free item, but it reduces allocation time as it does not have to start at the first item in the pool to find the first free item. draft
Thu, 02 Aug 2007 08:47:56 +0000 rubidium (svn r10746) -Codechange: add a generic superclass for almost all pool items so we do not have to duplicate code for each of the pool item classes and use it for the station and roadstop classes. draft
Wed, 01 Aug 2007 23:49:06 +0000 rubidium (svn r10745) -Codechange: generalize the pool cleanup/initialize functions for stations (in such a manner that they can be used for other pools too). draft
Wed, 01 Aug 2007 22:10:54 +0000 rubidium (svn r10744) -Codechange: make the pool a little more OO, so it can be easier in other places. draft
Wed, 01 Aug 2007 19:13:42 +0000 rubidium (svn r10743) -Fix: some typos introduces by copy-pasting. draft
Mon, 30 Jul 2007 17:33:33 +0000 miham (svn r10737) -Update: WebTranslator2 update to 2007-07-30 19:33:14 draft
Mon, 30 Jul 2007 13:36:09 +0000 peter1138 (svn r10736) -Fix: Correct all mispellings of 'successful'. draft
Mon, 30 Jul 2007 08:49:41 +0000 peter1138 (svn r10734) -Fix [FS#1030]: Revert r10513) and add special cases for collision detection on bridges/tunnels. draft
Sun, 29 Jul 2007 23:42:59 +0000 rubidium (svn r10733) -Codechange: change MP_STREET into MP_ROAD as we use the word "road" everywhere except in the tile type. draft
Sun, 29 Jul 2007 23:25:17 +0000 rubidium (svn r10732) -Codechange: lower the minimum size for the extra viewport window. draft
Sun, 29 Jul 2007 22:58:59 +0000 rubidium (svn r10731) -Codechange: allow smaller initial "build <vehicle type>" windows. draft
Sun, 29 Jul 2007 22:57:40 +0000 rubidium (svn r10730) -Codechange: allow (some) arbitrary data to be send to the WE_CREATE event. draft
Sun, 29 Jul 2007 22:21:26 +0000 rubidium (svn r10729) -Fix: some hardware (PS(P|3)) seems to loose the non-blocking state of UDP sockets. draft
Sun, 29 Jul 2007 21:43:49 +0000 rubidium (svn r10728) -Documentation [FS#1088]: of tile.h. Based on a patch by Progman. draft
Sun, 29 Jul 2007 20:54:37 +0000 rubidium (svn r10727) -Codechange: when a window would fall outside of the screen (on the right) when opening it, move it to the left so it stays inside the screen. draft
Sun, 29 Jul 2007 19:19:30 +0000 rubidium (svn r10726) -Codechange: make it possible that the chat window is less than 640 pixels. draft
Sun, 29 Jul 2007 19:18:22 +0000 rubidium (svn r10725) -Codechange: move some window related code out of gfx.cpp to windows.cpp draft
Sun, 29 Jul 2007 16:43:58 +0000 peter1138 (svn r10724) -Fix (r10723): Toolbar spacing was off-by-one draft
Sun, 29 Jul 2007 15:48:43 +0000 rubidium (svn r10723) -Codechange: dynamically sized (width) main toolbars and status bar for when the window becomes less than 640 pixels in width. draft
Sun, 29 Jul 2007 14:06:53 +0000 rubidium (svn r10722) -Codechange: unhardcode the positions of strings in the status bar. draft
Sun, 29 Jul 2007 14:02:27 +0000 peter1138 (svn r10721) -Fix [FS#1084]: Skip articulated parts of road vehicles during unique name check. draft
Sun, 29 Jul 2007 14:01:22 +0000 rubidium (svn r10720) -Codechange: unhardcode the positions of the player toolbar menus. draft
Sun, 29 Jul 2007 12:13:22 +0000 rubidium (svn r10719) -Codechange: since DParams are now 64 bits we should make NUM and COMMA handle writing 64 bit integers to the strings. draft
Sun, 29 Jul 2007 12:11:50 +0000 rubidium (svn r10718) -Fix (r10698): when having a road corner on a slope removing the road bit perpendicular on the slope made the foundation disappear. draft
Sat, 28 Jul 2007 21:00:31 +0000 rubidium (svn r10717) -Fix: in-game console had a "transparent" part when opened in a game, while it did not in the menu. draft
Sat, 28 Jul 2007 20:59:30 +0000 rubidium (svn r10716) -Codechange: not all windows' minimum size is actually their minimum size, so take the size of the window after WE_CREATE has been called as bare minimum size. draft
Sat, 28 Jul 2007 12:45:27 +0000 truelight (svn r10715) -Fix: limited-fs code was broken draft
Sat, 28 Jul 2007 00:19:49 +0000 glx (svn r10714) -Fix r10696: MSVC performance warning draft
Fri, 27 Jul 2007 23:49:48 +0000 KUDr (svn r10713) -Cleanup (r10711): too long string buffers, unsafe sprintf used (Darkvater) draft
Fri, 27 Jul 2007 22:32:48 +0000 KUDr (svn r10712) -Fix (r10711): \0 at the end of string constant (glx) draft
Fri, 27 Jul 2007 22:19:19 +0000 KUDr (svn r10711) -Fix [Win32]: take default language from current user's locale on Windows (In-) draft
Fri, 27 Jul 2007 22:13:12 +0000 rubidium (svn r10710) -Codechange: allow automatic downsizing of the group window. Same as idea as for the previous commits, i.e. you could already do so but the button would be out of reach. draft
Fri, 27 Jul 2007 22:11:22 +0000 rubidium (svn r10709) -Codechange: allow automatic downsizing of the load game/save game windows. These windows also already supported downsizing, but again the resize button would be unreachable. draft
Fri, 27 Jul 2007 22:10:21 +0000 rubidium (svn r10708) -Codechange: allow automatic downsizing of the smallmap window in case of low resolutions; one could already make the window smaller, but the resize button was unreachable. draft
Fri, 27 Jul 2007 22:08:59 +0000 rubidium (svn r10707) -Codechange: account for the main toolbar and status bar when determining the maximum height for a window. draft
Fri, 27 Jul 2007 19:57:52 +0000 rubidium (svn r10706) -Codechange: allow resizing the multiplayer server list window. draft
Fri, 27 Jul 2007 19:09:31 +0000 rubidium (svn r10705) -Fix (r10704): some windows were not correctly initialized as they resized the window themselves and that should be interfered by making sure the window is resized in the right "step" size. draft
Fri, 27 Jul 2007 12:49:04 +0000 rubidium (svn r10704) -Codechange: provide an infrastructure to have resizable windows that are smaller than the default window size. draft
Fri, 27 Jul 2007 08:33:33 +0000 miham (svn r10703) -Update: WebTranslator2 update to 2007-07-27 10:33:19 draft
Fri, 27 Jul 2007 03:27:16 +0000 rubidium (svn r10702) -Fix: "Can't build ..." instead of "Can't remove ..." message shown for road stops for trucks/cargo trams. draft
Fri, 27 Jul 2007 03:07:05 +0000 belugas (svn r10701) -Codechange: Make sure to not use an out of bound index when the index is specified by a grf file. It has a different meaning then. draft
Fri, 27 Jul 2007 02:41:29 +0000 belugas (svn r10700) -Codechange: Enable to jump (by default) to the overriding industry tile spec of the one been queried. draft
Thu, 26 Jul 2007 18:36:32 +0000 rubidium (svn r10699) -Fix (r10698): bridge middle parts were drawn too high if the southern bridge head has a foundation. draft
Thu, 26 Jul 2007 16:51:10 +0000 rubidium (svn r10698) -Codechange [FS#1082]: simplify the code related to foundations. Primarily removal of (duplicated|magic) code and introduction of few helper functions to ease foundation determination. Patch by frosch. draft
Thu, 26 Jul 2007 15:37:19 +0000 rubidium (svn r10697) -Codechange: give a more sensible names to some of the unkX variables. draft
Thu, 26 Jul 2007 14:07:11 +0000 rubidium (svn r10696) -Codechange: remove duplication of the "make sprite transparent" code. draft
Thu, 26 Jul 2007 11:19:03 +0000 rubidium (svn r10695) -Fix [FS#1079]: building single pieces of road over tramtrack or vice versa on slopes did not work as expected. draft
Thu, 26 Jul 2007 09:53:58 +0000 rubidium (svn r10694) -Codechange: update the server information in the game list every once in a while so the information stays fairly up-to-date when you are looking through the servers. draft
Thu, 26 Jul 2007 09:11:19 +0000 rubidium (svn r10693) -Fix: --enable-install should have been removed from the configure parameters to save a long time ago. Now it is only causing warnings. draft
Wed, 25 Jul 2007 19:36:51 +0000 rubidium (svn r10692) -Fix (r10691): those good old days that LT_NORMAL was still called LT_NORMAL :) draft
Wed, 25 Jul 2007 19:26:33 +0000 rubidium (svn r10691) -Codechange [FS#509]: simplify GetTransportedGoodsIncome to make it more obvious and less hidden what actually happens. Based on a patch by rfalke. draft
Wed, 25 Jul 2007 19:06:29 +0000 rubidium (svn r10690) -Codechange: use the enum that describes all callback IDs in favor of "just" using an untyped integer. draft
Wed, 25 Jul 2007 19:03:23 +0000 rubidium (svn r10689) -Documentation [FS#1057]: lots of function documentation written by Progman. draft
Wed, 25 Jul 2007 17:18:13 +0000 rubidium (svn r10688) -Cleanup: coding style cleanups missed in the last few cleanups. draft
Wed, 25 Jul 2007 17:07:38 +0000 rubidium (svn r10687) -Fix (r10686): subversion does not like it when you change code when you are typing the commit message. draft
Wed, 25 Jul 2007 15:45:46 +0000 rubidium (svn r10686) -Fix [FS#1058]: determining whether there is a tunnel going 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. draft
Wed, 25 Jul 2007 11:27:30 +0000 rubidium (svn r10685) -Fix [FS#1076]: graphical glitches when the "link landscape toolbar" patch is turned on when opening one of the construction toolbars. draft
Wed, 25 Jul 2007 00:16:30 +0000 rubidium (svn r10684) -Codechange: some more coding style related changes. Primarily moving { to a new line. draft
Tue, 24 Jul 2007 21:48:50 +0000 rubidium (svn r10681) -Codechange: do not determine whether a tile is a hangar based 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. draft
Tue, 24 Jul 2007 19:56:43 +0000 rubidium (svn r10675) -Codechange: unhardcode the industry types used in several locations of the source code. draft
Tue, 24 Jul 2007 17:01:23 +0000 rubidium (svn r10673) -Cleanup: some assorted style cleanups. Primarily type* var -> type *var. draft
Tue, 24 Jul 2007 13:03:24 +0000 rubidium (svn r10672) -Codechange: typify some parameters/variables. draft
Tue, 24 Jul 2007 12:29:47 +0000 truelight (svn r10671) -Codechange: don't mix both lookup and temp-variable-with-value-of-lookup (skidd13) draft
Tue, 24 Jul 2007 01:29:42 +0000 belugas (svn r10670) -Fix: Use proper initialization for grf_prop override member draft
Tue, 24 Jul 2007 01:26:57 +0000 belugas (svn r10669) -Codechange: Removed redundant comment draft
Mon, 23 Jul 2007 19:30:36 +0000 truelight (svn r10665) -Codechange: replace magic 15 with MAX_TILE_HEIGHT (bilbo) draft
Mon, 23 Jul 2007 19:24:32 +0000 truelight (svn r10664) -Codechange: simplify a small piece of code (skidd13) draft
Mon, 23 Jul 2007 16:48:19 +0000 truelight (svn r10663) -Fix r10662: bad me, didn't comply with coding style, as penalty I updated the surrounding code to comply with coding style too; I will never do it again (I hope :p) draft
Mon, 23 Jul 2007 16:39:27 +0000 truelight (svn r10662) -Add: added 'V' as new shortcut for new viewport (bilbo) draft
Mon, 23 Jul 2007 16:30:59 +0000 truelight (svn r10661) -Documentation: documented slope.h (Progman) draft
Mon, 23 Jul 2007 16:15:40 +0000 truelight (svn r10660) -Codechange: simplified tunnel cost algorithm (bilbo) draft
Mon, 23 Jul 2007 16:08:58 +0000 truelight (svn r10659) -Codechange: updated documentation around RAIL_GROUND_FENCE_VERT[12] (frosch) draft
Mon, 23 Jul 2007 15:28:02 +0000 glx (svn r10658) -Add: support for autosave_on_exit in the console, so dedicated servers can use it draft
Mon, 23 Jul 2007 15:20:20 +0000 truelight (svn r10657) -Fix r10655: commit didn't comply with coding style (tnx glx :)) draft
Mon, 23 Jul 2007 15:18:53 +0000 truelight (svn r10656) -Fix [FS#1068]: GetPartialZ returned wrong value for SLOPE_STEEP_E (frosch) draft
Mon, 23 Jul 2007 15:14:45 +0000 truelight (svn r10655) -Fix [FS#1070]: Trolly AI didn't know about steep slopes, and used wrong tileh in some cases (frosch) draft
Sun, 22 Jul 2007 17:21:25 +0000 orudge (svn r10651) -Fix: Fix chdir problem with open/save dialog on OS/2 (Paul Smedley) draft
Sun, 22 Jul 2007 13:16:49 +0000 peter1138 (svn r10649) -Fix (r9962): autoscroll (pointer near screen edge) didn't work draft
Sat, 21 Jul 2007 18:34:43 +0000 miham (svn r10648) -Update: WebTranslator2 update to 2007-07-21 20:34:31 draft
Sat, 21 Jul 2007 14:01:12 +0000 KUDr (svn r10647) -Fix: AutoPtrT::operator =() didn't delete old object draft
Sat, 21 Jul 2007 13:45:15 +0000 KUDr (svn r10646) -Cleanup: AutoPtrT<>::Release() renamed to Detach() draft
Sat, 21 Jul 2007 12:39:46 +0000 KUDr (svn r10645) -Fix (r10644): file contents seems to be 3x there draft
Fri, 20 Jul 2007 18:44:04 +0000 rubidium (svn r10644) -Merge (from NoAI): framework for reference counted objects (pointers). draft
Fri, 20 Jul 2007 18:35:33 +0000 rubidium (svn r10643) -Merge (from NoAI): properly counting the amount of signs instead of using the size of the sign pool. draft
Fri, 20 Jul 2007 18:34:21 +0000 rubidium (svn r10642) -Merge (from NoAI): ./configure flag for disabling threading. draft
Fri, 20 Jul 2007 17:32:27 +0000 belugas (svn r10641) -Fix(r10638): Forgotten Son... err...include draft
Fri, 20 Jul 2007 17:25:07 +0000 belugas (svn r10640) -Fix(r10638): little typo... draft
Fri, 20 Jul 2007 17:14:03 +0000 belugas (svn r10639) -Codechange: Give meaninfull name to a magic number draft
Fri, 20 Jul 2007 16:50:11 +0000 belugas (svn r10638) -Codechange: Save the mapping of the industries and tiles, making them persistent. draft
Fri, 20 Jul 2007 16:08:28 +0000 belugas (svn r10637) -Fix: Enable the Random Industries in scenario editor if setting Number of Industries is not NONE. draft
Fri, 20 Jul 2007 14:49:41 +0000 belugas (svn r10635) -Codechange: Correct some typos and code beautifying (a little bit) draft
Thu, 19 Jul 2007 17:28:55 +0000 peter1138 (svn r10628) -Fix (r10606,FS#1055): Revert r10606 and fix the plural problem another way. draft
Thu, 19 Jul 2007 17:27:49 +0000 rubidium (svn r10627) -Fix [FS#1052]: be consistent with the space between the company name and the player number, i.e. always put a space between them. draft
Thu, 19 Jul 2007 17:23:28 +0000 miham (svn r10626) -Update: WebTranslator2 update to 2007-07-19 19:23:12 draft
Thu, 19 Jul 2007 16:24:48 +0000 rubidium (svn r10624) -Fix [FS#1047]: the production of banks could not be modified (either in scenario editor or with the cheat). draft
Thu, 19 Jul 2007 01:47:32 +0000 belugas (svn r10622) -Feature: Introduction of the CBID_INDUSTRY_AVAILABLE's handling, in fund industry window. draft
Thu, 19 Jul 2007 01:35:48 +0000 belugas (svn r10621) -Codechange: install a struct holding the user's selection from _fund_gui. draft
Wed, 18 Jul 2007 17:37:34 +0000 miham (svn r10620) -Update: WebTranslator2 update to 2007-07-18 19:37:17 draft
Wed, 18 Jul 2007 17:05:23 +0000 belugas (svn r10619) -Codechange: Use shorter variable/member names and add some code separation. draft
Wed, 18 Jul 2007 16:02:42 +0000 belugas (svn r10618) -Fix(r10167): remove unneeded comment draft
Wed, 18 Jul 2007 15:59:08 +0000 belugas (svn r10617) -Codechange: code style changes (removing an erroneous tab plus switch case alignment) draft
Wed, 18 Jul 2007 02:08:56 +0000 glx (svn r10607) -Fix r10605: use '&&' in preprocessor directives (MSVC doesn't like 'and') draft
Tue, 17 Jul 2007 20:32:27 +0000 peter1138 (svn r10606) -Fix (r8826): plural and single cargo names were mixed up. draft