Age | Commit message (Expand) | Author |
2006-08-21 | (svn r6038) -Codechange: move mousewheel code to event WE_MOUSEWHEEL instead ... | truelight |
2006-08-21 | (svn r6036) -Codechange: do not handle SCROLL in a central function, but let ... | truelight |
2006-08-19 | (svn r5946) -Add: merged the TGP branch to mainline. TGP adds: | truelight |
2006-08-19 | (svn r5944) -Merge TGP (r5578, r5579, r5724, r5726): -Feature: filter for tex... | truelight |
2006-08-15 | (svn r5918) -Cleanup: rename ConvertDayToYMD/ConvertYMDToDay as they really c... | rubidium |
2006-08-14 | (svn r5887) -Cleanup: move date related functions, defines and variables to d... | rubidium |
2006-07-28 | (svn r5626) CodeChange : Remove the global _make_screenshot and implement a m... | belugas |
2006-07-26 | (svn r5609) CodeChange : Apply coding style | belugas |
2006-06-27 | (svn r5391) Miscellaneous, mostly bracing and whitespace, nothing spectacular | tron |
2006-06-11 | (svn r5226) Reduce the mess that sending chat messages is | tron |
2006-04-29 | (svn r4623) - Codechange: s/byte/PlayerID/ | Darkvater |
2006-04-27 | (svn r4591) -Fix (FS#122) Game no longer errors out when "Many random towns" ... | celestar |
2006-04-23 | (svn r4541) Add a type for slopes and replace many magic numbers by the appro... | tron |
2006-04-22 | (svn r4520) -Fix: Did last commit in the wrong branch. Repair and shame on me. | celestar |
2006-04-07 | (svn r4314) -Fix: a buffer overflow of the chat box introduced in r1263. Don'... | tron |
2006-04-07 | (svn r4313) The parent window of the chat box is always the main toolbar (?!)... | tron |
2006-04-07 | (svn r4312) Calculate the maximum pixel width of the entered text in the chat... | tron |
2006-04-07 | (svn r4310) The chat box has no visible window title, therefore remove the st... | tron |
2006-04-07 | (svn r4309) The initial string of the chat box is always the empty string, so... | tron |
2006-04-03 | (svn r4249) -Codechange: Replace more occurences of 16 by TILE_SIZE and of 8 ... | celestar |
2006-03-24 | (svn r4092) CodeChange : Named sprites instead of magic numbers plus create/u... | belugas |
2006-03-23 | (svn r4073) Add functions to make and test for (most) unmovable tiles | tron |
2006-03-17 | (svn r3931) - [ 1451726 ] Use sprite names in main_gui.c instead of numbers (... | Darkvater |
2006-03-12 | (svn r3827) Remove the global variable _error_message_2, it's only used as lo... | tron |
2006-03-03 | (svn r3749) -Fix: [FS#61] The tooltips for raising and lowering land buttons ... | tron |
2006-02-01 | (svn r3511) More whitespace ([FS#46] by Rubidium) | tron |
2006-02-01 | (svn r3510) Fiddle with whitespace and parentheses | tron |
2006-01-21 | (svn r3414) - Fix: Disable the Fund New Industry menu item and window when co... | peter1138 |
2006-01-06 | (svn r3376) -Codechange: made enums for GenerateWorld and InitializeGame 'mode' | truelight |
2005-12-14 | (svn r3300) Remove unreachable code - in this case some duplicate breaks | tron |
2005-12-14 | (svn r3298) Remove unused and write-only variables | tron |
2005-12-07 | (svn r3270) Correct all (mis)uses of WWT_CLOSEBOX / WWT_TEXTBTN to reflect th... | peter1138 |
2005-11-18 | (svn r3218) -Feature: Multiheaded train engines will now stay in the same train | bjarni |
2005-11-16 | (svn r3194) Don't use FindLandscapeHeightByTile() when it's overkill | tron |
2005-11-15 | (svn r3185) const | tron |
2005-11-14 | (svn r3181) -Bracing | tron |
2005-11-14 | (svn r3177) GB, CLRBIT, HASBIT, TOGGLEBIT | tron |
2005-11-13 | (svn r3173) Use the trinary operator and switch to improve readability | tron |
2005-11-13 | (svn r3172) static, const | tron |
2005-11-09 | (svn r3159) Remove the read-only variable _no_button_sound | tron |
2005-11-07 | (svn r3153) - Feature: [ 1276827 ] Drag and drop rocky areas in scenario edit... | Darkvater |
2005-10-31 | (svn r3108) Confine the use of SPR_OPENTTD_BASE to table/sprites.h by adding/... | tron |
2005-10-26 | (svn r3090) Remove long dead pieces of code | tron |
2005-10-24 | (svn r3081) -Codechange: [autoreplace] complete rewrite of autoreplace | bjarni |
2005-10-23 | (svn r3078) Some more stuff, which piled up: | tron |
2005-10-22 | (svn r3077) static, const, bracing, indentation, 0 -> '\0'/NULL, typos in com... | tron |
2005-10-16 | (svn r3049) Replace byte/int/uint by RailType where appropriate | tron |
2005-10-07 | (svn r3027) -Feature: [OSX] command+q now works in main menu (Tobin) | bjarni |
2005-09-28 | (svn r2995) Replace 0xFF/0xFFFF with CT_INVALID/OWNER_SPECTATOR/INVALID_STATI... | tron |
2005-09-27 | (svn r2994) Another small hack regarding currencies: add a #define to emulate... | tron |