------------------------------------------------------------------------ r23641 | translators | 2011-12-20 19:47:16 +0100 (Tue, 20 Dec 2011) | 32 lines -Update from WebTranslator v3.0: afrikaans - 98 changes by Maccie123, kdzar bulgarian - 4 changes by Tvel catalan - 44 changes by arnau simplified_chinese - 62 changes by ww9980 traditional_chinese - 46 changes by elleryq, ww9980 croatian - 43 changes by VoyagerOne danish - 188 changes by majbom, mgarde dutch - 44 changes by habell english_US - 32 changes by Rubidium finnish - 43 changes by jpx_ french - 43 changes by glx frisian - 16 changes by Fopper german - 44 changes by NG, planetmaker greek - 49 changes by kyrm indonesian - 31 changes by fanioz korean - 39 changes by junho2813, telk5093 lithuanian - 66 changes by BlinK_, Devastator malay - 36 changes by Syed maltese - 20 changes by ercolesptr norwegian_bokmal - 6 changes by kristoffer_hh norwegian_nynorsk - 1 changes by Utvik polish - 68 changes by lion, matma6, nouwak, wojteks86 portuguese - 104 changes by ABCRic romanian - 148 changes by kneekoo, tonny russian - 43 changes by Lone_Wolf, MajestiC, akasoft slovak - 135 changes by teso spanish - 43 changes by Terkhen swedish - 38 changes by Zuu, urdh ukrainian - 28 changes by Madvin vietnamese - 3 changes by nglekhoi ------------------------------------------------------------------------ r23640 | truebrain | 2011-12-20 18:57:56 +0100 (Tue, 20 Dec 2011) | 1 line -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) ------------------------------------------------------------------------ r23639 | rubidium | 2011-12-20 18:04:31 +0100 (Tue, 20 Dec 2011) | 2 lines -Fix [FS#4892]: fix transparency for steel mill, colour translations in some arctic buildings and a wrongly replaced sprites (PaulC) ------------------------------------------------------------------------ r23638 | rubidium | 2011-12-20 18:03:11 +0100 (Tue, 20 Dec 2011) | 2 lines -Fix [FS#4894]: glitch in the monospace font (PaulC) ------------------------------------------------------------------------ r23637 | truebrain | 2011-12-19 22:06:42 +0100 (Mon, 19 Dec 2011) | 1 line -Change: bump the savegame, to store all the new goodies ------------------------------------------------------------------------ r23636 | truebrain | 2011-12-19 22:06:06 +0100 (Mon, 19 Dec 2011) | 1 line -Add: introduce ScriptText in parameters where it can be used ------------------------------------------------------------------------ r23635 | truebrain | 2011-12-19 22:05:57 +0100 (Mon, 19 Dec 2011) | 1 line -Add: introduce GSText, to allow translating GameScript text, even over network ------------------------------------------------------------------------ r23634 | truebrain | 2011-12-19 22:05:46 +0100 (Mon, 19 Dec 2011) | 1 line -Add: support language files for GameScript (Rubidium) ------------------------------------------------------------------------ r23633 | truebrain | 2011-12-19 22:05:36 +0100 (Mon, 19 Dec 2011) | 1 line -Add: allow most build commands from GameScript given a CompanyMode is active in that scope ------------------------------------------------------------------------ r23632 | truebrain | 2011-12-19 22:05:25 +0100 (Mon, 19 Dec 2011) | 1 line -Add: GSCompanyMode, to change company in GameScripts ------------------------------------------------------------------------ r23631 | truebrain | 2011-12-19 22:05:14 +0100 (Mon, 19 Dec 2011) | 1 line -Add: ScriptWindow, to manipulate windows on the client (GameScript only) ------------------------------------------------------------------------ r23630 | truebrain | 2011-12-19 22:03:17 +0100 (Mon, 19 Dec 2011) | 1 line -Add: a Goal GUI to show your current goals ------------------------------------------------------------------------ r23629 | truebrain | 2011-12-19 22:02:33 +0100 (Mon, 19 Dec 2011) | 1 line -Add: allow ScriptRoad::BuildRoad, ScriptBridge::BuildBridge (for roads) and ScriptTunnel:BuildTunnel (for roads) to work for GameScript ------------------------------------------------------------------------ r23628 | truebrain | 2011-12-19 22:01:12 +0100 (Mon, 19 Dec 2011) | 1 line -Add: ScriptSubsidy::Create, to create subsidies (GameScript only) ------------------------------------------------------------------------ r23627 | truebrain | 2011-12-19 22:01:03 +0100 (Mon, 19 Dec 2011) | 1 line -Add: ScriptNews::Create, to create custom news messages (GameScript only) ------------------------------------------------------------------------ r23626 | truebrain | 2011-12-19 22:00:55 +0100 (Mon, 19 Dec 2011) | 1 line -Add: ScriptTown::SetText, which adds custom text to the Town GUI ------------------------------------------------------------------------ r23625 | truebrain | 2011-12-19 22:00:48 +0100 (Mon, 19 Dec 2011) | 1 line -Add: ScriptViewport::ScrollTo, for SinglePlayer only (GameScript only) ------------------------------------------------------------------------ r23624 | truebrain | 2011-12-19 22:00:40 +0100 (Mon, 19 Dec 2011) | 1 line -Add: ScriptVehicle/ScriptStation/ScriptSign::GetOwner, to get the owner of those objects (GameScript only) ------------------------------------------------------------------------ r23623 | truebrain | 2011-12-19 22:00:32 +0100 (Mon, 19 Dec 2011) | 1 line -Add: allow bi-directional communication with the AdminPort and GameScript ------------------------------------------------------------------------ r23622 | truebrain | 2011-12-19 21:59:36 +0100 (Mon, 19 Dec 2011) | 1 line -Add: a set of events to trigger in a GameScript ------------------------------------------------------------------------ r23621 | truebrain | 2011-12-19 21:59:29 +0100 (Mon, 19 Dec 2011) | 1 line -Add: allow manipulation of signs via GameScripts ------------------------------------------------------------------------ r23620 | truebrain | 2011-12-19 21:59:19 +0100 (Mon, 19 Dec 2011) | 1 line -Add: ScriptTown::SetCargoGoal and ScriptTown::SetGrowthRate (GameScript only) ------------------------------------------------------------------------ r23619 | truebrain | 2011-12-19 21:59:12 +0100 (Mon, 19 Dec 2011) | 1 line -Add: ScriptDate::GetSystemTime, to get the seconds since 1 Jan 1970 of the real system (GameScript only) ------------------------------------------------------------------------ r23618 | truebrain | 2011-12-19 21:58:59 +0100 (Mon, 19 Dec 2011) | 1 line -Add: ScriptGame::Pause, ScriptGame::Unpause, and ScriptGame::GetLandscape (GameScript only) ------------------------------------------------------------------------ r23617 | truebrain | 2011-12-19 21:57:51 +0100 (Mon, 19 Dec 2011) | 1 line -Add: ScriptTown::ExpandTown, to grow a town (GameScript only) ------------------------------------------------------------------------ r23616 | truebrain | 2011-12-19 21:57:43 +0100 (Mon, 19 Dec 2011) | 1 line -Add: ScriptGameSettings::SetValue, to set gamesettings (GameScript only) ------------------------------------------------------------------------ r23615 | truebrain | 2011-12-19 21:57:34 +0100 (Mon, 19 Dec 2011) | 1 line -Add: more API functions exposed to NoGo (part 2) ------------------------------------------------------------------------ r23614 | truebrain | 2011-12-19 21:57:23 +0100 (Mon, 19 Dec 2011) | 1 line -Add: more API functions exposed to NoGo (part 1) ------------------------------------------------------------------------ r23613 | truebrain | 2011-12-19 21:57:08 +0100 (Mon, 19 Dec 2011) | 1 line -Add: allow IsDeveloperOnly in info.nut, to indicate if you can select this GS via the GUI (optional, defaults to false) ------------------------------------------------------------------------ r23612 | truebrain | 2011-12-19 21:56:59 +0100 (Mon, 19 Dec 2011) | 1 line -Add: allow importing libraries in the same way as AI does, only with GS prefix (and in game/library) ------------------------------------------------------------------------ r23611 | truebrain | 2011-12-19 21:56:50 +0100 (Mon, 19 Dec 2011) | 1 line -Add: run the begin of the script already while generating, and don't sleep on DoCommand while doing so ------------------------------------------------------------------------ r23610 | truebrain | 2011-12-19 21:56:42 +0100 (Mon, 19 Dec 2011) | 1 line -Add: Doxygen files for NoGo API (Yexo) ------------------------------------------------------------------------ r23609 | truebrain | 2011-12-19 21:56:34 +0100 (Mon, 19 Dec 2011) | 1 line -Add: save/load all GameScript related material ------------------------------------------------------------------------ r23608 | truebrain | 2011-12-19 21:56:23 +0100 (Mon, 19 Dec 2011) | 1 line -Fix: remove now unused strings from all other languages too ------------------------------------------------------------------------ r23607 | truebrain | 2011-12-19 21:56:06 +0100 (Mon, 19 Dec 2011) | 1 line -Add: wire GameScript in all the GUIs ------------------------------------------------------------------------ r23606 | truebrain | 2011-12-19 21:55:56 +0100 (Mon, 19 Dec 2011) | 1 line -Add: GameScanner, to auto-detect game scripts, and wire it in the console ------------------------------------------------------------------------ r23605 | truebrain | 2011-12-19 21:54:37 +0100 (Mon, 19 Dec 2011) | 1 line -Add: GAME_DIR and CONTENT_TYPE_GAME, and read gamescript from that directory ------------------------------------------------------------------------ r23604 | truebrain | 2011-12-19 21:50:54 +0100 (Mon, 19 Dec 2011) | 1 line -Add: initial support for GameScripts ------------------------------------------------------------------------ r23603 | truebrain | 2011-12-19 21:50:44 +0100 (Mon, 19 Dec 2011) | 1 line -Add: support for control commands in strings, in both network and safe/load (Rubidium) ------------------------------------------------------------------------ r23602 | truebrain | 2011-12-19 21:50:36 +0100 (Mon, 19 Dec 2011) | 1 line -Add: support for DEITY commands, commands where no real company was involved in (Rubidium) ------------------------------------------------------------------------ r23601 | truebrain | 2011-12-19 21:50:21 +0100 (Mon, 19 Dec 2011) | 1 line -Fix: fix the conflict in window number ------------------------------------------------------------------------ r23600 | truebrain | 2011-12-19 21:46:17 +0100 (Mon, 19 Dec 2011) | 1 line -Codechange: link WC+number to a Widget, and the Widget to a Window class ------------------------------------------------------------------------ r23599 | truebrain | 2011-12-19 21:44:47 +0100 (Mon, 19 Dec 2011) | 1 line -Codechange: document WC_ entries, and reoder a bit ------------------------------------------------------------------------ r23598 | truebrain | 2011-12-19 21:44:39 +0100 (Mon, 19 Dec 2011) | 1 line -Fix: harden FormatString against abuse ------------------------------------------------------------------------ r23597 | truebrain | 2011-12-19 21:44:31 +0100 (Mon, 19 Dec 2011) | 1 line -Codechange: fix up squirrel export script a bit ------------------------------------------------------------------------ r23596 | translators | 2011-12-19 19:46:12 +0100 (Mon, 19 Dec 2011) | 12 lines -Update from WebTranslator v3.0: belarusian - 1 changes by Wowanxm croatian - 1 changes by VoyagerOne finnish - 1 changes by jpx_ german - 1 changes by planetmaker italian - 1 changes by lorenzodv lithuanian - 1 changes by Devastator romanian - 1 changes by kkmic russian - 1 changes by Lone_Wolf spanish - 1 changes by Terkhen swedish - 1 changes by Zuu ------------------------------------------------------------------------ r23595 | rubidium | 2011-12-19 18:48:04 +0100 (Mon, 19 Dec 2011) | 2 lines -Codechange: add comma after last enum to get a more uniform coding style ------------------------------------------------------------------------ r23594 | rubidium | 2011-12-19 18:40:54 +0100 (Mon, 19 Dec 2011) | 2 lines -Codechange: follow coding style with multi line comments ------------------------------------------------------------------------ r23593 | michi_cc | 2011-12-19 15:24:12 +0100 (Mon, 19 Dec 2011) | 1 line -Fix (r23411): Infrastructure counts for rail were not properly updated when converting rail or building level crossings. ------------------------------------------------------------------------ r23592 | truebrain | 2011-12-18 20:39:24 +0100 (Sun, 18 Dec 2011) | 2 lines -Fix (r23590): forgot one case ------------------------------------------------------------------------ r23591 | translators | 2011-12-18 19:45:16 +0100 (Sun, 18 Dec 2011) | 5 lines -Update from WebTranslator v3.0: english_US - 1 changes by Rubidium french - 1 changes by glx serbian - 51 changes by etran ------------------------------------------------------------------------ r23590 | rubidium | 2011-12-18 19:37:54 +0100 (Sun, 18 Dec 2011) | 2 lines -Codechange: make the string validation settings better expandable ------------------------------------------------------------------------ r23589 | frosch | 2011-12-18 19:21:55 +0100 (Sun, 18 Dec 2011) | 1 line -Codechange: Make the AI-start-delay setting translateable. ------------------------------------------------------------------------ r23588 | smatz | 2011-12-18 18:17:18 +0100 (Sun, 18 Dec 2011) | 1 line -Codechange: use the 'final' keyword so compiler can optimise out some indirect calls ------------------------------------------------------------------------ r23587 | rubidium | 2011-12-18 12:56:53 +0100 (Sun, 18 Dec 2011) | 2 lines -Fix-ish: MSVC warnings in case strgen would be in the main project file ------------------------------------------------------------------------ r23586 | frosch | 2011-12-18 00:22:27 +0100 (Sun, 18 Dec 2011) | 1 line -Fix: Draw PBS reservation also for bridges with railtype overlays. ------------------------------------------------------------------------ r23585 | rubidium | 2011-12-18 00:16:16 +0100 (Sun, 18 Dec 2011) | 2 lines -Codechange: replace some magic numbers with less magic constants ------------------------------------------------------------------------ r23584 | frosch | 2011-12-18 00:14:28 +0100 (Sun, 18 Dec 2011) | 1 line -Fix: Draw PBS reservations also for tunnels with railtype overlays. ------------------------------------------------------------------------ r23583 | rubidium | 2011-12-17 23:35:22 +0100 (Sat, 17 Dec 2011) | 2 lines -Codechange: prevent name collision with strgen variable ------------------------------------------------------------------------ r23582 | rubidium | 2011-12-17 22:42:11 +0100 (Sat, 17 Dec 2011) | 5 lines -Fix [FS#4870]: add missing characters for certain languages and the large font -Codechange: don't remove large font glyphs because they are broken in the original font, just fix them up in openttd.grf using action A -Change: make extra characters more consistent with the original font All by PaulC. ------------------------------------------------------------------------ r23581 | frosch | 2011-12-17 22:22:10 +0100 (Sat, 17 Dec 2011) | 1 line -Fix (r23518) [FS#4890]: Cloning of vehicles crashed. ------------------------------------------------------------------------ r23580 | rubidium | 2011-12-17 22:20:41 +0100 (Sat, 17 Dec 2011) | 2 lines -Codechange: put the infrastructure maintenance cache testing behind the desync debug level guard, improving the game's speed significantly ------------------------------------------------------------------------ r23579 | frosch | 2011-12-17 21:52:07 +0100 (Sat, 17 Dec 2011) | 1 line -Fix (r23525): Most up/down arrows stopped working. ------------------------------------------------------------------------ r23578 | translators | 2011-12-17 19:45:11 +0100 (Sat, 17 Dec 2011) | 4 lines -Update from WebTranslator v3.0: turkish - 5 changes by niw3 urdu - 300 changes by haider ------------------------------------------------------------------------ r23577 | rubidium | 2011-12-17 19:39:29 +0100 (Sat, 17 Dec 2011) | 2 lines -Fix (r23576): strgen project files aren't automatically updated :( ------------------------------------------------------------------------ r23576 | rubidium | 2011-12-17 19:34:03 +0100 (Sat, 17 Dec 2011) | 2 lines -Codechange: split the base of strgen with the strgen code that creates the actual .lng files ------------------------------------------------------------------------ r23575 | rubidium | 2011-12-17 18:25:50 +0100 (Sat, 17 Dec 2011) | 2 lines -Codechange: split class definition and implementation of base strgen classes ------------------------------------------------------------------------ r23574 | rubidium | 2011-12-17 18:03:38 +0100 (Sat, 17 Dec 2011) | 2 lines -Codechange/Feature-ish: allow converting multiple translations with the same master language instance in a single strgen run ------------------------------------------------------------------------ r23573 | rubidium | 2011-12-17 17:59:16 +0100 (Sat, 17 Dec 2011) | 2 lines -Fix (r23571): MSVC doesn't like variable array sizes ------------------------------------------------------------------------ r23572 | rubidium | 2011-12-17 17:56:32 +0100 (Sat, 17 Dec 2011) | 2 lines -Codechange: split actual file reading from logic for parsing ------------------------------------------------------------------------ r23571 | rubidium | 2011-12-17 16:02:09 +0100 (Sat, 17 Dec 2011) | 2 lines -Codechange: make the number of 'tabs' the generate configurable ------------------------------------------------------------------------ r23570 | rubidium | 2011-12-17 15:50:35 +0100 (Sat, 17 Dec 2011) | 2 lines -Codechange: move version generation code to StringData ------------------------------------------------------------------------ r23569 | rubidium | 2011-12-17 15:41:10 +0100 (Sat, 17 Dec 2011) | 2 lines -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 ------------------------------------------------------------------------ r23568 | rubidium | 2011-12-17 14:33:36 +0100 (Sat, 17 Dec 2011) | 2 lines -Codechange: only allocate the buffer for writing when it is really needed ------------------------------------------------------------------------ r23567 | rubidium | 2011-12-17 14:23:01 +0100 (Sat, 17 Dec 2011) | 2 lines -Codechange: use SmallVector for the buffer in strgen ------------------------------------------------------------------------ r23566 | rubidium | 2011-12-17 13:19:22 +0100 (Sat, 17 Dec 2011) | 2 lines -Fix (r23565): hopefully fix MSVC compilation error ------------------------------------------------------------------------ r23565 | rubidium | 2011-12-17 13:15:19 +0100 (Sat, 17 Dec 2011) | 2 lines -Codechange: create some classes for writing language header and translation files ------------------------------------------------------------------------ r23564 | michi_cc | 2011-12-17 03:02:28 +0100 (Sat, 17 Dec 2011) | 1 line -Fix [FS#4888]: Extending a path reservation starting at a partially reserved rail station could fail. ------------------------------------------------------------------------ r23563 | rubidium | 2011-12-16 23:03:59 +0100 (Fri, 16 Dec 2011) | 2 lines -Cleanup: remove useless global variable from strgen; it would always be false at the point it would be read ------------------------------------------------------------------------ r23562 | truebrain | 2011-12-16 20:09:26 +0100 (Fri, 16 Dec 2011) | 2 lines -Codechange: don't be lazy with the spacebar ------------------------------------------------------------------------ r23561 | truebrain | 2011-12-16 20:08:39 +0100 (Fri, 16 Dec 2011) | 2 lines -Codechange: forgot to document 1 widget enum ------------------------------------------------------------------------ r23560 | truebrain | 2011-12-16 19:57:27 +0100 (Fri, 16 Dec 2011) | 1 line -Codechange: final pieces of consistency through widgets ------------------------------------------------------------------------ r23559 | planetmaker | 2011-12-16 19:52:15 +0100 (Fri, 16 Dec 2011) | 1 line -Codechange: Document and name consistently road build widgets ------------------------------------------------------------------------ r23558 | rubidium | 2011-12-16 19:47:46 +0100 (Fri, 16 Dec 2011) | 2 lines -Fix (r23556): ctrl-z too few ;) ------------------------------------------------------------------------ r23557 | translators | 2011-12-16 19:45:27 +0100 (Fri, 16 Dec 2011) | 6 lines -Update from WebTranslator v3.0: german - 9 changes by NG brazilian_portuguese - 110 changes by Tucalipe swedish - 10 changes by Zuu urdu - 160 changes by haider ------------------------------------------------------------------------ r23556 | rubidium | 2011-12-16 19:43:38 +0100 (Fri, 16 Dec 2011) | 2 lines -Codechange: unify rail widget naming and document them ------------------------------------------------------------------------ r23555 | truebrain | 2011-12-16 19:43:36 +0100 (Fri, 16 Dec 2011) | 1 line -Fix (r23554): save before commit ------------------------------------------------------------------------ r23554 | truebrain | 2011-12-16 19:42:20 +0100 (Fri, 16 Dec 2011) | 1 line -Codechange: some minor consistency fixes ------------------------------------------------------------------------ r23553 | truebrain | 2011-12-16 19:33:02 +0100 (Fri, 16 Dec 2011) | 1 line -Fix: avoid naming conflict in widget enums ------------------------------------------------------------------------ r23552 | truebrain | 2011-12-16 19:32:57 +0100 (Fri, 16 Dec 2011) | 1 line -Codechange: unify naming of the news widgets ------------------------------------------------------------------------ r23551 | truebrain | 2011-12-16 19:27:50 +0100 (Fri, 16 Dec 2011) | 1 line -Codechange: document and rename widgets to be consistent and understandable ------------------------------------------------------------------------ r23550 | rubidium | 2011-12-16 19:27:39 +0100 (Fri, 16 Dec 2011) | 2 lines -Codechange: unify naming of the on screen keyboard widgets ------------------------------------------------------------------------ r23549 | planetmaker | 2011-12-16 19:25:06 +0100 (Fri, 16 Dec 2011) | 1 line -Codechange: Document and consistently name widgets of order GUI ------------------------------------------------------------------------ r23548 | rubidium | 2011-12-16 19:23:35 +0100 (Fri, 16 Dec 2011) | 2 lines -Codechange: unify and document toolbar widgets ------------------------------------------------------------------------ r23547 | truebrain | 2011-12-16 19:21:13 +0100 (Fri, 16 Dec 2011) | 1 line -Codechange: document and rename widgets to be consistent and understandable ------------------------------------------------------------------------ r23546 | truebrain | 2011-12-16 19:14:11 +0100 (Fri, 16 Dec 2011) | 1 line -Codechange: document and rename widgets to be consistent and understandable ------------------------------------------------------------------------ r23545 | planetmaker | 2011-12-16 19:06:16 +0100 (Fri, 16 Dec 2011) | 1 line -Codechange: Consistently name widgets in build object window ------------------------------------------------------------------------ r23544 | truebrain | 2011-12-16 19:02:27 +0100 (Fri, 16 Dec 2011) | 1 line -Codechange: document and rename widgets to be consistent and understandable ------------------------------------------------------------------------ r23543 | planetmaker | 2011-12-16 18:46:47 +0100 (Fri, 16 Dec 2011) | 1 line -Codechange: Document and name consistently widgets of NewGRF window ------------------------------------------------------------------------ r23542 | rubidium | 2011-12-16 18:23:41 +0100 (Fri, 16 Dec 2011) | 2 lines -Codechange: unify and document town related widgets ------------------------------------------------------------------------ r23541 | planetmaker | 2011-12-16 18:15:40 +0100 (Fri, 16 Dec 2011) | 1 line -Codechange: Consistent naming of widgets in NewGRF debug window ------------------------------------------------------------------------ r23540 | rubidium | 2011-12-16 17:58:55 +0100 (Fri, 16 Dec 2011) | 2 lines -Codechange: unify and document vehicle widgets ------------------------------------------------------------------------ r23539 | rubidium | 2011-12-16 17:57:56 +0100 (Fri, 16 Dec 2011) | 2 lines -Codechange: prevent conflict between widget naming of (vehicle) depots and vehicle details ------------------------------------------------------------------------ r23538 | planetmaker | 2011-12-16 17:57:15 +0100 (Fri, 16 Dec 2011) | 1 line -Codechange: Consistent naming of widgets in tree plant gui ------------------------------------------------------------------------ r23537 | truebrain | 2011-12-16 17:53:16 +0100 (Fri, 16 Dec 2011) | 1 line -Fix (r23529): typo in the word 'because' (tnx to Alberth for noticing) ------------------------------------------------------------------------ r23536 | truebrain | 2011-12-16 17:49:53 +0100 (Fri, 16 Dec 2011) | 1 line -Codechange: document and rename widgets to be consistent and understandable ------------------------------------------------------------------------ r23535 | planetmaker | 2011-12-16 17:42:04 +0100 (Fri, 16 Dec 2011) | 1 line -Codechange: unify widget naming of transparency toolbar ------------------------------------------------------------------------ r23534 | truebrain | 2011-12-16 17:39:48 +0100 (Fri, 16 Dec 2011) | 1 line -Codechange: document and rename widgets to be consistent and understandable ------------------------------------------------------------------------ r23533 | truebrain | 2011-12-16 17:32:48 +0100 (Fri, 16 Dec 2011) | 1 line -Codechange: document and rename widgets to be consistent and understandable ------------------------------------------------------------------------ r23532 | rubidium | 2011-12-16 17:29:53 +0100 (Fri, 16 Dec 2011) | 2 lines -Codechange: unify widget naming of (extra) viewport ------------------------------------------------------------------------ r23531 | truebrain | 2011-12-16 17:27:45 +0100 (Fri, 16 Dec 2011) | 1 line -Codechange: document and rename widgets to be consistent and understandable ------------------------------------------------------------------------ r23530 | rubidium | 2011-12-16 17:25:34 +0100 (Fri, 16 Dec 2011) | 2 lines -Codechange: begin unify the naming of widgets and add comments to them, in this case the waypoint view widgets ------------------------------------------------------------------------ r23529 | truebrain | 2011-12-16 17:23:50 +0100 (Fri, 16 Dec 2011) | 1 line -Codechange: make all widget enum values unique and make them include the files they need to compile ------------------------------------------------------------------------ r23528 | truebrain | 2011-12-15 23:22:55 +0100 (Thu, 15 Dec 2011) | 2 lines -Codechange: move widget enums to widgets/NNN_type.h ------------------------------------------------------------------------ r23527 | rubidium | 2011-12-15 23:02:00 +0100 (Thu, 15 Dec 2011) | 2 lines -Codechange: unify colo(u)r as far as it goes ------------------------------------------------------------------------ r23526 | rubidium | 2011-12-15 22:56:00 +0100 (Thu, 15 Dec 2011) | 2 lines -Codechange: unify cargos vs cargoes ------------------------------------------------------------------------ r23525 | truebrain | 2011-12-15 20:54:23 +0100 (Thu, 15 Dec 2011) | 3 lines -Codechange: make Window::flags4 WindowFlags instead of uint16, with only values known in WindowFlags (and move out 2 timers to their own variable) -Codechange: rename Window::flags4 to Window::flags -Codechange: move some non-inline functions from .hpp to .cpp ------------------------------------------------------------------------ r23524 | truebrain | 2011-12-15 20:52:44 +0100 (Thu, 15 Dec 2011) | 1 line -Codechange: move the name of the scanner to a level deeper ------------------------------------------------------------------------ r23523 | rubidium | 2011-12-15 19:48:19 +0100 (Thu, 15 Dec 2011) | 2 lines -Fix: language compilation error ------------------------------------------------------------------------ r23522 | translators | 2011-12-15 19:45:15 +0100 (Thu, 15 Dec 2011) | 5 lines -Update from WebTranslator v3.0: catalan - 19 changes by arnau korean - 22 changes by junho2813, telk5093 urdu - 1 changes by haider ------------------------------------------------------------------------ r23521 | rubidium | 2011-12-15 19:40:15 +0100 (Thu, 15 Dec 2011) | 2 lines -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 ------------------------------------------------------------------------ r23520 | rubidium | 2011-12-15 19:36:29 +0100 (Thu, 15 Dec 2011) | 2 lines -Fix-ish: wrong @param name causing missing documentation ------------------------------------------------------------------------ r23519 | rubidium | 2011-12-15 19:35:46 +0100 (Thu, 15 Dec 2011) | 2 lines -Change: do not export enum values in the AI documentation ------------------------------------------------------------------------ r23518 | michi_cc | 2011-12-14 23:38:15 +0100 (Wed, 14 Dec 2011) | 1 line -Fix (r23124): [NewGRF] The refit cost callback wasn't called if only the subtype differed. ------------------------------------------------------------------------ r23517 | frosch | 2011-12-14 21:47:33 +0100 (Wed, 14 Dec 2011) | 1 line -Fix (r23336, etc.): Give map generation window the same priority as the start server window. ------------------------------------------------------------------------ r23516 | frosch | 2011-12-14 21:26:54 +0100 (Wed, 14 Dec 2011) | 1 line -Fix [FS#4886]: ScriptSign::BuildSign() returned wrong result if the sign name was too long. ------------------------------------------------------------------------ r23515 | frosch | 2011-12-14 21:13:18 +0100 (Wed, 14 Dec 2011) | 1 line -Cleanup: Remove unused ScriptObject::GetNewTunnelEndtile() and relatives. ------------------------------------------------------------------------ r23514 | frosch | 2011-12-14 20:59:49 +0100 (Wed, 14 Dec 2011) | 1 line -Fix: squirrel_export.sh failed for svn working copies. ------------------------------------------------------------------------ r23513 | translators | 2011-12-14 19:45:30 +0100 (Wed, 14 Dec 2011) | 8 lines -Update from WebTranslator v3.0: croatian - 25 changes by VoyagerOne finnish - 1 changes by jpx_ french - 4 changes by glx italian - 9 changes by lorenzodv korean - 4 changes by junho2813 russian - 1 changes by Lone_Wolf ------------------------------------------------------------------------ r23512 | planetmaker | 2011-12-14 00:01:36 +0100 (Wed, 14 Dec 2011) | 1 line -Change [FS#4872]: Allow to place locks also on river rapids and restore rivers, if locks are deleted ------------------------------------------------------------------------ r23511 | planetmaker | 2011-12-13 22:10:43 +0100 (Tue, 13 Dec 2011) | 1 line -Fix [FS#4885] (r23504): Aircraft orders could not be shared anymore when they had no range property declared (Hirundo) ------------------------------------------------------------------------ r23510 | translators | 2011-12-13 19:46:38 +0100 (Tue, 13 Dec 2011) | 15 lines -Update from WebTranslator v3.0: belarusian - 9 changes by Wowanxm dutch - 25 changes by habell english_US - 9 changes by Rubidium finnish - 13 changes by jpx_ french - 5 changes by glx german - 9 changes by planetmaker hungarian - 12 changes by Brumi luxembourgish - 37 changes by Phreeze polish - 1 changes by matma6 romanian - 25 changes by kkmic russian - 9 changes by Lone_Wolf spanish - 9 changes by Terkhen vietnamese - 45 changes by myquartz ------------------------------------------------------------------------