Age | Commit message (Expand) | Author |
2006-06-10 | (svn r5210) Many small changes which piled up: const, unsigned, variable scop... | tron |
2006-04-03 | (svn r4249) -Codechange: Replace more occurences of 16 by TILE_SIZE and of 8 ... | celestar |
2006-02-06 | (svn r3564) Several smaller changes: | 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-24 | (svn r3425) - Fix: Followup to r3421. Correctly reset the TileHighLightData s... | Darkvater |
2006-01-05 | (svn r3365) Staticise 36 functions | tron |
2006-01-05 | (svn r3364) Remove 3 unused functions (ScrollWindowToTile, AllocateWindowAuto... | tron |
2005-12-24 | (svn r3336) byte -> WindowClass, uint16 -> WindowNumber | tron |
2005-11-29 | (svn r3247) - Fix: "[ 1335580 ] sticky windows not sticky anymore" | peter1138 |
2005-11-19 | (svn r3222) -Feature: Right-Click-Scrolling optionally moves in the opposite ... | tron |
2005-11-18 | (svn r3217) Fix issue with resizing stepped windows introduced in revision 3181. | peter1138 |
2005-11-15 | (svn r3185) const | tron |
2005-11-14 | (svn r3181) -Bracing | 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-04 | (svn r3133) - static, const | tron |
2005-10-23 | (svn r3078) Some more stuff, which piled up: | tron |
2005-10-15 | (svn r3046) Replace some numbers with sprite names and fix a typo in the spri... | tron |
2005-09-18 | (svn r2962) - const correctness for all Get* functions and most Draw* functio... | Darkvater |
2005-07-28 | (svn r2734) -Feature: The Main Toolbar Dropdown Menu can now display disabled... | celestar |
2005-07-26 | (svn r2720) Remove unused declarations and definitions | tron |
2005-07-24 | (svn r2701) Insert Id tags into all source files | tron |
2005-07-22 | (svn r2673) Include functions.h directly, not globally via openttd.h | tron |
2005-07-21 | (svn r2669) Shuffle some more stuff around to reduce dependencies | tron |
2005-07-21 | (svn r2664) Remove depedency on player.h from variables.h | tron |
2005-07-08 | (svn r2535) Tabs | tron |
2005-07-08 | (svn r2530) - Fix: [ 1219829 ] Mouse-wheel crashes OTTD. Widget detection fai... | Darkvater |
2005-06-25 | (svn r2486) Turn TILE_FROM_XY into an inline function and rename it to TileVi... | tron |
2005-06-02 | (svn r2397) - CodeChange: rename all "ttd" files to "openttd" files. | Darkvater |
2005-05-28 | (svn r2373) - CodeChange: don't redraw the window upon a user-based dirty req... | Darkvater |
2005-05-02 | (svn r2248) - Fix (regression): fix crashing of game when joining a dedicated... | Darkvater |
2005-05-01 | (svn r2241) - Fix: [ 1190625 ] Changing mapsize crashes game with highlightin... | Darkvater |
2005-04-07 | (svn r2161) - Fix: When resizing a window, the button is also visibly depressed | Darkvater |
2005-04-05 | (svn r2152) - Fix: Chatbar in MP games is now on-top of the news window. | darkvater |
2005-04-04 | (svn r2149) - Fix (Regression): [ 1175877 ] Inputbox of savegamedialog did no... | Darkvater |
2005-04-04 | (svn r2146) - Fix: [ 1175973 ] Crash if any key is pressed in startup (pkirch... | matthijs |
2005-04-03 | (svn r2141) - Fix: Keys now hopefully only activate the right windows. If con... | Darkvater |
2005-03-26 | (svn r2074) MouseLoop -> InputLoop(), factor out a real mouse-specific MouseL... | pasky |
2005-03-09 | (svn r1978) - Fix: Plug some memleaks; thanks Valgrind | Darkvater |
2005-02-22 | (svn r1901) - Fix: unwanted behaviour of the savegame dialog, as well as a bu... | Darkvater |
2005-02-05 | (svn r1803) Move debugging stuff into files of it's own | tron |
2005-01-23 | (svn r1613) -Fix: WE_CLICK event is not called on default actions. If special... | darkvater |
2005-01-23 | (svn r1610) Remove trailing whitespace (last time ever, i hope) | tron |
2005-01-23 | (svn r1602) -Fix: [1107514] When resizing a window, make sure the correct win... | tron |
2005-01-22 | (svn r1596) Add some more statics | tron |
2005-01-22 | (svn r1594) Convert all undefined parameter lists to (void) and add the appro... | tron |
2005-01-16 | (svn r1539) -Fix: [1103271] free'd memory used. Moved w->wndproc(w, &e) to en... | darkvater |
2005-01-16 | (svn r1534) Use memmove() instead of memcpy() when copying overlapping memory... | tron |
2005-01-15 | (svn r1520) Trim 134 (!) lines with trailing whitespace ): | tron |