summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2012-11-14(svn r24740) -Codechange: Remove duplicate members from ↵frosch
QueryStringBaseWindow and directly use QueryString.
2012-11-14(svn r24739) -Codechange: Simplify some code by using Textbuf::Assign.frosch
2012-11-14(svn r24738) -Codechange: Remove Textbuf::Initialize in favour of a constructor.frosch
2012-11-14(svn r24737) -Add: Textbuf::Assign and Textbuf::Print.frosch
2012-11-14(svn r24736) -Cleanup: The third parameter of Textbuf::Initialize only makes ↵frosch
sense if it is smaller than the second one, also its unit is not pixels.
2012-11-13(svn r24735) -Codechange: Move HandleEditBoxKey to Window class.frosch
2012-11-13(svn r24734) -Codechange: Move QueryStringBaseWindow::OnOSKInput to ↵frosch
Window::OnEditboxChanged.
2012-11-13(svn r24733) -Codechange: Move handling of editbox keys to window class.frosch
2012-11-13(svn r24732) -Codechange: Unify handling of OK and CANCEL actions for editboxes.frosch
2012-11-13(svn r24731) -Codechange: Remove OnOpenOSKWindow and instead specify OK and ↵frosch
CANCEL buttons via QueryString members.
2012-11-13(svn r24730) -Codechange: Allow OSK to simulate widget buttons with index 0.frosch
2012-11-13(svn r24729) -Codechange: Unify the handling of HEBR_EDITING.frosch
2012-11-13(svn r24728) -Codechange: Unify usage of OnOSKInput.frosch
2012-11-13(svn r24727) -Fix: In various windows the OSK looked shiny but using it had ↵frosch
no effect whatsoever.
2012-11-13(svn r24726) -Codechange: Move editbox mouseloop handling to Window class.frosch
2012-11-13(svn r24725) -Cleanup: Remove old editbox focus code which is already ↵frosch
handled more generally.
2012-11-13(svn r24724) -Codechange: Move drawing of editboxes to the widget drawing code.frosch
2012-11-13(svn r24723) -Fix: AI debug GUI crashed when using disabled buttons via hotkeys.frosch
2012-11-13(svn r24722) -Add: Display unique ID and md5sum in console content info.frosch
2012-11-13(svn r24721) -Fix (r24715): Reallow building road stations.frosch
2012-11-13(svn r24720) -Fix (r24715): Comparison of different height units.frosch
2012-11-13(svn r24719) -Update from WebTranslator v3.0:translators
luxembourgish - 122 changes by Phreeze tamil - 12 changes by aswn
2012-11-12(svn r24718) -Codechange: Rename GoodsEntry::days_since_pickup to ↵frosch
GoodsEntry::time_since_pickup.
2012-11-12(svn r24717) -Fix [FS#5139]: When starting a scenario apply the local ↵frosch
company settings to the new company.
2012-11-12(svn r24716) -Feature(ette): Reset engine pool when starting a scenario.frosch
2012-11-12(svn r24715) -Fix [FS#5335]: [NewGRF] Allow stations to draw snow/desert ↵frosch
aware ground sprites with railtype overlays.
2012-11-12(svn r24714) -Fix [FS#5337]: [NewGRF] Draw default foundations if resolving ↵frosch
of custom station foundation sprites fails.
2012-11-12(svn r24713) -Fix [FS#5262]: [NewGRF] Tolerate old NewGRFs returning invalid ↵frosch
values via CB 11.
2012-11-12(svn r24712) -Fix [FS#5303]: [NewGRF] Station variables 61 and 62 returned ↵frosch
incorrect values, if no vehicle ever tried loading.
2012-11-12(svn r24711) -Fix (r10354): Check whether to not display a ^ loading ↵frosch
indicator at drop stations only worked if there was no other vehicle unloading for 255 ticks.
2012-11-12(svn r24710) -Update from WebTranslator v3.0:translators
indonesian - 42 changes by adjayanto
2012-11-12(svn r24709) -Codechange: Simplify some code.frosch
2012-11-12(svn r24708) -Codechange: Check magic values of GoodsEntry::last_speed only ↵frosch
via wrapper function.
2012-11-12(svn r24707) -Doc: Improve description of GoodsEntryStatus flags.frosch
2012-11-12(svn r24706) -Fix (r10981): [NewGRF] Station var 48 should report ↵frosch
acceptance, not supply.
2012-11-12(svn r24705) -Fix: Station rating might consider very old vehicles very young.frosch
2012-11-12(svn r24704) -Cleanup: No need to initialise stuff twice.frosch
2012-11-12(svn r24703) -Fix: Disallow closing oilrig airports in SE.frosch
2012-11-11(svn r24702) -Update from WebTranslator v3.0:translators
norwegian_bokmal - 1 changes by jhsoby
2012-11-11(svn r24700) -Cleanup: Remove WDF_UNCLICK_BUTTONS and make it the default.frosch
2012-11-11(svn r24699) -Codechange: Proper usage of push and toggle buttons in mapgen ↵frosch
and script debug GUI.
2012-11-11(svn r24698) -Codechange: Use PUSH-buttons when buttons can be pushed.frosch
2012-11-11(svn r24697) -Codechange: Use WDF_UNCLICK_BUTTONS instead of duplicating the ↵frosch
same functionality.
2012-11-11(svn r24696) -Doc: Improve documentation for button widget types.frosch
2012-11-11(svn r24695) -Fix/Cleanup: Remove remaining (incorrect) usages of ↵frosch
ResolverObject::scope and count.
2012-11-10(svn r24694) -Fix (r18136): Road vehicle selection frame wasn't drawn ↵michi_cc
properly in the depot window.
2012-11-10(svn r24693) -Doc: Add some doxymentation into the newgrf code.alberth
2012-11-10(svn r24692) -Cleanup: Cleanup final parts of the old resolver code.alberth
2012-11-10(svn r24691) -Codechange: Add resolver classes for vehicles.alberth
2012-11-10(svn r24690) -Codechange: Add resolver classes for industry tiles.alberth