Commit Graph

18713 Commits (fe797565cdc6b0fbab4a35f586ea894add39393b)
 

Author SHA1 Message Date
rubidium fe797565cd (svn r23570) -Codechange: move version generation code to StringData 13 years ago
rubidium 218fd5ce5d (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 13 years ago
rubidium b1565835a3 (svn r23568) -Codechange: only allocate the buffer for writing when it is really needed 13 years ago
rubidium 786841953b (svn r23567) -Codechange: use SmallVector for the buffer in strgen 13 years ago
rubidium b2d9a20cca (svn r23566) -Fix (r23565): hopefully fix MSVC compilation error 13 years ago
rubidium 1ab40412d6 (svn r23565) -Codechange: create some classes for writing language header and translation files 13 years ago
michi_cc 0e96bd02c8 (svn r23564) -Fix [FS#4888]: Extending a path reservation starting at a partially reserved rail station could fail. 13 years ago
rubidium 57913ed07c (svn r23563) -Cleanup: remove useless global variable from strgen; it would always be false at the point it would be read 13 years ago
truebrain 3293d5da92 (svn r23562) -Codechange: don't be lazy with the spacebar 13 years ago
truebrain 8996f36a54 (svn r23561) -Codechange: forgot to document 1 widget enum 13 years ago
truebrain 7aadc751a8 (svn r23560) -Codechange: final pieces of consistency through widgets 13 years ago
planetmaker 85df9df9b6 (svn r23559) -Codechange: Document and name consistently road build widgets 13 years ago
rubidium 84b79b39e9 (svn r23558) -Fix (r23556): ctrl-z too few ;) 13 years ago
translators 23b0969216 (svn r23557) -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
13 years ago
rubidium 7a6217479a (svn r23556) -Codechange: unify rail widget naming and document them 13 years ago
truebrain f30444c68c (svn r23555) -Fix (r23554): save before commit 13 years ago
truebrain 2d56468fca (svn r23554) -Codechange: some minor consistency fixes 13 years ago
truebrain 74a9412141 (svn r23553) -Fix: avoid naming conflict in widget enums 13 years ago
truebrain 77ee7a3a3a (svn r23552) -Codechange: unify naming of the news widgets 13 years ago
truebrain 045546d3a1 (svn r23551) -Codechange: document and rename widgets to be consistent and understandable 13 years ago
rubidium a495e0c874 (svn r23550) -Codechange: unify naming of the on screen keyboard widgets 13 years ago
planetmaker c642028187 (svn r23549) -Codechange: Document and consistently name widgets of order GUI 13 years ago
rubidium f3f88ffcb3 (svn r23548) -Codechange: unify and document toolbar widgets 13 years ago
truebrain e054cd36b9 (svn r23547) -Codechange: document and rename widgets to be consistent and understandable 13 years ago
truebrain feddd40bcc (svn r23546) -Codechange: document and rename widgets to be consistent and understandable 13 years ago
planetmaker f73a9826f2 (svn r23545) -Codechange: Consistently name widgets in build object window 13 years ago
truebrain 4c344a82a9 (svn r23544) -Codechange: document and rename widgets to be consistent and understandable 13 years ago
planetmaker 5f74999799 (svn r23543) -Codechange: Document and name consistently widgets of NewGRF window 13 years ago
rubidium e750e676c2 (svn r23542) -Codechange: unify and document town related widgets 13 years ago
planetmaker 3f60a3d18a (svn r23541) -Codechange: Consistent naming of widgets in NewGRF debug window 13 years ago
rubidium 6b404d35b8 (svn r23540) -Codechange: unify and document vehicle widgets 13 years ago
rubidium 5e11e5d77b (svn r23539) -Codechange: prevent conflict between widget naming of (vehicle) depots and vehicle details 13 years ago
planetmaker 44d6bb55a0 (svn r23538) -Codechange: Consistent naming of widgets in tree plant gui 13 years ago
truebrain be8bb25e33 (svn r23537) -Fix (r23529): typo in the word 'because' (tnx to Alberth for noticing) 13 years ago
truebrain c73649512b (svn r23536) -Codechange: document and rename widgets to be consistent and understandable 13 years ago
planetmaker 7ef670b1fb (svn r23535) -Codechange: unify widget naming of transparency toolbar 13 years ago
truebrain 733516639d (svn r23534) -Codechange: document and rename widgets to be consistent and understandable 13 years ago
truebrain a94fdb08f0 (svn r23533) -Codechange: document and rename widgets to be consistent and understandable 13 years ago
rubidium cb50af4d10 (svn r23532) -Codechange: unify widget naming of (extra) viewport 13 years ago
truebrain 000ff60e25 (svn r23531) -Codechange: document and rename widgets to be consistent and understandable 13 years ago
rubidium 98e3f0e14d (svn r23530) -Codechange: begin unify the naming of widgets and add comments to them, in this case the waypoint view widgets 13 years ago
truebrain d1dc135461 (svn r23529) -Codechange: make all widget enum values unique and make them include the files they need to compile 13 years ago
truebrain 49e88dcbf0 (svn r23528) -Codechange: move widget enums to widgets/NNN_type.h 13 years ago
rubidium 16ccb8f246 (svn r23527) -Codechange: unify colo(u)r as far as it goes 13 years ago
rubidium 24263638bf (svn r23526) -Codechange: unify cargos vs cargoes 13 years ago
truebrain da63ce43fa (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)
-Codechange: rename Window::flags4 to Window::flags
-Codechange: move some non-inline functions from .hpp to .cpp
13 years ago
truebrain df0f8f8422 (svn r23524) -Codechange: move the name of the scanner to a level deeper 13 years ago
rubidium 7bfc3ccd84 (svn r23523) -Fix: language compilation error 13 years ago
translators 0c74e86a19 (svn r23522) -Update from WebTranslator v3.0:
catalan - 19 changes by arnau
korean - 22 changes by junho2813, telk5093
urdu - 1 changes by haider
13 years ago
rubidium 68b25fcf3d (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 13 years ago