Mercurial > hg > openttd
graph
-
(svn r23577) -Fix (r23576): strgen project files aren't automatically updated :( draftSat, 17 Dec 2011 18:39:29 +0000, by rubidium
-
(svn r23576) -Codechange: split the base of strgen with the strgen code that creates the actual .lng files draftSat, 17 Dec 2011 18:34:03 +0000, by rubidium
-
(svn r23575) -Codechange: split class definition and implementation of base strgen classes draftSat, 17 Dec 2011 17:25:50 +0000, by rubidium
-
(svn r23574) -Codechange/Feature-ish: allow converting multiple translations with the same master language instance in a single strgen run draftSat, 17 Dec 2011 17:03:38 +0000, by rubidium
-
(svn r23573) -Fix (r23571): MSVC doesn't like variable array sizes draftSat, 17 Dec 2011 16:59:16 +0000, by rubidium
-
(svn r23572) -Codechange: split actual file reading from logic for parsing draftSat, 17 Dec 2011 16:56:32 +0000, by rubidium
-
(svn r23571) -Codechange: make the number of 'tabs' the generate configurable draftSat, 17 Dec 2011 15:02:09 +0000, by rubidium
-
(svn r23570) -Codechange: move version generation code to StringData draftSat, 17 Dec 2011 14:50:35 +0000, by 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 draftSat, 17 Dec 2011 14:41:10 +0000, by rubidium
-
(svn r23568) -Codechange: only allocate the buffer for writing when it is really needed draftSat, 17 Dec 2011 13:33:36 +0000, by rubidium
-
(svn r23567) -Codechange: use SmallVector for the buffer in strgen draftSat, 17 Dec 2011 13:23:01 +0000, by rubidium
-
(svn r23566) -Fix (r23565): hopefully fix MSVC compilation error draftSat, 17 Dec 2011 12:19:22 +0000, by rubidium
-
(svn r23565) -Codechange: create some classes for writing language header and translation files draftSat, 17 Dec 2011 12:15:19 +0000, by rubidium
-
(svn r23564) -Fix [FS#4888]: Extending a path reservation starting at a partially reserved rail station could fail. draftSat, 17 Dec 2011 02:02:28 +0000, by michi_cc
-
(svn r23563) -Cleanup: remove useless global variable from strgen; it would always be false at the point it would be read draftFri, 16 Dec 2011 22:03:59 +0000, by rubidium
-
(svn r23562) -Codechange: don't be lazy with the spacebar draftFri, 16 Dec 2011 19:09:26 +0000, by truebrain
-
(svn r23561) -Codechange: forgot to document 1 widget enum draftFri, 16 Dec 2011 19:08:39 +0000, by truebrain
-
(svn r23560) -Codechange: final pieces of consistency through widgets draftFri, 16 Dec 2011 18:57:27 +0000, by truebrain
-
(svn r23559) -Codechange: Document and name consistently road build widgets draftFri, 16 Dec 2011 18:52:15 +0000, by planetmaker
-
(svn r23556) -Codechange: unify rail widget naming and document them draftFri, 16 Dec 2011 18:43:38 +0000, by rubidium
-
(svn r23554) -Codechange: some minor consistency fixes draftFri, 16 Dec 2011 18:42:20 +0000, by truebrain
-
(svn r23553) -Fix: avoid naming conflict in widget enums draftFri, 16 Dec 2011 18:33:02 +0000, by truebrain
-
(svn r23552) -Codechange: unify naming of the news widgets draftFri, 16 Dec 2011 18:32:57 +0000, by truebrain
-
(svn r23551) -Codechange: document and rename widgets to be consistent and understandable draftFri, 16 Dec 2011 18:27:50 +0000, by truebrain
-
(svn r23550) -Codechange: unify naming of the on screen keyboard widgets draftFri, 16 Dec 2011 18:27:39 +0000, by rubidium
-
(svn r23549) -Codechange: Document and consistently name widgets of order GUI draftFri, 16 Dec 2011 18:25:06 +0000, by planetmaker
-
(svn r23548) -Codechange: unify and document toolbar widgets draftFri, 16 Dec 2011 18:23:35 +0000, by rubidium
-
(svn r23547) -Codechange: document and rename widgets to be consistent and understandable draftFri, 16 Dec 2011 18:21:13 +0000, by truebrain
-
(svn r23546) -Codechange: document and rename widgets to be consistent and understandable draftFri, 16 Dec 2011 18:14:11 +0000, by truebrain
-
(svn r23545) -Codechange: Consistently name widgets in build object window draftFri, 16 Dec 2011 18:06:16 +0000, by planetmaker
-
(svn r23544) -Codechange: document and rename widgets to be consistent and understandable draftFri, 16 Dec 2011 18:02:27 +0000, by truebrain
-
(svn r23543) -Codechange: Document and name consistently widgets of NewGRF window draftFri, 16 Dec 2011 17:46:47 +0000, by planetmaker
-
(svn r23542) -Codechange: unify and document town related widgets draftFri, 16 Dec 2011 17:23:41 +0000, by rubidium
-
(svn r23541) -Codechange: Consistent naming of widgets in NewGRF debug window draftFri, 16 Dec 2011 17:15:40 +0000, by planetmaker
-
(svn r23540) -Codechange: unify and document vehicle widgets draftFri, 16 Dec 2011 16:58:55 +0000, by rubidium
-
(svn r23539) -Codechange: prevent conflict between widget naming of (vehicle) depots and vehicle details draftFri, 16 Dec 2011 16:57:56 +0000, by rubidium
-
(svn r23538) -Codechange: Consistent naming of widgets in tree plant gui draftFri, 16 Dec 2011 16:57:15 +0000, by planetmaker
-
(svn r23537) -Fix (r23529): typo in the word 'because' (tnx to Alberth for noticing) draftFri, 16 Dec 2011 16:53:16 +0000, by truebrain
-
(svn r23536) -Codechange: document and rename widgets to be consistent and understandable draftFri, 16 Dec 2011 16:49:53 +0000, by truebrain
-
(svn r23535) -Codechange: unify widget naming of transparency toolbar draftFri, 16 Dec 2011 16:42:04 +0000, by planetmaker
-
(svn r23534) -Codechange: document and rename widgets to be consistent and understandable draftFri, 16 Dec 2011 16:39:48 +0000, by truebrain
-
(svn r23533) -Codechange: document and rename widgets to be consistent and understandable draftFri, 16 Dec 2011 16:32:48 +0000, by truebrain
-
(svn r23532) -Codechange: unify widget naming of (extra) viewport draftFri, 16 Dec 2011 16:29:53 +0000, by rubidium
-
(svn r23531) -Codechange: document and rename widgets to be consistent and understandable draftFri, 16 Dec 2011 16:27:45 +0000, by truebrain
-
(svn r23530) -Codechange: begin unify the naming of widgets and add comments to them, in this case the waypoint view widgets draftFri, 16 Dec 2011 16:25:34 +0000, by rubidium
-
(svn r23529) -Codechange: make all widget enum values unique and make them include the files they need to compile draftFri, 16 Dec 2011 16:23:50 +0000, by truebrain
-
(svn r23528) -Codechange: move widget enums to widgets/NNN_type.h draftThu, 15 Dec 2011 22:22:55 +0000, by truebrain
-
(svn r23527) -Codechange: unify colo(u)r as far as it goes draftThu, 15 Dec 2011 22:02:00 +0000, by rubidium
-
(svn r23526) -Codechange: unify cargos vs cargoes draftThu, 15 Dec 2011 21:56:00 +0000, by rubidium
-
(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) draftThu, 15 Dec 2011 19:54:23 +0000, by truebrain
-
(svn r23524) -Codechange: move the name of the scanner to a level deeper draftThu, 15 Dec 2011 19:52:44 +0000, by truebrain
-
(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 draftThu, 15 Dec 2011 18:40:15 +0000, by rubidium
-
(svn r23520) -Fix-ish: wrong @param name causing missing documentation draftThu, 15 Dec 2011 18:36:29 +0000, by rubidium
-
(svn r23519) -Change: do not export enum values in the AI documentation draftThu, 15 Dec 2011 18:35:46 +0000, by rubidium
-
(svn r23518) -Fix (r23124): [NewGRF] The refit cost callback wasn't called if only the subtype differed. draftWed, 14 Dec 2011 22:38:15 +0000, by michi_cc
-
(svn r23517) -Fix (r23336, etc.): Give map generation window the same priority as the start server window. draftWed, 14 Dec 2011 20:47:33 +0000, by frosch
-
(svn r23516) -Fix [FS#4886]: ScriptSign::BuildSign() returned wrong result if the sign name was too long. draftWed, 14 Dec 2011 20:26:54 +0000, by frosch
-
(svn r23515) -Cleanup: Remove unused ScriptObject::GetNewTunnelEndtile() and relatives. draftWed, 14 Dec 2011 20:13:18 +0000, by frosch
-
(svn r23514) -Fix: squirrel_export.sh failed for svn working copies. draftWed, 14 Dec 2011 19:59:49 +0000, by frosch
-
(svn r23512) -Change [FS#4872]: Allow to place locks also on river rapids and restore rivers, if locks are deleted draftTue, 13 Dec 2011 23:01:36 +0000, by planetmaker
-
(svn r23511) -Fix [FS#4885] (r23504): Aircraft orders could not be shared anymore when they had no range property declared (Hirundo) draftTue, 13 Dec 2011 21:10:43 +0000, by planetmaker
-
(svn r23509) -Fix [FS#4884]: Drawing of newspaper headlines used different padding than the initial sizing of the window. draftTue, 13 Dec 2011 18:27:04 +0000, by frosch
-
(svn r23508) -Add: Engine sorter for aircraft range. draftTue, 13 Dec 2011 01:18:40 +0000, by michi_cc
-
(svn r23506) -Add: [NoAI] Support for dealing with aircraft range. draftTue, 13 Dec 2011 00:43:59 +0000, by michi_cc
-
(svn r23505) -Add: Indication in the order list if the next destination of an order is out of range. draftTue, 13 Dec 2011 00:43:48 +0000, by michi_cc
-
(svn r23503) -Fix (r23143): Desync debug wants to resolve vehicle variables of vehicles without NewGRF. So, let it. draftMon, 12 Dec 2011 19:31:47 +0000, by frosch
-
(svn r23502) -Fix (r23143): Vehicle var 42 used a cargo translation table of the wrong GRF. draftMon, 12 Dec 2011 19:30:36 +0000, by frosch
-
(svn r23501) -Fix: loading scenarios downloaded from the online content didn't work anymore draftMon, 12 Dec 2011 18:55:04 +0000, by yexo
-
(svn r23497) -Add: Advanced display setting to control the linewidth in graphs. (ChillCore) draftSun, 11 Dec 2011 15:55:31 +0000, by frosch
-
(svn r23496) -Fix: [Squirrel] Provide a proper error message when the _cmp meta-function doesn't return an integer draftSun, 11 Dec 2011 15:52:18 +0000, by yexo
-
(svn r23495) -Feature: button in NewGRF window to open URL from action14 draftSun, 11 Dec 2011 12:55:28 +0000, by yexo
-
(svn r23494) -Feature: [NewGRF] action14 node INFO->URL_ to add an url draftSun, 11 Dec 2011 12:55:04 +0000, by yexo
-
(svn r23493) -Fix (r23476): clearing errors didn't clear the currently shown critical error draftSun, 11 Dec 2011 12:20:02 +0000, by rubidium
-
(svn r23492) -Feature: add 'view website' button to the online content window draftSun, 11 Dec 2011 11:57:52 +0000, by yexo
-
(svn r23491) -Document [FS#4846]: why we're not saving settings when OpenTTD crashes draftSun, 11 Dec 2011 11:54:44 +0000, by rubidium
-
(svn r23490) -Add [FS#2750]: OpenBrowser function to open a browser on major OSes draftSun, 11 Dec 2011 11:47:08 +0000, by yexo
-
(svn r23489) -Change: don't wrap around the console history and give an empty line if you click the down-key enough draftSun, 11 Dec 2011 11:37:03 +0000, by yexo
-
(svn r23488) -Fix [FS#4879] (r23241): artefacts when right click mouse moving with the allegro video driver draftSun, 11 Dec 2011 07:26:13 +0000, by rubidium
-
(svn r23487) -Change/Fix: Make autoreplace, autorenew, cloning and autorefit check all articulated parts of a vehicle to find a shared cargo subtype. draftSat, 10 Dec 2011 21:09:21 +0000, by frosch
-
(svn r23486) -Fix (r22764): 3 for the price of 1: fix up ScriptTile::GetTownAuthority() (tnx to Torrasque for reporting) draftSat, 10 Dec 2011 21:07:04 +0000, by truebrain
-
(svn r23485) -Fix: Autorefit failed if the first part of an articulated vehicle did not carry any cargo. draftSat, 10 Dec 2011 21:00:57 +0000, by frosch
-
(svn r23484) -Fix [FS#4770]: in case you already have orders, ignore the vehicles when adding an extra order draftSat, 10 Dec 2011 19:20:30 +0000, by rubidium
-
(svn r23482) -Change: [Win32] Move re-painting the window and doing palette animation into a separate thread. draftSat, 10 Dec 2011 16:54:46 +0000, by michi_cc
-
(svn r23481) -Add: Function to get the CPU core count. draftSat, 10 Dec 2011 16:54:41 +0000, by michi_cc
-
(svn r23480) -Fix [FS#4594]: replace OS error messages with internal error messages when that's possible draftSat, 10 Dec 2011 16:05:26 +0000, by rubidium
-
(svn r23479) -Codechange: keep a copy of raw strings from the parameters of the error messages draftSat, 10 Dec 2011 16:04:32 +0000, by rubidium
-
(svn r23478) -Codechange: add a method to copy string parameters *and* its raw strings draftSat, 10 Dec 2011 16:03:12 +0000, by rubidium
-
(svn r23477) -Fix [FS#4878] (r23300): like r23342, but now for the user interface ;) draftSat, 10 Dec 2011 15:41:39 +0000, by rubidium
-
(svn r23476) -Codechange: use the error queue to replace switch mode error strings, again making it possible to return multiple errors draftSat, 10 Dec 2011 15:16:58 +0000, by rubidium
-
(svn r23475) -Codechange: queue critical error messages, so when multiple happen you won't miss any draftSat, 10 Dec 2011 15:14:11 +0000, by rubidium
-
(svn r23474) -Codechange: move the declaration error related functions to error.h draftSat, 10 Dec 2011 13:54:10 +0000, by rubidium
-
(svn r23473) -Codechange: refactor the error message data into a separate structure draftSat, 10 Dec 2011 12:57:30 +0000, by rubidium
-
(svn r23472) -Fix [FS#4877]: the monospace font broke the bootstrap GUI's ability to find a font draftSat, 10 Dec 2011 12:56:37 +0000, by rubidium
-
(svn r23471) -Codechange: move the error related code out of misc_gui.cpp into error_gui.cpp draftSat, 10 Dec 2011 08:49:42 +0000, by rubidium
-
(svn r23470) -Codechange: move declaration of SwitchToMode to a header instead of declaring it in 6 other files draftSat, 10 Dec 2011 08:31:14 +0000, by rubidium
-
(svn r23469) -Fix (r23468): gcc warning about initialization order draftSat, 10 Dec 2011 01:49:50 +0000, by yexo
-
(svn r23468) -Feature [FS#4827]: when looking for missing content, automatically select it so you can easily start the download draftSat, 10 Dec 2011 00:01:28 +0000, by yexo
-
(svn r23467) -Feature [FS#4827]: automatically close the online content window after confirming the download with 'ok' draftFri, 09 Dec 2011 22:44:06 +0000, by yexo
-
(svn r23466) -Fix [FS#4871, FS#4874]: assertion triggered when resizing a window during ReInit by an amount that's not a multiple of the resize interval draftFri, 09 Dec 2011 22:07:00 +0000, by rubidium
-
(svn r23465) -Feature [FS#4827]: add 'find missing content online' button to 'load savegame' and 'find network game' windows draftFri, 09 Dec 2011 21:49:52 +0000, by yexo
-
(svn r23462) -Codechange: use AirportTileTableIterator in a few more places to make the code easier to read draftFri, 09 Dec 2011 19:53:42 +0000, by yexo
-
(svn r23461) -Fix: handle a missing airport newgrf as graceful as possible by not crashing when loading such savegame or when an airport is removed draftFri, 09 Dec 2011 19:30:30 +0000, by yexo
-
(svn r23459) -Fix: don't crash trying to draw airport tiles when the airport grf is missing draftFri, 09 Dec 2011 17:14:03 +0000, by yexo
-
(svn r23458) -Fix: don't assume all industries that cut trees have tile 0,0 draftFri, 09 Dec 2011 16:12:38 +0000, by yexo
-
(svn r23457) -Codechange: introduce Industry::TileBelongsToIndustry() to simplify code checking for that draftFri, 09 Dec 2011 16:11:42 +0000, by yexo
-
(svn r23456) -Fix (r23441): oilrigs don't have any layouts nor do they provide airport noise draftFri, 09 Dec 2011 15:16:21 +0000, by yexo
-
(svn r23455) -Fix (r23438): send the stderr in the right part to /dev/null draftFri, 09 Dec 2011 15:06:14 +0000, by truebrain
-
(svn r23454) -Change: Mark company window dirty when moving a rail engine creates or deletes a train. draftFri, 09 Dec 2011 08:10:15 +0000, by peter1138
-
(svn r23453) -Add: [NoAI] AIStation.GetStationCoverageRadius(StationID) draftThu, 08 Dec 2011 23:28:43 +0000, by yexo
-
(svn r23452) -Codechange: document instead of writing to stderr that ScriptStation::GetCoverageRadius doesn't work for STATION_AIRPORT draftThu, 08 Dec 2011 23:28:02 +0000, by yexo
-
(svn r23450) -Fix (r23449): Forgot unfinished languages. draftThu, 08 Dec 2011 19:49:29 +0000, by frosch
-
(svn r23449) -Fix (r23140): Wrong parameters in error message. draftThu, 08 Dec 2011 19:47:45 +0000, by frosch
-
(svn r23448) -Fix: keep a local copy of the palette in the 32bpp animated blitter so changes of the palette data during the game don't influence drawing (with SDL) draftThu, 08 Dec 2011 19:37:33 +0000, by rubidium
-
(svn r23446) -Codechange: move _cur_palette and it's related first/count dirty variables into a single structure draftThu, 08 Dec 2011 18:13:29 +0000, by rubidium
-
(svn r23445) -Fix [FS#4715]: document behaviour with aircraft/ships poking outside of the depot before getting hidden draftWed, 07 Dec 2011 21:09:10 +0000, by rubidium
-
(svn r23443) -Fix (r23413): Building of locks in SE failed. draftWed, 07 Dec 2011 18:41:38 +0000, by frosch
-
(svn r23442) -Fix [FS#4511]: document that some video card drivers have trouble going to 8bpp mode draftWed, 07 Dec 2011 16:01:43 +0000, by rubidium
-
(svn r23441) -Fix [FS#4764]: some airport functions didn't take the layout into account resulting in wrong noise levels or nearests towns (patch by Zuu) draftTue, 06 Dec 2011 21:02:57 +0000, by rubidium
-
(svn r23439) -Fix: Use the DEBUG macro to output the reason for a compile failure in info.nut instead of printing it directly to stderr draftTue, 06 Dec 2011 15:09:02 +0000, by yexo
-
(svn r23438) -Fix [FS#4867]: perform checks for nforenum/grfcodec in configure, including a version check so a proper error can be given when a too old grfcodec or nforenum is used draftMon, 05 Dec 2011 20:11:42 +0000, by rubidium
-
(svn r23436) -Merge: documentation updates from 1.1 draftSun, 04 Dec 2011 20:11:20 +0000, by rubidium
-
(svn r23433) -Fix [FS#4868]: recolouring of some animated colours from the windows palette went wrong draftSun, 04 Dec 2011 19:07:24 +0000, by rubidium
-
(svn r23430) -Fix (r23219): also consider the old directories when playing a song draftSun, 04 Dec 2011 14:17:51 +0000, by glx
-
(svn r23429) -Fix [FS#4842]: prevent windows to be resized beyond the bounds of the (main) window draftSun, 04 Dec 2011 14:00:23 +0000, by rubidium
-
(svn r23428) -Fix (r23415): Initial size of the infrastructure details windows was sometimes too small. draftSun, 04 Dec 2011 13:27:24 +0000, by michi_cc
-
(svn r23427) -Fix: Do not load screen resolution and other basic stuff after bootstrap is finished. It was already loaded before, and might got changed already. draftSun, 04 Dec 2011 13:21:51 +0000, by frosch
-
(svn r23426) -Change [FS#4685] (r23423): Put currency window above game options. draftSun, 04 Dec 2011 12:11:27 +0000, by alberth
-
(svn r23425) -Document [FS#4815]: why vehicles might be continuously changing speed up and down draftSun, 04 Dec 2011 12:07:19 +0000, by rubidium
-
(svn r23424) -Change: Make the company GUI somewhat smaller if there are no shareholders. draftSun, 04 Dec 2011 11:59:08 +0000, by frosch
-
(svn r23423) -Revert (r23421): NewGRF windows may not be moved to normal priority. draftSun, 04 Dec 2011 11:58:56 +0000, by alberth
-
(svn r23422) -Fix [FS#4863] (r22797): the default palette setting wasn't applied correctly anymore as the configuration file is loaded after the first NewGRF scan draftSun, 04 Dec 2011 11:18:43 +0000, by rubidium
-
(svn r23421) -Fix [FS#4865, FS#4861] (r23393): The priority of WC_GAME_OPTIONS windows were too high, causing hiding of currency window as well. draftSun, 04 Dec 2011 10:52:08 +0000, by alberth
-
(svn r23420) -Change: Put the manager name directly under the picture instead of vertically centering it. draftSun, 04 Dec 2011 10:47:57 +0000, by frosch
-
(svn r23419) -Fix [FS#4864] (r23316): the sprite aligner was broken as it didn't scale properly to 'GUI' scale draftSun, 04 Dec 2011 09:15:13 +0000, by rubidium
-
(svn r23418) -Fix [FS#4866] (r22958): saves made with the Catalan town name generator would trigger a "savegame corrupt" exception draftSun, 04 Dec 2011 08:20:01 +0000, by rubidium
-
(svn r23416) -Add: [NoAI] API for querying infrastructure costs. draftSat, 03 Dec 2011 23:40:57 +0000, by michi_cc
-
(svn r23415) -Feature: Infrastructure maintenance costs. draftSat, 03 Dec 2011 23:40:46 +0000, by michi_cc
-
(svn r23414) -Add: Company infrastructure counts for stations/airports. draftSat, 03 Dec 2011 23:40:30 +0000, by michi_cc
-
(svn r23413) -Add: Company infrastructure counts for canals. draftSat, 03 Dec 2011 23:40:23 +0000, by michi_cc
-
(svn r23412) -Add: Company infrastructure counts for road. draftSat, 03 Dec 2011 23:40:18 +0000, by michi_cc
-
(svn r23411) -Add: Company infrastructure counts for rail. draftSat, 03 Dec 2011 23:40:13 +0000, by michi_cc
-
(svn r23410) -Add: A window with a detailed overview over the infrastructure of a company. draftSat, 03 Dec 2011 23:40:08 +0000, by michi_cc
-
(svn r23408) -Feature: Allow to create subsidies for any combination of source and destination types. draftSat, 03 Dec 2011 22:26:30 +0000, by terkhen
-
(svn r23407) -Codechange: Keep a bitmap of all cargos accepted by towns. draftSat, 03 Dec 2011 22:23:10 +0000, by terkhen
-
(svn r23406) -Change: Run the monthly subsidy loop after cargo acceptance has been calculated. draftSat, 03 Dec 2011 22:22:25 +0000, by terkhen
-
(svn r23405) -Codechange: Keep a matrix of cargos accepted by houses for each town (michi_cc). draftSat, 03 Dec 2011 22:21:27 +0000, by terkhen
-
(svn r23404) -Add: Tilematrix structure (michi_cc). draftSat, 03 Dec 2011 22:19:09 +0000, by terkhen
-
(svn r23402) -Add: Function to check if a TileArea contains a tile. (michi_cc) draftSat, 03 Dec 2011 20:19:33 +0000, by terkhen
-
(svn r23400) -Fix (r23393, r23382): Text query window was hidden in numerous cases draftSat, 03 Dec 2011 14:45:02 +0000, by planetmaker
-
(svn r23399) -Fix (r23362): a randomizer should return a random value, not always the first draftFri, 02 Dec 2011 23:40:32 +0000, by truebrain
-
(svn r23398) -Fix: the AIEvent.ET_COMPANY_NEW was only triggered if a company named itself, which seems like a very odd place to do so. Trigger it when the company is created instead draftFri, 02 Dec 2011 23:40:24 +0000, by truebrain
-
(svn r23397) -Change: remove the AI_ prefix from all AIEvent enums draftFri, 02 Dec 2011 23:40:16 +0000, by truebrain
-
(svn r23396) -Fix: squirrel export script did not ignore Doxygen blocks, causing funny results in some corner cases draftFri, 02 Dec 2011 23:40:09 +0000, by truebrain
-
(svn r23395) -Fix [FS#4862]: a character that is path of the 'normal' fonts, but relocated after loading, was missing for the monospace font draftFri, 02 Dec 2011 19:58:34 +0000, by rubidium
-
(svn r23393) -Fix (r23382): AI / NewGRF sub-windows were now hidden under their parent windows draftFri, 02 Dec 2011 11:48:54 +0000, by yexo
-
(svn r23392) -Fix: [NoAI] assigning 'null' to an AIList element to remove it didn't work draftThu, 01 Dec 2011 22:23:13 +0000, by yexo
-
(svn r23391) -Feature: [NewGRF] Allow translating multiple languages with Action 13 in GRFv8 draftThu, 01 Dec 2011 19:42:51 +0000, by rubidium
-
(svn r23389) -Fix (r11777, r12077, r12078): wrong include in strgen project draftThu, 01 Dec 2011 15:14:56 +0000, by glx
-
(svn r23388) -Fix: remove now unused strings from all other languages too draftThu, 01 Dec 2011 12:04:36 +0000, by truebrain
-
(svn r23387) -Fix: move ai.script_max_opcode_till_suspend to script.script_max_opcode_till_suspend draftThu, 01 Dec 2011 12:04:22 +0000, by truebrain
-
(svn r23386) -Fix: debug script related events to 'script' (removes 'ai') draftThu, 01 Dec 2011 12:04:10 +0000, by truebrain
-
(svn r23385) -Fix: remove now unused strings from all other languages too draftThu, 01 Dec 2011 12:03:54 +0000, by truebrain
-
(svn r23384) -Remove: no longer allow a binary to be without AI support; the parts some compilers failed at, are integrated in other parts of the code now too draftThu, 01 Dec 2011 12:03:34 +0000, by truebrain
-
(svn r23383) -Update: bring Squirrel to 2.2.5; besides some nice bug fixes, it mostly solves the sort() issues draftThu, 01 Dec 2011 12:03:20 +0000, by truebrain
-
(svn r23382) -Fix [FS#4845] (r23336): NewGRF window and content download window were always hidden under the saveload window draftThu, 01 Dec 2011 11:57:25 +0000, by yexo
-
(svn r23380) -Add: monospace font detection for win32 (also ignore duplicates) draftWed, 30 Nov 2011 17:05:14 +0000, by glx
-
(svn r23379) -Fix: set more SVN properties correctly (should fix my script before committing :D) draftWed, 30 Nov 2011 14:11:02 +0000, by truebrain
-
(svn r23377) -Fix: compilation failure when networking is disabled draftWed, 30 Nov 2011 06:20:14 +0000, by rubidium
-
(svn r23376) -Remove: on popular demand, remove my (revoked) name from comments in the code. It was silly to name me like that to begin with ;) (based on patch by HackaLittleBit) draftWed, 30 Nov 2011 01:22:18 +0000, by truebrain
-
(svn r23375) -Change: that name I haven't used for several years. Let it die out now finally, please? draftTue, 29 Nov 2011 23:47:49 +0000, by truebrain
-
(svn r23374) -Add: Doxygen files for the NoAI API (Yexo) draftTue, 29 Nov 2011 23:31:55 +0000, by truebrain
-
(svn r23373) -Add: move the AI API to script/api/ai, and move the Squirrel C++ glue templates to script/api/template draftTue, 29 Nov 2011 23:29:20 +0000, by truebrain
-
(svn r23372) -Move: move squirrel export script to script/api/ draftTue, 29 Nov 2011 23:29:12 +0000, by truebrain
-
(svn r23371) -Change: rename the DOXYGEN_AI_DOCS tag to DOXYGEN_API draftTue, 29 Nov 2011 23:27:34 +0000, by truebrain
-
(svn r23370) -Add: support @api tag in API header files, to select which API should receive the defined classes and functions draftTue, 29 Nov 2011 23:27:26 +0000, by truebrain
-
(svn r23369) -Codechange: use script includes when possible, not ai includes draftTue, 29 Nov 2011 23:27:17 +0000, by truebrain
-
(svn r23368) -Codechange: move FindLibrary down a few layers, so there is no layer violation anymore draftTue, 29 Nov 2011 23:27:08 +0000, by truebrain
-
(svn r23367) -Codechange: refactor GetSetting to ScriptInstance, to avoid global variable in script_controller draftTue, 29 Nov 2011 23:27:01 +0000, by truebrain
-
(svn r23366) -Codechange: move most of the Dummy code to script/, unifying it draftTue, 29 Nov 2011 23:26:52 +0000, by truebrain
-
(svn r23365) -Codechange: move constants to a single place, to avoid duplication (and in time, different values) draftTue, 29 Nov 2011 23:26:44 +0000, by truebrain
-
(svn r23364) -Codechange: refactor AIConfig, moving it mostly to Scriptconfig draftTue, 29 Nov 2011 23:26:35 +0000, by truebrain
-
(svn r23363) -Documentation: document a tiny bit better what is in variables draftTue, 29 Nov 2011 23:21:59 +0000, by truebrain
-
(svn r23362) -Codechange: refactor AIScanner, splitting it in AIScannerInfo and AIScannerLibrary draftTue, 29 Nov 2011 23:21:52 +0000, by truebrain
-
(svn r23361) -Codechange: move multiplayer DoCommand callback code so other script users can call their own draftTue, 29 Nov 2011 23:21:42 +0000, by truebrain
-
(svn r23360) -Codechange: move AIInstance to ScriptInstance, making it reusable by other script API instances draftTue, 29 Nov 2011 23:21:33 +0000, by truebrain
-
(svn r23359) -Codechange: move AI_VMSuspend to Script_Suspend (and to its own file) draftTue, 29 Nov 2011 23:21:24 +0000, by truebrain
-
(svn r23358) -Codechange: move AI_FatalError to Script_FatalError (and to its own file) draftTue, 29 Nov 2011 23:21:13 +0000, by truebrain
-
(svn r23357) -Codechange: move AIStorage to ScriptStorage draftTue, 29 Nov 2011 23:21:04 +0000, by truebrain
-
(svn r23356) -Fix: some OSX versions have ScriptOrder defined draftTue, 29 Nov 2011 23:15:48 +0000, by truebrain
-
(svn r23355) -Codechange: rename all AI* to Script* (Rubidium) draftTue, 29 Nov 2011 23:15:35 +0000, by truebrain
-
(svn r23354) -Codechange: move all src/ai/api/ai_*.[hc]pp files to src/script/api/script_* (Rubidium) draftTue, 29 Nov 2011 23:07:38 +0000, by truebrain
-
(svn r23353) -Fix (r23350): somehow one file slipped through as unmodified draftTue, 29 Nov 2011 22:30:41 +0000, by truebrain
-
(svn r23352) -Add: support dynamically adding an API prefix when returning a C++ class to Squirrel draftTue, 29 Nov 2011 22:24:30 +0000, by truebrain
-
(svn r23351) -Add: generate the correct API type when creating Squirrel glue (Rubidium) draftTue, 29 Nov 2011 22:24:04 +0000, by truebrain
-
(svn r23350) -Add: support different ScriptTypes in the helper functions for GetClassName (Rubidium) draftTue, 29 Nov 2011 22:23:33 +0000, by truebrain
-
(svn r23349) -Fix (r23210): one remaining unneeded GetClassName draftTue, 29 Nov 2011 22:23:04 +0000, by truebrain
-
(svn r23348) -Fix [FS#4679]: make signal removal behaviour work the same regardless of autofill, i.e. always removal all signals instead those at the signal interval draftTue, 29 Nov 2011 21:09:58 +0000, by rubidium
-
(svn r23345) -Fix: gender where no gender can exist draftSun, 27 Nov 2011 19:22:42 +0000, by rubidium
-
(svn r23343) -Fix (r23332): Incorrect encoding of sprites with much transparency. draftSun, 27 Nov 2011 14:53:05 +0000, by frosch
-
(svn r23342) -Fix (r23300): for arctic and desert towns you were required to deliver more than 4 billion units, instead of one or more units draftSun, 27 Nov 2011 11:42:52 +0000, by rubidium
-
(svn r23341) -Fix (r23338): memory leak when converting rails draftSun, 27 Nov 2011 09:37:30 +0000, by rubidium
-
(svn r23340) -Fix [FS#4824]: [Windows] A text in the installer was so long that NSIS didn't display it right anymore draftSat, 26 Nov 2011 18:53:07 +0000, by rubidium
-
(svn r23338) -Feature [FS#4841]: diagonal dragging the rail conversion tool when pressing CTRL draftSat, 26 Nov 2011 18:11:22 +0000, by rubidium
-
(svn r23337) -Fix [FS#4826]: don't send chat messages to clients that haven't joined yet draftSat, 26 Nov 2011 17:28:18 +0000, by rubidium
-
(svn r23336) -Fix [FS#4709]: bring some more order in the ordering of the windows, e.g. don't let a save or load dialog get hidden by a new message (monoid) draftSat, 26 Nov 2011 16:09:25 +0000, by rubidium
-
(svn r23335) -Change: Make determination of vehicle weight when loaded consistent between road and rail vehicle purchase info. draftSat, 26 Nov 2011 14:52:33 +0000, by frosch
-
(svn r23334) -Fix [FS#4820]: Road vehicle purchase info failed to display vehicles carrying no cargo. (Can only happen when NewGRFs are screwed up.) draftSat, 26 Nov 2011 14:51:06 +0000, by frosch