Age | Commit message (Expand) | Author |
2005-12-07 | (svn r3270) Correct all (mis)uses of WWT_CLOSEBOX / WWT_TEXTBTN to reflect th... | peter1138 |
2005-11-14 | (svn r3181) -Bracing | tron |
2005-11-14 | (svn r3180) Replace some magic numbers by symbolic names | tron |
2005-11-13 | (svn r3172) static, const | tron |
2005-10-23 | (svn r3078) Some more stuff, which piled up: | tron |
2005-10-20 | (svn r3073) int/byte -> EngineID/PlayerID/VehicleID | tron |
2005-10-20 | (svn r3072) CMD_RENAME_STATION isn't interested in the tile coordinates, so d... | tron |
2005-10-11 | (svn r3030) More work for GB/SB, this time concerning the waiting_acceptance ... | tron |
2005-10-07 | (svn r3024) -Codechange: Another batch of replacements of int/uint/int16/byte... | tron |
2005-10-03 | (svn r3010) Get rid of quite some dubious casts, either by using GB(), proper... | tron |
2005-09-30 | (svn r3001) s/Player*/const Player*/ | 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-16 | (svn r2594) Fix: [strgen] Misc updates to the string system. | ludde |
2005-07-15 | (svn r2580) Change: Added {INDUSTRY} command for printing industry names inst... | ludde |
2005-07-08 | (svn r2535) Tabs | tron |
2005-06-21 | (svn r2468) -Codechange: Got rid of DEREF_PLAYER and replaced it by GetPlayer | celestar |
2005-06-02 | (svn r2397) - CodeChange: rename all "ttd" files to "openttd" files. | Darkvater |
2005-05-15 | (svn r2324) Introduce _cmd_text for passing strings with a command instead of... | tron |
2005-05-14 | (svn r2313) - Fix: [ 1202115 ] Clicking shipslist on bouy asserts GetPlayer()... | Darkvater |
2005-03-25 | (svn r2060) Clean up some string construction and remove now unused macro | tron |
2005-03-25 | (svn r2057) Add InlineString() to make _userstring construction a bit cleaner. | tron |
2005-03-09 | (svn r1978) - Fix: Plug some memleaks; thanks Valgrind | Darkvater |
2005-02-07 | (svn r1845) - Revert r1835 since it totally screws network compiling | darkvater |
2005-02-06 | (svn r1833) byte -> char transition: the rest | tron |
2005-02-06 | (svn r1827) Next iteration of the byte -> char transition: some string drawin... | tron |
2005-02-06 | (svn r1813) Declare functions implemented in strings.c in their own shiny new... | tron |
2005-02-05 | (svn r1803) Move debugging stuff into files of it's own | tron |
2005-02-03 | (svn r1776) -Add: Dynamic stations. You can now have up to 64k of stations | truelight |
2005-02-02 | (svn r1770) -Fix: Hopefully last pieces of code that are containing a station-id | truelight |
2005-01-22 | (svn r1594) Convert all undefined parameter lists to (void) and add the appro... | tron |
2005-01-06 | (svn r1407) -Codechange: changed a lot around _stations, _vehicles, _towns an... | truelight |
2005-01-04 | (svn r1379) -Fix: various GUI glitches. Added default sizes to various widget... | darkvater |
2005-01-03 | (svn r1348) -Feature: resizable windows. Read the comment in window.h to find... | truelight |
2004-12-28 | (svn r1288) -Codechange: changed _map2 to an uint16. It is still saved and lo... | truelight |
2004-12-22 | (svn r1214) -Feature: Stickified Industries (list & window), Smallmaps (all t... | darkvater |
2004-12-12 | (svn r1027) Add tooltips to the per-station vehicle list buttons | tron |
2004-12-10 | (svn r1009) -Feature: per-station vehicle lists | tron |
2004-12-02 | (svn r901) Small step in the process to clean up the DPARAM mess: | tron |
2004-11-25 | (svn r815) Include strings.h only in the files which need it. | tron |
2004-11-22 | (svn r769) Fixed a tiny mistake in the _userstring boundary check. Let's hope... | pasky |
2004-11-22 | (svn r767) Introduce USERSTRING_LEN (128) and try to make sure we don't overf... | pasky |
2004-09-14 | (svn r244) -Fix: Stations were not sorted for non-player-0 players | darkvater |
2004-09-12 | (svn r223) -Fix: Const correctness and miscellaneous fixes. Thank you Tron fo... | darkvater |
2004-09-10 | (svn r194) -Codechange: stripping trailing-spaces. Please keep this that way! | truelight |
2004-09-07 | (svn r177) -Fix: padded out Widget code to solve warnings on C99 compiler (Tron) | darkvater |
2004-09-07 | (svn r175) -Fix: [1023771] inconsistent/missing stations in station list. For... | darkvater |
2004-09-06 | (svn r165) -Feature: Option to sort vehicles in vehicle-list window by differ... | darkvater |
2004-08-16 | (svn r70) -Fix: typo in english.txt | darkvater |