Commit Graph

4346 Commits (4c2abf1de53e28a5c3c6c6920efabc4653693c4c)
 

Author SHA1 Message Date
belugas 4c2abf1de5 (svn r6046) CodeChange : Rename WWT_5 Widget type to WWT_LABEL : a centered label
CodeChange : Move almost all fixed strings from ON_PAINT event to Widget array using WWT_LABEL.
Feature : All "Select Refit Cargo" are now centered, instead of been left aligned
18 years ago
rubidium 480af9c917 (svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whitespace fixes only except for a few comments to make them uniform for the whole enum/struct. 18 years ago
miham 5f4dbbd522 (svn r6044) WebTranslator2 update to 2006-08-22 15:57:27
danish     - 13 fixed by Bjarni (3), trenskow (10)
french     - 1 fixed by glx (1)
hungarian  - 1 fixed by miham (1)
18 years ago
truelight d917156820 (svn r6043) -Codechange: use wrapper if they are available 18 years ago
miham 9282b29fbc (svn r6042) WebTranslator2 update to 2006-08-21 23:49:18
french     - 2 fixed by glx (2)
german     - 49 fixed by chu (49)
polish     - 1 fixed by meush (1)
portuguese - 3 fixed by izhirahider (3)
18 years ago
truelight 2e0f68014e (svn r6041) -Fix r6040: forgot to declare a function in viewport.c 18 years ago
truelight 7c6ec91ef7 (svn r6040) -Add: when clicking twice on a Location Button, the SmallMap centers on your position (based on FS#54 by thomasdev)
-Add: when clicking twice in SmallMap on a position, it centers there (based on FS#54 by thomasdev)
-Add: add a button in SmallMap that centers the SmallMap on your current position (based on FS#54 by thomasdev)
18 years ago
bjarni 0663fdfc1a (svn r6039) -Fix: [newGRF] FS#287 Bugfix for error in NewGRF callback 31 code for aircraft (Mart3p)
introduced in rev 5822
18 years ago
truelight 2849e4fea9 (svn r6038) -Codechange: move mousewheel code to event WE_MOUSEWHEEL instead of a general function that handles that
-Codechange: use always 'e' for WindowsEvent, neverr 'we'
18 years ago
truelight 305d6eeaef (svn r6037) -Fix: never allow scrolling the map in the main menu (scroll-settings weren't reset if switched to mainmenu) 18 years ago
truelight 9ec2fdcbf3 (svn r6036) -Codechange: do not handle SCROLL in a central function, but let windows handle them theirself. Added WE_SCROLL for this. 18 years ago
Darkvater 323a3160f7 (svn r6035) -Revert r5900 which supposedly fixed an invalid warning caused by buggy MS software 18 years ago
truelight 94f1f75825 (svn r6032) -Fix: when a farm is gone, remove the fields when it is full grown and should be harvest (not before that) 18 years ago
miham 8210772138 (svn r6023) WebTranslator2 update to 2006-08-20 23:53:33
german     - 1 fixed by Neonox (1)
polish     - 2 fixed, 2 changed by meush (4)
portuguese - 2 fixed by izhirahider (2)
18 years ago
rubidium 2d30e02ba2 (svn r6013) -Fix: some newgrf properties returned the date in the new format where the newgrf's expect the original format. Thanks to michi_cc for finding these and providing the initial patch. 18 years ago
rubidium b1e2ae44d6 (svn r6005) -Cleanup: introduce IndustryID and use it
-Cleanup: use TownID and StationID for two instances of uint16
18 years ago
rubidium 893d4ba9d4 (svn r6002) -Cleanup: remove the now redundant BASE_YEAR constant. 18 years ago
truelight 9e755051a1 (svn r6001) -Feature: when removing a farm, his farmland is removed too (over time) (based on peter1138's patch, FS#82)
To make this to work, in older games farmland is removed on load, and replanted
18 years ago
miham e5fb66a23f (svn r6000) WebTranslator2 update to 2006-08-20 20:43:15
danish     - 24 fixed, 1 changed by Bjarni (25)
hungarian  - 2 fixed by miham (2)
polish     - 2 fixed, 3 changed by meush (5)
portuguese - 3 fixed by izhirahider (3)
turkish    - 54 fixed by jnmbk (54)
18 years ago
rubidium 28a0843707 (svn r5999) -Feature: change the original date format to a 32 bits format based at the year 0.
The game date subsystem now allows someone to start in the year 0 and continue
up to the year 5 000 000. However, you currently cannot build anything before 
1920 as there is no newgrf support for dates before 1920 or after 2090 yet.
18 years ago
truelight 5e4667624e (svn r5993) -Fix r5974: a cause-no-warning commit caused a warning ;) (glx) 18 years ago
truelight f73b17323e (svn r5978) -Add: allow a switch in Makefile.config to disable threads in OpenTTD (no matter what system you are on). Only useful for testing. 18 years ago
truelight a06d5548eb (svn r5977) -Fix [FS#78]: never set I-am-a-thread bool to true IN the thread. Machines with
dualcore can be faster then you want, and therefor create 2 threads, while
  you made the bool to make sure there is never more then 1 thread of this type.
18 years ago
rubidium e159ada7a2 (svn r5975) -Cleanup: use ORIGINAL_BASE_YEAR & ORIGINAL_MAX_YEAR where the functions really depend on the original date format.
-Cleanup: use DAYS_TILL_ORIGINAL_BASE_YEAR where the date variables are in the old date format and conversions are needed.
-Cleanup: replace one (forgotten) instance of uint16 with Date.
18 years ago
truelight 5fb6c9e1cc (svn r5974) -Codechange: added casts all around the place to make Windows 64bit happy (michi_cc) 18 years ago
truelight b83703b215 (svn r5973) -Codechange: md5_append only uses size_t as nbytes param, so use that (michi_cc) 18 years ago
truelight c07a8613a2 (svn r5972) -Fix: usr strrchr instead of your own function (tnx Darkvater)
-Codechange: added some comments and const correctness (Darkvater)
18 years ago
truelight 2309eeb8de (svn r5971) -Fix: wrong struct in assert_compile (thomasdev) 18 years ago
truelight 81b96bf881 (svn r5970) -Fix [FS#49]: town-growth removed houses under construction to make way for road. Not wanted behavoir (Rubidium) 18 years ago
truelight ff36e72422 (svn r5969) -Fix r5968: windows doesn't know strncasecmp, but called it strnicmp (michi_cc) 18 years ago
truelight cc7680e0f1 (svn r5968) -Feature: add auto-completion in chat-window. It completes Player-Names and
Town-Names (that order) using <tab>. Based on FS#28 by egladil.
18 years ago
rubidium 0c3093b25f (svn r5967) -Change: use right alignment for the year in the player's balance window instead of centering (about) 'string width' / 2 from the right edge 18 years ago
rubidium 5890ea5a71 (svn r5966) -Fix: prevent that the industry placement's terraforming checks can leave the map on the southern side 18 years ago
bjarni db39da587f (svn r5965) -Feature: FS#261 Catalan Town Names generator (arnau) 18 years ago
bjarni 5513c6997f (svn r5964) -Feature: FS#131 Slovenian currency (MeusH) 18 years ago
miham 806e8ac359 (svn r5963) WebTranslator2 update to 2006-08-20 09:03:43
french     - 7 changed by glx (7)
polish     - 77 fixed, 18 changed by meush (95)
18 years ago
glx 18c161de83 (svn r5959) -Change: size selection dropdowns placement in 'Scenario type' window 18 years ago
truelight 33fc532d1b (svn r5955) -Fix r5728: 2 very important lines for ShowQueryString where removed by excident.
Because of this you couldn't join servers with passwords, and more of those
  problems. (tnx Mucht)
18 years ago
miham d483243379 (svn r5954) WebTranslator2 update to 2006-08-19 20:17:26
dutch      - 54 fixed by webfreakz (54)
french     - 74 fixed by glx (74)
hungarian  - 79 fixed by miham (79)
norwegian  - 2 fixed by oletk (2)
polish     - 1 changed by meush (1)
portuguese - 15 fixed by izhirahider (15)
18 years ago
truelight c5cad41e54 (svn r5953) -Fix: tooltip for FlatLand had wrong color (tnx glx) 18 years ago
tron 12dc00aa10 (svn r5952) - struct GRFText{Entry,} are private to newgrf_text.c
- use a variable size array instead of another malloc()
18 years ago
Darkvater 3c79725742 (svn r5951) - Codechange: GetVehicleOutOfTunnelTile() never did anything, and making it work properly only resulted in massive performance drops, and it not working properly also seemed to work, so make it not work properly once again. 18 years ago
truelight d0c21a1ea7 (svn r5950) -Fix: don't show Vital Windows EVER if you go to GM_MENU (tnx Darkvater) 18 years ago
truelight f0db352984 (svn r5949) -Fix: vs80 project file was broken (tnx webfreakz) 18 years ago
truelight aace8968d6 (svn r5948) -Fix: inversed check caused oringal land-generator to put industries on mountains (tnx Darkvater) 18 years ago
truelight 10b842bddc (svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
- New optional landscape generator (TerraGenesis Perlin)
  - Load heightmaps (either BMP or PNG)
  - Progress dialog while generating worlds (no longer a 'hanging' screen)
  - New dialogs for NewGame, Create Scenario and Play Heightmap
    - Easier to configure your landscape
    - More things to configure (tree-placer, ..)
  - Speedup of world generation
  - New console command 'restart': restart the map EXACTLY as it was when you
      first started it (needs a game made after or with this commit)
  - New console command 'getseed': get the seed of your map and share it with
      others (of course only works with generated maps)
  - Many new, world generation related, things
  - Many internal cleanups and rewrites
  Many tnx to those people who helped making this:
     Belugas, DaleStan, glx, KUDr, RichK67, Rubidium, and TrueLight (alfabetic)
  Many tnx to those who helped testing:
     Arnau, Bjarni, and tokai (alfabetic)
  And to all other people who helped testing and sending comments / bugs
  Stats: 673 lines changed, 3534 new lines, 79 new strings
18 years ago
truelight 83d56d6d79 (svn r5944) -Merge TGP (r5578, r5579, r5724, r5726): -Feature: filter for textboxes to only
allow certain patterns (like numbers only)
18 years ago
truelight ee0daa0a4f (svn r5943) -Merge TGP (part r5725): -Codechange: renamed Thread to OTTDThread, as Windows
(who else) uses Thread in winbase.h, and starts complaining if you define it
  otherwise (with weird, undefined errors) (tnx Arnau and Rubidium)
18 years ago
rubidium 7cfd3eb618 (svn r5934) -Cleanup: forgot some conversions to Year and to Date
-Cleanup: use _cur_year instead of _date for some (year based) comparisons
-Cleanup: remove a magic number in favour of another (less) magic number
18 years ago
miham a178d2600b (svn r5929) WebTranslator2 update to 2006-08-16 19:58:20
czech      - 2 fixed by Hadez (2)
slovak     - 2 fixed by lengyel (2)
18 years ago