summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2011-12-16(svn r23549) -Codechange: Document and consistently name widgets of order GUIplanetmaker
2011-12-16(svn r23548) -Codechange: unify and document toolbar widgetsrubidium
2011-12-16(svn r23547) -Codechange: document and rename widgets to be consistent and ↵truebrain
understandable
2011-12-16(svn r23546) -Codechange: document and rename widgets to be consistent and ↵truebrain
understandable
2011-12-16(svn r23545) -Codechange: Consistently name widgets in build object windowplanetmaker
2011-12-16(svn r23544) -Codechange: document and rename widgets to be consistent and ↵truebrain
understandable
2011-12-16(svn r23543) -Codechange: Document and name consistently widgets of NewGRF ↵planetmaker
window
2011-12-16(svn r23542) -Codechange: unify and document town related widgetsrubidium
2011-12-16(svn r23541) -Codechange: Consistent naming of widgets in NewGRF debug windowplanetmaker
2011-12-16(svn r23540) -Codechange: unify and document vehicle widgetsrubidium
2011-12-16(svn r23539) -Codechange: prevent conflict between widget naming of ↵rubidium
(vehicle) depots and vehicle details
2011-12-16(svn r23538) -Codechange: Consistent naming of widgets in tree plant guiplanetmaker
2011-12-16(svn r23537) -Fix (r23529): typo in the word 'because' (tnx to Alberth for ↵truebrain
noticing)
2011-12-16(svn r23536) -Codechange: document and rename widgets to be consistent and ↵truebrain
understandable
2011-12-16(svn r23535) -Codechange: unify widget naming of transparency toolbarplanetmaker
2011-12-16(svn r23534) -Codechange: document and rename widgets to be consistent and ↵truebrain
understandable
2011-12-16(svn r23533) -Codechange: document and rename widgets to be consistent and ↵truebrain
understandable
2011-12-16(svn r23532) -Codechange: unify widget naming of (extra) viewportrubidium
2011-12-16(svn r23531) -Codechange: document and rename widgets to be consistent and ↵truebrain
understandable
2011-12-16(svn r23530) -Codechange: begin unify the naming of widgets and add comments ↵rubidium
to them, in this case the waypoint view widgets
2011-12-16(svn r23529) -Codechange: make all widget enum values unique and make them ↵truebrain
include the files they need to compile
2011-12-15(svn r23528) -Codechange: move widget enums to widgets/NNN_type.htruebrain
2011-12-15(svn r23527) -Codechange: unify colo(u)r as far as it goesrubidium
2011-12-15(svn r23526) -Codechange: unify cargos vs cargoesrubidium
2011-12-15(svn r23525) -Codechange: make Window::flags4 WindowFlags instead of uint16, ↵truebrain
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
2011-12-15(svn r23524) -Codechange: move the name of the scanner to a level deepertruebrain
2011-12-15(svn r23523) -Fix: language compilation errorrubidium
2011-12-15(svn r23522) -Update from WebTranslator v3.0:translators
catalan - 19 changes by arnau korean - 22 changes by junho2813, telk5093 urdu - 1 changes by haider
2011-12-15(svn r23521) -Codechange: use the actual enum values from the 'core' in the ↵rubidium
API when they refer to the in-game values in the cases where that is possible and sensible
2011-12-15(svn r23520) -Fix-ish: wrong @param name causing missing documentationrubidium
2011-12-15(svn r23519) -Change: do not export enum values in the AI documentationrubidium
2011-12-14(svn r23518) -Fix (r23124): [NewGRF] The refit cost callback wasn't called ↵michi_cc
if only the subtype differed.
2011-12-14(svn r23517) -Fix (r23336, etc.): Give map generation window the same ↵frosch
priority as the start server window.
2011-12-14(svn r23516) -Fix [FS#4886]: ScriptSign::BuildSign() returned wrong result ↵frosch
if the sign name was too long.
2011-12-14(svn r23515) -Cleanup: Remove unused ScriptObject::GetNewTunnelEndtile() and ↵frosch
relatives.
2011-12-14(svn r23514) -Fix: squirrel_export.sh failed for svn working copies.frosch
2011-12-14(svn r23513) -Update from WebTranslator v3.0:translators
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
2011-12-13(svn r23512) -Change [FS#4872]: Allow to place locks also on river rapids ↵planetmaker
and restore rivers, if locks are deleted
2011-12-13(svn r23511) -Fix [FS#4885] (r23504): Aircraft orders could not be shared ↵planetmaker
anymore when they had no range property declared (Hirundo)
2011-12-13(svn r23510) -Update from WebTranslator v3.0:translators
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
2011-12-13(svn r23509) -Fix [FS#4884]: Drawing of newspaper headlines used different ↵frosch
padding than the initial sizing of the window.
2011-12-13(svn r23508) -Add: Engine sorter for aircraft range.michi_cc
2011-12-13(svn r23507) -Fix (r23505): Comment typo.michi_cc
2011-12-13(svn r23506) -Add: [NoAI] Support for dealing with aircraft range.michi_cc
2011-12-13(svn r23505) -Add: Indication in the order list if the next destination of ↵michi_cc
an order is out of range.
2011-12-13(svn r23504) -Feature: Aircraft range.michi_cc
2011-12-12(svn r23503) -Fix (r23143): Desync debug wants to resolve vehicle variables ↵frosch
of vehicles without NewGRF. So, let it.
2011-12-12(svn r23502) -Fix (r23143): Vehicle var 42 used a cargo translation table of ↵frosch
the wrong GRF.
2011-12-12(svn r23501) -Fix: loading scenarios downloaded from the online content ↵yexo
didn't work anymore
2011-12-12(svn r23500) -Update from WebTranslator v3.0:translators
belarusian - 24 changes by Wowanxm czech - 65 changes by ReisRyos estonian - 16 changes by runekri3 french - 3 changes by glx german - 6 changes by NG hungarian - 30 changes by Brumi italian - 3 changes by lorenzodv korean - 3 changes by junho2813 russian - 5 changes by Lone_Wolf, akasoft spanish - 16 changes by Terkhen