Age | Commit message (Expand) | Author |
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-20 | (svn r2655) An uint16 is an uint16, not a byte - fix wrong cast | tron |
2005-06-04 | (svn r2405) Simplify a few '? true : false' and '? false : true', especially ... | tron |
2005-06-02 | (svn r2397) - CodeChange: rename all "ttd" files to "openttd" files. | Darkvater |
2005-06-02 | (svn r2395) - Fix: oops, forgot a break in a console switch. | Darkvater |
2005-05-30 | (svn r2385) - Feature: shortcut CTRL + U that clears the commandline of the c... | Darkvater |
2005-05-28 | (svn r2372) - Fix (console): update the example scripts in the scripts/ direc... | Darkvater |
2005-05-17 | (svn r2338) - CodeChange: only call the variable hooks when you set their val... | Darkvater |
2005-05-16 | (svn r2333) - CodeChange: also don't execute command if user has typed all sp... | Darkvater |
2005-05-16 | (svn r2332) - Feature: Add 'clear' command and CTRL+L to empty the console wi... | Darkvater |
2005-05-15 | (svn r2323) Remove unused dereferencing | tron |
2005-05-14 | (svn r2309) - CodeChange: Change all _iconsole_color_whatever into _icolour_w... | Darkvater |
2005-05-06 | (svn r2277) - Codechange: change sscanf() into stroul() Which Does The Right ... | Darkvater |
2005-05-06 | (svn r2275) - Fix: [ 1196662 ] scrollto doesn't accept hexadecimal numbers | Darkvater |
2005-05-03 | (svn r2259) - Fix (regression): remove a warning and make the help for variab... | Darkvater |
2005-05-03 | (svn r2258) - Fix (regression): game crashes on resizing window. Windows is a... | Darkvater |
2005-05-02 | (svn r2250) - Fix (regression): arguments with spaces in them were incorrectl... | Darkvater |
2005-05-02 | (svn r2247) - Fix (regression): executing scripts now works (remove newline c... | Darkvater |
2005-05-02 | (svn r2243) -Fix: Rework of console. Use 'help command|variable' to get help ... | Darkvater |
2005-04-24 | (svn r2230) Oops, revert wrongly committed local console.c. Also add the endi... | Darkvater |
2005-04-24 | (svn r2229) - Fix: [ 1188777 ] Non-existing sprite #5125 (presignal). The DOS... | Darkvater |
2005-03-27 | (svn r2092) - Fix: old commands/lines in the console (history) did not show w... | Darkvater |
2005-03-10 | (svn r1987) - Cleanup: remove the last remaining dinosaurs of a dead console | Darkvater |
2005-02-22 | (svn r1901) - Fix: unwanted behaviour of the savegame dialog, as well as a bu... | Darkvater |
2005-02-21 | (svn r1894) - Codechange: cleaned up the console a bit, wholly unified handli... | Darkvater |
2005-02-17 | (svn r1883) -Fix: [1109400] Better test if a string actually contains any con... | tron |
2005-01-31 | (svn r1747) - Fix: [network] ottd should compile when networking is disabled. | darkvater |
2005-01-30 | (svn r1734) - Fix: [ 1112253 ] hijacking of arrow keys, game also scrolled wh... | darkvater |
2005-01-23 | (svn r1628) -Fix: [1107893] script command; log file pointer was not reset to... | darkvater |
2005-01-23 | (svn r1610) Remove trailing whitespace (last time ever, i hope) | tron |
2005-01-22 | (svn r1596) Add some more statics | tron |
2005-01-16 | (svn r1547) -Feature: windows dedicated (if anyone would run that, but ok), i... | darkvater |
2005-01-15 | (svn r1527) -Add: RCon (Remote Connection). A server can set: | truelight |
2005-01-14 | (svn r1507) Remove unreachable code | tron |
2005-01-11 | (svn r1484) -Fix: [1099197] scrolling through console sometimes crashed the w... | darkvater |
2005-01-09 | (svn r1451) Fix some of the signed/unsigned comparison warnings | tron |
2005-01-08 | (svn r1420) -Fix: Console alias, load_game functionality and load fix (sign_de) | darkvater |
2004-12-15 | (svn r1110) -Fix: Empty console commands were executed and returned error mes... | darkvater |
2004-12-15 | (svn r1093) -Fix: Hopefully fixed windows revision issues once and for all. R... | darkvater |
2004-12-14 | (svn r1090) -Fix: Made the _openttd_revision variable global, and with that | truelight |
2004-12-14 | (svn r1083) Fix: the console "script" command saves all output to the textfi... | dominik |
2004-12-13 | (svn r1077) Implements scripts/autoexec.scr to get executed on game starting ... | dominik |
2004-12-13 | (svn r1073) - condebugger extended a bit [shows the commandline] (sign_de) | dominik |
2004-12-13 | (svn r1065) -Add: [Console] Alias support. Type 'list_aliases' to show them a... | truelight |
2004-12-13 | (svn r1042) -Fix: [Network] Hopefully enabled revision-check for windows (som... | truelight |
2004-12-05 | (svn r954) -Fix: [Console] Hook fixes (sign_de) | truelight |
2004-12-04 | (svn r942) -Merged branch/network back into the trunk | truelight |
2004-11-27 | (svn r843) Remove redundant variable assignments and function calls | tron |
2004-11-25 | (svn r815) Include strings.h only in the files which need it. | tron |