summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-10-31(svn r7020) -Fix r6047: AI tries to delete stations that are 'in use' ↵glx
because FOR_ALL_STATIONS skips invalid stations
2006-10-31(svn r7016) Revert the revert, since I didn't request that, Tron must've ↵miham
misunderstood me :-(
2006-10-31(svn r7015) Revert r7014. Requested by MiHaMiXtron
2006-10-31(svn r7014) Make use of the interpunct in the catalan translation: Change ↵tron
l.l to l·l
2006-10-31(svn r7013) Add glyphs for the interpunct. This is mainly useful for the ↵tron
catalan translation
2006-10-31(svn r7009) - Fix (r1323, r1326): In the replace vehicle window, the left ↵peter1138
vehicle list was not drawn when an engine was not selected.
2006-10-31(svn r7008) -Fix [FS#369]: Crash at game end when server company is bankruptDarkvater
2006-10-29(svn r7005) WebTranslator2 update to 2006-10-29 19:53:34miham
brazilian_portuguese - 1 fixed by tucalipe (1)
2006-10-29(svn r7003) -Fix: only the appropriate train owner can now see the "Train is ↵KUDr
lost" message (peter1138)
2006-10-29(svn r7001) -Codechange: _build_industry_trypes is now only used by ↵belugas
industry_gui.c. Move it there. -Codechange: _industry_type_cost is not defined, remove its declaration
2006-10-28(svn r7000) -Fix: Incorrect use of e->we.click when the event is a 'place'. ↵Darkvater
This didn't cause any bugs so far because the 'click' element was at the same position in the union for both events.
2006-10-28(svn r6996) - Codechange: Pretend to be the current version of TTDPatch. ↵peter1138
This value doesn't anything to us as we don't follow TTDPatch's development timeline...
2006-10-28(svn r6995) - Codechange: NewGRF; strip bit 7 of the language ID earlier and ↵peter1138
handle handle a language ID of 0x7F as the preferred default language.
2006-10-28(svn r6994) -Regression (r6291): When sending an aircrafts to a hangar the ↵tron
wrong bit gets tested to determine if a aircraft should stop there or just get serviced Also remove a stale comment Both spotted and fixed by Mart3p
2006-10-28(svn r6993) -Regression (r5833): Rails/roads on steep slopes incorrectly ↵tron
show a foundation edge if the NE/NW adjacent tile is a steep tile
2006-10-28(svn r6992) Make a const_cast<> obsolete by properly propagating the typetron
2006-10-28(svn r6991) Remove an unnecessary const_cast<> and incorrect comment (There ↵tron
is a difference between const FOO* and FOO* const)
2006-10-28(svn r6990) Remove stuff forgotten in r6980tron
2006-10-28(svn r6989) Remove the unused GetItemFromPool() functiontron
2006-10-28(svn r6988) Remove a layer of indirection when using the Savegame pooltron
2006-10-28(svn r6987) Use the pool macros for the Waypoint pooltron
2006-10-28(svn r6986) Use the pool macros for the Town pooltron
2006-10-28(svn r6985) Remove stuff forgotten in r6984tron
2006-10-28(svn r6984) Use the pool macros for the RoadStop pooltron
2006-10-28(svn r6983) Use the pool macros for the Station pooltron
2006-10-28(svn r6982) Use the pool macros for the Sign pooltron
2006-10-28(svn r6981) Use the pool macros for the Savegame pooltron
2006-10-28(svn r6980) Use the pool macros for the Order pooltron
2006-10-28(svn r6979) Use the pool macros for the Industry pooltron
2006-10-28(svn r6978) Use the pool macros for the SoundInternal pooltron
2006-10-28(svn r6977) Use the pool macros for the EngineRenew pooltron
2006-10-28(svn r6976) Use the pool macros for the Depot pooltron
2006-10-28(svn r6975) Use the pool macros for the Vehicle pooltron
2006-10-28(svn r6974) use the pool macros for the SpriteGroup pooltron
2006-10-28(svn r6973) Add macros to easily create a pool with less code duplication ↵tron
and more opportunities for constant expression evaluation
2006-10-28(svn r6972) - Codechange: Allow standard ini-file style commentspeter1138
2006-10-27(svn r6971) -Fix r6961: WWT_NODISTXTBTN buttons were normal buttons not push ↵glx
buttons
2006-10-27(svn r6969) WebTranslator2 update to 2006-10-27 19:12:49miham
american - 1 fixed by WhiteRabbit (1) italian - 4 changed by sidew (4) polish - 1 fixed, 1 changed by meush (2) slovak - 4 fixed by lengyel (4)
2006-10-27(svn r6966) -Fix(6965): Little typo while making the comment doxygen friendlybelugas
2006-10-27(svn r6965) -CodeChange : Add a climate bitmask member to IndutrySpec.belugas
Removed a loop that used the array _build_industry_types for that purpose.
2006-10-27(svn r6963) - Fix (r6960): signed/unsigned complaints from MSVCpeter1138
2006-10-27(svn r6962) -Fix r6961: spacing...Darkvater
2006-10-27(svn r6961) -Codechange: Remove relic from r212 WWT_NODISTXTBTN which was ↵Darkvater
originally used to not to allow clicking if a button was disabled. This has been superseded in r212 with general code that doesn't allow any click events for disabled buttons.
2006-10-27(svn r6960) - Feature: NewGRF: Implement some support for GRF Resource ↵peter1138
Management (GRM)
2006-10-27(svn r6959) -Codechange: Move GfxFillRect() out of the chat-message drawing ↵Darkvater
loop since we already know how many lines we are going to draw. On certain architectures this results in a minor penalty of local function performance if only 1 line is drawn. But starting from 2 and more you'll get a net gain.
2006-10-27(svn r6958) -Fix (r6956): GCC warning (thx Tron) and a coding style ↵Darkvater
forgotten in r6957
2006-10-27(svn r6957) -Cleanup: comments, coding styleDarkvater
2006-10-27(svn r6956) -Feature: Increase the chatbuffer of chat messages. Messages ↵Darkvater
longer than the allocated graphical box will be wrapped to a new line.
2006-10-27(svn r6955) -Codechange: Change some variable names for _textmessage_box, ↵Darkvater
and replace 5 different global variables with a single struct.
2006-10-27(svn r6954) -Feature: Constrain the drawing of a string inside an editbox to ↵Darkvater
the dimensions of the widget it is in. This allows for typing longer text into an editbox (if maxwidth allows of course) and scroll around properly.