log

age author description
Tue, 03 Jan 2012 21:32:51 +0000 rubidium (svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files draft
Tue, 03 Jan 2012 20:41:38 +0000 truebrain (svn r23739) -Fix (r23738): owh vim, when can you learn to copy/paste tabs correctly? draft
Tue, 03 Jan 2012 20:38:41 +0000 truebrain (svn r23738) -Fix (r23731): forgot to sync the new window with the script API draft
Tue, 03 Jan 2012 20:37:56 +0000 truebrain (svn r23737) -Fix: fix the svn:properties of a few files that got added lately draft
Tue, 03 Jan 2012 20:28:28 +0000 truebrain (svn r23736) -Document: document correctly that WC_GOAL_QUESTION has a WindowNumber which is identical to the uniqueid given by the GameScript draft
Tue, 03 Jan 2012 20:26:05 +0000 rubidium (svn r23735) -Codechange: remove ~50 includes from headers that weren't needed draft
Tue, 03 Jan 2012 19:22:33 +0000 rubidium (svn r23734) -Cleanup: remove the translated strings as well draft
Tue, 03 Jan 2012 19:21:32 +0000 rubidium (svn r23733) -Fix-ish [FS#4939]: cheating to different climates messes things even more up than changing NewGRFs in-game... so guess what happened draft
Tue, 03 Jan 2012 18:46:13 +0000 translators (svn r23732) -Update from WebTranslator v3.0: draft
Tue, 03 Jan 2012 16:36:24 +0000 truebrain (svn r23731) -Add: add GSGoal::Question(), to ask a question to a(ll) company(ies). It can contain random text, and at most 3 buttons from a collection of 17 draft
Tue, 03 Jan 2012 16:04:58 +0000 rubidium (svn r23730) -Add: Australian translation draft
Tue, 03 Jan 2012 10:50:06 +0000 truebrain (svn r23729) -Fix (r23670) [FS#4941]: if you increase the buffer size, also increase the bytes per pixel draft
Tue, 03 Jan 2012 10:27:14 +0000 truebrain (svn r23728) -Fix [#FS4942-ish]: when cheating into another company, the SignList was not updated draft
Tue, 03 Jan 2012 09:46:37 +0000 truebrain (svn r23727) -Codechange: speedup the 32bpp palette animation by reducing the amount of compares. This is possible because the function is called with only 2 possible conditions: from 0 to 255 (full palette update, 8bpp only) or from PALETTE_ANIM_START to 255 draft
Tue, 03 Jan 2012 02:38:35 +0000 peter1138 (svn r23726) -Fix (r23670): Remove debugging code added accidentally draft
Tue, 03 Jan 2012 00:47:56 +0000 yexo (svn r23725) -Fix (r23723): compile before commit draft
Tue, 03 Jan 2012 00:45:22 +0000 yexo (svn r23724) -Codechange: split of the check to see if ambient sounds are enabled to a header file allowing compilers to inline that check draft
Tue, 03 Jan 2012 00:44:23 +0000 yexo (svn r23723) -Codechange: speedup flood checks a bit draft
Tue, 03 Jan 2012 00:22:14 +0000 frosch (svn r23722) -Change: Give the chat query window the same Z priority as the normal text query window. draft
Mon, 02 Jan 2012 22:58:15 +0000 yexo (svn r23721) -Fix (r23070): reading memory of a temporary (already deconstructed) object is invalid draft
Mon, 02 Jan 2012 22:44:28 +0000 rubidium (svn r23720) -Fix/Feature [FS#4935]: show the script debug window also when the game script crashes draft
Mon, 02 Jan 2012 21:57:29 +0000 rubidium (svn r23719) -Fix [FS#4930]: extraction of music packs failed draft
Mon, 02 Jan 2012 20:39:50 +0000 rubidium (svn r23718) -Fix [FS#4936]: rescanai caused crash when the AI settings of an AI was opened draft
Mon, 02 Jan 2012 20:39:18 +0000 rubidium (svn r23717) -Fix [FS#4927]: ships going to wrong dock location when moving the dock while the game is paused draft
Mon, 02 Jan 2012 19:47:52 +0000 smatz (svn r23716) -Revert (r23705)[FS#4937]: unforeseen consequences draft
Mon, 02 Jan 2012 18:45:26 +0000 translators (svn r23715) -Update from WebTranslator v3.0: draft
Mon, 02 Jan 2012 13:44:37 +0000 truebrain (svn r23714) -Codechange: don't mix Viewport with non-viewport code draft
Mon, 02 Jan 2012 13:44:30 +0000 truebrain (svn r23713) -Codechange: split VehicleMove() into two functions, to minimalize the work done where possible draft
Mon, 02 Jan 2012 12:07:50 +0000 truebrain (svn r23712) -Codechange: rename the two vehicle hashes we have to names that make clear where they differ in draft
Mon, 02 Jan 2012 12:07:42 +0000 truebrain (svn r23711) -Codechange: don't chain the two vehicle hashes, but call them one by one draft
Sun, 01 Jan 2012 22:35:19 +0000 rubidium (svn r23710) -Change: make the default secondary sort method for the server list the number of clients instead of the name draft
Sun, 01 Jan 2012 22:32:26 +0000 rubidium (svn r23709) -Feature-ish: try harder to sort text instead of fancy characters in the server names draft
Sun, 01 Jan 2012 19:20:08 +0000 truebrain (svn r23708) -Codechange: apply the same trick as r23701 to GetTileSlope(), gaining similar benefits draft
Sun, 01 Jan 2012 18:45:38 +0000 translators (svn r23707) -Update from WebTranslator v3.0: draft
Sun, 01 Jan 2012 17:36:19 +0000 smatz (svn r23706) -Codechange: prevent 'unknown command' doxygen errors draft
Sun, 01 Jan 2012 17:32:45 +0000 smatz (svn r23705) -Codechange: cache the last processed station in FindStationsAroundTiles() in order to make the code a bit faster draft
Sun, 01 Jan 2012 17:22:32 +0000 alberth (svn r23704) -Doc: Doxygen comment fixes and additions. draft
Sun, 01 Jan 2012 16:38:38 +0000 truebrain (svn r23703) -Codechange: allow a compiler to inline a wrapper function, avoiding creation of a function stack, massively increasing its speed, for a function that is called often draft
Sun, 01 Jan 2012 16:23:05 +0000 truebrain (svn r23702) -Codechange: avoid using TileAddWrap() in FindStationsAroundTiles() by finding out where the border is in advance, speeding up the function with a factor 3 (you got to love random statistics which has no real meaning in the grand scheme of it all :D) draft
Sun, 01 Jan 2012 16:01:51 +0000 truebrain (svn r23701) -Codechange: give TileAddWrap() a 27% speed-up, by swapping entries in an if() statement, and reusing already calculated values (tnx to SmatZ for the ideas) draft
Sun, 01 Jan 2012 10:50:46 +0000 truebrain (svn r23700) -Fix: the size of the Subsidies pool used a random macro, which didn't really make sense in the grand scheme of things draft
Sun, 01 Jan 2012 10:50:38 +0000 truebrain (svn r23699) -Fix [FS#4928] (r23630): too much copy/pasting only allowed a silly low amount of goals to be created. draft
Sun, 01 Jan 2012 00:05:02 +0000 rubidium (svn r23698) -Fix (r21685): small, apparantly yearly reoccuring, typo draft
Sat, 31 Dec 2011 18:45:53 +0000 translators (svn r23697) -Update from WebTranslator v3.0: draft
Sat, 31 Dec 2011 15:02:14 +0000 rubidium (svn r23696) -Fix (r23695): 5 <-> 6... today is not my day draft
Sat, 31 Dec 2011 14:56:39 +0000 rubidium (svn r23695) -Fix/Feature [FS#4916]: make a distinction between fully zoomed in and default zoomed in screenshots draft
Sat, 31 Dec 2011 13:57:09 +0000 rubidium (svn r23694) -Fix (rprev): somehow compilers didn't understand what I meant... draft
Sat, 31 Dec 2011 13:52:54 +0000 rubidium (svn r23693) -Fix [FS#4859]: hardcode the original defaults for loading old savegames if they could totally mess with the game's behaviour draft
Sat, 31 Dec 2011 11:14:03 +0000 rubidium (svn r23692) -Fix: use smallest_x of your children only when you let the children update it draft
Sat, 31 Dec 2011 10:55:00 +0000 truebrain (svn r23691) -Fix: signed/unsigned issues, causing asserts for some languages in relation to the serverlist draft
Sat, 31 Dec 2011 10:08:18 +0000 rubidium (svn r23690) -Fix: massive typo ;) draft
Fri, 30 Dec 2011 18:45:18 +0000 translators (svn r23689) -Update from WebTranslator v3.0: draft
Fri, 30 Dec 2011 17:56:37 +0000 michi_cc (svn r23688) -Codechange: No need to check if a train needs servicing if we only extend a train's path without actually calling the pathfinder. The path extension will stop when hitting a junction tile, so it is impossible to miss a depot this way. draft
Fri, 30 Dec 2011 12:07:28 +0000 rubidium (svn r23687) -Fix [FS#4922]: document where the game script directory is draft
Thu, 29 Dec 2011 20:10:06 +0000 michi_cc (svn r23686) -Fix [FS#4921] (r23413): Infrastructure count of canals/locks/ship depots wasn't updated properly when a company went into bankruptcy or was taken over. draft
Thu, 29 Dec 2011 18:45:21 +0000 translators (svn r23685) -Update from WebTranslator v3.0: draft
Wed, 28 Dec 2011 20:06:51 +0000 rubidium (svn r23684) -Cleanup: let the highway take the highway draft
Wed, 28 Dec 2011 19:48:04 +0000 rubidium (svn r23683) -Fix [FS#4912]-ish: when fitting another engine the cargo capacity of wagons could become lower, causing them to contain more than they should. This caused the cargo transfer from the replaced parts to put even more stuff in the already full wagon. Prevent this from happening by reducing the amount of cargo in the vehicle to the capacity when moving vehicles/wagons around, or when autoreplacing draft
Wed, 28 Dec 2011 18:45:12 +0000 translators (svn r23682) -Update from WebTranslator v3.0: draft
Wed, 28 Dec 2011 17:34:44 +0000 rubidium (svn r23681) -Fix [FS#4914]: vehicle numbers got misaccounted when autoreplacing failed due to length checks draft
Wed, 28 Dec 2011 17:33:12 +0000 rubidium (svn r23680) -Fix [FS#4915]: prevent removal of the (AI) company the local player is in draft
Tue, 27 Dec 2011 18:45:10 +0000 translators (svn r23679) -Update from WebTranslator v3.0: draft
Tue, 27 Dec 2011 15:35:47 +0000 truebrain (svn r23678) -Fix: close the editbox of settings when changing an AI, to avoid invalid memory read/write (reported by SmatZ) draft
Tue, 27 Dec 2011 15:17:42 +0000 truebrain (svn r23677) -Fix [FS#4909]: invalidate AI Parameters window when changing AI draft
Tue, 27 Dec 2011 13:45:30 +0000 rubidium (svn r23676) -Fix [FS#4913] (r23412): when removing road stops the wrong tile was checked for updating the infrastructure cache draft
Mon, 26 Dec 2011 18:45:19 +0000 translators (svn r23675) -Update from WebTranslator v3.0: draft
Mon, 26 Dec 2011 14:53:19 +0000 michi_cc (svn r23674) -Fix (r23670): Don't read invalid memory in the 32bpp simple blitter. draft
Mon, 26 Dec 2011 13:21:37 +0000 rubidium (svn r23673) -Codechange: prepare the installers for some (future) massive changes in OpenGFX w.r.t. compatability with earlier versions draft
Sun, 25 Dec 2011 18:47:48 +0000 rubidium (svn r23672) -Fix: WT3 validation failure draft
Sun, 25 Dec 2011 18:45:29 +0000 translators (svn r23671) -Update from WebTranslator v3.0: draft
Sat, 24 Dec 2011 23:33:45 +0000 peter1138 (svn r23670) -Feature: Add ability to adjust brightness of colour after remapping for 32bpp sprites draft
Sat, 24 Dec 2011 18:45:21 +0000 translators (svn r23669) -Update from WebTranslator v3.0: draft
Sat, 24 Dec 2011 13:08:11 +0000 smatz (svn r23668) -Fix: the 'Configure' button in the 'AI / Game Configuration' window didn't get enabled when activating a GameScript draft
Sat, 24 Dec 2011 08:56:18 +0000 rubidium (svn r23666) -Document: the usual pre-Christmas documentation spree draft
Fri, 23 Dec 2011 23:34:19 +0000 truebrain (svn r23665) -Fix (r23664): revert, and apply other fix, which allows switching companies safely in SinglePlayer draft
Fri, 23 Dec 2011 23:29:59 +0000 truebrain (svn r23664) -Fix: adding goals with a company were still added for all companies. Tnx to Zuu for reporting (although cryptic :D) draft
Fri, 23 Dec 2011 18:46:56 +0000 rubidium (svn r23663) -Fix: WT3 validation fluke draft
Fri, 23 Dec 2011 18:45:38 +0000 translators (svn r23662) -Update from WebTranslator v3.0: draft
Fri, 23 Dec 2011 08:57:24 +0000 peter1138 (svn r23661) -Fix (r23438): Remaining parts of configuration were skipped when grfcodec/nforenum were not usable. draft
Thu, 22 Dec 2011 20:05:52 +0000 rubidium (svn r23660) -Feature-ish: add the game script to the crash log draft
Thu, 22 Dec 2011 19:51:40 +0000 rubidium (svn r23659) -Doc: behaviour of file searching in general, and in tars specifically draft
Thu, 22 Dec 2011 18:45:48 +0000 translators (svn r23658) -Update from WebTranslator v3.0: draft
Thu, 22 Dec 2011 17:07:54 +0000 yexo (svn r23657) -Fix (r22958): loading of very old savegames with custom town names failed draft
Thu, 22 Dec 2011 16:32:13 +0000 yexo (svn r23656) -Fix: make all vcs ignore docs/gamedocs/ just like docs/aidocs/ draft
Wed, 21 Dec 2011 18:46:37 +0000 translators (svn r23655) -Update from WebTranslator v3.0: draft
Wed, 21 Dec 2011 17:15:56 +0000 rubidium (svn r23654) -Fix [FS#4904]: missing this-> (adf88) draft
Wed, 21 Dec 2011 15:15:43 +0000 truebrain (svn r23653) -Fix: also show GameScripts when you click Check Online Content (SubVersion does not allow translated commit messages, I am sorry) in AI / Game Settings draft
Wed, 21 Dec 2011 15:06:00 +0000 truebrain (svn r23652) -Fix: don't include/document ScriptText for AIs. It is not usable draft
Wed, 21 Dec 2011 14:55:28 +0000 yexo (svn r23651) -Feature: [NoGo] GSText now accepts string arguments as parameters to the constructor draft
Wed, 21 Dec 2011 14:30:08 +0000 yexo (svn r23650) -Fix: wrong functions were filtered for AI/GameScript doxygen documentation draft
Wed, 21 Dec 2011 12:40:29 +0000 truebrain (svn r23649) -Fix [FS#4905) (r23634): loading a savegame with an empty GSTR chunk caused assert draft
Wed, 21 Dec 2011 12:28:02 +0000 truebrain (svn r23648) -Revert (r23646): partial revert; nobody has to know about my local changes and attempts draft
Wed, 21 Dec 2011 12:25:17 +0000 truebrain (svn r23647) -Add: add rescan_game as console command (patch by Xaroth) draft
Wed, 21 Dec 2011 12:25:10 +0000 truebrain (svn r23646) -Fix [FS#4901]: rescan the Game Scripts when done downloading one. draft
Tue, 20 Dec 2011 23:33:00 +0000 truebrain (svn r23645) -Fix: missing 2 strings draft
Tue, 20 Dec 2011 22:11:22 +0000 rubidium (svn r23644) -Fix [FS#4899]: prevent game scripts using StringIDs that are not coming from themselves, so the game script doesn't "accidentally" try to display an invalid string or try to display a town name in from an unknown town name generator draft
Tue, 20 Dec 2011 19:57:03 +0000 rubidium (svn r23643) -Fix [FS#4896]: dates cut off in the message history draft
Tue, 20 Dec 2011 19:48:33 +0000 rubidium (svn r23642) -Fix [FS#4893]: OSK window got hidden by query window draft
Tue, 20 Dec 2011 18:47:16 +0000 translators (svn r23641) -Update from WebTranslator v3.0: draft
Tue, 20 Dec 2011 17:57:56 +0000 truebrain (svn r23640) -Fix: stop using FORCEINLINE (1/3rd of the instances were, the others were still regular inline), but make sure inline is always a 'forced' inline (I am looking at you MSVC) draft
Tue, 20 Dec 2011 17:04:31 +0000 rubidium (svn r23639) -Fix [FS#4892]: fix transparency for steel mill, colour translations in some arctic buildings and a wrongly replaced sprites (PaulC) draft
Tue, 20 Dec 2011 17:03:11 +0000 rubidium (svn r23638) -Fix [FS#4894]: glitch in the monospace font (PaulC) draft
Mon, 19 Dec 2011 21:06:42 +0000 truebrain (svn r23637) -Change: bump the savegame, to store all the new goodies draft
Mon, 19 Dec 2011 21:06:06 +0000 truebrain (svn r23636) -Add: introduce ScriptText in parameters where it can be used draft
Mon, 19 Dec 2011 21:05:57 +0000 truebrain (svn r23635) -Add: introduce GSText, to allow translating GameScript text, even over network draft
Mon, 19 Dec 2011 21:05:46 +0000 truebrain (svn r23634) -Add: support language files for GameScript (Rubidium) draft
Mon, 19 Dec 2011 21:05:36 +0000 truebrain (svn r23633) -Add: allow most build commands from GameScript given a CompanyMode is active in that scope draft
Mon, 19 Dec 2011 21:05:25 +0000 truebrain (svn r23632) -Add: GSCompanyMode, to change company in GameScripts draft
Mon, 19 Dec 2011 21:05:14 +0000 truebrain (svn r23631) -Add: ScriptWindow, to manipulate windows on the client (GameScript only) draft
Mon, 19 Dec 2011 21:03:17 +0000 truebrain (svn r23630) -Add: a Goal GUI to show your current goals draft
Mon, 19 Dec 2011 21:02:33 +0000 truebrain (svn r23629) -Add: allow ScriptRoad::BuildRoad, ScriptBridge::BuildBridge (for roads) and ScriptTunnel:BuildTunnel (for roads) to work for GameScript draft
Mon, 19 Dec 2011 21:01:12 +0000 truebrain (svn r23628) -Add: ScriptSubsidy::Create, to create subsidies (GameScript only) draft
Mon, 19 Dec 2011 21:01:03 +0000 truebrain (svn r23627) -Add: ScriptNews::Create, to create custom news messages (GameScript only) draft
Mon, 19 Dec 2011 21:00:55 +0000 truebrain (svn r23626) -Add: ScriptTown::SetText, which adds custom text to the Town GUI draft
Mon, 19 Dec 2011 21:00:48 +0000 truebrain (svn r23625) -Add: ScriptViewport::ScrollTo, for SinglePlayer only (GameScript only) draft
Mon, 19 Dec 2011 21:00:40 +0000 truebrain (svn r23624) -Add: ScriptVehicle/ScriptStation/ScriptSign::GetOwner, to get the owner of those objects (GameScript only) draft
Mon, 19 Dec 2011 21:00:32 +0000 truebrain (svn r23623) -Add: allow bi-directional communication with the AdminPort and GameScript draft
Mon, 19 Dec 2011 20:59:36 +0000 truebrain (svn r23622) -Add: a set of events to trigger in a GameScript draft
Mon, 19 Dec 2011 20:59:29 +0000 truebrain (svn r23621) -Add: allow manipulation of signs via GameScripts draft
Mon, 19 Dec 2011 20:59:19 +0000 truebrain (svn r23620) -Add: ScriptTown::SetCargoGoal and ScriptTown::SetGrowthRate (GameScript only) draft
Mon, 19 Dec 2011 20:59:12 +0000 truebrain (svn r23619) -Add: ScriptDate::GetSystemTime, to get the seconds since 1 Jan 1970 of the real system (GameScript only) draft
Mon, 19 Dec 2011 20:58:59 +0000 truebrain (svn r23618) -Add: ScriptGame::Pause, ScriptGame::Unpause, and ScriptGame::GetLandscape (GameScript only) draft
Mon, 19 Dec 2011 20:57:51 +0000 truebrain (svn r23617) -Add: ScriptTown::ExpandTown, to grow a town (GameScript only) draft
Mon, 19 Dec 2011 20:57:43 +0000 truebrain (svn r23616) -Add: ScriptGameSettings::SetValue, to set gamesettings (GameScript only) draft
Mon, 19 Dec 2011 20:57:34 +0000 truebrain (svn r23615) -Add: more API functions exposed to NoGo (part 2) draft
Mon, 19 Dec 2011 20:57:23 +0000 truebrain (svn r23614) -Add: more API functions exposed to NoGo (part 1) draft
Mon, 19 Dec 2011 20:57:08 +0000 truebrain (svn r23613) -Add: allow IsDeveloperOnly in info.nut, to indicate if you can select this GS via the GUI (optional, defaults to false) draft
Mon, 19 Dec 2011 20:56:59 +0000 truebrain (svn r23612) -Add: allow importing libraries in the same way as AI does, only with GS prefix (and in game/library) draft
Mon, 19 Dec 2011 20:56:50 +0000 truebrain (svn r23611) -Add: run the begin of the script already while generating, and don't sleep on DoCommand while doing so draft
Mon, 19 Dec 2011 20:56:42 +0000 truebrain (svn r23610) -Add: Doxygen files for NoGo API (Yexo) draft
Mon, 19 Dec 2011 20:56:34 +0000 truebrain (svn r23609) -Add: save/load all GameScript related material draft
Mon, 19 Dec 2011 20:56:23 +0000 truebrain (svn r23608) -Fix: remove now unused strings from all other languages too draft
Mon, 19 Dec 2011 20:56:06 +0000 truebrain (svn r23607) -Add: wire GameScript in all the GUIs draft
Mon, 19 Dec 2011 20:55:56 +0000 truebrain (svn r23606) -Add: GameScanner, to auto-detect game scripts, and wire it in the console draft
Mon, 19 Dec 2011 20:54:37 +0000 truebrain (svn r23605) -Add: GAME_DIR and CONTENT_TYPE_GAME, and read gamescript from that directory draft
Mon, 19 Dec 2011 20:50:54 +0000 truebrain (svn r23604) -Add: initial support for GameScripts draft
Mon, 19 Dec 2011 20:50:44 +0000 truebrain (svn r23603) -Add: support for control commands in strings, in both network and safe/load (Rubidium) draft
Mon, 19 Dec 2011 20:50:36 +0000 truebrain (svn r23602) -Add: support for DEITY commands, commands where no real company was involved in (Rubidium) draft
Mon, 19 Dec 2011 20:50:21 +0000 truebrain (svn r23601) -Fix: fix the conflict in window number draft
Mon, 19 Dec 2011 20:46:17 +0000 truebrain (svn r23600) -Codechange: link WC+number to a Widget, and the Widget to a Window class draft
Mon, 19 Dec 2011 20:44:47 +0000 truebrain (svn r23599) -Codechange: document WC_ entries, and reoder a bit draft
Mon, 19 Dec 2011 20:44:39 +0000 truebrain (svn r23598) -Fix: harden FormatString against abuse draft
Mon, 19 Dec 2011 20:44:31 +0000 truebrain (svn r23597) -Codechange: fix up squirrel export script a bit draft
Mon, 19 Dec 2011 18:46:12 +0000 translators (svn r23596) -Update from WebTranslator v3.0: draft
Mon, 19 Dec 2011 17:48:04 +0000 rubidium (svn r23595) -Codechange: add comma after last enum to get a more uniform coding style draft
Mon, 19 Dec 2011 17:40:54 +0000 rubidium (svn r23594) -Codechange: follow coding style with multi line comments draft
Mon, 19 Dec 2011 14:24:12 +0000 michi_cc (svn r23593) -Fix (r23411): Infrastructure counts for rail were not properly updated when converting rail or building level crossings. draft
Sun, 18 Dec 2011 19:39:24 +0000 truebrain (svn r23592) -Fix (r23590): forgot one case draft
Sun, 18 Dec 2011 18:45:16 +0000 translators (svn r23591) -Update from WebTranslator v3.0: draft
Sun, 18 Dec 2011 18:37:54 +0000 rubidium (svn r23590) -Codechange: make the string validation settings better expandable draft
Sun, 18 Dec 2011 18:21:55 +0000 frosch (svn r23589) -Codechange: Make the AI-start-delay setting translateable. draft
Sun, 18 Dec 2011 17:17:18 +0000 smatz (svn r23588) -Codechange: use the 'final' keyword so compiler can optimise out some indirect calls draft
Sun, 18 Dec 2011 11:56:53 +0000 rubidium (svn r23587) -Fix-ish: MSVC warnings in case strgen would be in the main project file draft
Sat, 17 Dec 2011 23:22:27 +0000 frosch (svn r23586) -Fix: Draw PBS reservation also for bridges with railtype overlays. draft
Sat, 17 Dec 2011 23:16:16 +0000 rubidium (svn r23585) -Codechange: replace some magic numbers with less magic constants draft
Sat, 17 Dec 2011 23:14:28 +0000 frosch (svn r23584) -Fix: Draw PBS reservations also for tunnels with railtype overlays. draft
Sat, 17 Dec 2011 22:35:22 +0000 rubidium (svn r23583) -Codechange: prevent name collision with strgen variable draft
Sat, 17 Dec 2011 21:42:11 +0000 rubidium (svn r23582) -Fix [FS#4870]: add missing characters for certain languages and the large font draft
Sat, 17 Dec 2011 21:22:10 +0000 frosch (svn r23581) -Fix (r23518) [FS#4890]: Cloning of vehicles crashed. draft
Sat, 17 Dec 2011 21:20:41 +0000 rubidium (svn r23580) -Codechange: put the infrastructure maintenance cache testing behind the desync debug level guard, improving the game's speed significantly draft
Sat, 17 Dec 2011 20:52:07 +0000 frosch (svn r23579) -Fix (r23525): Most up/down arrows stopped working. draft
Sat, 17 Dec 2011 18:45:11 +0000 translators (svn r23578) -Update from WebTranslator v3.0: draft
Sat, 17 Dec 2011 18:39:29 +0000 rubidium (svn r23577) -Fix (r23576): strgen project files aren't automatically updated :( draft
Sat, 17 Dec 2011 18:34:03 +0000 rubidium (svn r23576) -Codechange: split the base of strgen with the strgen code that creates the actual .lng files draft
Sat, 17 Dec 2011 17:25:50 +0000 rubidium (svn r23575) -Codechange: split class definition and implementation of base strgen classes draft
Sat, 17 Dec 2011 17:03:38 +0000 rubidium (svn r23574) -Codechange/Feature-ish: allow converting multiple translations with the same master language instance in a single strgen run draft
Sat, 17 Dec 2011 16:59:16 +0000 rubidium (svn r23573) -Fix (r23571): MSVC doesn't like variable array sizes draft
Sat, 17 Dec 2011 16:56:32 +0000 rubidium (svn r23572) -Codechange: split actual file reading from logic for parsing draft
Sat, 17 Dec 2011 15:02:09 +0000 rubidium (svn r23571) -Codechange: make the number of 'tabs' the generate configurable draft
Sat, 17 Dec 2011 14:50:35 +0000 rubidium (svn r23570) -Codechange: move version generation code to StringData draft
Sat, 17 Dec 2011 14:41:10 +0000 rubidium (svn r23569) -Codechange: put more logic in some of the strgen structs, e.g. allocating and freeing its memory, and don't use a global variable for the string data draft
Sat, 17 Dec 2011 13:33:36 +0000 rubidium (svn r23568) -Codechange: only allocate the buffer for writing when it is really needed draft
Sat, 17 Dec 2011 13:23:01 +0000 rubidium (svn r23567) -Codechange: use SmallVector for the buffer in strgen draft
Sat, 17 Dec 2011 12:19:22 +0000 rubidium (svn r23566) -Fix (r23565): hopefully fix MSVC compilation error draft
Sat, 17 Dec 2011 12:15:19 +0000 rubidium (svn r23565) -Codechange: create some classes for writing language header and translation files draft
Sat, 17 Dec 2011 02:02:28 +0000 michi_cc (svn r23564) -Fix [FS#4888]: Extending a path reservation starting at a partially reserved rail station could fail. draft
Fri, 16 Dec 2011 22:03:59 +0000 rubidium (svn r23563) -Cleanup: remove useless global variable from strgen; it would always be false at the point it would be read draft
Fri, 16 Dec 2011 19:09:26 +0000 truebrain (svn r23562) -Codechange: don't be lazy with the spacebar draft
Fri, 16 Dec 2011 19:08:39 +0000 truebrain (svn r23561) -Codechange: forgot to document 1 widget enum draft
Fri, 16 Dec 2011 18:57:27 +0000 truebrain (svn r23560) -Codechange: final pieces of consistency through widgets draft
Fri, 16 Dec 2011 18:52:15 +0000 planetmaker (svn r23559) -Codechange: Document and name consistently road build widgets draft
Fri, 16 Dec 2011 18:47:46 +0000 rubidium (svn r23558) -Fix (r23556): ctrl-z too few ;) draft
Fri, 16 Dec 2011 18:45:27 +0000 translators (svn r23557) -Update from WebTranslator v3.0: draft
Fri, 16 Dec 2011 18:43:38 +0000 rubidium (svn r23556) -Codechange: unify rail widget naming and document them draft
Fri, 16 Dec 2011 18:43:36 +0000 truebrain (svn r23555) -Fix (r23554): save before commit draft
Fri, 16 Dec 2011 18:42:20 +0000 truebrain (svn r23554) -Codechange: some minor consistency fixes draft
Fri, 16 Dec 2011 18:33:02 +0000 truebrain (svn r23553) -Fix: avoid naming conflict in widget enums draft
Fri, 16 Dec 2011 18:32:57 +0000 truebrain (svn r23552) -Codechange: unify naming of the news widgets draft
Fri, 16 Dec 2011 18:27:50 +0000 truebrain (svn r23551) -Codechange: document and rename widgets to be consistent and understandable draft
Fri, 16 Dec 2011 18:27:39 +0000 rubidium (svn r23550) -Codechange: unify naming of the on screen keyboard widgets draft
Fri, 16 Dec 2011 18:25:06 +0000 planetmaker (svn r23549) -Codechange: Document and consistently name widgets of order GUI draft
Fri, 16 Dec 2011 18:23:35 +0000 rubidium (svn r23548) -Codechange: unify and document toolbar widgets draft
Fri, 16 Dec 2011 18:21:13 +0000 truebrain (svn r23547) -Codechange: document and rename widgets to be consistent and understandable draft
Fri, 16 Dec 2011 18:14:11 +0000 truebrain (svn r23546) -Codechange: document and rename widgets to be consistent and understandable draft
Fri, 16 Dec 2011 18:06:16 +0000 planetmaker (svn r23545) -Codechange: Consistently name widgets in build object window draft
Fri, 16 Dec 2011 18:02:27 +0000 truebrain (svn r23544) -Codechange: document and rename widgets to be consistent and understandable draft
Fri, 16 Dec 2011 17:46:47 +0000 planetmaker (svn r23543) -Codechange: Document and name consistently widgets of NewGRF window draft
Fri, 16 Dec 2011 17:23:41 +0000 rubidium (svn r23542) -Codechange: unify and document town related widgets draft
Fri, 16 Dec 2011 17:15:40 +0000 planetmaker (svn r23541) -Codechange: Consistent naming of widgets in NewGRF debug window draft
Fri, 16 Dec 2011 16:58:55 +0000 rubidium (svn r23540) -Codechange: unify and document vehicle widgets draft
Fri, 16 Dec 2011 16:57:56 +0000 rubidium (svn r23539) -Codechange: prevent conflict between widget naming of (vehicle) depots and vehicle details draft
Fri, 16 Dec 2011 16:57:15 +0000 planetmaker (svn r23538) -Codechange: Consistent naming of widgets in tree plant gui draft
Fri, 16 Dec 2011 16:53:16 +0000 truebrain (svn r23537) -Fix (r23529): typo in the word 'because' (tnx to Alberth for noticing) draft
Fri, 16 Dec 2011 16:49:53 +0000 truebrain (svn r23536) -Codechange: document and rename widgets to be consistent and understandable draft
Fri, 16 Dec 2011 16:42:04 +0000 planetmaker (svn r23535) -Codechange: unify widget naming of transparency toolbar draft
Fri, 16 Dec 2011 16:39:48 +0000 truebrain (svn r23534) -Codechange: document and rename widgets to be consistent and understandable draft
Fri, 16 Dec 2011 16:32:48 +0000 truebrain (svn r23533) -Codechange: document and rename widgets to be consistent and understandable draft
Fri, 16 Dec 2011 16:29:53 +0000 rubidium (svn r23532) -Codechange: unify widget naming of (extra) viewport draft
Fri, 16 Dec 2011 16:27:45 +0000 truebrain (svn r23531) -Codechange: document and rename widgets to be consistent and understandable draft
Fri, 16 Dec 2011 16:25:34 +0000 rubidium (svn r23530) -Codechange: begin unify the naming of widgets and add comments to them, in this case the waypoint view widgets draft
Fri, 16 Dec 2011 16:23:50 +0000 truebrain (svn r23529) -Codechange: make all widget enum values unique and make them include the files they need to compile draft
Thu, 15 Dec 2011 22:22:55 +0000 truebrain (svn r23528) -Codechange: move widget enums to widgets/NNN_type.h draft
Thu, 15 Dec 2011 22:02:00 +0000 rubidium (svn r23527) -Codechange: unify colo(u)r as far as it goes draft
Thu, 15 Dec 2011 21:56:00 +0000 rubidium (svn r23526) -Codechange: unify cargos vs cargoes draft
Thu, 15 Dec 2011 19:54:23 +0000 truebrain (svn r23525) -Codechange: make Window::flags4 WindowFlags instead of uint16, with only values known in WindowFlags (and move out 2 timers to their own variable) draft
Thu, 15 Dec 2011 19:52:44 +0000 truebrain (svn r23524) -Codechange: move the name of the scanner to a level deeper draft
Thu, 15 Dec 2011 18:48:19 +0000 rubidium (svn r23523) -Fix: language compilation error draft
Thu, 15 Dec 2011 18:45:15 +0000 translators (svn r23522) -Update from WebTranslator v3.0: draft
Thu, 15 Dec 2011 18:40:15 +0000 rubidium (svn r23521) -Codechange: use the actual enum values from the 'core' in the API when they refer to the in-game values in the cases where that is possible and sensible draft
Thu, 15 Dec 2011 18:36:29 +0000 rubidium (svn r23520) -Fix-ish: wrong @param name causing missing documentation draft
Thu, 15 Dec 2011 18:35:46 +0000 rubidium (svn r23519) -Change: do not export enum values in the AI documentation draft
Wed, 14 Dec 2011 22:38:15 +0000 michi_cc (svn r23518) -Fix (r23124): [NewGRF] The refit cost callback wasn't called if only the subtype differed. draft
Wed, 14 Dec 2011 20:47:33 +0000 frosch (svn r23517) -Fix (r23336, etc.): Give map generation window the same priority as the start server window. draft
Wed, 14 Dec 2011 20:26:54 +0000 frosch (svn r23516) -Fix [FS#4886]: ScriptSign::BuildSign() returned wrong result if the sign name was too long. draft
Wed, 14 Dec 2011 20:13:18 +0000 frosch (svn r23515) -Cleanup: Remove unused ScriptObject::GetNewTunnelEndtile() and relatives. draft
Wed, 14 Dec 2011 19:59:49 +0000 frosch (svn r23514) -Fix: squirrel_export.sh failed for svn working copies. draft
Wed, 14 Dec 2011 18:45:30 +0000 translators (svn r23513) -Update from WebTranslator v3.0: draft
Tue, 13 Dec 2011 23:01:36 +0000 planetmaker (svn r23512) -Change [FS#4872]: Allow to place locks also on river rapids and restore rivers, if locks are deleted draft
Tue, 13 Dec 2011 21:10:43 +0000 planetmaker (svn r23511) -Fix [FS#4885] (r23504): Aircraft orders could not be shared anymore when they had no range property declared (Hirundo) draft
Tue, 13 Dec 2011 18:46:38 +0000 translators (svn r23510) -Update from WebTranslator v3.0: draft
Tue, 13 Dec 2011 18:27:04 +0000 frosch (svn r23509) -Fix [FS#4884]: Drawing of newspaper headlines used different padding than the initial sizing of the window. draft
Tue, 13 Dec 2011 01:18:40 +0000 michi_cc (svn r23508) -Add: Engine sorter for aircraft range. draft
Tue, 13 Dec 2011 00:54:13 +0000 michi_cc (svn r23507) -Fix (r23505): Comment typo. draft
Tue, 13 Dec 2011 00:43:59 +0000 michi_cc (svn r23506) -Add: [NoAI] Support for dealing with aircraft range. draft
Tue, 13 Dec 2011 00:43:48 +0000 michi_cc (svn r23505) -Add: Indication in the order list if the next destination of an order is out of range. draft
Tue, 13 Dec 2011 00:43:35 +0000 michi_cc (svn r23504) -Feature: Aircraft range. draft
Mon, 12 Dec 2011 19:31:47 +0000 frosch (svn r23503) -Fix (r23143): Desync debug wants to resolve vehicle variables of vehicles without NewGRF. So, let it. draft
Mon, 12 Dec 2011 19:30:36 +0000 frosch (svn r23502) -Fix (r23143): Vehicle var 42 used a cargo translation table of the wrong GRF. draft
Mon, 12 Dec 2011 18:55:04 +0000 yexo (svn r23501) -Fix: loading scenarios downloaded from the online content didn't work anymore draft
Mon, 12 Dec 2011 18:45:52 +0000 translators (svn r23500) -Update from WebTranslator v3.0: draft